diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 380ea898..7722e787 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 273cb6f7..b6a93414 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 380ea898..7722e787 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index c70b25d2..6f564b32 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv6l -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 380ea898..7722e787 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 543b3282..541eb9f7 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv7l -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 380ea898..7722e787 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index 7ac70a92..0050e3c1 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-riscv64 -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 380ea898..7722e787 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 39d06d9b..76f54dd9 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index 380ea898..7722e787 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 9a28c0a9..662911ae 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index 380ea898..7722e787 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 88f45512..abcafb0a 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index 380ea898..7722e787 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index b1350b3f..c1c660df 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0-only Group: Documentation/Man -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding %endif Url: http://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index 380ea898..7722e787 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index a017f4c2..6bfb5cb0 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 380ea898..7722e787 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 2423b9e8..52dc3025 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 380ea898..7722e787 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 16662b82..84b3d203 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-67af907a1ed285fde3476e8419e51f68252f488f +BuildRequires: kernel%kernel_flavor-srchash-314dce0059447f7063b87fb9e87c4744e389054d %if 0%{?rhel_version} BuildRequires: kernel @@ -64,9 +64,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0-only Group: SLES -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 380ea898..7722e787 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 31c47d2e..d824c60e 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Basic QA tests for the kernel License: GPL-2.0-only Group: SLES -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 380ea898..7722e787 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 55d619dc..5def14c1 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index 380ea898..7722e787 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index f359942c..d4ea4d4d 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 @@ -30,9 +30,9 @@ Name: kernel-source Summary: The Linux Kernel Sources License: GPL-2.0-only Group: Development/Sources -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz @@ -267,6 +267,7 @@ perl "%_sourcedir/group-source-files.pl" \ -D "$OLDPWD/devel.files" -N "$OLDPWD/nondevel.files" \ -L "%src_install_dir" popd +%endif find %{buildroot}/usr/src/linux* -type f -name '*.[ch]' -perm /0111 -exec chmod -v a-x {} + # OBS checks don't like /usr/bin/env in script interpreter lines @@ -281,6 +282,7 @@ done ts="$(head -n1 %_sourcedir/source-timestamp)" find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" +%if ! %vanilla_only %post -f %name-post.sh %post -n kernel-devel%variant -f %name-post.sh diff --git a/kernel-source.spec.in b/kernel-source.spec.in index 1ac35823..24d604bf 100644 --- a/kernel-source.spec.in +++ b/kernel-source.spec.in @@ -267,6 +267,7 @@ perl "%_sourcedir/group-source-files.pl" \ -D "$OLDPWD/devel.files" -N "$OLDPWD/nondevel.files" \ -L "%src_install_dir" popd +%endif find %{buildroot}/usr/src/linux* -type f -name '*.[ch]' -perm /0111 -exec chmod -v a-x {} + # OBS checks don't like /usr/bin/env in script interpreter lines @@ -281,6 +282,7 @@ done ts="$(head -n1 %_sourcedir/source-timestamp)" find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" +%if ! %vanilla_only %post -f %name-post.sh %post -n kernel-devel%variant -f %name-post.sh diff --git a/kernel-syms.changes b/kernel-syms.changes index 380ea898..7722e787 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 2ce1b9dd..108c9ec3 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0-only Group: Development/Sources -Version: 5.14.1 +Version: 5.14.2 %if %using_buildservice %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 380ea898..7722e787 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 484d87bd..e2d31e90 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 380ea898..7722e787 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Sep 9 16:33:33 CEST 2021 - rgoldwyn@suse.com + +- Delete 0001-apparmor-fix-unnecessary-creation-of-net-compat.patch + (bsc#1189978) + Compat patch no longer required since userspace is upgraded to v3.x +- commit c28bbe5 + +------------------------------------------------------------------- +Wed Sep 8 16:16:46 CEST 2021 - jeffm@suse.com + +- Delete patches.suse/setuid-dumpable-wrongdir (bsc#1189957). +- commit 762368d + +------------------------------------------------------------------- +Wed Sep 8 14:40:21 CEST 2021 - tiwai@suse.de + +- Bluetooth: schedule SCO timeouts with delayed_work + (CVE-2021-3640 bsc#1188172). +- Refresh patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch. +- commit 2605fb9 + +------------------------------------------------------------------- +Wed Sep 8 13:39:44 CEST 2021 - jslaby@suse.cz + +- rpm/kernel-source.spec.in: do some more for vanilla_only + Make sure: + * sources are NOT executable + * env is not used as interpreter + * timestamps are correct + We do all this for normal kernel builds, but not for vanilla_only + kernels (linux-next and vanilla). +- commit b41e4fd + +------------------------------------------------------------------- +Wed Sep 8 09:11:24 CEST 2021 - jslaby@suse.cz + +- Linux 5.14.2 (bsc#1012628). +- ext4: fix race writing to an inline_data file while its xattrs + are changing (bsc#1012628). +- ext4: fix e2fsprogs checksum failure for mounted filesystem + (bsc#1012628). +- xtensa: fix kconfig unmet dependency warning for + HAVE_FUTEX_CMPXCHG (bsc#1012628). +- USB: serial: pl2303: fix GL type detection (bsc#1012628). +- USB: serial: cp210x: fix control-characters error handling + (bsc#1012628). +- USB: serial: cp210x: fix flow-control error handling + (bsc#1012628). +- ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup + (bsc#1012628). +- ALSA: usb-audio: Fix regression on Sony WALKMAN NW-A45 DAC + (bsc#1012628). +- ALSA: hda/realtek: Workaround for conflicting SSID on ASUS + ROG Strix G17 (bsc#1012628). +- ALSA: pcm: fix divide error in snd_pcm_lib_ioctl (bsc#1012628). +- ALSA: usb-audio: Work around for XRUN with low latency playback + (bsc#1012628). +- media: stkwebcam: fix memory leak in stk_camera_probe + (bsc#1012628). +- commit b155faa + +------------------------------------------------------------------- +Tue Sep 7 18:27:27 CEST 2021 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to appropriate section: + - patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch +- commit 1eedbb8 + +------------------------------------------------------------------- +Tue Sep 7 15:36:01 CEST 2021 - mbrugger@suse.com + +- crypto: ecc - handle unaligned input buffer in ecc_swap_digits + (bsc#1188327). +- commit f7925a4 + +------------------------------------------------------------------- +Tue Sep 7 09:21:37 CEST 2021 - hare@suse.de + +- Refresh patches.suse/scsi-retry-alua-transition-in-progress. +- Delete patches.suse/megaraid-mbox-fix-SG_IO. +- commit d1e442c + +------------------------------------------------------------------- +Mon Sep 6 19:48:11 CEST 2021 - mkoutny@suse.com + +- memcg: enable accounting of ipc resources (bsc#1190115 + CVE-2021-3759). +- commit 9193235 + ------------------------------------------------------------------- Sat Sep 4 10:22:09 CEST 2021 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 5859cfc1..8c9271a3 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.14 -%define patchversion 5.14.1 +%define patchversion 5.14.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -86,9 +86,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0-only Group: System/Kernel -Version: 5.14.1 +Version: 5.14.2 %if 0%{?is_kotd} -Release: .g67af907 +Release: .g314dce0 %else Release: 0 %endif @@ -210,10 +210,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-67af907a1ed285fde3476e8419e51f68252f488f -Provides: kernel-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: kernel-%build_flavor-base-srchash-314dce0059447f7063b87fb9e87c4744e389054d +Provides: kernel-srchash-314dce0059447f7063b87fb9e87c4744e389054d # END COMMON DEPS -Provides: %name-srchash-67af907a1ed285fde3476e8419e51f68252f488f +Provides: %name-srchash-314dce0059447f7063b87fb9e87c4744e389054d %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 3fa0c7a4..60e0346d 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cfec4a37078457ac98a753ae692efed7a5a3665b2b8f4d475e13e7f5a502699 -size 11553 +oid sha256:a8fc784c72ec6ee87a43a9f963d4d8cd7af884f3c4b65dafe00b0b975dd5af89 +size 20918 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index aaf0b508..d75c8199 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:453a5cd308c1f0c489c5cb2b2b74efed98c7ee9795a25642bcf4a7eebc39fcd6 -size 60584 +oid sha256:7c703a3d435b46db9dab7f70faecf6fab7ab39ddda1ccc5c8dde68a2a564dbfc +size 61459 diff --git a/series.conf b/series.conf index f9b4a4f4..ae95d13b 100644 --- a/series.conf +++ b/series.conf @@ -39,6 +39,21 @@ patches.kernel.org/5.14.1-010-net-don-t-unconditionally-copy_from_user-a-str.patch patches.kernel.org/5.14.1-011-audit-move-put_tree-to-avoid-trim_trees-refcou.patch patches.kernel.org/5.14.1-012-Linux-5.14.1.patch + patches.kernel.org/5.14.2-001-ext4-fix-race-writing-to-an-inline_data-file-w.patch + patches.kernel.org/5.14.2-002-ext4-fix-e2fsprogs-checksum-failure-for-mounte.patch + patches.kernel.org/5.14.2-003-xtensa-fix-kconfig-unmet-dependency-warning-fo.patch + patches.kernel.org/5.14.2-004-USB-serial-pl2303-fix-GL-type-detection.patch + patches.kernel.org/5.14.2-005-USB-serial-cp210x-fix-control-characters-error.patch + patches.kernel.org/5.14.2-006-USB-serial-cp210x-fix-flow-control-error-handl.patch + patches.kernel.org/5.14.2-007-HID-usbhid-Fix-flood-of-control-queue-full-mes.patch + patches.kernel.org/5.14.2-008-HID-usbhid-Fix-warning-caused-by-0-length-inpu.patch + patches.kernel.org/5.14.2-009-ALSA-hda-realtek-Quirk-for-HP-Spectre-x360-14-.patch + patches.kernel.org/5.14.2-010-ALSA-usb-audio-Fix-regression-on-Sony-WALKMAN-.patch + patches.kernel.org/5.14.2-011-ALSA-hda-realtek-Workaround-for-conflicting-SS.patch + patches.kernel.org/5.14.2-012-ALSA-pcm-fix-divide-error-in-snd_pcm_lib_ioctl.patch + patches.kernel.org/5.14.2-013-ALSA-usb-audio-Work-around-for-XRUN-with-low-l.patch + patches.kernel.org/5.14.2-014-media-stkwebcam-fix-memory-leak-in-stk_camera_.patch + patches.kernel.org/5.14.2-015-Linux-5.14.2.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -62,15 +77,16 @@ # to area specific sections below. ######################################################## patches.suse/arm64-dts-rockchip-Disable-CDN-DP-on-Pinebook-Pro.patch - patches.suse/HID-usbhid-Fix-flood-of-control-queue-full-messages.patch - patches.suse/HID-usbhid-Fix-warning-caused-by-0-length-input-repo.patch patches.suse/HID-usbhid-Simplify-code-in-hid_submit_ctrl.patch patches.suse/Bluetooth-btusb-Add-support-for-IMC-Networks-Mediate.patch patches.suse/Bluetooth-btusb-Add-support-for-Foxconn-Mediatek-Chi.patch patches.suse/Bluetooth-avoid-circular-locks-in-sco_sock_connect.patch + patches.suse/Bluetooth-schedule-SCO-timeouts-with-delayed_work.patch patches.suse/Bluetooth-switch-to-lock_sock-in-SCO.patch patches.suse/Bluetooth-sco-Fix-lock_sock-blockage-by-memcpy_from_.patch patches.suse/watchdog-Fix-NULL-pointer-dereference-when-releasing.patch + patches.suse/crypto-ecc-handle-unaligned-input-buffer-in-ecc_swap.patch + patches.suse/memcg-enable-accounting-of-ipc-resources.patch ######################################################## # kbuild/module infrastructure fixes @@ -115,7 +131,6 @@ ######################################################## # Scheduler ######################################################## - patches.suse/setuid-dumpable-wrongdir patches.suse/perf_timechart_fix_zero_timestamps.patch ######################################################## @@ -161,7 +176,6 @@ # AppArmor patches.suse/apparmor-compatibility-with-v2.x-net.patch - patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch ######################################################## # Virtualization @@ -188,7 +202,6 @@ # Storage ######################################################## patches.suse/scsi-retry-alua-transition-in-progress - patches.suse/megaraid-mbox-fix-SG_IO ######################################################## # Networking drivers (wired) diff --git a/source-timestamp b/source-timestamp index 92b695fc..da110b82 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2021-09-04 08:22:51 +0000 -GIT Revision: 67af907a1ed285fde3476e8419e51f68252f488f +2021-09-10 10:18:59 +0000 +GIT Revision: 314dce0059447f7063b87fb9e87c4744e389054d GIT Branch: stable