forked from rpms/kernel
		
	kernel-5.14.0-3.el9
* Thu Sep 16 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-3] - misc/pvpanic-pci: Allow automatic loading (Eric Auger) [1977192] - md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard (Nigel Croxon) [1965294] - rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long) [1998549] - crypto: ccp - Add support for new CCP/PSP device ID (Vladis Dronov) [1987099] - crypto: ccp - shutdown SEV firmware on kexec (Vladis Dronov) [1987099] Resolves: rhbz#1977192, rhbz#1987099 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
		
							parent
							
								
									9569c62431
								
							
						
					
					
						commit
						1b76b03a58
					
				| @ -12,7 +12,7 @@ RHEL_MINOR = 0 | |||||||
| #
 | #
 | ||||||
| # Use this spot to avoid future merge conflicts.
 | # Use this spot to avoid future merge conflicts.
 | ||||||
| # Do not trim this comment.
 | # Do not trim this comment.
 | ||||||
| RHEL_RELEASE = 2 | RHEL_RELEASE = 3 | ||||||
| 
 | 
 | ||||||
| #
 | #
 | ||||||
| # Early y+1 numbering
 | # Early y+1 numbering
 | ||||||
|  | |||||||
							
								
								
									
										25
									
								
								kernel.spec
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								kernel.spec
									
									
									
									
									
								
							| @ -80,7 +80,7 @@ Summary: The Linux kernel | |||||||
| #  the --with-release option overrides this setting.) | #  the --with-release option overrides this setting.) | ||||||
| %define debugbuildsenabled 1 | %define debugbuildsenabled 1 | ||||||
| 
 | 
 | ||||||
| %global distro_build 2 | %global distro_build 3 | ||||||
| 
 | 
 | ||||||
| %if 0%{?fedora} | %if 0%{?fedora} | ||||||
| %define secure_boot_arch x86_64 | %define secure_boot_arch x86_64 | ||||||
| @ -125,13 +125,13 @@ Summary: The Linux kernel | |||||||
| 
 | 
 | ||||||
| %define rpmversion 5.14.0 | %define rpmversion 5.14.0 | ||||||
| %define patchversion 5.14 | %define patchversion 5.14 | ||||||
| %define pkgrelease 2 | %define pkgrelease 3 | ||||||
| 
 | 
 | ||||||
| # This is needed to do merge window version magic | # This is needed to do merge window version magic | ||||||
| %define patchlevel 14 | %define patchlevel 14 | ||||||
| 
 | 
 | ||||||
| # allow pkg_release to have configurable %%{?dist} tag | # allow pkg_release to have configurable %%{?dist} tag | ||||||
| %define specrelease 2%{?buildid}%{?dist} | %define specrelease 3%{?buildid}%{?dist} | ||||||
| 
 | 
 | ||||||
| %define pkg_release %{specrelease} | %define pkg_release %{specrelease} | ||||||
| 
 | 
 | ||||||
| @ -672,7 +672,7 @@ BuildRequires: lld | |||||||
| # exact git commit you can run | # exact git commit you can run | ||||||
| # | # | ||||||
| # xzcat -qq ${TARBALL} | git get-tar-commit-id | # xzcat -qq ${TARBALL} | git get-tar-commit-id | ||||||
| Source0: linux-5.14.0-2.tar.xz | Source0: linux-5.14.0-3.tar.xz | ||||||
| 
 | 
 | ||||||
| Source1: Makefile.rhelver | Source1: Makefile.rhelver | ||||||
| 
 | 
 | ||||||
| @ -1357,8 +1357,8 @@ ApplyOptionalPatch() | |||||||
|   fi |   fi | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| %setup -q -n kernel-5.14.0-2 -c | %setup -q -n kernel-5.14.0-3 -c | ||||||
| mv linux-5.14.0-2 linux-%{KVERREL} | mv linux-5.14.0-3 linux-%{KVERREL} | ||||||
| 
 | 
 | ||||||
