commit 1e2a324e7a56bef5241b68a00002d37a6aff887b
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1665
This commit is contained in:
parent
239c5cb0e8
commit
e4f7f32024
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.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.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.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.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.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.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.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.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%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-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
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 Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
BuildRequires: kernel%kernel_flavor-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -155,6 +155,7 @@ dracut --reproducible --host-only --no-hostonly-cmdline \
|
||||
--no-early-microcode --nofscks --strip --hardlink \
|
||||
--drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm \
|
||||
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
|
||||
--modules="obs qemu base rootfs-block" \
|
||||
--compress "zstd -19 -T0" \
|
||||
%endif
|
||||
`echo /boot/%{kernel_name}-*%{kernel_flavor} | sed -n -e 's,[^-]*-\(.*'%{kernel_flavor}'\),\1,p'`
|
||||
|
@ -155,6 +155,7 @@ dracut --reproducible --host-only --no-hostonly-cmdline \
|
||||
--no-early-microcode --nofscks --strip --hardlink \
|
||||
--drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm \
|
||||
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
|
||||
--modules="obs qemu base rootfs-block" \
|
||||
--compress "zstd -19 -T0" \
|
||||
%endif
|
||||
`echo /boot/%{kernel_name}-*%{kernel_flavor} | sed -n -e 's,[^-]*-\(.*'%{kernel_flavor}'\),\1,p'`
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.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-only
|
||||
Group: SLES
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -35,9 +35,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -48,7 +48,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%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-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,93 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 13:38:09 CET 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.16.6 (bsc#1012628).
|
||||
- ovl: fix NULL pointer dereference in copy up warning
|
||||
(bsc#1012628).
|
||||
- tcp: add missing tcp_skb_can_collapse() test in
|
||||
tcp_shift_skb_data() (bsc#1012628).
|
||||
- tcp: fix mem under-charging with zerocopy sendmsg()
|
||||
(bsc#1012628).
|
||||
- af_packet: fix data-race in packet_setsockopt /
|
||||
packet_setsockopt (bsc#1012628).
|
||||
- e1000e: Handshake with CSME starts from ADL platforms
|
||||
(bsc#1012628).
|
||||
- cpuset: Fix the bug that subpart_cpus updated wrongly in
|
||||
update_cpumask() (bsc#1012628).
|
||||
- bpf: Fix possible race in inc_misses_counter (bsc#1012628).
|
||||
- net: ipa: request IPA register values be retained (bsc#1012628).
|
||||
- rtnetlink: make sure to refresh master_dev/m_ops in
|
||||
__rtnl_newlink() (bsc#1012628).
|
||||
- net: sched: fix use-after-free in tc_new_tfilter()
|
||||
(bsc#1012628).
|
||||
- fanotify: Fix stale file descriptor in copy_event_to_user()
|
||||
(bsc#1012628).
|
||||
- net: amd-xgbe: Fix skb data length underflow (bsc#1012628).
|
||||
- net: amd-xgbe: ensure to reset the tx_timer_active flag
|
||||
(bsc#1012628).
|
||||
- i40e: Fix reset path while removing the driver (bsc#1012628).
|
||||
- i40e: Fix reset bw limit when DCB enabled with 1 TC
|
||||
(bsc#1012628).
|
||||
- ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback (bsc#1012628).
|
||||
- net/mlx5e: Avoid implicit modify hdr for decap drop rule
|
||||
(bsc#1012628).
|
||||
- net/mlx5: E-Switch, Fix uninitialized variable modact
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix broken SKB allocation in HW-GRO (bsc#1012628).
|
||||
- net/mlx5e: Fix wrong calculation of header index in HW_GRO
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Avoid field-overflowing memcpy() (bsc#1012628).
|
||||
- net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Don't treat small ceil values as unlimited in HTB
|
||||
offload (bsc#1012628).
|
||||
- net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with forward and drop actions
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix module EEPROM query (bsc#1012628).
|
||||
- net/mlx5: Use del_timer_sync in fw reset flow of halting poll
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Fix handling of wrong devices during bond netevent
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, ensure dev_name is null-terminated
|
||||
(bsc#1012628).
|
||||
- net/mlx5: Bridge, take rtnl lock in init error handler
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: TC, Reject rules with drop and modify hdr action
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix tunnel mode crypto offload for non
|
||||
TCP/UDP traffic (bsc#1012628).
|
||||
- net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP
|
||||
encapsulated traffic (bsc#1012628).
|
||||
- lockd: fix failure to cleanup client locks (bsc#1012628).
|
||||
- lockd: fix server crash on reboot of client holding lock
|
||||
(bsc#1012628).
|
||||
- ovl: don't fail copy up if no fileattr support on upper
|
||||
(bsc#1012628).
|
||||
- net: phy: Fix qca8081 with speeds lower than 2.5Gb/s
|
||||
(bsc#1012628).
|
||||
- Revert "mm/gup: small refactoring: simplify try_grab_page()"
|
||||
(bsc#1012628).
|
||||
- cgroup-v1: Require capabilities to set release_agent
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: Make sure the device is powered with CEC
|
||||
(bsc#1012628).
|
||||
- net: ipa: prevent concurrent replenish (bsc#1012628).
|
||||
- net: ipa: use a bitmap for endpoint replenish_enabled
|
||||
(bsc#1012628).
|
||||
- selftests: mptcp: fix ipv6 routing setup (bsc#1012628).
|
||||
- PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
|
||||
(bsc#1012628).
|
||||
- commit 1e2a324
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 09:12:16 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Refresh patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
Fix section mistmatch warning
|
||||
- commit 1f97ae0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 07:45:56 CET 2022 - jslaby@suse.cz
|
||||
|
||||
@ -348,6 +438,13 @@ Tue Feb 1 15:23:26 CET 2022 - tiwai@suse.de
|
||||
- Input: synaptics: retry query upon error (bsc#1194086).
|
||||
- commit 5277fb2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 1 14:42:29 CET 2022 - tiwai@suse.de
|
||||
|
||||
- Input: elan_i2c: Add deny list for Lenovo Yoga Slim 7
|
||||
(bsc#1193064).
|
||||
- commit ea5f4b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 15:20:36 CET 2022 - ludwig.nussel@suse.de
|
||||
|
||||
@ -2624,6 +2721,14 @@ Thu Dec 30 17:51:40 CET 2021 - tiwai@suse.de
|
||||
(bsc#1193039).
|
||||
- commit a77f415
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 30 10:28:48 CET 2021 - dmueller@suse.com
|
||||
|
||||
- fix rpm build warning
|
||||
tumbleweed rpm is adding these warnings to the log:
|
||||
It's not recommended to have unversioned Obsoletes: Obsoletes: microcode_ctl
|
||||
- commit 3ba8941
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 15:50:16 CET 2021 - jslaby@suse.cz
|
||||
|
||||
@ -2858,6 +2963,15 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
||||
Better to disable it completely.
|
||||
- commit 730a488
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:48:20 CET 2021 - dmueller@suse.com
|
||||
|
||||
- build initrd without systemd
|
||||
This reduces the size of the initrd by over 25%, which
|
||||
improves startup time of the virtual machine by 0.5-0.6s on
|
||||
very fast machines, more on slower ones.
|
||||
- commit ef4c569
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.16
|
||||
%define patchversion 5.16.5
|
||||
%define patchversion 5.16.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -107,9 +107,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.16.5
|
||||
Version: 5.16.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8e500f5
|
||||
Release: <RELEASE>.g1e2a324
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -207,7 +207,7 @@ BuildRequires: u-boot-tools
|
||||
Conflicts: filesystem < 16
|
||||
%endif
|
||||
|
||||
Obsoletes: microcode_ctl
|
||||
Obsoletes: microcode_ctl < 1.18
|
||||
|
||||
# Force bzip2 instead of lzma compression to
|
||||
# 1) allow install on older dist versions, and
|
||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: kernel-%build_flavor-base-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
Provides: kernel-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
Provides: %name-srchash-1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:252c8caeeb5bbaf0e3b7963d1951680435d6313af6f142f6a9ce29e41cff8fdb
|
||||
size 952329
|
||||
oid sha256:f227b370def726fc014995c74cf1ea349c09f9e7752e5e7ae860d79d184e5473
|
||||
size 981610
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:177036a1ee59370064ae171943985132500bb8daace770ccab613cd880182dec
|
||||
size 48718
|
||||
oid sha256:d716997bc2b433a24ac008921a59edd8d0c30aa618af14eb1698c7a8477794a4
|
||||
size 49229
|
||||
|
46
series.conf
46
series.conf
@ -1334,6 +1334,51 @@
|
||||
patches.kernel.org/5.16.5-194-block-Fix-wrong-offset-in-bio_truncate.patch
|
||||
patches.kernel.org/5.16.5-195-mtd-rawnand-mpc5121-Remove-unused-variable-in-.patch
|
||||
patches.kernel.org/5.16.5-196-Linux-5.16.5.patch
|
||||
patches.kernel.org/5.16.6-001-PCI-pciehp-Fix-infinite-loop-in-IRQ-handler-up.patch
|
||||
patches.kernel.org/5.16.6-002-selftests-mptcp-fix-ipv6-routing-setup.patch
|
||||
patches.kernel.org/5.16.6-003-net-ipa-use-a-bitmap-for-endpoint-replenish_en.patch
|
||||
patches.kernel.org/5.16.6-004-net-ipa-prevent-concurrent-replenish.patch
|
||||
patches.kernel.org/5.16.6-005-drm-vc4-hdmi-Make-sure-the-device-is-powered-w.patch
|
||||
patches.kernel.org/5.16.6-006-cgroup-v1-Require-capabilities-to-set-release_.patch
|
||||
patches.kernel.org/5.16.6-007-Revert-mm-gup-small-refactoring-simplify-try_g.patch
|
||||
patches.kernel.org/5.16.6-008-net-phy-Fix-qca8081-with-speeds-lower-than-2.5.patch
|
||||
patches.kernel.org/5.16.6-009-ovl-don-t-fail-copy-up-if-no-fileattr-support-.patch
|
||||
patches.kernel.org/5.16.6-010-lockd-fix-server-crash-on-reboot-of-client-hol.patch
|
||||
patches.kernel.org/5.16.6-011-lockd-fix-failure-to-cleanup-client-locks.patch
|
||||
patches.kernel.org/5.16.6-012-net-mlx5e-IPsec-Fix-crypto-offload-for-non-TCP.patch
|
||||
patches.kernel.org/5.16.6-013-net-mlx5e-IPsec-Fix-tunnel-mode-crypto-offload.patch
|
||||
patches.kernel.org/5.16.6-014-net-mlx5e-TC-Reject-rules-with-drop-and-modify.patch
|
||||
patches.kernel.org/5.16.6-015-net-mlx5-Bridge-take-rtnl-lock-in-init-error-h.patch
|
||||
patches.kernel.org/5.16.6-016-net-mlx5-Bridge-ensure-dev_name-is-null-termin.patch
|
||||
patches.kernel.org/5.16.6-017-net-mlx5e-Fix-handling-of-wrong-devices-during.patch
|
||||
patches.kernel.org/5.16.6-018-net-mlx5-Use-del_timer_sync-in-fw-reset-flow-o.patch
|
||||
patches.kernel.org/5.16.6-019-net-mlx5e-Fix-module-EEPROM-query.patch
|
||||
patches.kernel.org/5.16.6-020-net-mlx5e-TC-Reject-rules-with-forward-and-dro.patch
|
||||
patches.kernel.org/5.16.6-021-net-mlx5-Fix-offloading-with-ESWITCH_IPV4_TTL_.patch
|
||||
patches.kernel.org/5.16.6-022-net-mlx5e-Don-t-treat-small-ceil-values-as-unl.patch
|
||||
patches.kernel.org/5.16.6-023-net-mlx5-Bridge-Fix-devlink-deadlock-on-net-na.patch
|
||||
patches.kernel.org/5.16.6-024-net-mlx5e-Avoid-field-overflowing-memcpy.patch
|
||||
patches.kernel.org/5.16.6-025-net-mlx5e-Fix-wrong-calculation-of-header-inde.patch
|
||||
patches.kernel.org/5.16.6-026-net-mlx5e-Fix-broken-SKB-allocation-in-HW-GRO.patch
|
||||
patches.kernel.org/5.16.6-027-net-mlx5-E-Switch-Fix-uninitialized-variable-m.patch
|
||||
patches.kernel.org/5.16.6-028-net-mlx5e-Avoid-implicit-modify-hdr-for-decap-.patch
|
||||
patches.kernel.org/5.16.6-029-ipheth-fix-EOVERFLOW-in-ipheth_rcvbulk_callbac.patch
|
||||
patches.kernel.org/5.16.6-030-i40e-Fix-reset-bw-limit-when-DCB-enabled-with-.patch
|
||||
patches.kernel.org/5.16.6-031-i40e-Fix-reset-path-while-removing-the-driver.patch
|
||||
patches.kernel.org/5.16.6-032-net-amd-xgbe-ensure-to-reset-the-tx_timer_acti.patch
|
||||
patches.kernel.org/5.16.6-033-net-amd-xgbe-Fix-skb-data-length-underflow.patch
|
||||
patches.kernel.org/5.16.6-034-fanotify-Fix-stale-file-descriptor-in-copy_eve.patch
|
||||
patches.kernel.org/5.16.6-035-net-sched-fix-use-after-free-in-tc_new_tfilter.patch
|
||||
patches.kernel.org/5.16.6-036-rtnetlink-make-sure-to-refresh-master_dev-m_op.patch
|
||||
patches.kernel.org/5.16.6-037-net-ipa-request-IPA-register-values-be-retaine.patch
|
||||
patches.kernel.org/5.16.6-038-bpf-Fix-possible-race-in-inc_misses_counter.patch
|
||||
patches.kernel.org/5.16.6-039-cpuset-Fix-the-bug-that-subpart_cpus-updated-w.patch
|
||||
patches.kernel.org/5.16.6-040-e1000e-Handshake-with-CSME-starts-from-ADL-pla.patch
|
||||
patches.kernel.org/5.16.6-041-af_packet-fix-data-race-in-packet_setsockopt-p.patch
|
||||
patches.kernel.org/5.16.6-042-tcp-fix-mem-under-charging-with-zerocopy-sendm.patch
|
||||
patches.kernel.org/5.16.6-043-tcp-add-missing-tcp_skb_can_collapse-test-in-t.patch
|
||||
patches.kernel.org/5.16.6-044-ovl-fix-NULL-pointer-dereference-in-copy-up-wa.patch
|
||||
patches.kernel.org/5.16.6-045-Linux-5.16.6.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1501,6 +1546,7 @@
|
||||
########################################################
|
||||
patches.suse/kbd-ignore-gfx.patch
|
||||
patches.suse/Input-synaptics-retry-query-upon-error.patch
|
||||
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
|
||||
########################################################
|
||||
# Other drivers
|
||||
|
@ -1,3 +1,3 @@
|
||||
2022-02-03 08:26:55 +0000
|
||||
GIT Revision: 8e500f570e98a3997e9f4bc80b4c45bba2a50789
|
||||
2022-02-05 12:38:27 +0000
|
||||
GIT Revision: 1e2a324e7a56bef5241b68a00002d37a6aff887b
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user