commit 90eb9bad7b3d75978edaedd92c2bfef091873d1c
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1419
This commit is contained in:
parent
5e7142b0ed
commit
56f1b570eb
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <RELEASE>.g90eb9ba
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: <RELEASE>.g572ce1d
|
||||
Release: <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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2dcd772573307d4ab21e8b9bbce42932d87d31789f9e97c2006adfb94c89b8d
|
||||
size 12205
|
||||
oid sha256:d28e5b4735cc962d4d2a82dafa687326c71974a1b1121c32a344beb46ffe2571
|
||||
size 38489
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d956b0dd24ea6b9397b97845bcf314741366b42ef2e6679df962ca84d4bb62e4
|
||||
size 60211
|
||||
oid sha256:9ad6ba062dd692847342bc75223c8c4dbc9c29f2025f8d1c35af7cc6766093c3
|
||||
size 60976
|
||||
|
47
series.conf
47
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user