Accepting request 917930 from Kernel:stable
5.14.2 & bluetooth+memcg CVE fix & other fixes OBS-URL: https://build.opensuse.org/request/show/917930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=605
This commit is contained in:
commit
904d73173e
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <RELEASE>.g314dce0
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g67af907
|
||||
Release: <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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cfec4a37078457ac98a753ae692efed7a5a3665b2b8f4d475e13e7f5a502699
|
||||
size 11553
|
||||
oid sha256:a8fc784c72ec6ee87a43a9f963d4d8cd7af884f3c4b65dafe00b0b975dd5af89
|
||||
size 20918
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:453a5cd308c1f0c489c5cb2b2b74efed98c7ee9795a25642bcf4a7eebc39fcd6
|
||||
size 60584
|
||||
oid sha256:7c703a3d435b46db9dab7f70faecf6fab7ab39ddda1ccc5c8dde68a2a564dbfc
|
||||
size 61459
|
||||
|
23
series.conf
23
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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user