commit fc82a9140bc0bbc4294a982d1d96ab32c0807a6e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=338
This commit is contained in:
parent
aaa2b1b513
commit
f84479abb8
24
_constraints
24
_constraints
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>i586</arch> <!-- applies only for either i586 or x86_64 packages -->
|
<arch>i586</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
@ -26,6 +26,28 @@
|
|||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>ppc</arch>
|
||||||
|
<arch>ppc64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
<package>kernel-debug</package>
|
||||||
|
<package>kernel-default</package>
|
||||||
|
<package>kernel-desktop</package>
|
||||||
|
<package>kernel-ec2</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
|
<package>kernel-pae</package>
|
||||||
|
<package>kernel-vanilla</package>
|
||||||
|
<package>kernel-xen</package>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<processors>8</processors>
|
||||||
|
<disk>
|
||||||
|
<size unit="G">10</size>
|
||||||
|
</disk>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
|
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>i586</arch>
|
<arch>i586</arch>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=3.17
|
SRCVERSION=3.18
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:047b6853575a9691f7c4e2a293dad0bca1348892b5bb7900549f672eb86583e6
|
oid sha256:002822b07e7ffb65d894fa0084b73a320af71320dc50c0bfc9e41e156f05044a
|
||||||
size 281992
|
size 302906
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>i586</arch> <!-- applies only for either i586 or x86_64 packages -->
|
<arch>i586</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
@BINARY_PACKAGES_XML@
|
@BINARY_PACKAGES_XML@
|
||||||
</conditions>
|
</conditions>
|
||||||
@ -19,6 +19,21 @@
|
|||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>ppc</arch>
|
||||||
|
<arch>ppc64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
@BINARY_PACKAGES_XML@
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<processors>8</processors>
|
||||||
|
<disk>
|
||||||
|
<size unit="G">10</size>
|
||||||
|
</disk>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
|
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>i586</arch>
|
<arch>i586</arch>
|
||||||
|
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-desktop
|
|||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -24,12 +24,12 @@
|
|||||||
%define use_fop 1
|
%define use_fop 1
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation (man pages)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -54,11 +54,30 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Source: kernel-spec-macros
|
Source: kernel-spec-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are the PDF documents and man pages (section 9) built from
|
These are the man pages (section 9) built from the current kernel sources.
|
||||||
the current kernel sources.
|
|
||||||
|
|
||||||
|
|
||||||
%source_timestamp
|
%source_timestamp
|
||||||
|
|
||||||
|
%package pdf
|
||||||
|
Summary: Kernel Documentation (PDF)
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Documentation/Other
|
||||||
|
|
||||||
|
%description pdf
|
||||||
|
These are PDF documents built from the current kernel sources.
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
|
||||||
|
%package html
|
||||||
|
Summary: Kernel Documentation (HTML)
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Documentation/HTML
|
||||||
|
|
||||||
|
%description html
|
||||||
|
These are HTML documents built from the current kernel sources.
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if !%use_fop
|
%if !%use_fop
|
||||||
cp -av /etc/texmf/web2c/texmf.cnf .
|
cp -av /etc/texmf/web2c/texmf.cnf .
|
||||||
@ -77,26 +96,27 @@ EOF
|
|||||||
export TEXMFCNF=$RPM_BUILD_DIR
|
export TEXMFCNF=$RPM_BUILD_DIR
|
||||||
%endif
|
%endif
|
||||||
export LANG=en_US
|
export LANG=en_US
|
||||||
make -C /usr/src/linux%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
|
mkdir -p man
|
||||||
|
make -C /usr/src/linux%variant O=$PWD/man -k -i mandocs %{?jobs:-j%jobs}
|
||||||
|
mkdir -p html
|
||||||
|
make -C /usr/src/linux%variant O=$PWD/html -k -i htmldocs %{?jobs:-j%jobs}
|
||||||
|
mkdir -p pdf
|
||||||
make \
|
make \
|
||||||
%if %use_fop
|
%if %use_fop
|
||||||
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
|
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
|
||||||
%endif
|
%endif
|
||||||
-C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
|
-C /usr/src/linux%variant O=$PWD/pdf -k -i pdfdocs %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
install -d $RPM_BUILD_ROOT/%{_mandir}/man9
|
install -d $RPM_BUILD_ROOT/%{_mandir}/man9
|
||||||
# filter out obscure device drivers - they clutter up the rpm and don't add any real value
|
# filter out obscure device drivers - they clutter up the rpm and don't add any real value
|
||||||
find Documentation/DocBook/ -name '*.9.gz' |
|
find man/Documentation/DocBook/ -name '*.9.gz' |
|
||||||
egrep -v 'man/(sis[69]|rio|fsl|struct_rio|RIO|mpc85|set_rx_mode|mdio_(read|write)|mii_ioctl|mca_|z8530|nand|sppp|piix|(read|write)_zs)' |
|
grep -E -v 'man/(sis[69]|rio|fsl|struct_rio|RIO|mpc85|set_rx_mode|mdio_(read|write)|mii_ioctl|mca_|z8530|nand|sppp|piix|(read|write)_zs)' |
|
||||||
while read i ; do
|
while read i ; do
|
||||||
cp $i $RPM_BUILD_ROOT/%{_mandir}/man9
|
cp $i $RPM_BUILD_ROOT/%{_mandir}/man9
|
||||||
done
|
done
|
||||||
install -d $RPM_BUILD_ROOT/usr/share/doc/kernel
|
if [ -d man/Documentation/kdb ] ; then
|
||||||
cp -a Documentation/DocBook/*.pdf $RPM_BUILD_ROOT/usr/share/doc/kernel || true
|
for i in man/Documentation/kdb/*.m* ; do
|
||||||
if [ -d Documentation/kdb ] ; then
|
|
||||||
for i in Documentation/kdb/*.m* ; do
|
|
||||||
k=`basename $i`
|
k=`basename $i`
|
||||||
k=${k/man/9}
|
k=${k/man/9}
|
||||||
k=${k/mm/9}
|
k=${k/mm/9}
|
||||||
@ -104,18 +124,34 @@ if [ -d Documentation/kdb ] ; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -s /usr/share/man/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT/usr/share/man/man9/request_irq.9.gz
|
ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||||
|
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
|
||||||
|
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
|
||||||
|
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html
|
||||||
|
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html || true
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.{gif,png}
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*/*.proc
|
||||||
|
|
||||||
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING CREDITS MAINTAINERS README REPORTING-BUGS
|
%doc COPYING CREDITS MAINTAINERS README REPORTING-BUGS
|
||||||
%{_mandir}/man9/*
|
%{_mandir}/man9/*
|
||||||
%docdir /usr/share/doc/kernel
|
|
||||||
/usr/share/doc/kernel
|
%files pdf
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/doc/kernel
|
||||||
|
%docdir %{_datadir}/doc/kernel/pdf
|
||||||
|
%{_datadir}/doc/kernel/pdf
|
||||||
|
|
||||||
|
%files html
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/doc/kernel
|
||||||
|
%docdir %{_datadir}/doc/kernel/html
|
||||||
|
%{_datadir}/doc/kernel/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define use_fop 1
|
%define use_fop 1
|
||||||
|
|
||||||
Name: kernel-docs@VARIANT@
|
Name: kernel-docs@VARIANT@
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation (man pages)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: @RPMVERSION@
|
Version: @RPMVERSION@
|
||||||
@ -54,11 +54,30 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Source: kernel-spec-macros
|
Source: kernel-spec-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are the PDF documents and man pages (section 9) built from
|
These are the man pages (section 9) built from the current kernel sources.
|
||||||
the current kernel sources.
|
|
||||||
|
|
||||||
|
|
||||||
%source_timestamp
|
%source_timestamp
|
||||||
|
|
||||||
|
%package pdf
|
||||||
|
Summary: Kernel Documentation (PDF)
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Documentation/Other
|
||||||
|
|
||||||
|
%description pdf
|
||||||
|
These are PDF documents built from the current kernel sources.
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
|
||||||
|
%package html
|
||||||
|
Summary: Kernel Documentation (HTML)
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Documentation/HTML
|
||||||
|
|
||||||
|
%description html
|
||||||
|
These are HTML documents built from the current kernel sources.
|
||||||
|
|
||||||
|
%source_timestamp
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if !%use_fop
|
%if !%use_fop
|
||||||
cp -av /etc/texmf/web2c/texmf.cnf .
|
cp -av /etc/texmf/web2c/texmf.cnf .
|
||||||
@ -77,26 +96,27 @@ EOF
|
|||||||
export TEXMFCNF=$RPM_BUILD_DIR
|
export TEXMFCNF=$RPM_BUILD_DIR
|
||||||
%endif
|
%endif
|
||||||
export LANG=en_US
|
export LANG=en_US
|
||||||
make -C /usr/src/linux%variant O=$PWD -k -i mandocs %{?jobs:-j%jobs}
|
mkdir -p man
|
||||||
|
make -C /usr/src/linux%variant O=$PWD/man -k -i mandocs %{?jobs:-j%jobs}
|
||||||
|
mkdir -p html
|
||||||
|
make -C /usr/src/linux%variant O=$PWD/html -k -i htmldocs %{?jobs:-j%jobs}
|
||||||
|
mkdir -p pdf
|
||||||
make \
|
make \
|
||||||
%if %use_fop
|
%if %use_fop
|
||||||
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
|
XMLTOFLAGS="-m /usr/src/linux%{variant}/Documentation/DocBook/stylesheet.xsl --skip-validation --with-fop" \
|
||||||
%endif
|
%endif
|
||||||
-C /usr/src/linux%variant O=$PWD -k -i pdfdocs %{?jobs:-j%jobs}
|
-C /usr/src/linux%variant O=$PWD/pdf -k -i pdfdocs %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
install -d $RPM_BUILD_ROOT/%{_mandir}/man9
|
install -d $RPM_BUILD_ROOT/%{_mandir}/man9
|
||||||
# filter out obscure device drivers - they clutter up the rpm and don't add any real value
|
# filter out obscure device drivers - they clutter up the rpm and don't add any real value
|
||||||
find Documentation/DocBook/ -name '*.9.gz' |
|
find man/Documentation/DocBook/ -name '*.9.gz' |
|
||||||
egrep -v 'man/(sis[69]|rio|fsl|struct_rio|RIO|mpc85|set_rx_mode|mdio_(read|write)|mii_ioctl|mca_|z8530|nand|sppp|piix|(read|write)_zs)' |
|
grep -E -v 'man/(sis[69]|rio|fsl|struct_rio|RIO|mpc85|set_rx_mode|mdio_(read|write)|mii_ioctl|mca_|z8530|nand|sppp|piix|(read|write)_zs)' |
|
||||||
while read i ; do
|
while read i ; do
|
||||||
cp $i $RPM_BUILD_ROOT/%{_mandir}/man9
|
cp $i $RPM_BUILD_ROOT/%{_mandir}/man9
|
||||||
done
|
done
|
||||||
install -d $RPM_BUILD_ROOT/usr/share/doc/kernel
|
if [ -d man/Documentation/kdb ] ; then
|
||||||
cp -a Documentation/DocBook/*.pdf $RPM_BUILD_ROOT/usr/share/doc/kernel || true
|
for i in man/Documentation/kdb/*.m* ; do
|
||||||
if [ -d Documentation/kdb ] ; then
|
|
||||||
for i in Documentation/kdb/*.m* ; do
|
|
||||||
k=`basename $i`
|
k=`basename $i`
|
||||||
k=${k/man/9}
|
k=${k/man/9}
|
||||||
k=${k/mm/9}
|
k=${k/mm/9}
|
||||||
@ -104,18 +124,34 @@ if [ -d Documentation/kdb ] ; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -s /usr/share/man/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT/usr/share/man/man9/request_irq.9.gz
|
ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/request_irq.9.gz
|
||||||
|
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
|
||||||
|
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
|
||||||
|
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html
|
||||||
|
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html || true
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.xml
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.{gif,png}
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*/*.proc
|
||||||
|
|
||||||
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING CREDITS MAINTAINERS README REPORTING-BUGS
|
%doc COPYING CREDITS MAINTAINERS README REPORTING-BUGS
|
||||||
%{_mandir}/man9/*
|
%{_mandir}/man9/*
|
||||||
%docdir /usr/share/doc/kernel
|
|
||||||
/usr/share/doc/kernel
|
%files pdf
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/doc/kernel
|
||||||
|
%docdir %{_datadir}/doc/kernel/pdf
|
||||||
|
%{_datadir}/doc/kernel/pdf
|
||||||
|
|
||||||
|
%files html
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/doc/kernel
|
||||||
|
%docdir %{_datadir}/doc/kernel/html
|
||||||
|
%{_datadir}/doc/kernel/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-ec2
|
|||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -45,9 +45,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 17:17:29 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-final.
|
||||||
|
- x86-64/MCE: flip CPU and bank numbers in log message.
|
||||||
|
- commit 2b473fc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 03:22:34 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-final.
|
||||||
|
- commit fb05465
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
Sun Dec 7 21:43:12 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -19,20 +32,71 @@ Sat Dec 6 21:41:16 CET 2014 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
- ALSA: usb-audio: Don't resubmit pending URBs at MIDI error
|
||||||
recovery.
|
recovery.
|
||||||
- commit 8622a2e
|
- commit a6e513d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
Fri Dec 5 17:20:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
- drm: Implement O_NONBLOCK support on /dev/dri/cardN
|
||||||
(bnc#904097).
|
(bnc#904097).
|
||||||
- commit bde0c3f
|
- commit 1b14fe6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
Fri Dec 5 11:50:52 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- KEYS: Fix stale key registration at error path (bnc#908163).
|
- KEYS: Fix stale key registration at error path (bnc#908163).
|
||||||
- commit a49cb11
|
- commit 7d9c8f3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 01:02:49 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- arm64: Enable 64k page size (bnc#908468)
|
||||||
|
- commit 088d59b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 4 14:59:03 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARMv7: Bump NR_CPUs to 16, the HIP04D01 has that many
|
||||||
|
- commit 9c41958
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 15:44:27 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc7.
|
||||||
|
- commit 58b7b67
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 1 14:23:51 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen config files (restore RTC_DRV_EFI).
|
||||||
|
- commit ab8d181
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:54:09 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc6 and c/s 1269.
|
||||||
|
- commit 7e21a29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 10:48:26 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB of disk space also on 32bit POWER
|
||||||
|
- commit 33a282b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 17:27:14 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc6.
|
||||||
|
- commit 961dff7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 26 13:46:09 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/constraints.in: Require 10GB disk space on POWER
|
||||||
|
A debuginfo build currently requires about 8.5 GB on POWER. Also,
|
||||||
|
require at least 8 CPUs, so that builds do not get accidentally
|
||||||
|
scheduled on slow machines.
|
||||||
|
- commit 596d9cf
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
Tue Nov 25 21:17:30 CET 2014 - tiwai@suse.de
|
||||||
@ -53,6 +117,12 @@ Sat Nov 22 20:07:29 CET 2014 - jslaby@suse.cz
|
|||||||
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
- Delete patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch.
|
||||||
- commit d50009e
|
- commit d50009e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 04:05:43 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc5.
|
||||||
|
- commit 2e1894b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -62,11 +132,24 @@ Fri Nov 14 21:42:01 CET 2014 - jslaby@suse.cz
|
|||||||
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing.
|
||||||
- commit 76fe48f
|
- commit 76fe48f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 16:28:39 CET 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Provide name-version-release for kgraft
|
||||||
|
packages (bnc#901925)
|
||||||
|
- commit c9157ee
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:23:51 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- PPC: Update config files: Enable HV KVM as module
|
||||||
|
- commit 0521fb3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
Thu Nov 13 21:01:29 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
- hp_accel: Add support for HP ZBook 15 (bnc#905329).
|
||||||
- commit 5caf82d
|
- commit 44e7f88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
Thu Nov 13 09:27:48 CET 2014 - tiwai@suse.de
|
||||||
@ -96,6 +179,12 @@ Wed Nov 12 12:32:38 CET 2014 - tiwai@suse.de
|
|||||||
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
- ALSA: hda/realtek - Optimize alc888_coef_init() (bnc#905068).
|
||||||
- commit 757f42b
|
- commit 757f42b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 21:49:08 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc4.
|
||||||
|
- commit 1eac9b3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
Fri Nov 7 16:18:21 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
@ -125,7 +214,7 @@ Wed Nov 5 16:03:40 CET 2014 - tiwai@suse.de
|
|||||||
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
Wed Nov 5 14:27:57 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).
|
||||||
- commit 68ca6da
|
- commit 2f29e54
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
||||||
@ -135,6 +224,63 @@ Wed Nov 5 10:03:28 CET 2014 - tiwai@suse.de
|
|||||||
fine, drop this later.
|
fine, drop this later.
|
||||||
- commit 6b12ffb
|
- commit 6b12ffb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 13:43:57 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.18-rc3.
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit e706e91
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 16:27:20 CET 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: temporarily disable KEYSTONE_NAVIGATOR_QMSS
|
||||||
|
KEYSTONE_NAVIGATOR_QMSS leads to the following module dependency cycle.
|
||||||
|
Disable it until it will be fixed in upstream.
|
||||||
|
[24907s] depmod: ERROR: Found 2 modules in dependency cycles!
|
||||||
|
[24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
|
||||||
|
- commit 5709b4c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:58:30 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- netfilter: fix missing declaration of csum_ipv6_magic for
|
||||||
|
bridge reject.
|
||||||
|
- commit a73bb9e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 03:16:28 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc3.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
- commit d6cda9a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 10:31:18 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- Limit xgbe a0 driver to arm64
|
||||||
|
- commit 12cb573
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 2 09:57:54 CET 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- usb: Add support for Synopsis H20AHB EHCI host controller
|
||||||
|
(bnc#902632).
|
||||||
|
- usb: fix hcd h20ahb driver depends (bnc#902632).
|
||||||
|
- KVM: ARM: Add "arm,gic-400" compatible support (bnc#902632).
|
||||||
|
- net/xgbe: Add A0 silicon support (bnc#902632).
|
||||||
|
- arm64: dts: Add X-Gene reboot driver dts node (bnc#902632).
|
||||||
|
- arm64: Select reboot driver for X-Gene platform (bnc#902632).
|
||||||
|
- arm64: Do not call enable PCI resources when specify
|
||||||
|
PCI_PROBE_ONLY (bnc#902632).
|
||||||
|
- ARM/ARM64: arch-timer: fix arch_timer_probed logic (bnc#902632).
|
||||||
|
- Documentation: Restrict TSC test code to x86 (bnc#902632).
|
||||||
|
- KVM: ARM: Hack to enable VGIC mapping on 64k PAGE_SIZE kernels
|
||||||
|
(bnc#902633).
|
||||||
|
- Update config files.
|
||||||
|
- commit 2d3b60c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
Thu Oct 30 20:14:09 CET 2014 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -159,6 +305,202 @@ Wed Oct 29 14:12:24 CET 2014 - jslaby@suse.cz
|
|||||||
It is in 3.17 already, so it is applied twice.
|
It is in 3.17 already, so it is applied twice.
|
||||||
- commit 14a333d
|
- commit 14a333d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 12:04:43 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Split kernel-docs-pdf and kernel-docs-html subpackages
|
||||||
|
They'll contain PDF and HTML documents generated from kernel source,
|
||||||
|
respectively. kernel-docs still keeps man pages and basic documents
|
||||||
|
in root directory.
|
||||||
|
- commit 4fa7b81
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 14:06:11 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc2.
|
||||||
|
- Config changes:
|
||||||
|
* ACPI_THERMAL_REL=m
|
||||||
|
* DA9063_WATCHDOG=m
|
||||||
|
* INT340X_THERMAL=m
|
||||||
|
* OVERLAYFS_FS=m (vanilla only, we've been carrying these patches)
|
||||||
|
* PWM_LPSS_PCI=m
|
||||||
|
* PWM_LPSS_PLATFORM=m
|
||||||
|
* TCM_USER=m
|
||||||
|
* THERMAL_GOV_BANG_BANG=y
|
||||||
|
- commit 44afd6d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 20:49:27 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- vdso: don't require 64-bit math in standalone test.
|
||||||
|
- commit e58d2f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:25:53 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Refresh patches.fixes/dm-table-switch-to-readonly.
|
||||||
|
- commit afa7428
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:21:38 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv6hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit e34532c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:09:15 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Compile KGDB serial console into kernel
|
||||||
|
A serial console is the major communication for ARM devices.
|
||||||
|
Having CONFIG_KGDB_SERIAL_CONSOLE=m makes it impossible to debug the kernel
|
||||||
|
at early boot stages.
|
||||||
|
- commit 18c982d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 19:07:14 CEST 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Disable CONFIG_USB_MUSB_TUSB6010
|
||||||
|
TUSB6010 is not used by any of our JeOSes*, but introduces issues
|
||||||
|
with USB on BeagleBone (and all other boards utilizing musb_hdrc).
|
||||||
|
The way to resolve the issues is currently unknown, so temporarily
|
||||||
|
disable it.
|
||||||
|
See for details: http://marc.info/?l=linux-usb&m=141088564307331&w=2
|
||||||
|
- commit fb5877e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 18:59:39 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- patches.fixes/dm-table-switch-to-readonly: fix incomplete merge
|
||||||
|
- commit 2c7dd5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:36:16 CEST 2014 - agraf@suse.de
|
||||||
|
|
||||||
|
- ARM: Update config files: Move closer to x86_64 config
|
||||||
|
- commit 0f35e83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:02:43 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to v3.18-rc1
|
||||||
|
Generic options as x86_64/armv7hl.
|
||||||
|
Enabled PCI, enabling lots of devices.
|
||||||
|
When in doubt, left miscellaneous drivers disabled.
|
||||||
|
- commit 83baa8a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 13:07:52 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v3.18-rc1
|
||||||
|
Generic options as for x86_64/armv7hl.
|
||||||
|
When in doubt, disabled SoC level and PMIC drivers.
|
||||||
|
- commit 10e9bcb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 12:17:32 CEST 2014 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v3.18-rc1
|
||||||
|
Generic options like x86_64.
|
||||||
|
Meson6 and BCM SoCs for default only.
|
||||||
|
- commit c8b0df9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 18:22:51 CEST 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.18-rc1
|
||||||
|
- Eliminated 6 patches.
|
||||||
|
- ARM is disabled.
|
||||||
|
- Xen is disabled.
|
||||||
|
- Config changes:
|
||||||
|
- Generic config options:
|
||||||
|
* TASKS_RCU=n (default)
|
||||||
|
* ADVISE_SYSCALLS=y (default)
|
||||||
|
* MODULE_COMPRESS=n (default)
|
||||||
|
* DISABLE_DEV_COREDUMP=n (default)
|
||||||
|
* MTD_SPI_NOR_USE_4K_SECTORS=y (default)
|
||||||
|
* SCSI_MQ_DEFAULT=y
|
||||||
|
* SCHED_STACK_END_CHECK=y (good protection, may need to reevaluate)
|
||||||
|
* HMC_DRV=m
|
||||||
|
* DEVFREQ_GOV_SIMPLE_ONDEMAND=m
|
||||||
|
* DEVFREQ_GOV_PERFORMANCE=m
|
||||||
|
* DEVFREQ_GOV_POWERSAVE=m
|
||||||
|
* DEVFREQ_GOV_USERSPACE=m
|
||||||
|
* CPUFREQ_DT=n (default)
|
||||||
|
- Security:
|
||||||
|
* INTEGRITY=y
|
||||||
|
- INTEGRITY_SIGNATURE=y
|
||||||
|
- INTEGRITY_ASYMMETRIC_KEYS=y
|
||||||
|
- INTEGRITY_AUDIT=y
|
||||||
|
* CRYPTO_MCRYPTD=m
|
||||||
|
* CRYPTO_SHA1_MB=m (x86_64)
|
||||||
|
- Networking options:
|
||||||
|
* NET_FOU=m
|
||||||
|
* GENEVE=m
|
||||||
|
* OPENVSWITCH_GENEVE=y
|
||||||
|
* TCP_CONG_DCTCP=m
|
||||||
|
* NFT_MASQ=m
|
||||||
|
* IP_SET_HASH_MAC=m
|
||||||
|
* IP_VS_FO=m
|
||||||
|
* NF_REJECT_IPV4=y
|
||||||
|
* NF_REJECT_IPV6=
|
||||||
|
* NFT_MASQ_IPV4=m
|
||||||
|
* NFT_MASQ_IPV6=m
|
||||||
|
* CAN_M_CAN=m
|
||||||
|
- New modules:
|
||||||
|
* NET_DSA_MV88E6171=m
|
||||||
|
* NET_DSA_BCM_SF2=m
|
||||||
|
* FM10K=m
|
||||||
|
* - FM10K_VXLAN=y
|
||||||
|
* QCA7000=m
|
||||||
|
* IWLWIFI_UAPSD=n (default, possible interop problems)
|
||||||
|
* RTL8192EE=m
|
||||||
|
* RTL8821AE=m
|
||||||
|
* TOUCHSCREEN_AR1021_I2C=m
|
||||||
|
* INPUT_DRV260X_HAPTICS=m
|
||||||
|
* INPUT_DRV2667_HAPTICS=m
|
||||||
|
* SERIAL_8250_FINTEK=m
|
||||||
|
* HID_PENMOUNT=m
|
||||||
|
* IR_HIX5HD2=m
|
||||||
|
* DVB_USB_DVBSKY=m
|
||||||
|
* USB_HACKRF=m
|
||||||
|
* VIDEO_TW68=m
|
||||||
|
* VIDEO_SAA7134_GO7007=m
|
||||||
|
* DVB_PT3=m
|
||||||
|
* USB_LED_TRIG=y
|
||||||
|
* LEDS_SYSCON=y
|
||||||
|
* BMC150_ACCEL=m
|
||||||
|
* VIDEO_PCI_SKELETON=n
|
||||||
|
* VIDEO_VIVID=m
|
||||||
|
* POWER_RESET_GPIO_RESTART=n (default)
|
||||||
|
* POWER_RESET_LTC2952=n
|
||||||
|
* POWER_RESET_SYSCON=n
|
||||||
|
* ATH9K_DYNACK=n (experimental)
|
||||||
|
* ATH9K_CHANNEL_CONTEXT=y (needed for multi-channel concurrency)
|
||||||
|
- New options specific to ARM (I think, all disabled):
|
||||||
|
* MFD_HI6421_PMIC
|
||||||
|
* MFD_RK808
|
||||||
|
* MFD_RN5T618
|
||||||
|
* SOC_TI
|
||||||
|
* EXTCON_RT8973A
|
||||||
|
* TI_ADC128S052
|
||||||
|
* MAX5821
|
||||||
|
* BMG160
|
||||||
|
* AL3320A
|
||||||
|
* GPIO_DWAPB
|
||||||
|
* GPIO_MCP23S08
|
||||||
|
- x86/x86_64:
|
||||||
|
* IOSF_MBI_DEBUG=n (default)
|
||||||
|
- Power:
|
||||||
|
* GENERIC_CPU=y (ppc64)
|
||||||
|
* POWER7_CPU=y (ppc64le)
|
||||||
|
* CXL=m
|
||||||
|
- System Z:
|
||||||
|
* UPROBE_EVENT=y
|
||||||
|
- commit ab4cc2f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.17
|
%define srcversion 3.18
|
||||||
%define patchversion 3.17.6
|
%define patchversion 3.18.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ Name: kernel-xen
|
|||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.17.6
|
Version: 3.18.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g12b7bf1
|
Release: <RELEASE>.gfc82a91
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -77,6 +77,8 @@ BuildRequires: sparse
|
|||||||
# Used to sign the kernel in the buildservice
|
# Used to sign the kernel in the buildservice
|
||||||
BuildRequires: pesign-obs-integration
|
BuildRequires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
|
# bnc#901925
|
||||||
|
Provides: %name-%version-%source_rel
|
||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
%if %split_base
|
%if %split_base
|
||||||
|
3
linux-3.18.tar.xz
Normal file
3
linux-3.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd
|
||||||
|
size 80934708
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:461ffa634be54dbd8c804f4b8b04c38d3be4ba710cf739f3175c262e9da0d4bf
|
oid sha256:fdcb1e84bf9b726de1a04391bf62e31848c92c1f832e9c79e19231fcaacba47e
|
||||||
size 136939
|
size 192950
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d25a2ae309c48d2e94e65ed4f1fe3364131eaa8f5482710b5611887b03c6293f
|
oid sha256:d966d8b92d94d14a295af338d13ed1967f59d324bb735b4261580c6809a9ec3e
|
||||||
size 18164
|
size 4854
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d11de48d47a151bf842e55266c802df6cd8233025fabacb44d6f4b605655be19
|
oid sha256:423825e7f3db4afaae7afd62ed3452dbb9d2af2100effb8cc19bdaa574eeded4
|
||||||
size 14141
|
size 13052
|
||||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e6bd66b92ed12585447107c94844de5329374cfa6ddad359489b7828e3e65fdc
|
oid sha256:7f64d182d0b3ff78abdaed7f037493ed2d08c17aa9abcff6dde18758576721a0
|
||||||
size 66583
|
size 46332
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b7ab23e6736d68fd7ca32463192e4900aa994a3ed8a4870ae843c6b5617421a5
|
oid sha256:9b31df5ef50d51b4313c66366146e56cbd18e5def1e56dbbfe503aa43112076d
|
||||||
size 2135141
|
size 2143793
|
||||||
|
42
series.conf
42
series.conf
@ -27,12 +27,6 @@
|
|||||||
# DO NOT MODIFY THEM!
|
# DO NOT MODIFY THEM!
|
||||||
# Send separate patches upstream if you find a problem...
|
# Send separate patches upstream if you find a problem...
|
||||||
########################################################
|
########################################################
|
||||||
patches.kernel.org/patch-3.17.1
|
|
||||||
patches.kernel.org/patch-3.17.1-2
|
|
||||||
patches.kernel.org/patch-3.17.2-3
|
|
||||||
patches.kernel.org/patch-3.17.3-4
|
|
||||||
patches.kernel.org/patch-3.17.4-5
|
|
||||||
patches.kernel.org/patch-3.17.5-6
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -164,8 +158,16 @@
|
|||||||
patches.arch/arm-refresh-mach-types.diff
|
patches.arch/arm-refresh-mach-types.diff
|
||||||
patches.arch/arm-arndale-usb.patch
|
patches.arch/arm-arndale-usb.patch
|
||||||
+agraf patches.arch/arm-arndale-dma.patch
|
+agraf patches.arch/arm-arndale-dma.patch
|
||||||
patches.arch/arm-arndale-usb-phy.patch
|
|
||||||
patches.arch/arm-exynos-dwmmc-modalias.patch
|
patches.arch/arm-exynos-dwmmc-modalias.patch
|
||||||
|
patches.arch/arm64-0001-usb-Add-support-for-Synopsis-H20AHB-EHCI-host-contro.patch
|
||||||
|
patches.arch/arm64-0002-usb-fix-hcd-h20ahb-driver-depends.patch
|
||||||
|
patches.arch/arm64-0003-KVM-ARM-Add-arm-gic-400-compatible-support.patch
|
||||||
|
patches.arch/arm64-0004-net-xgbe-Add-A0-silicon-support.patch
|
||||||
|
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch
|
||||||
|
patches.arch/arm64-0006-arm64-Select-reboot-driver-for-X-Gene-platform.patch
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch
|
||||||
|
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
|
||||||
|
patches.arch/arm64-0011-Enable-CONFIG_COMPAT-also-for-64k-page-size.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# S/390
|
# S/390
|
||||||
@ -251,7 +253,6 @@
|
|||||||
# btrfs
|
# btrfs
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/btrfs-use-correct-device-for-maps.patch
|
patches.suse/btrfs-use-correct-device-for-maps.patch
|
||||||
patches.suse/btrfs-check-index-in-extent_buffer_page
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Reiserfs Patches
|
# Reiserfs Patches
|
||||||
@ -272,7 +273,6 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# xfs
|
# xfs
|
||||||
########################################################
|
########################################################
|
||||||
patches.fixes/xfs-mark-all-internal-workqueues-as-freezable.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# other filesystem stuff
|
# other filesystem stuff
|
||||||
@ -285,16 +285,6 @@
|
|||||||
# Overlayfs
|
# Overlayfs
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
|
|
||||||
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
|
|
||||||
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
|
|
||||||
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
|
|
||||||
patches.suse/ovl05-overlay-filesystem.patch
|
|
||||||
patches.suse/ovl06-overlayfs-add-statfs-support.patch
|
|
||||||
patches.suse/ovl07-overlayfs-implement-show_options.patch
|
|
||||||
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
|
|
||||||
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Swap-over-NFS
|
# Swap-over-NFS
|
||||||
########################################################
|
########################################################
|
||||||
@ -387,21 +377,10 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# patches.suse/SUSE-bootsplash
|
# patches.suse/SUSE-bootsplash
|
||||||
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
||||||
patches.drivers/Input-psmouse-add-psmouse_matches_pnp_id-helper-func.patch
|
|
||||||
patches.drivers/Input-psmouse-add-support-for-detecting-FocalTech-PS.patch
|
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
# Sound
|
# Sound
|
||||||
##########################################################
|
##########################################################
|
||||||
patches.drivers/0001-ALSA-hda-realtek-Optimize-alc888_coef_init.patch
|
|
||||||
patches.drivers/0002-ALSA-hda-realtek-Use-alc_write_coef_idx-in-alc269_qu.patch
|
|
||||||
patches.drivers/0003-ALSA-hda-realtek-Add-alc_update_coef-_idx-helper.patch
|
|
||||||
patches.drivers/0004-ALSA-hda-realtek-Use-tables-for-batch-COEF-writes-up.patch
|
|
||||||
patches.drivers/0005-ALSA-hda-realtek-Update-restore-default-value-for-AL.patch
|
|
||||||
patches.drivers/0006-ALSA-hda-realtek-Update-restore-default-value-for-AL.patch
|
|
||||||
patches.drivers/0007-ALSA-hda-realtek-Update-Initial-AMP-for-EAPD-control.patch
|
|
||||||
patches.drivers/0008-ALSA-hda-realtek-Restore-default-value-for-ALC668.patch
|
|
||||||
patches.drivers/0009-ALSA-hda-realtek-Change-EAPD-to-verb-control.patch
|
|
||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
@ -596,7 +575,7 @@
|
|||||||
patches.xen/xen3-patch-3.15
|
patches.xen/xen3-patch-3.15
|
||||||
patches.xen/xen3-patch-3.16
|
patches.xen/xen3-patch-3.16
|
||||||
patches.xen/xen3-patch-3.17
|
patches.xen/xen3-patch-3.17
|
||||||
patches.xen/xen3-patch-3.17.1
|
patches.xen/xen3-patch-3.18
|
||||||
|
|
||||||
# ports of other patches
|
# ports of other patches
|
||||||
patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
@ -658,3 +637,4 @@
|
|||||||
patches.xen/xen-x86_64-note-init-p2m
|
patches.xen/xen-x86_64-note-init-p2m
|
||||||
patches.xen/xen-x86_64-unmapped-initrd
|
patches.xen/xen-x86_64-unmapped-initrd
|
||||||
patches.xen/xen-x86_64-vread-pvclock
|
patches.xen/xen-x86_64-vread-pvclock
|
||||||
|
patches.xen/xen-x86_64-MCE-Dom0-bank-vs-CPU
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2014-12-07 21:43:12 +0100
|
2014-12-10 10:36:57 +0100
|
||||||
GIT Revision: 12b7bf14b9899cf434fe0dde759d127119222a04
|
GIT Revision: fc82a9140bc0bbc4294a982d1d96ab32c0807a6e
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user