diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-01-15 03:10:39 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-01-23 20:21:04 +0100 |
commit | 98903b8328ad2ca695b84a1bcac1c88edf28aa61 (patch) | |
tree | eec06a82f589470664fa8d93233c039fdc1c1097 | |
parent | 469acb606e43bc5d4ef23738662d5c3872897239 (diff) | |
download | kernel-fsync-98903b8328ad2ca695b84a1bcac1c88edf28aa61.tar.gz kernel-fsync-98903b8328ad2ca695b84a1bcac1c88edf28aa61.zip |
kernel 6.1.6
-rw-r--r-- | SOURCES/patch-6.1-redhat.patch | 6 | ||||
-rwxr-xr-x | SPECS/kernel.spec | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/SOURCES/patch-6.1-redhat.patch b/SOURCES/patch-6.1-redhat.patch index c6e96e7..5909c32 100644 --- a/SOURCES/patch-6.1-redhat.patch +++ b/SOURCES/patch-6.1-redhat.patch @@ -40,7 +40,7 @@ 39 files changed, 487 insertions(+), 182 deletions(-) diff --git a/Makefile b/Makefile -index ddbd2fc917c5..db90bfc4f3ef 100644 +index 19e8c6dec6e5..37b6bc722a3e 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1228,10 +1228,10 @@ index ca1b7109c0db..b947cfbf04c2 100644 #if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE) diff --git a/init/Kconfig b/init/Kconfig -index 94125d3b6893..7a6bf4659565 100644 +index 0c214af99085..060e927bddeb 100644 --- a/init/Kconfig +++ b/init/Kconfig -@@ -1685,7 +1685,7 @@ config AIO +@@ -1689,7 +1689,7 @@ config AIO this option saves about 7k. config IO_URING diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 1bfae16..273974c 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -124,17 +124,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specversion 6.1.5 +%define specversion 6.1.6 %define patchversion 6.1 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.1.5 +%define tarfile_release 6.1.6 # This is needed to do merge window version magic %define patchlevel 1 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.1.5 +%define kabiversion 6.1.6 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3216,8 +3216,11 @@ fi # # %changelog -* Sun Jan 15 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.5-201.fsync -- kernel-fsync v6.1.5 +* Sun Jan 15 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.6-201.fsync +- kernel-fsync v6.1.6 + +* Sat Jan 14 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.6-0] +- Linux v6.1.6 * Thu Jan 12 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.5-0] - KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS (Jim Mattson) |