The Linux kernel
Go to file
Scott Weaver 277b1d6e63 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>
2023-11-29 14:37:41 -05:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Makefile.rhelver kernel-5.14.0-392.el9 2023-11-29 14:37:41 -05:00
Module.kabi_aarch64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_dup_aarch64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_ppc64le RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_s390x RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_dup_x86_64 RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
Module.kabi_ppc64le kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_s390x kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
Module.kabi_x86_64 kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
README.rst RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
check-kabi kernel-5.14.0-155.el9 2022-08-23 20:50:32 +00:00
cpupower.config RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
cpupower.service RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
dracut-virt.conf kernel-5.14.0-276.el9 2023-02-17 00:33:35 +00:00
filter-aarch64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-armv7hl.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-modules.sh.rhel kernel-5.14.0-376.el9 2023-10-11 13:48:41 -04:00
filter-ppc64le.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-s390x.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
filter-x86_64.sh.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
gating.yaml kernel-5.14.0-367.el9 2023-09-18 13:04:46 -04:00
generate_all_configs.sh kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
kernel-aarch64-64k-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-aarch64-64k-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-aarch64-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-aarch64-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-aarch64-rt-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-aarch64-rt-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-local RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
kernel-ppc64le-debug-rhel.config kernel-5.14.0-391.el9 2023-11-28 12:08:15 -05:00
kernel-ppc64le-rhel.config kernel-5.14.0-391.el9 2023-11-28 12:08:15 -05:00
kernel-s390x-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-s390x-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-s390x-zfcpdump-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-x86_64-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-x86_64-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-x86_64-rt-debug-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel-x86_64-rt-rhel.config kernel-5.14.0-388.el9 2023-11-21 07:43:50 +01:00
kernel.spec kernel-5.14.0-392.el9 2023-11-29 14:37:41 -05:00
kvm_stat.logrotate kernel-5.13.0-0.rc7.51.el9 2021-06-21 19:14:53 -04:00
linux-kernel-test.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
merge.pl RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00
mod-denylist.sh kernel-5.13.0-1.el9 2021-07-02 16:34:23 -04:00
mod-extra.list.rhel kernel-5.14.0-343.el9 2023-07-21 17:50:09 +02:00
mod-internal.list kernel-5.14.0-380.el9 2023-10-25 12:04:17 -04:00
mod-kvm.list kernel-5.14.0-285.el9 2023-03-07 15:22:21 +01:00
mod-partner.list kernel-5.14.0-296.el9 2023-04-04 12:03:43 +02:00
mod-sign.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
parallel_xz.sh kernel-5.10.0-0.rc6.92 2020-12-04 15:24:35 -05:00
partial-kgcov-snip.config kernel-5.14.0-151.el9 2022-08-22 14:19:18 +00:00
patch-5.14-redhat.patch kernel-5.14.0-172.el9 2022-10-03 05:42:53 -04:00
process_configs.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
rheldup3.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rhelima.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelima_centos.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelimaca1.x509 kernel-5.14.0-359.el9 2023-08-22 09:59:15 +02:00
rhelkpatch1.x509 kernel-5.11.0-0.rc7.149.el9 2021-02-08 15:06:53 -05:00
rpminspect.yaml kernel-5.14.0-339.el9 2023-07-13 07:49:42 +02:00
sources kernel-5.14.0-392.el9 2023-11-29 14:37:41 -05:00
update_scripts.sh kernel-5.14.0-365.el9 2023-09-12 08:27:19 -04:00
x509.genkey.centos kernel-5.14.0-72.el9 2022-03-15 13:30:59 +00:00
x509.genkey.rhel RHEL 9.0.0 Alpha bootstrap 2020-10-15 14:41:02 +02:00

README.rst

===================
The Kernel dist-git
===================

The kernel is maintained in a `source tree`_ rather than directly in dist-git.
The specfile is maintained as a `template`_ in the source tree along with a set
of build scripts to generate configurations, (S)RPMs, and to populate the
dist-git repository.

The `documentation`_ for the source tree covers how to contribute and maintain
the tree.

If you're looking for the downstream patch set it's available in the source
tree with "git log master..ark-patches" or
`online`_.

Each release in dist-git is tagged in the source repository so you can easily
check out the source tree for a build. The tags are in the format
name-version-release, but note release doesn't contain the dist tag since the
source can be built in different build roots (Fedora, CentOS, etc.)

.. _source tree: https://gitlab.com/cki-project/kernel-ark.git
.. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
.. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
.. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches