diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-10-12 09:40:47 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-10-12 09:40:47 -0500 |
commit | 79088b3a497e6451681d2aa6f5138f506aaf0e75 (patch) | |
tree | 4614d779bd77c9760d8d625d296dbbd38bc83580 /kernel.spec | |
parent | 5963c25eb517d145823f47383562d8a0eb811ce6 (diff) | |
download | kernel-79088b3a497e6451681d2aa6f5138f506aaf0e75.tar.gz kernel-79088b3a497e6451681d2aa6f5138f506aaf0e75.tar.xz kernel-79088b3a497e6451681d2aa6f5138f506aaf0e75.zip |
kernel-5.19.15-200
* Wed Oct 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.15-0]
- scsi: stex: Properly zero out the passthrough command structure (Linus Torvalds)
- ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference (David Ahern)
- Linux v5.19.15
Resolves:
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-x | kernel.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 7f91b43b8..ae0cf22c1 100755 --- a/kernel.spec +++ b/kernel.spec @@ -122,17 +122,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 # define buildid .local -%define specversion 5.19.14 +%define specversion 5.19.15 %define patchversion 5.19 %define pkgrelease 200 %define kversion 5 -%define tarfile_release 5.19.14 +%define tarfile_release 5.19.15 # This is needed to do merge window version magic %define patchlevel 19 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 200%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.19.14 +%define kabiversion 5.19.15 # # End of genspec.sh variables @@ -3138,6 +3138,11 @@ fi # # %changelog +* Wed Oct 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.15-0] +- scsi: stex: Properly zero out the passthrough command structure (Linus Torvalds) +- ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference (David Ahern) +- Linux v5.19.15 + * Wed Oct 05 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.19.14-0] - Linux v5.19.14 |