forked from rpms/kernel
		
	kernel-5.14.0-43.el9
* Fri Jan 14 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-43.el9] - mm: COW: restore full accuracy in page reuse (Andrea Arcangeli) [1958742] - mm: thp: replace the page lock with the seqlock for the THP mapcount (Andrea Arcangeli) [1958742] - mm: COW: skip the page lock in the COW copy path (Andrea Arcangeli) [1958742] - mm: gup: gup_must_unshare() use can_read_pin_swap_page() (Andrea Arcangeli) [1958742] - mm: hugetlbfs: gup: gup_must_unshare(): enable hugetlbfs (Andrea Arcangeli) [1958742] - mm: hugetlbfs: FOLL_FAULT_UNSHARE (Andrea Arcangeli) [1958742] - mm: hugetlbfs: COR: copy-on-read fault (Andrea Arcangeli) [1958742] - mm: gup: FOLL_UNSHARE RHEL (Andrea Arcangeli) [1958742] - mm: gup: FOLL_NOUNSHARE: optimize follow_page (Andrea Arcangeli) [1958742] - mm: gup: FOLL_UNSHARE (Andrea Arcangeli) [1958742] - mm: gup: gup_must_unshare() (Andrea Arcangeli) [1958742] - mm: gup: COR: copy-on-read fault (Andrea Arcangeli) [1958742] - mm: thp: introduce page_trans_huge_anon_shared (Andrea Arcangeli) [1958742] - mm: thp: stabilize the THP mapcount in page_remove_anon_compound_rmap (Andrea Arcangeli) [1958742] - mm: thp: make the THP mapcount atomic with a seqlock (Andrea Arcangeli) [1958742] - mm: thp: consolidate mapcount logic on THP split (David Hildenbrand) [1958742] - powerpc/xive: Change IRQ domain to a tree domain (Daniel Henrique Barboza) [2008723] - tcp: fix page frag corruption on page fault (Paolo Abeni) [2028276] - sock: fix /proc/net/sockstat underflow in sk_clone_lock() (Paolo Abeni) [2028276] - net: add and use skb_unclone_keeptruesize() helper (Paolo Abeni) [2028276] - net: stream: don't purge sk_error_queue in sk_stream_kill_queues() (Paolo Abeni) [2028276] - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE (Paolo Abeni) [2028276] - net-sysfs: initialize uid and gid before calling net_ns_get_ownership (Paolo Abeni) [2028276] - net: Prevent infinite while loop in skb_tx_hash() (Paolo Abeni) [2028276] - napi: fix race inside napi_enable (Paolo Abeni) [2028276] - skb_expand_head() adjust skb->truesize incorrectly (Paolo Abeni) [2028276] - bpf: use skb_expand_head in bpf_out_neigh_v4/6 (Paolo Abeni) [2028276] - ax25: use skb_expand_head (Paolo Abeni) [2028276] - vrf: fix NULL dereference in vrf_finish_output() (Paolo Abeni) [2028276] - vrf: use skb_expand_head in vrf_finish_output (Paolo Abeni) [2028276] - ipv4: use skb_expand_head in ip_finish_output2 (Paolo Abeni) [2028276] - ipv6: use skb_expand_head in ip6_xmit (Paolo Abeni) [2028276] - ipv6: use skb_expand_head in ip6_finish_output2 (Paolo Abeni) [2028276] - skbuff: introduce skb_expand_head() (Paolo Abeni) [2028276] - net/af_unix: fix a data-race in unix_dgram_poll (Paolo Abeni) [2028276] - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls (Paolo Abeni) [2028276] - devlink: Clear whole devlink_flash_notify struct (Paolo Abeni) [2028276] - devlink: Break parameter notification sequence to be before/after unload/load driver (Paolo Abeni) [2028276] - vhost_net: fix OoB on sendmsg() failure. (Paolo Abeni) [2026821] - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces (Prarit Bhargava) [2023082] - lib/nmi_backtrace: Serialize even messages about idle CPUs (Prarit Bhargava) [2023082] - printk: syslog: close window between wait and read (Prarit Bhargava) [2023082] - printk: convert @syslog_lock to mutex (Prarit Bhargava) [2023082] - printk: remove NMI tracking (Prarit Bhargava) [2023082] - printk: remove safe buffers (Prarit Bhargava) [2023082] - printk: track/limit recursion (Prarit Bhargava) [2023082] - lib/nmi_backtrace: explicitly serialize banner and regs (Prarit Bhargava) [2023082] Resolves: rhbz#1958742, rhbz#2008723, rhbz#2023082, rhbz#2026821, rhbz#2028276 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
		
							parent
							
								
									dcc20c7bd3
								
							
						
					
					
						commit
						598290ddc1
					
				@ -12,7 +12,7 @@ RHEL_MINOR = 0
 | 
			
		||||
#
 | 
			
		||||
# Use this spot to avoid future merge conflicts.
 | 
			
		||||
# Do not trim this comment.
 | 
			
		||||
RHEL_RELEASE = 42
 | 
			
		||||
RHEL_RELEASE = 43
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Early y+1 numbering
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										61
									
								
								kernel.spec
									
									
									
									
									
								
							
							
						
						
									
										61
									
								
								kernel.spec
									
									
									
									
									
								
							@ -85,7 +85,7 @@ Summary: The Linux kernel
 | 
			
		||||
#  the --with-release option overrides this setting.)
 | 
			
		||||
%define debugbuildsenabled 1
 | 
			
		||||
 | 
			
		||||
%global distro_build 42
 | 
			
		||||
%global distro_build 43
 | 
			
		||||
 | 
			
		||||
%if 0%{?fedora}
 | 
			
		||||
%define secure_boot_arch x86_64
 | 
			
		||||
@ -129,13 +129,13 @@ Summary: The Linux kernel
 | 
			
		||||
%define kversion 5.14
 | 
			
		||||
 | 
			
		||||
%define rpmversion 5.14.0
 | 
			
		||||
%define pkgrelease 42.el9
 | 
			
		||||
%define pkgrelease 43.el9
 | 
			
		||||
 | 
			
		||||
# This is needed to do merge window version magic
 | 
			
		||||
%define patchlevel 14
 | 
			
		||||
 | 
			
		||||
# allow pkg_release to have configurable %%{?dist} tag
 | 
			
		||||
%define specrelease 42%{?buildid}%{?dist}
 | 
			
		||||
%define specrelease 43%{?buildid}%{?dist}
 | 
			
		||||
 | 
			
		||||
%define pkg_release %{specrelease}
 | 
			
		||||
 | 
			
		||||
@ -677,7 +677,7 @@ BuildRequires: lld
 | 
			
		||||
# exact git commit you can run
 | 
			
		||||
#
 | 
			
		||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
 | 
			
		||||
Source0: linux-5.14.0-42.el9.tar.xz
 | 
			
		||||
Source0: linux-5.14.0-43.el9.tar.xz
 | 
			
		||||
 | 
			
		||||
Source1: Makefile.rhelver
 | 
			
		||||
 | 
			
		||||
@ -1362,8 +1362,8 @@ ApplyOptionalPatch()
 | 
			
		||||
  fi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
%setup -q -n kernel-5.14.0-42.el9 -c
 | 
			
		||||
mv linux-5.14.0-42.el9 linux-%{KVERREL}
 | 
			
		||||
%setup -q -n kernel-5.14.0-43.el9 -c
 | 
			
		||||
mv linux-5.14.0-43.el9 linux-%{KVERREL}
 | 
			
		||||
 | 
			
		||||
cd linux-%{KVERREL}
 | 
			
		||||
cp -a %{SOURCE1} .
 | 
			
		||||
@ -2959,6 +2959,55 @@ fi
 | 
			
		||||
#
 | 
			
		||||
#
 | 
			
		||||
%changelog
 | 
			
		||||
* Fri Jan 14 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-43.el9]
 | 
			
		||||
- mm: COW: restore full accuracy in page reuse (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: thp: replace the page lock with the seqlock for the THP mapcount (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: COW: skip the page lock in the COW copy path (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: gup_must_unshare() use can_read_pin_swap_page() (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: hugetlbfs: gup: gup_must_unshare(): enable hugetlbfs (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: hugetlbfs: FOLL_FAULT_UNSHARE (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: hugetlbfs: COR: copy-on-read fault (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: FOLL_UNSHARE RHEL (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: FOLL_NOUNSHARE: optimize follow_page (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: FOLL_UNSHARE (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: gup_must_unshare() (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: gup: COR: copy-on-read fault (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: thp: introduce page_trans_huge_anon_shared (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: thp: stabilize the THP mapcount in page_remove_anon_compound_rmap (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: thp: make the THP mapcount atomic with a seqlock (Andrea Arcangeli) [1958742]
 | 
			
		||||
- mm: thp: consolidate mapcount logic on THP split (David Hildenbrand) [1958742]
 | 
			
		||||
- powerpc/xive: Change IRQ domain to a tree domain (Daniel Henrique Barboza) [2008723]
 | 
			
		||||
- tcp: fix page frag corruption on page fault (Paolo Abeni) [2028276]
 | 
			
		||||
- sock: fix /proc/net/sockstat underflow in sk_clone_lock() (Paolo Abeni) [2028276]
 | 
			
		||||
- net: add and use skb_unclone_keeptruesize() helper (Paolo Abeni) [2028276]
 | 
			
		||||
- net: stream: don't purge sk_error_queue in sk_stream_kill_queues() (Paolo Abeni) [2028276]
 | 
			
		||||
- net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE (Paolo Abeni) [2028276]
 | 
			
		||||
- net-sysfs: initialize uid and gid before calling net_ns_get_ownership (Paolo Abeni) [2028276]
 | 
			
		||||
- net: Prevent infinite while loop in skb_tx_hash() (Paolo Abeni) [2028276]
 | 
			
		||||
- napi: fix race inside napi_enable (Paolo Abeni) [2028276]
 | 
			
		||||
- skb_expand_head() adjust skb->truesize incorrectly (Paolo Abeni) [2028276]
 | 
			
		||||
- bpf: use skb_expand_head in bpf_out_neigh_v4/6 (Paolo Abeni) [2028276]
 | 
			
		||||
- ax25: use skb_expand_head (Paolo Abeni) [2028276]
 | 
			
		||||
- vrf: fix NULL dereference in vrf_finish_output() (Paolo Abeni) [2028276]
 | 
			
		||||
- vrf: use skb_expand_head in vrf_finish_output (Paolo Abeni) [2028276]
 | 
			
		||||
- ipv4: use skb_expand_head in ip_finish_output2 (Paolo Abeni) [2028276]
 | 
			
		||||
- ipv6: use skb_expand_head in ip6_xmit (Paolo Abeni) [2028276]
 | 
			
		||||
- ipv6: use skb_expand_head in ip6_finish_output2 (Paolo Abeni) [2028276]
 | 
			
		||||
- skbuff: introduce skb_expand_head() (Paolo Abeni) [2028276]
 | 
			
		||||
- net/af_unix: fix a data-race in unix_dgram_poll (Paolo Abeni) [2028276]
 | 
			
		||||
- net: don't unconditionally copy_from_user a struct ifreq for socket ioctls (Paolo Abeni) [2028276]
 | 
			
		||||
- devlink: Clear whole devlink_flash_notify struct (Paolo Abeni) [2028276]
 | 
			
		||||
- devlink: Break parameter notification sequence to be before/after unload/load driver (Paolo Abeni) [2028276]
 | 
			
		||||
- vhost_net: fix OoB on sendmsg() failure. (Paolo Abeni) [2026821]
 | 
			
		||||
- printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces (Prarit Bhargava) [2023082]
 | 
			
		||||
- lib/nmi_backtrace: Serialize even messages about idle CPUs (Prarit Bhargava) [2023082]
 | 
			
		||||
- printk: syslog: close window between wait and read (Prarit Bhargava) [2023082]
 | 
			
		||||
- printk: convert @syslog_lock to mutex (Prarit Bhargava) [2023082]
 | 
			
		||||
- printk: remove NMI tracking (Prarit Bhargava) [2023082]
 | 
			
		||||
- printk: remove safe buffers (Prarit Bhargava) [2023082]
 | 
			
		||||
- printk: track/limit recursion (Prarit Bhargava) [2023082]
 | 
			
		||||
- lib/nmi_backtrace: explicitly serialize banner and regs (Prarit Bhargava) [2023082]
 | 
			
		||||
 | 
			
		||||
* Thu Jan 13 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-42.el9]
 | 
			
		||||
- scsi: smartpqi: Update version to 2.1.12-055 (Don Brace) [1869853]
 | 
			
		||||
- scsi: smartpqi: Add 3252-8i PCI id (Don Brace) [1869853]
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								sources
									
									
									
									
									
								
							@ -1,3 +1,3 @@
 | 
			
		||||
SHA512 (linux-5.14.0-42.el9.tar.xz) = c060198155c385a1b3ce60b58ccd4d16234bda6046a17d549becc7b51b3c6fdbb116b29a8c2939d0960fc87925314f36af1508c95469718fda6605de2eede964
 | 
			
		||||
SHA512 (kernel-abi-stablelists-5.14.0-42.tar.bz2) = a2199eb82526f37a583a7ae5400b3d3457c8c8a1e92101b20551888f4f3e6501b30216055f1bcf658c61c22846ca81c7601fc909149b50a233b569189aa5a708
 | 
			
		||||
SHA512 (kernel-kabi-dw-5.14.0-42.tar.bz2) = 3bc0a8429c5c1ef13470176a8e6be7d4e0aafe896bd7c77fd0c2ad6b2d01458dc1c0443bce2f287a1bb27331713e539efb47d144c1bf94bb0500dc7410c902f9
 | 
			
		||||
SHA512 (linux-5.14.0-43.el9.tar.xz) = 645853eb416c5b94d7b81f65ecf9e3f1420bfdffafbbd49bae9327b14703007fc8f3df77fb1ab6a6ad4568cf7e25339cb9125f35d46f8eade804125c6b62ccf8
 | 
			
		||||
SHA512 (kernel-abi-stablelists-5.14.0-43.tar.bz2) = c94a459e9ed3ad8793db1f6fbf7aae63f0b0c069d7b52afc1f536842c0b327ca95f5db398b42e289542863a7bd6d675944d7e378d4d91a43bb52665fa7cab917
 | 
			
		||||
SHA512 (kernel-kabi-dw-5.14.0-43.tar.bz2) = ca84b1323bbf2829521b4034f5c69bd13660cec8c9baf9b5b33b61542ca1c40d435f0b2c41bbbf79bd1638f33cccba6370effab0625c471ba70178ae7f1e0975
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user