| cd linux-%{KVERREL} | cd linux-%{KVERREL} | ||||||
| cp -a %{SOURCE1} . | cp -a %{SOURCE1} . | ||||||
| @ -2957,11 +2957,24 @@ fi | |||||||
| # | # | ||||||
| # | # | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Sep 16 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-3] | ||||||
|  | - misc/pvpanic-pci: Allow automatic loading (Eric Auger) [1977192] | ||||||
|  | - md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard (Nigel Croxon) [1965294] | ||||||
|  | - rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long) [1998549] | ||||||
|  | - Enable bridge jobs for scratch pipelines (Michael Hofmann) | ||||||
|  | - CI: use 9.0-beta-rt branch for -rt pipeline (Jan Stancek) | ||||||
|  | - crypto: ccp - Add support for new CCP/PSP device ID (Vladis Dronov) [1987099] | ||||||
|  | - crypto: ccp - shutdown SEV firmware on kexec (Vladis Dronov) [1987099] | ||||||
|  | 
 | ||||||
| * Mon Sep 13 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-2] | * Mon Sep 13 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-2] | ||||||
| - redhat: update branches/targets after 9 Beta fork (Herton R. Krzesinski) | - redhat: update branches/targets after 9 Beta fork (Herton R. Krzesinski) | ||||||
| - hv_utils: Set the maximum packet size for VSS driver to the length of the receive buffer (Vitaly Kuznetsov) [1996628] | - hv_utils: Set the maximum packet size for VSS driver to the length of the receive buffer (Vitaly Kuznetsov) [1996628] | ||||||
| - Enable bridge jobs for scratch pipelines (Michael Hofmann) | - Enable bridge jobs for scratch pipelines (Michael Hofmann) | ||||||
| 
 | 
 | ||||||
|  | * Tue Sep 14 2021 Jan Stancek <jstancek@redhat.com> [5.14-1.1.1] | ||||||
|  | - md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard (Nigel Croxon) [1965294] | ||||||
|  | - rcu: Avoid unneeded function call in rcu_read_unlock() (Waiman Long) [1998549] | ||||||
|  | 
 | ||||||
| * Mon Aug 30 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-1] | * Mon Aug 30 2021 Herton R. Krzesinski <herton@redhat.com> [5.14-1] | ||||||
| - redhat: drop Patchlist.changelog for RHEL (Jan Stancek) [1997494] | - redhat: drop Patchlist.changelog for RHEL (Jan Stancek) [1997494] | ||||||
| - redhat: update Makefile.variables for centos/rhel9 fork (Herton R. Krzesinski) | - redhat: update Makefile.variables for centos/rhel9 fork (Herton R. Krzesinski) | ||||||
|  | |||||||
							
								
								
									
										6
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								sources
									
									
									
									
									
								
							| @ -1,3 +1,3 @@ | |||||||
| SHA512 (linux-5.14.0-2.tar.xz) = 7131fe5ba01f7cf1ab7acafbf67619a07bb671f2658ee0b2710343d5aa1779146ecffd405a6cb615cac8c76b343a99b3830f3e71c88850007f8a6c77c2e7ac4f | SHA512 (linux-5.14.0-3.tar.xz) = efe815bc8b9148b6f34f6e1708bc51dabe1e21249774623175f25b2e81419117457229d55fe83a128fcf7694ef4c5048ddfdf0fd9b362d6999964adb573c6e3d | ||||||
| SHA512 (kernel-abi-stablelists-5.14.0-2.tar.bz2) = f5a3be5ffe5520516d3d5e01ae1d260df5d3bd70b3a635630b0eae4fd43a6f2f27468c8adfc496d587bb7c2a2677d568fc448bdd0e2f790f87f742f67135134f | SHA512 (kernel-abi-stablelists-5.14.0-3.tar.bz2) = 2115611f5ee01766d7ce005f661116ee809209c0ef1777a42811855207bee49fa7810037d086832837d848273933388ad937d32b79394bb1e82cd7ec3eb4b880 | ||||||
| SHA512 (kernel-kabi-dw-5.14.0-2.tar.bz2) = b0be9497c867edc4834fc6e0291074772ac7f5113cee61d5fc43192fb35fdcacd4db34e92388dc0d6e71d47cd922a09bee7357b6bded8a1aeaa1fddcd9df6cc8 | SHA512 (kernel-kabi-dw-5.14.0-3.tar.bz2) = 484d7a6407ac31551a27d59b324df266149ff80ab1617da5e23b2263e8273c76bda76fa00eb0937126198ea91ab000cc8d81fad09a236e9ebf5a7e6c985379b6 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user