kernel-rt-5.14.0-239.rt14.240.el9
* Thu Jan 19 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-239.rt14.240.el9] - [rt] build kernel-rt-5.14.0-239.rt14.240.el9 [2125474] - NFSD: fix use-after-free on source server when doing inter-server copy (Jeffrey Layton) [2138605] - Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" (Jeffrey Layton) [2138605] - nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure (Jeffrey Layton) [2138605] - nfsd: fix handling of cached open files in nfsd4_open codepath (Jeffrey Layton) [2152473] - nfsd: fix handling of readdir in v4root vs. mount upcall timeout (Jeffrey Layton) [2152996] - nfsd: shut down the NFSv4 state objects before the filecache (Jeffrey Layton) [2138605] - nfsd: rework refcounting in filecache (Jeffrey Layton) [2138605] - nfsd: return error if nfs4_setacl fails (Jeffrey Layton) [2138321] - NFSD: pass range end to vfs_fsync_range() instead of count (Jeffrey Layton) [2138605] - NFSD: Add an nfsd_file_fsync tracepoint (Jeffrey Layton) [2138605] - nfsd: fix up the filecache laundrette scheduling (Jeffrey Layton) [2138605] - nfsd: reorganize filecache.c (Jeffrey Layton) [2138605] - nfsd: remove the pages_flushed statistic from filecache (Jeffrey Layton) [2138605] - NFSD: Fix licensing header in filecache.c (Jeffrey Layton) [2138605] - NFSD: Use rhashtable for managing nfs4_file objects (Jeffrey Layton) [2138605] - nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops (Jeffrey Layton) [2138605] - nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops (Jeffrey Layton) [2138605] - nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops (Jeffrey Layton) [2138605] - NFSD: Refactor find_file() (Jeffrey Layton) [2138605] - NFSD: Clean up find_or_add_file() (Jeffrey Layton) [2138605] - NFSD: Add a nfsd4_file_hash_remove() helper (Jeffrey Layton) [2138605] - NFSD: Clean up nfsd4_init_file() (Jeffrey Layton) [2138605] - NFSD: Update file_hashtbl() helpers (Jeffrey Layton) [2138605] - NFSD: Use const pointers as parameters to fh_ helpers (Jeffrey Layton) [2138605] - NFSD: Trace delegation revocations (Jeffrey Layton) [2138605] - NFSD: Clean up nfs4_preprocess_stateid_op() call sites (Jeffrey Layton) [2138605] - NFSD: Flesh out a documenting comment for filecache.c (Jeffrey Layton) [2138605] - NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection (Jeffrey Layton) [2138605] - NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately" (Jeffrey Layton) [2138605] - NFSD: Pass the target nfsd_file to nfsd_commit() (Jeffrey Layton) [2138605] - nfsd: don't call nfsd_file_put from client states seqfile display (Jeffrey Layton) [2138357] - net: ethernet: move from strlcpy with unused retval to strscpy (Ken Cox) [2104472] - ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter (Ken Cox) [2104472] - ixgbe: Manual AN-37 for troublesome link partners for X550 SFI (Ken Cox) [2104472] - ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC (Ken Cox) [2104472] - ixgbe: convert .adjfreq to .adjfine (Ken Cox) [2104472] - ixgbe: drop unexpected word 'for' in comments (Ken Cox) [2104472] - ixgbe: remove unexpected word "the" (Ken Cox) [2104472] - intel: remove unused macros (Ken Cox) [2104472] - drivers/net/ethernet/intel: fix typos in comments (Ken Cox) [2104472] - ixgbe: Fix typos in comments (Ken Cox) [2104472] - drivers, ixgbe: export vf statistics (Ken Cox) [2104472] - ixgbe: fix unexpected VLAN Rx in promisc mode on VF (Ken Cox) [2104472] - ixgbe: fix bcast packets Rx on VF after promisc removal (Ken Cox) [2104472] - ixgbe: add xdp frags support to ndo_xdp_xmit (Ken Cox) [2104472] - ixgbe: propagate XFRM offload state direction instead of flags (Ken Cox) [2104472] - ixgbe: Fix module_param allow_unsupported_sfp type (Ken Cox) [2104472] - ixgbe, xsk: Get rid of redundant 'fallthrough' (Ken Cox) [2104472] - ixgbe, xsk: Diversify return values from xsk_wakeup call paths (Ken Cox) [2104472] - ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full (Ken Cox) [2104472] - ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely() (Ken Cox) [2104472] - perf test: Fix "all PMU test" to skip parametrized events (Michael Petlan) [2129405] - aquantia: Do not purge addresses when setting the number of rings (Izabela Bakollari) [2066382] - intel_idle: Add a new flag to initialize the AMX state (David Arcari) [2117766] - x86/fpu: Add a helper to prepare AMX state for low-power CPU idle (David Arcari) [2117766] Resolves: rhbz#2125474 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
2a7b4343a5
commit
3aef7e64f2
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 238
|
||||
RHEL_RELEASE = 239
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.239
|
||||
RTBUILD:=.240
|
||||
|
66
kernel.spec
66
kernel.spec
@ -119,15 +119,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 238.rt14.239
|
||||
%define pkgrelease 239.rt14.240
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-238.rt14.239.el9
|
||||
%define tarfile_release 5.14.0-239.rt14.240.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 238.rt14.239%{?buildid}%{?dist}
|
||||
%define specrelease 239.rt14.240%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-238.rt14.239.el9
|
||||
%define kabiversion 5.14.0-239.rt14.240.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3240,6 +3240,64 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-239.rt14.240.el9]
|
||||
- [rt] build kernel-rt-5.14.0-239.rt14.240.el9 [2125474]
|
||||
- NFSD: fix use-after-free on source server when doing inter-server copy (Jeffrey Layton) [2138605]
|
||||
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" (Jeffrey Layton) [2138605]
|
||||
- nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure (Jeffrey Layton) [2138605]
|
||||
- nfsd: fix handling of cached open files in nfsd4_open codepath (Jeffrey Layton) [2152473]
|
||||
- nfsd: fix handling of readdir in v4root vs. mount upcall timeout (Jeffrey Layton) [2152996]
|
||||
- nfsd: shut down the NFSv4 state objects before the filecache (Jeffrey Layton) [2138605]
|
||||
- nfsd: rework refcounting in filecache (Jeffrey Layton) [2138605]
|
||||
- nfsd: return error if nfs4_setacl fails (Jeffrey Layton) [2138321]
|
||||
- NFSD: pass range end to vfs_fsync_range() instead of count (Jeffrey Layton) [2138605]
|
||||
- NFSD: Add an nfsd_file_fsync tracepoint (Jeffrey Layton) [2138605]
|
||||
- nfsd: fix up the filecache laundrette scheduling (Jeffrey Layton) [2138605]
|
||||
- nfsd: reorganize filecache.c (Jeffrey Layton) [2138605]
|
||||
- nfsd: remove the pages_flushed statistic from filecache (Jeffrey Layton) [2138605]
|
||||
- NFSD: Fix licensing header in filecache.c (Jeffrey Layton) [2138605]
|
||||
- NFSD: Use rhashtable for managing nfs4_file objects (Jeffrey Layton) [2138605]
|
||||
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops (Jeffrey Layton) [2138605]
|
||||
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops (Jeffrey Layton) [2138605]
|
||||
- nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_enctypes_fops (Jeffrey Layton) [2138605]
|
||||
- NFSD: Refactor find_file() (Jeffrey Layton) [2138605]
|
||||
- NFSD: Clean up find_or_add_file() (Jeffrey Layton) [2138605]
|
||||
- NFSD: Add a nfsd4_file_hash_remove() helper (Jeffrey Layton) [2138605]
|
||||
- NFSD: Clean up nfsd4_init_file() (Jeffrey Layton) [2138605]
|
||||
- NFSD: Update file_hashtbl() helpers (Jeffrey Layton) [2138605]
|
||||
- NFSD: Use const pointers as parameters to fh_ helpers (Jeffrey Layton) [2138605]
|
||||
- NFSD: Trace delegation revocations (Jeffrey Layton) [2138605]
|
||||
- NFSD: Clean up nfs4_preprocess_stateid_op() call sites (Jeffrey Layton) [2138605]
|
||||
- NFSD: Flesh out a documenting comment for filecache.c (Jeffrey Layton) [2138605]
|
||||
- NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection (Jeffrey Layton) [2138605]
|
||||
- NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately" (Jeffrey Layton) [2138605]
|
||||
- NFSD: Pass the target nfsd_file to nfsd_commit() (Jeffrey Layton) [2138605]
|
||||
- nfsd: don't call nfsd_file_put from client states seqfile display (Jeffrey Layton) [2138357]
|
||||
- net: ethernet: move from strlcpy with unused retval to strscpy (Ken Cox) [2104472]
|
||||
- ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounter (Ken Cox) [2104472]
|
||||
- ixgbe: Manual AN-37 for troublesome link partners for X550 SFI (Ken Cox) [2104472]
|
||||
- ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC (Ken Cox) [2104472]
|
||||
- ixgbe: convert .adjfreq to .adjfine (Ken Cox) [2104472]
|
||||
- ixgbe: drop unexpected word 'for' in comments (Ken Cox) [2104472]
|
||||
- ixgbe: remove unexpected word "the" (Ken Cox) [2104472]
|
||||
- intel: remove unused macros (Ken Cox) [2104472]
|
||||
- drivers/net/ethernet/intel: fix typos in comments (Ken Cox) [2104472]
|
||||
- ixgbe: Fix typos in comments (Ken Cox) [2104472]
|
||||
- drivers, ixgbe: export vf statistics (Ken Cox) [2104472]
|
||||
- ixgbe: fix unexpected VLAN Rx in promisc mode on VF (Ken Cox) [2104472]
|
||||
- ixgbe: fix bcast packets Rx on VF after promisc removal (Ken Cox) [2104472]
|
||||
- ixgbe: add xdp frags support to ndo_xdp_xmit (Ken Cox) [2104472]
|
||||
- ixgbe: propagate XFRM offload state direction instead of flags (Ken Cox) [2104472]
|
||||
- ixgbe: Fix module_param allow_unsupported_sfp type (Ken Cox) [2104472]
|
||||
- ixgbe, xsk: Get rid of redundant 'fallthrough' (Ken Cox) [2104472]
|
||||
- ixgbe, xsk: Diversify return values from xsk_wakeup call paths (Ken Cox) [2104472]
|
||||
- ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets full (Ken Cox) [2104472]
|
||||
- ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely() (Ken Cox) [2104472]
|
||||
- perf test: Fix "all PMU test" to skip parametrized events (Michael Petlan) [2129405]
|
||||
- aquantia: Do not purge addresses when setting the number of rings (Izabela Bakollari) [2066382]
|
||||
- intel_idle: Add a new flag to initialize the AMX state (David Arcari) [2117766]
|
||||
- x86/fpu: Add a helper to prepare AMX state for low-power CPU idle (David Arcari) [2117766]
|
||||
|
||||
* Wed Jan 18 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-238.rt14.239.el9]
|
||||
- [rt] build kernel-rt-5.14.0-238.rt14.239.el9 [2125474]
|
||||
- net/mlx5: Eswitch, Fix forwarding decision to uplink (Mohammad Kabat) [2112940]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-238.rt14.239.el9.tar.xz) = 9030c805299857e50c97f36ebfe4dcda6e31976736270ef838dc09f40ec18116bcb454c1a313d523f6b3daef616f531d8b24b8b1d558f78cad1fb24b9afb09d2
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-238.rt14.239.el9.tar.bz2) = 2c3ced2aa92b358977683f5e046ec78271193058216d3b3185677596cb3b88239d561957a8f5cc7891ad6d1c68099724a03ba71c7c04c100d716099776d5cb26
|
||||
SHA512 (kernel-kabi-dw-5.14.0-238.rt14.239.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
SHA512 (linux-5.14.0-239.rt14.240.el9.tar.xz) = 4c6d5963bcf3ebd730fe621874ab8bc9ba309744a437b45150e841dc0630aea1641f6b95e8cf43621fb1c9765d79bcee95e0007082a1d56d74ae241bc8b4c12e
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-239.rt14.240.el9.tar.bz2) = 9a2856e83debcf89adbdc83926e539859a107047b37371419b1f6526f73ab831189f2af45be6249318a8ccb5a562e23342072a3bffb81b2ffe2f19c43c2d7e09
|
||||
SHA512 (kernel-kabi-dw-5.14.0-239.rt14.240.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||
|
Loading…
Reference in New Issue
Block a user