commit 7b374a4af8a6bf8109b917f5c839dcd85b607ec0
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=433
This commit is contained in:
parent
d4c120265c
commit
7ff56412b5
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=4.2
|
SRCVERSION=4.3
|
||||||
# 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:c2b7256f6b0085d9998351e316e287ec0af3ac1e10e205f3115a71b3f9c9d81b
|
oid sha256:0ef6779fd54a020e84902f91f539f214d9dfbdda50551a549e6c8b88a26f3f60
|
||||||
size 371886
|
size 375350
|
||||||
|
@ -399,6 +399,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -530,6 +530,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -565,6 +565,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation (man pages)
|
Summary: Kernel Documentation (man pages)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -526,6 +526,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -524,6 +524,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -542,6 +542,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-pv
|
|||||||
Summary: The para-virtualized Kernel
|
Summary: The para-virtualized Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -525,6 +525,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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: 4.2.5
|
Version: 4.3.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -523,6 +523,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 16:34:24 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: sync with master
|
||||||
|
- commit 7b374a4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 15:00:23 CET 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-final.
|
||||||
|
- 1 patch eliminated.
|
||||||
|
- commit e20b856
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
Wed Oct 28 16:41:18 CET 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -9,7 +22,7 @@ Wed Oct 28 08:49:09 CET 2015 - tiwai@suse.de
|
|||||||
|
|
||||||
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
- ALSA: hda - Disable 64bit address for Creative HDA controllers
|
||||||
(bnc#814440).
|
(bnc#814440).
|
||||||
- commit ef2823b
|
- commit 1b5a73d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
Tue Oct 27 09:11:49 CET 2015 - jslaby@suse.cz
|
||||||
@ -45,6 +58,8 @@ Sat Oct 24 20:59:13 CEST 2015 - stefan.bruens@rwth-aachen.de
|
|||||||
- config: arm: Enable ADS7846 touchscreen driver
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
This SPI connected chip is common on RPi TFT displays.
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
(cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
|
||||||
|
- config: arm: Enable ADS7846 touchscreen driver
|
||||||
|
This SPI connected chip is common on RPi TFT displays.
|
||||||
- commit 48484ee
|
- commit 48484ee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -68,11 +83,13 @@ Sat Oct 24 17:42:27 CEST 2015 - jslaby@suse.cz
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
Fri Oct 23 08:39:30 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
|
bnc#951626).
|
||||||
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
|
||||||
boo#951627).
|
boo#951627).
|
||||||
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
|
||||||
bnc#951626).
|
bnc#951626).
|
||||||
- commit 8031e24
|
- commit f554650
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
||||||
@ -82,6 +99,20 @@ Thu Oct 22 14:54:12 CEST 2015 - guillaume.gardet@free.fr
|
|||||||
with PPS line connected to a GPIO, as a high-precision time reference.
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
- commit 29faced
|
- commit 29faced
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 22 08:34:29 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
|
||||||
|
- commit ff3f596
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 21 15:55:58 CEST 2015 - guillaume.gardet@free.fr
|
||||||
|
|
||||||
|
- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
|
||||||
|
Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
|
||||||
|
with PPS line connected to a GPIO, as a high-precision time reference.
|
||||||
|
- commit f01eb6a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 20:38:15 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -95,6 +126,28 @@ Tue Oct 20 20:37:10 CEST 2015 - tiwai@suse.de
|
|||||||
(boo#951260).
|
(boo#951260).
|
||||||
- commit e9cf2df
|
- commit e9cf2df
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:33:33 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* (boo#951260)
|
||||||
|
- commit 007f6ba
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 20:32:31 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- [media] c8sectpfe: Remove select on
|
||||||
|
CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
|
||||||
|
- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
|
||||||
|
(boo#951260).
|
||||||
|
- commit 23d5c78
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 17:19:55 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
|
||||||
|
Even people originally demanded suggest to drop it now...
|
||||||
|
- commit 58efde7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
Tue Oct 20 17:16:39 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
@ -108,6 +161,27 @@ Tue Oct 20 16:44:25 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
- ALSA: hda - Fix deadlock at error in building PCM (bsc#948758).
|
||||||
- commit e5082ca
|
- commit e5082ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:25:24 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Re-enable DEBUG_INFO on ec2 flavors.
|
||||||
|
It was disabled in commit a104accda85, but is enabled explicitly in the
|
||||||
|
spec file. The options that depend on it must be in the config file for
|
||||||
|
the build to succeed.
|
||||||
|
- commit 4415ce9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 19:00:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc6.
|
||||||
|
- commit d6b2a93
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 16 16:34:28 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
|
- Delete unused rpm/config-subst.
|
||||||
|
- commit 01841f4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
Fri Oct 16 16:01:01 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -141,6 +215,27 @@ Thu Oct 15 16:47:21 CEST 2015 - tiwai@suse.de
|
|||||||
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
- rtlwifi: rtl8821ae: Fix system lockups on boot (boo#944978).
|
||||||
- commit 9c478b9
|
- commit 9c478b9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 16:28:49 CEST 2015 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 4.3-rc5 and c/s 1293.
|
||||||
|
- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
|
||||||
|
- config.conf: Re-enable Xen and PV configs.
|
||||||
|
- Update config files.
|
||||||
|
- commit a104acc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 21:30:18 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable new OMAP serial driver
|
||||||
|
- commit 54af7c7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 12 16:01:33 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc5.
|
||||||
|
- commit 36c0ed4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
@ -148,6 +243,42 @@ Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
|
|||||||
This allows to feed some randomness to the OBS workers.
|
This allows to feed some randomness to the OBS workers.
|
||||||
- commit fbb0589
|
- commit fbb0589
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 13:40:15 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update config files.
|
||||||
|
Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
|
||||||
|
are MIPS and unlikely to exist on an ARM board.
|
||||||
|
- commit efc53bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 05:22:22 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc4.
|
||||||
|
- commit 48d7e75
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 21:19:16 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Sync vanilla with default
|
||||||
|
Let vanilla follow changes made in default.
|
||||||
|
- commit 00ad273
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 20:06:44 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv7hl: Disable all msm8916/apq8016 options
|
||||||
|
They are arm64 SoCs, so not needed for armv7hl.
|
||||||
|
- commit b333226
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 4 18:09:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Enable preemption
|
||||||
|
This patch is to follow 1fcdac3f3d277ffea3462af635a3dea6b854a09a.
|
||||||
|
[AF/MK: Enable preemption for vanilla config as well]
|
||||||
|
- commit d795f96
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -161,20 +292,30 @@ Sat Oct 3 18:13:57 CEST 2015 - afaerber@suse.de
|
|||||||
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
Cubietruck not working.
|
Cubietruck not working.
|
||||||
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
(cherry picked from commit 68608454650632c84ab3c4c67a923ba834be6c59)
|
||||||
|
- config: armv7hl: Enable missing STMMAC Ethernet options
|
||||||
|
This attempts to fix regressions from 4.1 like built-in Ethernet on
|
||||||
|
Cubietruck not working.
|
||||||
- commit 2a10792
|
- commit 2a10792
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
Fri Oct 2 17:09:31 CEST 2015 - mmarek@suse.com
|
||||||
|
|
||||||
- Obsolete kernel-desktop also in Tumbleweed
|
- Obsolete kernel-desktop also in Tumbleweed
|
||||||
- commit 35c44c6
|
- commit 7a85c9f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
Fri Oct 2 10:44:35 CEST 2015 - tiwai@suse.de
|
||||||
|
|
||||||
- apparmor: temporary work around for bug while unloading policy
|
- apparmor: temporary work around for bug while unloading policy
|
||||||
(boo#941867).
|
(boo#941867).
|
||||||
- commit 1193b90
|
- commit fee03a3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 02:34:37 CEST 2015 - jlee@suse.com
|
||||||
|
|
||||||
|
- Update config files. (bsc#947816)
|
||||||
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
|
- commit ab4942d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
||||||
@ -183,6 +324,13 @@ Wed Sep 30 02:16:01 CEST 2015 - jlee@suse.com
|
|||||||
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
Put # CONFIG_KEXEC_VERIFY_SIG is not set (bsc#947816)
|
||||||
- commit 0dc8788
|
- commit 0dc8788
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 01:37:00 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc3.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- commit 66bc908
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
Tue Sep 29 20:51:15 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -201,6 +349,13 @@ Tue Sep 29 20:29:23 CEST 2015 - jslaby@suse.cz
|
|||||||
- Update config files.
|
- Update config files.
|
||||||
- commit 5256b5c
|
- commit 5256b5c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 25 22:51:28 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/kconfig-automate-kernel-desktop.
|
||||||
|
No longer needed.
|
||||||
|
- commit 74bcdcc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
Fri Sep 25 22:42:00 CEST 2015 - mmarek@suse.cz
|
||||||
|
|
||||||
@ -213,6 +368,35 @@ Fri Sep 25 10:21:54 CEST 2015 - tiwai@suse.de
|
|||||||
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
- ALSA: hda - Disable power_save_node for Thinkpads (bsc#943982).
|
||||||
- commit 6996a42
|
- commit 6996a42
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 14:41:58 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Backport of https://lkml.org/lkml/2015/9/11/507
|
||||||
|
Fixes a build issue with aarch64, see
|
||||||
|
http://www.spinics.net/lists/arm-kernel/msg446809.html.
|
||||||
|
- Update config files.
|
||||||
|
- commit 2947252
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:49:33 CEST 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Delete
|
||||||
|
patches.arch/arm64-0007-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch.
|
||||||
|
- commit a608d6a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:47:42 CEST 2015 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update x86 config files: CONFIG_SURFACE_PRO3_BUTTON=m
|
||||||
|
This is an x86 driver, no reason to not enable it.
|
||||||
|
- commit c28e82c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 13:32:40 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: re-enabled EXT4_USE_FOR_EXT2
|
||||||
|
- commit 681c071
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
Tue Sep 22 21:52:03 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -262,6 +446,44 @@ Tue Sep 22 16:49:30 CEST 2015 - jslaby@suse.cz
|
|||||||
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
where __symbol_put and do_init_module+0x27 should not be there at all.
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
|
- Update config files.
|
||||||
|
- Refresh patches.suse/stack-unwind.
|
||||||
|
Reenable dwarf stack unwinder for C. Assembler is not dwarf-friendly
|
||||||
|
annotated (removed in upstream and neither
|
||||||
|
patches.arch/x86_64-unwind-annotations is enabled (yet)), so dwarf
|
||||||
|
unwinder does not work there (yet).
|
||||||
|
This should be fixed by Josh Poimbeouf's stacktool later. But until
|
||||||
|
then, dwarf-unwind at least C and use frame pointers for asm.
|
||||||
|
I.e. no more question marks for most cases:
|
||||||
|
[<ffffffff81008415>] try_stack_unwind+0x175/0x190
|
||||||
|
[<ffffffff81007293>] dump_trace+0x93/0x3a0
|
||||||
|
[<ffffffff8100847b>] show_trace_log_lvl+0x4b/0x60
|
||||||
|
[<ffffffff810076ac>] show_stack_log_lvl+0x10c/0x180
|
||||||
|
[<ffffffff81008515>] show_stack+0x25/0x50
|
||||||
|
[<ffffffff81364619>] dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa01a302e>] init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4da>] do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eefe8>] SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
DWARF2 unwinder stuck at entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
Leftover inexact backtrace:
|
||||||
|
<nothing>
|
||||||
|
Instead of the funny:
|
||||||
|
[<ffffffff81364619>] ? dump_stack+0x4b/0x72
|
||||||
|
[<ffffffffa022a02e>] ? init1+0xe/0x20 [aaa]
|
||||||
|
[<ffffffff810002f3>] ? do_one_initcall+0xb3/0x200
|
||||||
|
[<ffffffff8116e4a2>] ? do_init_module+0x27/0x1f6
|
||||||
|
[<ffffffff8116e4da>] ? do_init_module+0x5f/0x1f6
|
||||||
|
[<ffffffff810ee87e>] ? load_module+0x15fe/0x1b60
|
||||||
|
[<ffffffff810eaa40>] ? __symbol_put+0x50/0x50
|
||||||
|
[<ffffffff811e9501>] ? kernel_read+0x41/0x60
|
||||||
|
[<ffffffff810eefe8>] ? SYSC_finit_module+0x98/0xc0
|
||||||
|
[<ffffffff810ef02e>] ? SyS_finit_module+0xe/0x10
|
||||||
|
[<ffffffff816b07b6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
|
||||||
|
where __symbol_put and do_init_module+0x27 should not be there at all.
|
||||||
- commit 68d392a
|
- commit 68d392a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -270,6 +492,162 @@ Tue Sep 22 09:24:12 CEST 2015 - jslaby@suse.cz
|
|||||||
- Linux 4.2.1.
|
- Linux 4.2.1.
|
||||||
- commit 0d0e86c
|
- commit 0d0e86c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 15:20:23 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc2.
|
||||||
|
- Eliminated 1 patch.
|
||||||
|
- Config changes:
|
||||||
|
- ARM (32/64-bit)
|
||||||
|
- STUB_CLK_HI6220=n
|
||||||
|
- ARM64
|
||||||
|
- ARM64_ERRATUM_843419=y
|
||||||
|
- commit 2b75354
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 20:24:47 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: armv6hl: Update for 4.3-rc1
|
||||||
|
- commit f41e9a5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 19:42:26 CEST 2015 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update for 4.3-rc1
|
||||||
|
- commit bd3ad83
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 16:41:12 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: disable MTD_NAND_DENALI_PCI
|
||||||
|
- commit a9273ca
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 21:00:55 CEST 2015 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- config: armv7hl: Reenable for 4.3
|
||||||
|
[AF: Keep STM32 serial disabled, sanitize STi, enable more Qualcomm,
|
||||||
|
MediaTek and Renesas options, disable i.MX6 for lpae, switch
|
||||||
|
MUSB to Dual Mode while at it, keep SUSE options out of vanilla]
|
||||||
|
- commit 17ed601
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:57:31 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: provide super_operations->inode_get_dev (bsc#927455).
|
||||||
|
- vfs: add super_operations->get_inode_dev (bsc#927455).
|
||||||
|
- Delete patches.suse/btrfs-use-correct-device-for-maps.patch.
|
||||||
|
- commit 6c14ee2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 15:37:18 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: advertise which crc32c implementation is being used on
|
||||||
|
mount (bsc#946057).
|
||||||
|
- commit 75a78f6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 10:16:21 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: resync vanilla configs
|
||||||
|
- commit 8f87143
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 16 09:36:17 CEST 2015 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 4.3-rc1.
|
||||||
|
- Eliminated 8 patches.
|
||||||
|
- Xen needs updating.
|
||||||
|
- ARM configs need updating.
|
||||||
|
- Config changes:
|
||||||
|
- General options:
|
||||||
|
- CGROUP_PIDS=y
|
||||||
|
- USERFAULTFD=y
|
||||||
|
- MEMBARRIER=y
|
||||||
|
- EXT4_USE_FOR_EXT2=n
|
||||||
|
- TEST_STATIC_KEYS=n
|
||||||
|
- NVMEM=m
|
||||||
|
- SCSI_DH=y
|
||||||
|
- [debug] FAIL_FUTEX=y
|
||||||
|
- IDLE_PAGE_TRACKING=n
|
||||||
|
- SUSPEND_SKIP_SYNC=n
|
||||||
|
- x86 options:
|
||||||
|
- X86_LEGACY_VM86=n (dosemu vm86 support eliminaed, use a vm or emulation)
|
||||||
|
- MODIFY_LDT_SYSCALL=y
|
||||||
|
- CRYPTO_POLY1305_X86_64=m
|
||||||
|
- CRYPTO_CHACHA20_X86_64=m
|
||||||
|
- IDMA64=m
|
||||||
|
- AMD_MCE_INJ=m
|
||||||
|
- Networking:
|
||||||
|
- IPV6_ILA=m
|
||||||
|
- IP_VS_OVF=m
|
||||||
|
- NFT_DUP_IPV4=m (go back and check)
|
||||||
|
- NF_DUP_IPV4=m
|
||||||
|
- NFT_DUP_IPV6=m
|
||||||
|
- NF_DUP_IPV6=m
|
||||||
|
- MPLS_IPTUNNEL=m
|
||||||
|
- BT_HS=y
|
||||||
|
- BT_HCIUART_QCA=y
|
||||||
|
- NFC_ST_NCI_SPI=m
|
||||||
|
- NFC_S3FWRN5_I2C=m
|
||||||
|
- NET_VRF=m
|
||||||
|
- BNX2X_VXLAN=y
|
||||||
|
- MLXSW_CORE=m
|
||||||
|
- MLXSW_PCI=m
|
||||||
|
- MLXSW_SWITCHX2=m
|
||||||
|
- NET_VENDOR_SYNOPSYS=y
|
||||||
|
- SYNOPSYS_DWC_ETH_QOS=m
|
||||||
|
- AQUANTIA_PHY=m
|
||||||
|
- TERANETICS_PHY=m
|
||||||
|
- MICROCHIP_PHY=m
|
||||||
|
- USB_LAN78XX=m
|
||||||
|
- FUJITSU_ES=m
|
||||||
|
- INFINIBAND_HFI1=m
|
||||||
|
- HFI1_DEBUG_SDMA_ORDER=n
|
||||||
|
- HFI1_VERBS_31BIT_PSN=y
|
||||||
|
- ESCAN_RXQ=n
|
||||||
|
- Other:
|
||||||
|
- MTD_NAND_DENALI_PCI=m (do we support moorestown?)
|
||||||
|
- MTD_NAND_DENALI_DT=n
|
||||||
|
- TOUCHSCREEN_IMX6UL_TSC=m
|
||||||
|
- I2C_MUX_REG=m
|
||||||
|
- SENSORS_MAX20751=m
|
||||||
|
- INTEL_PCH_THERMAL=m
|
||||||
|
- MFD_DA9062=m
|
||||||
|
- MFD_INTEL_LPSS_ACPI=m
|
||||||
|
- DVB_NETUP_UNIDVB=m
|
||||||
|
- DVB_PLATFORM_DRIVERS=y
|
||||||
|
- DRM_FBDEV_EMULATION=y
|
||||||
|
- BACKLIGHT_PM8941_WLED=m
|
||||||
|
- HID_GEMBIRD=m
|
||||||
|
- STAGING_RDMA=y
|
||||||
|
- RPR0521=m
|
||||||
|
- CRYPTO_DEV_QAT_DH895xCCVF=m
|
||||||
|
- DA9062_WATCHDOG=m
|
||||||
|
- ARM:
|
||||||
|
- MDIO_OCTEON=n
|
||||||
|
- MOST=n
|
||||||
|
- SURFACE_PRO3_BUTTON=n
|
||||||
|
- USB_XHCI_PLATFORM=n
|
||||||
|
- MMC_SDHCI_OF_AT91=n
|
||||||
|
- RTC_DRV_DA9063=n
|
||||||
|
- RTC_DRV_ZYNQMP=n
|
||||||
|
- OPT3001=n
|
||||||
|
- PA12203001=n
|
||||||
|
- DRM_PANEL_SAMSUNG_LD9040=n
|
||||||
|
- DRM_PANEL_LG_LG4573=n
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E8AA0=n
|
||||||
|
- DRM_NXP_PTN3460=n
|
||||||
|
- DRM_PARADE_PS8622=n
|
||||||
|
- FB_SM712=n
|
||||||
|
- SERIAL_UARTLITE=n
|
||||||
|
- I2C_EMEV2=n
|
||||||
|
- GPIO_ZX=n
|
||||||
|
- ppc64:
|
||||||
|
- CXLFLASH=m
|
||||||
|
- LEDS_POWERNV=m
|
||||||
|
- commit 0d41d58
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
Mon Sep 14 17:37:27 CEST 2015 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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 4.2
|
%define srcversion 4.3
|
||||||
%define patchversion 4.2.5
|
%define patchversion 4.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,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: 4.2.5
|
Version: 4.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0491388
|
Release: <RELEASE>.g7b374a4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -529,6 +529,11 @@ export BRP_PESIGN_FILES="*.ko"
|
|||||||
%if %CONFIG_EFI_STUB == "y"
|
%if %CONFIG_EFI_STUB == "y"
|
||||||
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
BRP_PESIGN_FILES="$BRP_PESIGN_FILES /boot/vmlinuz-%kernelrelease-%build_flavor"
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86
|
||||||
|
# XXX: do not sign on x86, as the repackaging changes kernel-pae
|
||||||
|
# from i686 to i586
|
||||||
|
BRP_PESIGN_FILES=""
|
||||||
|
%endif
|
||||||
|
|
||||||
# get rid of /usr/lib/rpm/brp-strip-debug
|
# get rid of /usr/lib/rpm/brp-strip-debug
|
||||||
# strip removes too much from the vmlinux ELF binary
|
# strip removes too much from the vmlinux ELF binary
|
||||||
|
3
linux-4.3.tar.xz
Normal file
3
linux-4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae
|
||||||
|
size 86920812
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:52751e0f81459c76df4548dce4212423af077318ef5808873641fd4e8ea6d26b
|
oid sha256:a331959f7f90766e5b6f296f708d29cc8c1911adf0fcfc3203a109abf84fbb55
|
||||||
size 195488
|
size 195549
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c9dacaf506771e0d75dca5bf43974c9bcd8618c5d773aabb8d44da66f44a1f8e
|
oid sha256:3d94f5e514832c884be2f161eb74c3e545f47c42879a1a9c896132c621cde0f3
|
||||||
size 15621
|
size 7927
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7011564c91c093d2de6beff0de1e3b6e965a64e51906045af2b7f4e6beeef075
|
oid sha256:794a423fd2203723ed097c9a2fd2a42c543bad3f4ae30f81ab4fb5653efb7172
|
||||||
size 19253
|
size 13555
|
||||||
|
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:e360bda0a36fd4c1c053ff606d38de390a0092300b75be1310e9dc2494a96bfe
|
oid sha256:3c4f9fa63cfafb047e8823f885a581ed1f057b21676abbe49e221a3d6c986a0c
|
||||||
size 47980
|
size 50222
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e1a85af367e6c0998415ac7da49bb0a63393405df284a7cc76d97b5d97ffaa33
|
oid sha256:98c5301580f00c6c6f40ad3fb0c7288e4001795ccb70eb99510ee5bfc5ccc7ec
|
||||||
size 2251451
|
size 2273039
|
||||||
|
31
series.conf
31
series.conf
@ -27,11 +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-4.2.1
|
|
||||||
patches.kernel.org/patch-4.2.1-2
|
|
||||||
patches.kernel.org/patch-4.2.2-3
|
|
||||||
patches.kernel.org/patch-4.2.3-4
|
|
||||||
patches.kernel.org/patch-4.2.4-5
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -66,7 +61,6 @@
|
|||||||
patches.suse/supported-flag-wildcards
|
patches.suse/supported-flag-wildcards
|
||||||
patches.suse/supported-flag-external
|
patches.suse/supported-flag-external
|
||||||
patches.suse/genksyms-add-override-flag.diff
|
patches.suse/genksyms-add-override-flag.diff
|
||||||
patches.suse/kconfig-automate-kernel-desktop
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Simple export additions/removals
|
# Simple export additions/removals
|
||||||
@ -103,7 +97,9 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# x86_64/i386 biarch
|
# x86_64/i386 biarch
|
||||||
########################################################
|
########################################################
|
||||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
|
||||||
|
# changed this area a lot.
|
||||||
|
+needs_updating patches.arch/x86_64-hpet-64bit-timer.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||||
@ -163,7 +159,6 @@
|
|||||||
patches.arch/arm64-0004-net-xgbe-Add-A0-silicon-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-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-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-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
|
||||||
|
|
||||||
# Generic PCIe host bridge, necessary for QEMU and Seattle, upstreaming wip
|
# Generic PCIe host bridge, necessary for QEMU and Seattle, upstreaming wip
|
||||||
@ -175,7 +170,7 @@
|
|||||||
+mbrugger patches.arch/arm64-gpex-0006-irqchip-gicv3-its-Get-rid-of-struct-msi_controller.patch
|
+mbrugger patches.arch/arm64-gpex-0006-irqchip-gicv3-its-Get-rid-of-struct-msi_controller.patch
|
||||||
+mbrugger patches.arch/arm64-gpex-0007-PCI-MSI-Drop-domain-field-from-msi_controller.patch
|
+mbrugger patches.arch/arm64-gpex-0007-PCI-MSI-Drop-domain-field-from-msi_controller.patch
|
||||||
+mbrugger patches.arch/arm64-gpex-0008-PCI-MSI-of-Allow-msi_domain-lookup-using-the-PHB-nod.patch
|
+mbrugger patches.arch/arm64-gpex-0008-PCI-MSI-of-Allow-msi_domain-lookup-using-the-PHB-nod.patch
|
||||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch
|
+mbrugger patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# S/390
|
# S/390
|
||||||
@ -188,6 +183,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.suse/readahead-request-tunables.patch
|
patches.suse/readahead-request-tunables.patch
|
||||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# IPC patches
|
# IPC patches
|
||||||
@ -261,9 +257,8 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# btrfs
|
# btrfs
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/btrfs-use-correct-device-for-maps.patch
|
patches.suse/btrfs-advertise-which-crc32c-implementation-is-being-used-on-mount
|
||||||
patches.fixes/btrfs-fix-stale-directory-entries-after-fsync-log-replay
|
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
||||||
patches.fixes/btrfs-fix-stale-dir-entries-after-unlink-inode-eviction-and-fsync
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Reiserfs Patches
|
# Reiserfs Patches
|
||||||
@ -323,7 +318,7 @@
|
|||||||
|
|
||||||
patches.fixes/scsi-retry-alua-transition-in-progress
|
patches.fixes/scsi-retry-alua-transition-in-progress
|
||||||
|
|
||||||
patches.fixes/scsi-dh-queuedata-accessors
|
+needs_update patches.fixes/scsi-dh-queuedata-accessors
|
||||||
|
|
||||||
patches.drivers/megaraid-mbox-fix-SG_IO
|
patches.drivers/megaraid-mbox-fix-SG_IO
|
||||||
|
|
||||||
@ -350,13 +345,12 @@
|
|||||||
# DRM/Video
|
# DRM/Video
|
||||||
########################################################
|
########################################################
|
||||||
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
|
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
|
||||||
patches.drivers/0001-vmwgfx-Rework-device-initialization.patch
|
|
||||||
patches.drivers/0002-drm-vmwgfx-Allow-dropped-masters-render-node-like-ac.patch
|
|
||||||
patches.fixes/drm-sti-Remove-select-of-CONFI_FW_LOADER_USER_HELPER
|
patches.fixes/drm-sti-Remove-select-of-CONFI_FW_LOADER_USER_HELPER
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# video4linux
|
# video4linux
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.fixes/media-c8sectpfe-Remove-select-of-CONFIG_FW_LOADER_USER_HELPER
|
||||||
patches.fixes/media-media-vivid-osd-fix-info-leak-in-ioctl.patch
|
patches.fixes/media-media-vivid-osd-fix-info-leak-in-ioctl.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
@ -368,7 +362,6 @@
|
|||||||
# Wireless Networking
|
# Wireless Networking
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/b43-missing-firmware-info.patch
|
patches.suse/b43-missing-firmware-info.patch
|
||||||
patches.fixes/rtlwifi-rtl8821ae-Fix-system-lockups-on-boot.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# ISDN
|
# ISDN
|
||||||
@ -391,8 +384,6 @@
|
|||||||
# USB
|
# USB
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
patches.drivers/0001-qmi_wwan-Add-support-for-Dell-Wireless-5809e-4G-Mode.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# I2C
|
# I2C
|
||||||
########################################################
|
########################################################
|
||||||
@ -406,7 +397,6 @@
|
|||||||
##########################################################
|
##########################################################
|
||||||
# Sound
|
# Sound
|
||||||
##########################################################
|
##########################################################
|
||||||
patches.drivers/ALSA-hda-Fix-deadlock-at-error-in-building-PCM
|
|
||||||
patches.drivers/ALSA-hda-Disable-64bit-address-for-Creative-HDA-cont
|
patches.drivers/ALSA-hda-Disable-64bit-address-for-Creative-HDA-cont
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
@ -432,7 +422,6 @@
|
|||||||
# device-mapper
|
# device-mapper
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/dm-emulate-blkrrpart-ioctl
|
patches.suse/dm-emulate-blkrrpart-ioctl
|
||||||
patches.fixes/dm-mpath-reattach-dh
|
|
||||||
patches.suse/dm-mpath-leastpending-path-update
|
patches.suse/dm-mpath-leastpending-path-update
|
||||||
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
||||||
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
||||||
@ -604,6 +593,7 @@
|
|||||||
patches.xen/xen3-patch-4.0
|
patches.xen/xen3-patch-4.0
|
||||||
patches.xen/xen3-patch-4.1
|
patches.xen/xen3-patch-4.1
|
||||||
patches.xen/xen3-patch-4.2
|
patches.xen/xen3-patch-4.2
|
||||||
|
patches.xen/xen3-patch-4.3-rc5
|
||||||
|
|
||||||
# ports of other patches
|
# ports of other patches
|
||||||
patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
@ -643,6 +633,7 @@
|
|||||||
patches.xen/xen-netback-multiple-tasklets
|
patches.xen/xen-netback-multiple-tasklets
|
||||||
patches.xen/xen-netback-kernel-threads
|
patches.xen/xen-netback-kernel-threads
|
||||||
patches.xen/xen-netback-tx-queue-len
|
patches.xen/xen-netback-tx-queue-len
|
||||||
|
patches.xen/xen-netback-coalesce
|
||||||
patches.xen/xen-vscsi-large-requests
|
patches.xen/xen-vscsi-large-requests
|
||||||
patches.xen/xen-cxgb3
|
patches.xen/xen-cxgb3
|
||||||
patches.xen/xen-dcdbas
|
patches.xen/xen-dcdbas
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2015-10-28 18:49:15 +0100
|
2015-11-02 16:35:09 +0100
|
||||||
GIT Revision: 0491388eeb2f409aa709a00b47cd55553bc6d41b
|
GIT Revision: 7b374a4af8a6bf8109b917f5c839dcd85b607ec0
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
@ -262,6 +262,8 @@
|
|||||||
+external drivers/block/viodasd # IBM legacy iSeries virtual disk
|
+external drivers/block/viodasd # IBM legacy iSeries virtual disk
|
||||||
drivers/block/virtio_blk
|
drivers/block/virtio_blk
|
||||||
+isa drivers/block/xd
|
+isa drivers/block/xd
|
||||||
|
drivers/block/xen-blkback/xen-blkback
|
||||||
|
+base drivers/block/xen-blkfront
|
||||||
drivers/bluetooth/bcm203x # Broadcom Blutonium firmware driver
|
drivers/bluetooth/bcm203x # Broadcom Blutonium firmware driver
|
||||||
drivers/bluetooth/bfusb # BlueFRITZ! USB driver
|
drivers/bluetooth/bfusb # BlueFRITZ! USB driver
|
||||||
drivers/bluetooth/bluecard_cs # Bluetooth driver for the Anycom BlueCard (LSE039/LSE041)
|
drivers/bluetooth/bluecard_cs # Bluetooth driver for the Anycom BlueCard (LSE039/LSE041)
|
||||||
@ -648,6 +650,7 @@
|
|||||||
drivers/input/misc/twl4030-pwrbutton
|
drivers/input/misc/twl4030-pwrbutton
|
||||||
drivers/input/misc/uinput # User level driver support for input subsystem
|
drivers/input/misc/uinput # User level driver support for input subsystem
|
||||||
drivers/input/misc/winbond-cir
|
drivers/input/misc/winbond-cir
|
||||||
|
+base drivers/input/misc/xen-kbdfront
|
||||||
drivers/input/misc/yealink
|
drivers/input/misc/yealink
|
||||||
drivers/input/mouse/appletouch
|
drivers/input/mouse/appletouch
|
||||||
drivers/input/mouse/bcm5974
|
drivers/input/mouse/bcm5974
|
||||||
@ -1361,6 +1364,8 @@
|
|||||||
- drivers/net/wireless/wavelan_cs
|
- drivers/net/wireless/wavelan_cs
|
||||||
- drivers/net/wireless/ti/*
|
- drivers/net/wireless/ti/*
|
||||||
- drivers/net/wireless/wl3501_cs # Planet wl3501 wireless driver
|
- drivers/net/wireless/wl3501_cs # Planet wl3501 wireless driver
|
||||||
|
drivers/net/xen-netfront
|
||||||
|
drivers/net/xen-netback/xen-netback
|
||||||
drivers/net/yellowfin # Packet Engines Yellowfin G-NIC Gigabit Ethernet driver
|
drivers/net/yellowfin # Packet Engines Yellowfin G-NIC Gigabit Ethernet driver
|
||||||
+isa drivers/net/znet
|
+isa drivers/net/znet
|
||||||
drivers/parport/parport
|
drivers/parport/parport
|
||||||
@ -1381,6 +1386,7 @@
|
|||||||
drivers/pci/hotplug/shpchp # Standard Hot Plug PCI Controller Driver
|
drivers/pci/hotplug/shpchp # Standard Hot Plug PCI Controller Driver
|
||||||
drivers/pci/pci-iomul # PCI I/O port multiplexer interface
|
drivers/pci/pci-iomul # PCI I/O port multiplexer interface
|
||||||
drivers/pci/pcie/aer/aer_inject # fate #306815
|
drivers/pci/pcie/aer/aer_inject # fate #306815
|
||||||
|
drivers/pci/xen-pcifront
|
||||||
drivers/pcmcia/i82092
|
drivers/pcmcia/i82092
|
||||||
+isa drivers/pcmcia/i82365
|
+isa drivers/pcmcia/i82365
|
||||||
drivers/pcmcia/pcmcia
|
drivers/pcmcia/pcmcia
|
||||||
@ -1575,13 +1581,7 @@
|
|||||||
+isa drivers/scsi/wd7000
|
+isa drivers/scsi/wd7000
|
||||||
drivers/scsi/virtio_scsi
|
drivers/scsi/virtio_scsi
|
||||||
drivers/scsi/vmw_pvscsi
|
drivers/scsi/vmw_pvscsi
|
||||||
drivers/serial/8250
|
drivers/scsi/xen-scsifront
|
||||||
drivers/serial/8250_accent
|
|
||||||
drivers/serial/8250_boca
|
|
||||||
drivers/serial/8250_exar_st16c554
|
|
||||||
drivers/serial/8250_fourport
|
|
||||||
drivers/serial/8250_hub6
|
|
||||||
drivers/serial/8250_pci
|
|
||||||
drivers/serial/icom
|
drivers/serial/icom
|
||||||
drivers/serial/ioc3_serial
|
drivers/serial/ioc3_serial
|
||||||
drivers/serial/ioc4_serial
|
drivers/serial/ioc4_serial
|
||||||
@ -1613,6 +1613,14 @@
|
|||||||
drivers/target/iscsi/iscsi_target_mod
|
drivers/target/iscsi/iscsi_target_mod
|
||||||
- drivers/telephony/*
|
- drivers/telephony/*
|
||||||
drivers/thermal/thermal_sys # Generic thermal zone interface
|
drivers/thermal/thermal_sys # Generic thermal zone interface
|
||||||
|
drivers/tty/serial/8250
|
||||||
|
drivers/tty/serial/8250_accent
|
||||||
|
drivers/tty/serial/8250_base
|
||||||
|
drivers/tty/serial/8250_boca
|
||||||
|
drivers/tty/serial/8250_exar_st16c554
|
||||||
|
drivers/tty/serial/8250_fourport
|
||||||
|
drivers/tty/serial/8250_hub6
|
||||||
|
drivers/tty/serial/8250_pci
|
||||||
drivers/uio/uio
|
drivers/uio/uio
|
||||||
drivers/uio/uio_aec
|
drivers/uio/uio_aec
|
||||||
drivers/uio/uio_cif
|
drivers/uio/uio_cif
|
||||||
@ -1649,6 +1657,7 @@
|
|||||||
+base drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
+base drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
||||||
- drivers/usb/host/whci/whci-hcd
|
- drivers/usb/host/whci/whci-hcd
|
||||||
+base drivers/usb/host/xhci-hcd
|
+base drivers/usb/host/xhci-hcd
|
||||||
|
+base drivers/usb/host/xhci-pci
|
||||||
drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
||||||
drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
||||||
drivers/usb/misc/adutux
|
drivers/usb/misc/adutux
|
||||||
@ -1767,6 +1776,7 @@
|
|||||||
drivers/video/cyber2000fb # CyberPro 2000, 2010 and 5000 framebuffer driver
|
drivers/video/cyber2000fb # CyberPro 2000, 2010 and 5000 framebuffer driver
|
||||||
drivers/video/cyblafb # Frame buffer driver for Trident Cyberblade/i1 graphics core
|
drivers/video/cyblafb # Frame buffer driver for Trident Cyberblade/i1 graphics core
|
||||||
drivers/video/display/display
|
drivers/video/display/display
|
||||||
|
+base drivers/video/fbdev/xen-fbfront
|
||||||
drivers/video/fb_ddc
|
drivers/video/fb_ddc
|
||||||
drivers/video/fb_sys_fops
|
drivers/video/fb_sys_fops
|
||||||
drivers/video/geode/gx1fb # Geode framebuffer driver
|
drivers/video/geode/gx1fb # Geode framebuffer driver
|
||||||
@ -1876,7 +1886,15 @@
|
|||||||
drivers/xen/tpmback/tpmbk # Xen TPM device backend
|
drivers/xen/tpmback/tpmbk # Xen TPM device backend
|
||||||
drivers/xen/usbback/usbbk
|
drivers/xen/usbback/usbbk
|
||||||
drivers/xen/usbfront/xen-hcd
|
drivers/xen/usbfront/xen-hcd
|
||||||
|
drivers/xen/xen-acpi-processor
|
||||||
|
drivers/xen/xen-evtchn
|
||||||
|
drivers/xen/xen-gntalloc
|
||||||
|
drivers/xen/xen-gntdev
|
||||||
|
drivers/xen/xen-pciback/xen-pciback # Xen PCI device backend
|
||||||
|
drivers/xen/xen-privcmd
|
||||||
|
drivers/xen/xen-scsiback
|
||||||
drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module
|
drivers/xen/xenbus/xenbus_be # Xen XenBus backend driver support module
|
||||||
|
drivers/xen/xenfs/xenfs
|
||||||
fs/9p/9p
|
fs/9p/9p
|
||||||
- fs/adfs/adfs
|
- fs/adfs/adfs
|
||||||
- fs/affs/affs # Amiga filesystem support for Linux
|
- fs/affs/affs # Amiga filesystem support for Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user