commit fe252718e755b6eb4042ca4a414d10343186d08e
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1503
This commit is contained in:
parent
cbccabd2d1
commit
28be810058
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
BuildRequires: kernel%kernel_flavor-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.12.5
|
||||
Version: 5.12.6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 13:31:22 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.6 (bsc#1012628).
|
||||
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
|
||||
(bsc#1012628).
|
||||
- drm/i915/display: fix compiler warning about array overrun
|
||||
(bsc#1012628).
|
||||
- airo: work around stack usage warning (bsc#1012628).
|
||||
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
|
||||
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
|
||||
- PCI: thunder: Fix compile testing (bsc#1012628).
|
||||
- dmaengine: dw-edma: Fix crash on loading/unloading driver
|
||||
(bsc#1012628).
|
||||
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
|
||||
cpu_suspend() (bsc#1012628).
|
||||
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
|
||||
(bsc#1012628).
|
||||
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
|
||||
(bsc#1012628).
|
||||
- PCI: tegra: Fix runtime PM imbalance in
|
||||
pex_ep_event_pex_rst_deassert() (bsc#1012628).
|
||||
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
|
||||
instantiated devices (bsc#1012628).
|
||||
- Input: silead - add workaround for x86 BIOS-es which bring
|
||||
the chip up in a stuck state (bsc#1012628).
|
||||
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
|
||||
invalid (bsc#1012628).
|
||||
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
|
||||
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
|
||||
- um: Mark all kernel symbols as local (bsc#1012628).
|
||||
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
|
||||
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
|
||||
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
|
||||
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
|
||||
- scripts/recordmcount.pl: Fix RISC-V regex for clang
|
||||
(bsc#1012628).
|
||||
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
|
||||
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
|
||||
(bsc#1012628).
|
||||
- ceph: fix fscache invalidation (bsc#1012628).
|
||||
- ceph: don't clobber i_snap_caps on non-I_NEW inode
|
||||
(bsc#1012628).
|
||||
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
|
||||
- scsi: target: tcmu: Return from tcmu_handle_completions()
|
||||
if cmd_id not found (bsc#1012628).
|
||||
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
|
||||
(bsc#1012628).
|
||||
- bridge: Fix possible races between assigning rx_handler_data
|
||||
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
|
||||
- net: hsr: check skb can contain struct hsr_ethhdr in
|
||||
fill_frame_info (bsc#1012628).
|
||||
- nvmet: remove unsupported command noise (bsc#1012628).
|
||||
- drm/amd/display: Fix two cursor duplication when using overlay
|
||||
(bsc#1012628).
|
||||
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
|
||||
10 Pro 5055 (bsc#1012628).
|
||||
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
|
||||
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
|
||||
(bsc#1012628).
|
||||
- block: reexpand iov_iter after read/write (bsc#1012628).
|
||||
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
|
||||
(bsc#1012628).
|
||||
- net: stmmac: Do not enable RX FIFO overflow interrupts
|
||||
(bsc#1012628).
|
||||
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
|
||||
(bsc#1012628).
|
||||
- bus: mhi: core: Download AMSS image from appropriate function
|
||||
(bsc#1012628).
|
||||
- commit fe25271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 11:28:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.5
|
||||
%define patchversion 5.12.6
|
||||
%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.12.5
|
||||
Version: 5.12.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g37a9337
|
||||
Release: <RELEASE>.gfe25271
|
||||
%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-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: kernel-%build_flavor-base-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
Provides: kernel-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
Provides: %name-srchash-fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
%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:608fcc173858cfe0a367f60299c548979cbb5309fd7b4609bf87e17d776fc301
|
||||
size 1019725
|
||||
oid sha256:f769bb647c01b9e6a7169560afcf435bdca6f1c37560f334e0d2d8e970ceba04
|
||||
size 1061503
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d97b0edfbebf02fa55bc86ed3b04eeccb83c2a900f2ed72f432210b5344687b6
|
||||
size 100349
|
||||
oid sha256:3b3b86b6f45ecf4485b0989c1f2c75dece0ab4f8f43df7bc5736315fba9a7e5b
|
||||
size 99481
|
||||
|
46
series.conf
46
series.conf
@ -1473,6 +1473,51 @@
|
||||
patches.kernel.org/5.12.5-362-ASoC-rsnd-check-all-BUSIF-status-when-error.patch
|
||||
patches.kernel.org/5.12.5-363-net-bridge-fix-error-in-br_multicast_add_port-.patch
|
||||
patches.kernel.org/5.12.5-364-Linux-5.12.5.patch
|
||||
patches.kernel.org/5.12.6-001-x86-msr-Fix-wr-rdmsr_safe_regs_on_cpu-prototyp.patch
|
||||
patches.kernel.org/5.12.6-002-drm-i915-display-fix-compiler-warning-about-ar.patch
|
||||
patches.kernel.org/5.12.6-003-airo-work-around-stack-usage-warning.patch
|
||||
patches.kernel.org/5.12.6-004-kgdb-fix-gcc-11-warning-on-indentation.patch
|
||||
patches.kernel.org/5.12.6-005-usb-sl811-hcd-improve-misleading-indentation.patch
|
||||
patches.kernel.org/5.12.6-006-PCI-thunder-Fix-compile-testing.patch
|
||||
patches.kernel.org/5.12.6-007-dmaengine-dw-edma-Fix-crash-on-loading-unloadi.patch
|
||||
patches.kernel.org/5.12.6-008-ARM-9066-1-ftrace-pause-unpause-function-graph.patch
|
||||
patches.kernel.org/5.12.6-009-NFS-Fix-fscache-invalidation-in-nfs_set_cache_.patch
|
||||
patches.kernel.org/5.12.6-010-ACPI-hotplug-PCI-Fix-reference-count-leak-in-e.patch
|
||||
patches.kernel.org/5.12.6-011-PCI-tegra-Fix-runtime-PM-imbalance-in-pex_ep_e.patch
|
||||
patches.kernel.org/5.12.6-012-Input-elants_i2c-do-not-bind-to-i2c-hid-compat.patch
|
||||
patches.kernel.org/5.12.6-013-Input-silead-add-workaround-for-x86-BIOS-es-wh.patch
|
||||
patches.kernel.org/5.12.6-014-NFS-NFS_INO_REVAL_PAGECACHE-should-mark-the-ch.patch
|
||||
patches.kernel.org/5.12.6-015-f2fs-fix-to-avoid-NULL-pointer-dereference.patch
|
||||
patches.kernel.org/5.12.6-016-svcrdma-Don-t-leak-send_ctxt-on-Send-errors.patch
|
||||
patches.kernel.org/5.12.6-017-um-Mark-all-kernel-symbols-as-local.patch
|
||||
patches.kernel.org/5.12.6-018-um-Disable-CONFIG_GCOV-with-MODULES.patch
|
||||
patches.kernel.org/5.12.6-019-ARM-9075-1-kernel-Fix-interrupted-SMC-calls.patch
|
||||
patches.kernel.org/5.12.6-020-platform-chrome-cros_ec_typec-Add-DP-mode-chec.patch
|
||||
patches.kernel.org/5.12.6-021-riscv-Use-LD-instead-of-CC-to-link-vDSO.patch
|
||||
patches.kernel.org/5.12.6-022-scripts-recordmcount.pl-Fix-RISC-V-regex-for-c.patch
|
||||
patches.kernel.org/5.12.6-023-riscv-Workaround-mcount-name-prior-to-clang-13.patch
|
||||
patches.kernel.org/5.12.6-024-scsi-lpfc-Fix-illegal-memory-access-on-Abort-I.patch
|
||||
patches.kernel.org/5.12.6-025-ceph-fix-fscache-invalidation.patch
|
||||
patches.kernel.org/5.12.6-026-ceph-don-t-clobber-i_snap_caps-on-non-I_NEW-in.patch
|
||||
patches.kernel.org/5.12.6-027-ceph-don-t-allow-access-to-MDS-private-inodes.patch
|
||||
patches.kernel.org/5.12.6-028-scsi-target-tcmu-Return-from-tcmu_handle_compl.patch
|
||||
patches.kernel.org/5.12.6-029-amdgpu-pm-Prevent-force-of-DCEFCLK-on-NAVI10-a.patch
|
||||
patches.kernel.org/5.12.6-030-bridge-Fix-possible-races-between-assigning-rx.patch
|
||||
patches.kernel.org/5.12.6-031-net-hsr-check-skb-can-contain-struct-hsr_ethhd.patch
|
||||
patches.kernel.org/5.12.6-032-nvmet-remove-unsupported-command-noise.patch
|
||||
patches.kernel.org/5.12.6-033-drm-amd-display-Fix-two-cursor-duplication-whe.patch
|
||||
patches.kernel.org/5.12.6-034-gpiolib-acpi-Add-quirk-to-ignore-EC-wakeups-on.patch
|
||||
patches.kernel.org/5.12.6-035-net-CXGB4-fix-leak-if-sk_buff-is-not-used.patch
|
||||
patches.kernel.org/5.12.6-036-ALSA-hda-generic-change-the-DAC-ctl-name-for-L.patch
|
||||
patches.kernel.org/5.12.6-037-block-reexpand-iov_iter-after-read-write.patch
|
||||
patches.kernel.org/5.12.6-038-lib-stackdepot-turn-depot_lock-spinlock-to-raw.patch
|
||||
patches.kernel.org/5.12.6-039-net-stmmac-Do-not-enable-RX-FIFO-overflow-inte.patch
|
||||
patches.kernel.org/5.12.6-040-ip6_gre-proper-dev_-hold-put-in-ndo_-un-init-m.patch
|
||||
patches.kernel.org/5.12.6-041-sit-proper-dev_-hold-put-in-ndo_-un-init-metho.patch
|
||||
patches.kernel.org/5.12.6-042-ip6_tunnel-sit-proper-dev_-hold-put-in-ndo_-un.patch
|
||||
patches.kernel.org/5.12.6-043-ipv6-remove-extra-dev_hold-for-fallback-tunnel.patch
|
||||
patches.kernel.org/5.12.6-044-bus-mhi-core-Download-AMSS-image-from-appropri.patch
|
||||
patches.kernel.org/5.12.6-045-Linux-5.12.6.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1505,7 +1550,6 @@
|
||||
patches.suse/proc-Avoid-mixing-integer-types-in-mem_rw.patch
|
||||
patches.suse/ipc-mqueue-msg-sem-Avoid-relying-on-a-stack-reference.patch
|
||||
patches.suse/x86-events-amd-iommu-Fix-invalid-Perf-result-due-to-.patch
|
||||
patches.suse/ipv6-remove-extra-dev_hold-for-fallback-tunnels.patch
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
2021-05-19 09:40:33 +0000
|
||||
GIT Revision: 37a93378a004c3d454bd963e87de1ad3f775ff89
|
||||
2021-05-22 11:31:22 +0000
|
||||
GIT Revision: fe252718e755b6eb4042ca4a414d10343186d08e
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user