summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-16 11:46:25 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-16 11:46:25 -0500
commit78a0eb2782c2c22e03ac329ea41cc9e1a7e26de3 (patch)
treeab208adfa1db2caf514226de9bc9da2a8dca5e36 /kernel.spec
parent13b554ba381dc2ed0f853452d46814ba2458b10c (diff)
downloadkernel-78a0eb2782c2c22e03ac329ea41cc9e1a7e26de3.tar.gz
kernel-78a0eb2782c2c22e03ac329ea41cc9e1a7e26de3.tar.xz
kernel-78a0eb2782c2c22e03ac329ea41cc9e1a7e26de3.zip
kernel-5.16.15-0
* Wed Mar 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.15-0] - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION (Jordy Zomer) - Restrict FS_LOCATIONS to NFS v4.2+ to work around Qnap knfsd-3.4.6 bug (Justin M. Forbes) - Turn on VDPA_SIM_BLOCK (Justin M. Forbes) - Fix up changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index a25ebfbd5..df351fd0c 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.16
-%define rpmversion 5.16.14
+%define rpmversion 5.16.15
%define patchversion 5.16
%define pkgrelease 100
@@ -692,7 +692,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.16.14.tar.xz
+Source0: linux-5.16.15.tar.xz
Source1: Makefile.rhelver
@@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.14 -c
-mv linux-5.16.14 linux-%{KVERREL}
+%setup -q -n kernel-5.16.15 -c
+mv linux-5.16.15 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2985,8 +2985,14 @@ fi
#
#
%changelog
+* Wed Mar 16 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.15-0]
+- nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION (Jordy Zomer)
+- Restrict FS_LOCATIONS to NFS v4.2+ to work around Qnap knfsd-3.4.6 bug (Justin M. Forbes)
+- Turn on VDPA_SIM_BLOCK (Justin M. Forbes)
+- Fix up changelog (Justin M. Forbes)
+
* Fri Mar 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.14-0]
-- Linux v5.16.14
+- Linux v5.16.14 (Justin M. Forbes)
* Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0]
- Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes)