kernel-6.19.14-102
* Wed May 13 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.14-0] - net: skbuff: preserve shared-frag marker during coalescing (William Bowling) - net: skbuff: propagate shared-frag marker through pskb_copy() (Hyunwoo Kim) - Turn off F43 and F44 release targets (Justin M. Forbes) - rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present (Hyunwoo Kim) - rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets (David Howells) - rxrpc: Fix re-decryption of RESPONSE packets (David Howells) - rxrpc: Fix error handling in rxgk_extract_token() (David Howells) - rxrpc: Fix rxkad crypto unalignment handling (David Howells) - rxrpc: Fix conn-level packet handling to unshare RESPONSE packets (David Howells) - rxrpc: Fix memory leaks in rxkad_verify_response() (David Howells) - rxrpc: Fix potential UAF after skb_unshare() failure (David Howells) - xfrm: esp: avoid in-place decrypt on shared skb frags (Kuan-Ting Chen) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
2332766566
commit
1e8da25639
2 changed files with 4 additions and 4 deletions
|
|
@ -187,13 +187,13 @@ Summary: The Linux kernel
|
|||
%define specrpmversion 6.19.14
|
||||
%define specversion 6.19.14
|
||||
%define patchversion 6.19
|
||||
%define pkgrelease 100
|
||||
%define pkgrelease 102
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.19.14
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 19
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 100%{?buildid}%{?dist}
|
||||
%define specrelease 102%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.19.14
|
||||
|
||||
|
|
@ -4695,7 +4695,7 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed May 13 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.14-100]
|
||||
* Wed May 13 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.14-102]
|
||||
- Revert "redhat/kernel.spec.template: Fix indentation of uki-virt generation code" (Justin M. Forbes)
|
||||
- Revert "redhat/kernel.spec.template: Simplify uki-virt signing" (Justin M. Forbes)
|
||||
- Revert "redhat/kernel.spec.template: Add kernel-uki-dtbloader sub-package" (Justin M. Forbes)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.19.14.tar.xz) = d9e52522dba3d8727265668b458d6e0231663f113f74aff4ab17328dee6689bf2a2865dca168c3ff47c3575f981c8fcc497297743859353462c3e0ebd314332c
|
||||
SHA512 (kernel-abi-stablelists-6.19.14.tar.xz) = 12528316012c67c5c4031705b9dbed617afe5ae7db2a597d45bf8fa86500a28e346020dfd093142467a8c78690b430553302dfb355e35456b2cc393ae28773b0
|
||||
SHA512 (kernel-abi-stablelists-6.19.14.tar.xz) = 6473331c2accd73f7b0d92f27162b35fd86c6cd501df5a4b790d25394f8807fbc83c26a52f56e61cd8ab4aa9e1c4dc6abaff97ec38a86478eb5440501b0042ec
|
||||
SHA512 (kernel-kabi-dw-6.19.14.tar.xz) = ffb5c5c7a1407c7bb0560ccbb75f3df0ee75e481ab2142a699ce183aea0658882a80beb24b9635f1cba5b04eb228341aaea5349f9bb46a6be3798e7b2b4ad6fa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue