diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 8510cb84..23d234f8 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 8ea27e1f..6b8e21a0 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %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.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 8510cb84..23d234f8 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 53f6f3a8..8ce47f45 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %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.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 8510cb84..23d234f8 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index d05f182c..626cbdf1 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %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.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 8510cb84..23d234f8 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index 6b6034ed..e09bcf04 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %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.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 8510cb84..23d234f8 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index d8d58b4e..dcf2ae9d 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 6c14f6ee..bc7d77b2 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 750e5473..521ef898 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index a0b83a3e..538d4934 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0 Group: Documentation/Man -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding %endif Url: http://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c 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 8510cb84..23d234f8 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index b77939f3..68ebca04 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 2c45889a..ef0bdff6 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 303ad6bf..d080dc52 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +BuildRequires: kernel%kernel_flavor-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 Group: SLES -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 8510cb84..23d234f8 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 9184619a..c408f632 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.10.2 +%define patchversion 5.10.3 %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 Group: SLES -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 8510cb84..23d234f8 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index d50f79a8..75b6e55c 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 31dfa73f..b67662d9 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 @@ -30,9 +30,9 @@ Name: kernel-source Summary: The Linux Kernel Sources License: GPL-2.0 Group: Development/Sources -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index 8510cb84..23d234f8 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 02ebd809..8924ed57 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 Group: Development/Sources -Version: 5.10.2 +Version: 5.10.3 %if %using_buildservice %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %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-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 8510cb84..23d234f8 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 51ef5a43..371c3f26 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 8510cb84..23d234f8 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Sat Dec 26 17:00:45 CET 2020 - jslaby@suse.cz + +- Linux 5.10.3 (bsc#1012628). +- md: fix a warning caused by a race between concurrent + md_ioctl()s (bsc#1012628). +- nl80211: validate key indexes for cfg80211_registered_device + (bsc#1012628). +- crypto: af_alg - avoid undefined behavior accessing salg_name + (bsc#1012628). +- media: msi2500: assign SPI bus number dynamically (bsc#1012628). +- fs: quota: fix array-index-out-of-bounds bug by passing correct + argument to vfs_cleanup_quota_inode() (bsc#1012628). +- quota: Sanity-check quota file headers on load (bsc#1012628). +- Bluetooth: Fix slab-out-of-bounds read in + hci_le_direct_adv_report_evt() (bsc#1012628). +- f2fs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ext4: prevent creating duplicate encrypted filenames + (bsc#1012628). +- ubifs: prevent creating duplicate encrypted filenames + (bsc#1012628). +- fscrypt: add fscrypt_is_nokey_name() (bsc#1012628). +- fscrypt: remove kernel-internal constants from UAPI header + (bsc#1012628). +- serial_core: Check for port state when tty is in error state + (bsc#1012628). +- HID: i2c-hid: add Vero K147 to descriptor override + (bsc#1012628). +- scsi: megaraid_sas: Check user-provided offsets (bsc#1012628). +- f2fs: init dirty_secmap incorrectly (bsc#1012628). +- f2fs: fix to seek incorrect data offset in inline data file + (bsc#1012628). +- coresight: etm4x: Handle TRCVIPCSSCTLR accesses (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCPROCSELR (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCCIDCTLR1 (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCVMIDCTLR1 (bsc#1012628). +- coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, + skip-power-up (bsc#1012628). +- coresight: etb10: Fix possible NULL ptr dereference in + etb_enable_perf() (bsc#1012628). +- coresight: tmc-etr: Fix barrier packet insertion for perf buffer + (bsc#1012628). +- coresight: tmc-etr: Check if page is valid before dma_map_page() + (bsc#1012628). +- coresight: tmc-etf: Fix NULL ptr dereference in + tmc_enable_etf_sink_perf() (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 pins supply being turned off on + Odroid XU (bsc#1012628). +- ARM: dts: exynos: fix USB 3.0 VBUS control and over-current + pins on Exynos5410 (bsc#1012628). +- ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU + (bsc#1012628). +- usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag + to imx6ul (bsc#1012628). +- USB: gadget: f_rndis: fix bitrate for SuperSpeed and above + (bsc#1012628). +- usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus + (bsc#1012628). +- USB: gadget: f_midi: setup SuperSpeed Plus descriptors + (bsc#1012628). +- USB: gadget: f_acm: add support for SuperSpeed Plus + (bsc#1012628). +- USB: serial: option: add interface-number sanity check to flag + handling (bsc#1012628). +- usb: mtu3: fix memory corruption in mtu3_debugfs_regset() + (bsc#1012628). +- soc/tegra: fuse: Fix index bug in get_process_id (bsc#1012628). +- exfat: Avoid allocating upcase table using kcalloc() + (bsc#1012628). +- x86/split-lock: Avoid returning with interrupts enabled + (bsc#1012628). +- net: ipconfig: Avoid spurious blank lines in boot log + (bsc#1012628). +- commit 246b3e0 + +------------------------------------------------------------------- +Thu Dec 24 14:20:33 CET 2020 - nsaenzjulienne@suse.de + +- reset: raspberrypi: Don't reset USB if already up (bsc#1180336). +- commit cbfc03c + +------------------------------------------------------------------- +Tue Dec 22 09:23:41 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move to "almost mainline" section: + patches.suse/clk-bcm-dvp-add-module_device_table.patch +- commit 24deb54 + ------------------------------------------------------------------- Mon Dec 21 15:55:44 CET 2020 - mkubecek@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index a59995bb..f8446181 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.10 -%define patchversion 5.10.2 +%define patchversion 5.10.3 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -68,9 +68,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.10.2 +Version: 5.10.3 %if 0%{?is_kotd} -Release: .g572ce1d +Release: .g90eb9ba %else Release: 0 %endif @@ -179,10 +179,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c -Provides: kernel-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: kernel-%build_flavor-base-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c +Provides: kernel-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c # END COMMON DEPS -Provides: %name-srchash-572ce1dc62c6cf079ac0b62acc836881fda6d48c +Provides: %name-srchash-90eb9bad7b3d75978edaedd92c2bfef091873d1c %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 5f943a24..0a0cd095 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:e2dcd772573307d4ab21e8b9bbce42932d87d31789f9e97c2006adfb94c89b8d -size 12205 +oid sha256:d28e5b4735cc962d4d2a82dafa687326c71974a1b1121c32a344beb46ffe2571 +size 38489 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index c8c937bc..f7649fa4 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:d956b0dd24ea6b9397b97845bcf314741366b42ef2e6679df962ca84d4bb62e4 -size 60211 +oid sha256:9ad6ba062dd692847342bc75223c8c4dbc9c29f2025f8d1c35af7cc6766093c3 +size 60976 diff --git a/series.conf b/series.conf index b37e9827..3ab87ba9 100644 --- a/series.conf +++ b/series.conf @@ -47,6 +47,47 @@ patches.kernel.org/5.10.2-015-ALSA-pcm-oss-Fix-potential-out-of-bounds-shift.patch patches.kernel.org/5.10.2-016-serial-8250_omap-Avoid-FIFO-corruption-caused-.patch patches.kernel.org/5.10.2-017-Linux-5.10.2.patch + patches.kernel.org/5.10.3-001-net-ipconfig-Avoid-spurious-blank-lines-in-boo.patch + patches.kernel.org/5.10.3-002-x86-split-lock-Avoid-returning-with-interrupts.patch + patches.kernel.org/5.10.3-003-exfat-Avoid-allocating-upcase-table-using-kcal.patch + patches.kernel.org/5.10.3-004-soc-tegra-fuse-Fix-index-bug-in-get_process_id.patch + patches.kernel.org/5.10.3-005-usb-mtu3-fix-memory-corruption-in-mtu3_debugfs.patch + patches.kernel.org/5.10.3-006-USB-serial-option-add-interface-number-sanity-.patch + patches.kernel.org/5.10.3-007-USB-gadget-f_acm-add-support-for-SuperSpeed-Pl.patch + patches.kernel.org/5.10.3-008-USB-gadget-f_midi-setup-SuperSpeed-Plus-descri.patch + patches.kernel.org/5.10.3-009-usb-gadget-f_fs-Re-use-SS-descriptors-for-Supe.patch + patches.kernel.org/5.10.3-010-USB-gadget-f_rndis-fix-bitrate-for-SuperSpeed-.patch + patches.kernel.org/5.10.3-011-usb-chipidea-ci_hdrc_imx-Pass-DISABLE_DEVICE_S.patch + patches.kernel.org/5.10.3-012-ARM-dts-exynos-fix-roles-of-USB-3.0-ports-on-O.patch + patches.kernel.org/5.10.3-013-ARM-dts-exynos-fix-USB-3.0-VBUS-control-and-ov.patch + patches.kernel.org/5.10.3-014-ARM-dts-exynos-fix-USB-3.0-pins-supply-being-t.patch + patches.kernel.org/5.10.3-015-coresight-tmc-etf-Fix-NULL-ptr-dereference-in-.patch + patches.kernel.org/5.10.3-016-coresight-tmc-etr-Check-if-page-is-valid-befor.patch + patches.kernel.org/5.10.3-017-coresight-tmc-etr-Fix-barrier-packet-insertion.patch + patches.kernel.org/5.10.3-018-coresight-etb10-Fix-possible-NULL-ptr-derefere.patch + patches.kernel.org/5.10.3-019-coresight-etm4x-Skip-setting-LPOVERRIDE-bit-fo.patch + patches.kernel.org/5.10.3-020-coresight-etm4x-Fix-accesses-to-TRCVMIDCTLR1.patch + patches.kernel.org/5.10.3-021-coresight-etm4x-Fix-accesses-to-TRCCIDCTLR1.patch + patches.kernel.org/5.10.3-022-coresight-etm4x-Fix-accesses-to-TRCPROCSELR.patch + patches.kernel.org/5.10.3-023-coresight-etm4x-Handle-TRCVIPCSSCTLR-accesses.patch + patches.kernel.org/5.10.3-024-f2fs-fix-to-seek-incorrect-data-offset-in-inli.patch + patches.kernel.org/5.10.3-025-f2fs-init-dirty_secmap-incorrectly.patch + patches.kernel.org/5.10.3-026-scsi-megaraid_sas-Check-user-provided-offsets.patch + patches.kernel.org/5.10.3-027-HID-i2c-hid-add-Vero-K147-to-descriptor-overri.patch + patches.kernel.org/5.10.3-028-serial_core-Check-for-port-state-when-tty-is-i.patch + patches.kernel.org/5.10.3-029-fscrypt-remove-kernel-internal-constants-from-.patch + patches.kernel.org/5.10.3-030-fscrypt-add-fscrypt_is_nokey_name.patch + patches.kernel.org/5.10.3-031-ubifs-prevent-creating-duplicate-encrypted-fil.patch + patches.kernel.org/5.10.3-032-ext4-prevent-creating-duplicate-encrypted-file.patch + patches.kernel.org/5.10.3-033-f2fs-prevent-creating-duplicate-encrypted-file.patch + patches.kernel.org/5.10.3-034-Bluetooth-Fix-slab-out-of-bounds-read-in-hci_l.patch + patches.kernel.org/5.10.3-035-quota-Sanity-check-quota-file-headers-on-load.patch + patches.kernel.org/5.10.3-036-fs-quota-fix-array-index-out-of-bounds-bug-by-.patch + patches.kernel.org/5.10.3-037-media-msi2500-assign-SPI-bus-number-dynamicall.patch + patches.kernel.org/5.10.3-038-crypto-af_alg-avoid-undefined-behavior-accessi.patch + patches.kernel.org/5.10.3-039-nl80211-validate-key-indexes-for-cfg80211_regi.patch + patches.kernel.org/5.10.3-040-md-fix-a-warning-caused-by-a-race-between-conc.patch + patches.kernel.org/5.10.3-041-Linux-5.10.3.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -70,6 +111,7 @@ # to get into mainline any time soon (or ever) belong # to area specific sections below. ######################################################## + patches.suse/clk-bcm-dvp-add-module_device_table.patch ######################################################## # kbuild/module infrastructure fixes @@ -219,10 +261,7 @@ patches.suse/soc-bcm-raspberrypi-power-release-firmware-handle-on-unbind.patch patches.suse/vchiq-release-firmware-handle-on-unbind.patch patches.suse/dt-bindings-pwm-add-binding-for-rpi-firmware-pwm-bus.patch - - #RPi4 audio clock kernel module support, should be revisited by v5.11 - patches.suse/clk-bcm-dvp-add-module_device_table.patch - + patches.suse/reset-raspberrypi-don-t-reset-usb-if-already-up.patch ######################################################## # Debugging diff --git a/source-timestamp b/source-timestamp index 9f60b33c..38587018 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2020-12-22 07:13:05 +0000 -GIT Revision: 572ce1dc62c6cf079ac0b62acc836881fda6d48c +2020-12-26 16:01:10 +0000 +GIT Revision: 90eb9bad7b3d75978edaedd92c2bfef091873d1c GIT Branch: stable