forked from rpms/kernel
1
0
Fork 0

kernel-5.14.0-392.el9

* Wed Nov 29 2023 Scott Weaver <scweaver@redhat.com> [5.14.0-392.el9]
- selftests: fib_test: Add a test case for IPv4 broadcast neighbours (Ivan Vecera) [RHEL-16949]
- ipv4: Invalidate neighbour for broadcast address upon address addition (Ivan Vecera) [RHEL-16949]
- x86/resctrl: Avoid redundant counter read in __mon_event_count() (David Arcari) [RHEL-15551]
- Documentation/x86: Document resctrl's new sparse_masks (David Arcari) [RHEL-15551]
- Documentation/x86: Documentation for MON group move feature (David Arcari) [RHEL-15551]
- x86/resctrl: Display RMID of resource group (David Arcari) [RHEL-15551]
- x86/resctrl: Add support for the files of MON groups only (David Arcari) [RHEL-15551]
- x86/resctrl: Display CLOSID for resource group (David Arcari) [RHEL-15551]
- x86/resctrl: Introduce "-o debug" mount option (David Arcari) [RHEL-15551]
- x86/resctrl: Move default group file creation to mount (David Arcari) [RHEL-15551]
- x86/resctrl: Unwind properly from rdt_enable_ctx() (David Arcari) [RHEL-15551]
- x86/resctrl: Rename rftype flags for consistency (David Arcari) [RHEL-15551]
- x86/resctrl: Simplify rftype flag definitions (David Arcari) [RHEL-15551]
- x86/resctrl: Add multiple tasks to the resctrl group at once (David Arcari) [RHEL-15551]
- x86/resctrl: Add sparse_masks file in info (David Arcari) [RHEL-15551]
- x86/resctrl: Enable non-contiguous CBMs in Intel CAT (David Arcari) [RHEL-15551]
- x86/resctrl: Rename arch_has_sparse_bitmaps (David Arcari) [RHEL-15551]
- x86/resctrl: Fix remaining kernel-doc warnings (David Arcari) [RHEL-15551]
- x86/resctrl: Fix kernel-doc warnings (David Arcari) [RHEL-15551]
- x86/resctrl: make pseudo_lock_class a static const structure (David Arcari) [RHEL-15551]
- x86/resctrl: Implement rename op for mon groups (David Arcari) [RHEL-15551]
- x86/resctrl: Factor rdtgroup lock for multi-file ops (David Arcari) [RHEL-15551]
- x86/resctrl: Only show tasks' pid in current pid namespace (David Arcari) [RHEL-15551]
- docs: move x86 documentation into Documentation/arch/ (David Arcari) [RHEL-15551]
- docs: ftrace: always use canonical ftrace path (David Arcari) [RHEL-15551]
- redhat/Makefile: fix the detection of "-n" (RHTEST) (Luis Claudio R. Goncalves)
- net: add missing net_device::xdp_zc_max_segs description (Ivan Vecera) [RHEL-15250]
- xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() (Ivan Vecera) [RHEL-15250]
- xsk: add multi-buffer support for sockets sharing umem (Ivan Vecera) [RHEL-15250]
- selftests/xsk: reset NIC settings to default after running test suite (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add test for too many frags (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add metadata copy test for multi-buff (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add invalid descriptor test for multi-buffer (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add unaligned mode test for multi-buffer (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add basic multi-buffer test (Ivan Vecera) [RHEL-15250]
- selftests/xsk: transmit and receive multi-buffer packets (Ivan Vecera) [RHEL-15250]
- selftests/xsk: adjust packet pacing for multi-buffer support (Ivan Vecera) [RHEL-15250]
- selftests/xsk: generate data for multi-buffer packets (Ivan Vecera) [RHEL-15250]
- selftests/xsk: populate fill ring based on frags needed (Ivan Vecera) [RHEL-15250]
- selftests/xsx: test for huge pages only once (Ivan Vecera) [RHEL-15250]
- selftests/xsk: store offset in pkt instead of addr (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add packet iterator for tx to packet stream (Ivan Vecera) [RHEL-15250]
- selftests/xsk: dump packet at error (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add varying payload pattern within packet (Ivan Vecera) [RHEL-15250]
- selftests/xsk: generate simpler packets with variable length (Ivan Vecera) [RHEL-15250]
- selftests/xsk: do not change XDP program when not necessary (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Add test case for packets at end of UMEM (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Use correct UMEM size in testapp_invalid_desc (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Deflakify STATS_RX_DROPPED test (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add xdp populate metadata test (Ivan Vecera) [RHEL-15250]
- xsk: add multi-buffer documentation (Ivan Vecera) [RHEL-15250]
- xsk: support ZC Tx multi-buffer in batch API (Ivan Vecera) [RHEL-15250]
- xsk: support mbuf on ZC RX (Ivan Vecera) [RHEL-15250]
- xsk: add new netlink attribute dedicated for ZC max frags (Ivan Vecera) [RHEL-15250]
- xsk: discard zero length descriptors in Tx path (Ivan Vecera) [RHEL-15250]
- xsk: add support for AF_XDP multi-buffer on Tx path (Ivan Vecera) [RHEL-15250]
- xsk: allow core/drivers to test EOP bit (Ivan Vecera) [RHEL-15250]
- xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path (Ivan Vecera) [RHEL-15250]
- xsk: add support for AF_XDP multi-buffer on Rx path (Ivan Vecera) [RHEL-15250]
- xsk: move xdp_buff's data length check to xsk_rcv_check (Ivan Vecera) [RHEL-15250]
- xsk: prepare both copy and zero-copy modes to co-exist (Ivan Vecera) [RHEL-15250]
- xsk: introduce XSK_USE_SG bind flag for xsk socket (Ivan Vecera) [RHEL-15250]
- xsk: prepare 'options' in xdp_desc for multi-buffer use (Ivan Vecera) [RHEL-15250]
- xsk: Remove unused inline function xsk_buff_discard() (Ivan Vecera) [RHEL-15250]
- xsk: Remove unused xsk_buff_discard (Ivan Vecera) [RHEL-15250]
- xsk: Simplify xp_aligned_validate_desc implementation (Ivan Vecera) [RHEL-15250]
- bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix max_mtu setting for multi-buf XDP (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix page pool logic for page size >= 64K (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: fix warning for define in struct_group (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: fix one of the W=1 warnings about fortified memcpy() (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: handle invalid Tx completions more gracefully (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: move and rename reset helpers (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: use dev_consume_skb_any() in bnxt_tx_int (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Link representors to PCI device (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Skip firmware fatal error recovery if chip is not accessible (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Query default VLAN before VNIC setup on a VF (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Don't issue AP reset during ethtool's reset operation (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (Ken Cox) [RHEL-11007 RHEL-3505]
- net: remove __skb_frag_set_page() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Do not initialize PTP on older P3/P4 chips (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: hook NAPIs to page pools (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: use READ_ONCE/WRITE_ONCE for ring indexes (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Allow to set switchdev mode without existing VFs (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Add missing 200G link speed reporting (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix typo in PCI id to device description string mapping (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix reporting of test result in ethtool selftest (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Enforce PTP software freq adjustments only when in non-RTC mode (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Defer PTP initialization to after querying function caps (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Change fw_cap to u64 to accommodate more capability bits (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: avoid overflow in bnxt_get_nvram_directory() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Drop redundant pci_enable_pcie_error_reporting() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Avoid order-5 memory allocation for TPA data (Ken Cox) [RHEL-11007 RHEL-3505]
- kernel/rh_messages.c: Mark functions as possibly unused (Scott Weaver) [2181611]
- kernel/rh_messages.c: move hardware tables to rh_messages.h (Scott Weaver) [2181611]
- kernel/rh_messages.c: Wire up new calls (Prarit Bhargava) [2181611]
- drivers/pci: Update rh_messages.c (Prarit Bhargava) [2181611]
- drivers/message/fusion/mptspi.c: Remove extra disabled warning (Prarit Bhargava) [2181611]
- treewide: Remove mark_hardware_deprecated() (Prarit Bhargava) [2181611]
- treewide: Remove mark_driver_unmaintained() (Prarit Bhargava) [2181611]
- drivers/pci: Remove RHEL-only pci_hw_*() functions (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_disabled() calls (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_deprecated() calls (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_unmaintained() calls (Prarit Bhargava) [2181611]
- kernel/rh_taint.c: Delete file (Prarit Bhargava) [2181611]
- tools headers UAPI: sync asm/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/prctl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/msr-index.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/fcntl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync tools/lib/bpf/hashmap.c with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/socket.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cputype.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync arch/x86/lib/memcpy_64.S with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm-generic/mman-common.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/svm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/perf_regs.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/msr-index.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/required-features.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/disabled-features.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/vhost.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/prctl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync drm/i915_drm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync drm/drm.h with kernel (Michael Petlan) [RHEL-11706]
Resolves: rhbz#2181611, RHEL-11007, RHEL-11706, RHEL-15250, RHEL-15551, RHEL-16949, RHEL-3505

Signed-off-by: Scott Weaver <scweaver@redhat.com>
This commit is contained in:
Scott Weaver 2023-11-29 14:37:41 -05:00
parent 7258397a13
commit 277b1d6e63
3 changed files with 143 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 4
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 391
RHEL_RELEASE = 392
#
# ZSTREAM

View File

@ -165,15 +165,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 391
%define pkgrelease 392
%define kversion 5
%define tarfile_release 5.14.0-391.el9
%define tarfile_release 5.14.0-392.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 391%{?buildid}%{?dist}
%define specrelease 392%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-391.el9
%define kabiversion 5.14.0-392.el9
#
# End of genspec.sh variables
@ -3745,6 +3745,141 @@ fi
#
#
%changelog
* Wed Nov 29 2023 Scott Weaver <scweaver@redhat.com> [5.14.0-392.el9]
- selftests: fib_test: Add a test case for IPv4 broadcast neighbours (Ivan Vecera) [RHEL-16949]
- ipv4: Invalidate neighbour for broadcast address upon address addition (Ivan Vecera) [RHEL-16949]
- x86/resctrl: Avoid redundant counter read in __mon_event_count() (David Arcari) [RHEL-15551]
- Documentation/x86: Document resctrl's new sparse_masks (David Arcari) [RHEL-15551]
- Documentation/x86: Documentation for MON group move feature (David Arcari) [RHEL-15551]
- x86/resctrl: Display RMID of resource group (David Arcari) [RHEL-15551]
- x86/resctrl: Add support for the files of MON groups only (David Arcari) [RHEL-15551]
- x86/resctrl: Display CLOSID for resource group (David Arcari) [RHEL-15551]
- x86/resctrl: Introduce "-o debug" mount option (David Arcari) [RHEL-15551]
- x86/resctrl: Move default group file creation to mount (David Arcari) [RHEL-15551]
- x86/resctrl: Unwind properly from rdt_enable_ctx() (David Arcari) [RHEL-15551]
- x86/resctrl: Rename rftype flags for consistency (David Arcari) [RHEL-15551]
- x86/resctrl: Simplify rftype flag definitions (David Arcari) [RHEL-15551]
- x86/resctrl: Add multiple tasks to the resctrl group at once (David Arcari) [RHEL-15551]
- x86/resctrl: Add sparse_masks file in info (David Arcari) [RHEL-15551]
- x86/resctrl: Enable non-contiguous CBMs in Intel CAT (David Arcari) [RHEL-15551]
- x86/resctrl: Rename arch_has_sparse_bitmaps (David Arcari) [RHEL-15551]
- x86/resctrl: Fix remaining kernel-doc warnings (David Arcari) [RHEL-15551]
- x86/resctrl: Fix kernel-doc warnings (David Arcari) [RHEL-15551]
- x86/resctrl: make pseudo_lock_class a static const structure (David Arcari) [RHEL-15551]
- x86/resctrl: Implement rename op for mon groups (David Arcari) [RHEL-15551]
- x86/resctrl: Factor rdtgroup lock for multi-file ops (David Arcari) [RHEL-15551]
- x86/resctrl: Only show tasks' pid in current pid namespace (David Arcari) [RHEL-15551]
- docs: move x86 documentation into Documentation/arch/ (David Arcari) [RHEL-15551]
- docs: ftrace: always use canonical ftrace path (David Arcari) [RHEL-15551]
- redhat/Makefile: fix the detection of "-n" (RHTEST) (Luis Claudio R. Goncalves)
- net: add missing net_device::xdp_zc_max_segs description (Ivan Vecera) [RHEL-15250]
- xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() (Ivan Vecera) [RHEL-15250]
- xsk: add multi-buffer support for sockets sharing umem (Ivan Vecera) [RHEL-15250]
- selftests/xsk: reset NIC settings to default after running test suite (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add test for too many frags (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add metadata copy test for multi-buff (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add invalid descriptor test for multi-buffer (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add unaligned mode test for multi-buffer (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add basic multi-buffer test (Ivan Vecera) [RHEL-15250]
- selftests/xsk: transmit and receive multi-buffer packets (Ivan Vecera) [RHEL-15250]
- selftests/xsk: adjust packet pacing for multi-buffer support (Ivan Vecera) [RHEL-15250]
- selftests/xsk: generate data for multi-buffer packets (Ivan Vecera) [RHEL-15250]
- selftests/xsk: populate fill ring based on frags needed (Ivan Vecera) [RHEL-15250]
- selftests/xsx: test for huge pages only once (Ivan Vecera) [RHEL-15250]
- selftests/xsk: store offset in pkt instead of addr (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add packet iterator for tx to packet stream (Ivan Vecera) [RHEL-15250]
- selftests/xsk: dump packet at error (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add varying payload pattern within packet (Ivan Vecera) [RHEL-15250]
- selftests/xsk: generate simpler packets with variable length (Ivan Vecera) [RHEL-15250]
- selftests/xsk: do not change XDP program when not necessary (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Add test case for packets at end of UMEM (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Use correct UMEM size in testapp_invalid_desc (Ivan Vecera) [RHEL-15250]
- selftests: xsk: Deflakify STATS_RX_DROPPED test (Ivan Vecera) [RHEL-15250]
- selftests/xsk: add xdp populate metadata test (Ivan Vecera) [RHEL-15250]
- xsk: add multi-buffer documentation (Ivan Vecera) [RHEL-15250]
- xsk: support ZC Tx multi-buffer in batch API (Ivan Vecera) [RHEL-15250]
- xsk: support mbuf on ZC RX (Ivan Vecera) [RHEL-15250]
- xsk: add new netlink attribute dedicated for ZC max frags (Ivan Vecera) [RHEL-15250]
- xsk: discard zero length descriptors in Tx path (Ivan Vecera) [RHEL-15250]
- xsk: add support for AF_XDP multi-buffer on Tx path (Ivan Vecera) [RHEL-15250]
- xsk: allow core/drivers to test EOP bit (Ivan Vecera) [RHEL-15250]
- xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path (Ivan Vecera) [RHEL-15250]
- xsk: add support for AF_XDP multi-buffer on Rx path (Ivan Vecera) [RHEL-15250]
- xsk: move xdp_buff's data length check to xsk_rcv_check (Ivan Vecera) [RHEL-15250]
- xsk: prepare both copy and zero-copy modes to co-exist (Ivan Vecera) [RHEL-15250]
- xsk: introduce XSK_USE_SG bind flag for xsk socket (Ivan Vecera) [RHEL-15250]
- xsk: prepare 'options' in xdp_desc for multi-buffer use (Ivan Vecera) [RHEL-15250]
- xsk: Remove unused inline function xsk_buff_discard() (Ivan Vecera) [RHEL-15250]
- xsk: Remove unused xsk_buff_discard (Ivan Vecera) [RHEL-15250]
- xsk: Simplify xp_aligned_validate_desc implementation (Ivan Vecera) [RHEL-15250]
- bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix max_mtu setting for multi-buf XDP (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix page pool logic for page size >= 64K (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: fix warning for define in struct_group (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: fix one of the W=1 warnings about fortified memcpy() (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: handle invalid Tx completions more gracefully (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work() (Ken Cox) [RHEL-11007 RHEL-3505]
- eth: bnxt: move and rename reset helpers (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: use dev_consume_skb_any() in bnxt_tx_int (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Link representors to PCI device (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE event (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Skip firmware fatal error recovery if chip is not accessible (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Query default VLAN before VNIC setup on a VF (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Don't issue AP reset during ethtool's reset operation (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (Ken Cox) [RHEL-11007 RHEL-3505]
- net: remove __skb_frag_set_page() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Do not initialize PTP on older P3/P4 chips (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: hook NAPIs to page pools (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: use READ_ONCE/WRITE_ONCE for ring indexes (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Allow to set switchdev mode without existing VFs (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Add missing 200G link speed reporting (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix typo in PCI id to device description string mapping (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Fix reporting of test result in ethtool selftest (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Enforce PTP software freq adjustments only when in non-RTC mode (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Defer PTP initialization to after querying function caps (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Change fw_cap to u64 to accommodate more capability bits (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: avoid overflow in bnxt_get_nvram_directory() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt: Drop redundant pci_enable_pcie_error_reporting() (Ken Cox) [RHEL-11007 RHEL-3505]
- bnxt_en: Avoid order-5 memory allocation for TPA data (Ken Cox) [RHEL-11007 RHEL-3505]
- kernel/rh_messages.c: Mark functions as possibly unused (Scott Weaver) [2181611]
- kernel/rh_messages.c: move hardware tables to rh_messages.h (Scott Weaver) [2181611]
- kernel/rh_messages.c: Wire up new calls (Prarit Bhargava) [2181611]
- drivers/pci: Update rh_messages.c (Prarit Bhargava) [2181611]
- drivers/message/fusion/mptspi.c: Remove extra disabled warning (Prarit Bhargava) [2181611]
- treewide: Remove mark_hardware_deprecated() (Prarit Bhargava) [2181611]
- treewide: Remove mark_driver_unmaintained() (Prarit Bhargava) [2181611]
- drivers/pci: Remove RHEL-only pci_hw_*() functions (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_disabled() calls (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_deprecated() calls (Prarit Bhargava) [2181611]
- treewide: Remove pci_hw_unmaintained() calls (Prarit Bhargava) [2181611]
- kernel/rh_taint.c: Delete file (Prarit Bhargava) [2181611]
- tools headers UAPI: sync asm/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/prctl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/msr-index.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/fcntl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync tools/lib/bpf/hashmap.c with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/socket.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cputype.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync arch/x86/lib/memcpy_64.S with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm-generic/mman-common.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/svm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/perf_regs.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/msr-index.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/required-features.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync asm/disabled-features.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/vhost.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/prctl.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync linux/kvm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync drm/i915_drm.h with kernel (Michael Petlan) [RHEL-11706]
- tools headers UAPI: sync drm/drm.h with kernel (Michael Petlan) [RHEL-11706]
* Tue Nov 28 2023 Scott Weaver <scweaver@redhat.com> [5.14.0-391.el9]
- rtla: Fix uninitialized variable found (John Kacur) [RHEL-10079]
- rtla/timerlat: Do not stop user-space if a cpu is offline (John Kacur) [RHEL-10079]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-391.el9.tar.xz) = f85f43e413f69f34ced4474cddfddc10a3cdfd030338d42e8448e3b9fc42b58297306e505d7cf4e90eab71498ad7fda91ffa3c34200ed6ce2fba4b040337906a
SHA512 (kernel-abi-stablelists-5.14.0-391.el9.tar.bz2) = 8aeaed8f2c1b977538724eb65677b215a92dd883795ff73caaea4235676e6b04de24762db173c25134fd0bb6095e8b9e50d027e4f2610eb10e337937441634d5
SHA512 (kernel-kabi-dw-5.14.0-391.el9.tar.bz2) = a1c30647e6fb7aeec8481aae5a85ab62a60da8aed51546f0696afe12fad79f8c3338d39b91c3e29f7310ed820a785a027f032db3a77bcb79394639628a01cf35
SHA512 (linux-5.14.0-392.el9.tar.xz) = 6bbba7af513708949da8e2961c47eeefe63f2049156c0a3d35715f98ec56eea524c2155424c9764ebdc83da7506ef8ff35418d0789a6987a57cfaf93595898b0
SHA512 (kernel-abi-stablelists-5.14.0-392.el9.tar.bz2) = cc690637c5fd1666689daeee87df072aeee0a5cdb785fcc8ff17e3a43970ac32796abe01e8a7725d8ae72292b3faca6d46b3dfa206cd006442dc31e1615b71e9
SHA512 (kernel-kabi-dw-5.14.0-392.el9.tar.bz2) = dc947cf17d5fbdd70d7f3ee8e3d7937f3f0a947efe0dc84fa8f1b7c47f13053dd194355769698172a9ed6b91f4aa416a140d3aebac8e123da42de93b7c6d4ddb