diff --git a/Makefile.rhelver b/Makefile.rhelver index b9be10712..16f41931d 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 116 +RHEL_RELEASE = 117 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 03de85d12..149366f0e 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -3823,6 +3823,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set # CONFIG_NVRAM is not set # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 721cc7269..9f60bc1ad 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -3802,6 +3802,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set # CONFIG_NVRAM is not set # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index c8e29754e..0fc9e0576 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -3524,6 +3524,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set CONFIG_NVRAM=m # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index de0ed10a7..417d1216a 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -3504,6 +3504,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set CONFIG_NVRAM=m # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index aab06cad0..c07827f35 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -3511,6 +3511,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set # CONFIG_NVRAM is not set # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 525892f90..59359a279 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -3491,6 +3491,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set # CONFIG_NVRAM is not set # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 22faa9887..842de6aa1 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -3507,6 +3507,7 @@ CONFIG_NVME_TARGET_LOOP=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set # CONFIG_NVRAM is not set # CONFIG_NXP_C45_TJA11XX_PHY is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 5494de3b9..1fbc6ddc2 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -1106,6 +1106,7 @@ CONFIG_DMA_ENGINE=y # CONFIG_DMARD09 is not set # CONFIG_DMARD10 is not set # CONFIG_DMA_RESTRICTED_POOL is not set +CONFIG_DMAR_UNITS_SUPPORTED=1024 CONFIG_DMATEST=m CONFIG_DM_CACHE=m CONFIG_DM_CACHE_SMQ=m @@ -3712,6 +3713,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set CONFIG_NVRAM=y # CONFIG_NV_TCO is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index bf7073f99..b7302bfb1 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -1098,6 +1098,7 @@ CONFIG_DMA_ENGINE=y # CONFIG_DMARD09 is not set # CONFIG_DMARD10 is not set # CONFIG_DMA_RESTRICTED_POOL is not set +CONFIG_DMAR_UNITS_SUPPORTED=1024 CONFIG_DMATEST=m CONFIG_DM_CACHE=m CONFIG_DM_CACHE_SMQ=m @@ -3692,6 +3693,7 @@ CONFIG_NVME_TARGET=m CONFIG_NVME_TARGET_RDMA=m CONFIG_NVME_TARGET_TCP=m CONFIG_NVME_TCP=m +CONFIG_NVME_VERBOSE_ERRORS=y # CONFIG_NVM is not set CONFIG_NVRAM=y # CONFIG_NV_TCO is not set diff --git a/kernel.spec b/kernel.spec index 7590cc141..249cab36f 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 116.el9 +%define pkgrelease 117.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 116%{?buildid}%{?dist} +%define specrelease 117%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-116.el9.tar.xz +Source0: linux-5.14.0-117.el9.tar.xz Source1: Makefile.rhelver @@ -1349,8 +1349,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-116.el9 -c -mv linux-5.14.0-116.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-117.el9 -c +mv linux-5.14.0-117.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2986,6 +2986,191 @@ fi # # %changelog +* Wed Jun 22 2022 Patrick Talbert [5.14.0-117.el9] +- powerpc/rtas: rtas_busy_delay() improvements (Gustavo Walbon) [2050890] +- scripts/pahole-flags.sh: use exit instead of return at the top level (Yauheni Kaliuta) [2098127] +- rhel config: Set DMAR_UNITS_SUPPORTED (Jerry Snitselaar) [2094984] +- iommu/vt-d: Make DMAR_UNITS_SUPPORTED a config setting (Jerry Snitselaar) [2094984] +- xfs: validate inode fork size against fork format (Andrey Albershteyn) [2089441] +- Adding CONFIG_NVME_VERBOSE_ERRORS to nvme (Gopal Tiwari) [2091823] +- nvme: add missing status values to verbose logging (Gopal Tiwari) [2091823] +- nvme: don't print verbose errors for internal passthrough requests (Gopal Tiwari) [2091823] +- nvme: add verbose error logging (Gopal Tiwari) [2091823] +- ionic: fix missing pci_release_regions() on error in ionic_probe() (Jonathan Toppins) [2050903] +- ionic: no transition while stopping (Jonathan Toppins) [2050903] +- ionic: use vmalloc include (Jonathan Toppins) [2050903] +- ionic: clean up comments and whitespace (Jonathan Toppins) [2050903] +- ionic: prefer strscpy over strlcpy (Jonathan Toppins) [2050903] +- ionic: Use vzalloc for large per-queue related buffers (Jonathan Toppins) [2050903] +- ionic: catch transition back to RUNNING with fw_generation 0 (Jonathan Toppins) [2050903] +- ionic: replace set_vf data with union (Jonathan Toppins) [2050903] +- ionic: stretch heartbeat detection (Jonathan Toppins) [2050903] +- ionic: remove the dbid_inuse bitmap (Jonathan Toppins) [2050903] +- ionic: disable napi when ionic_lif_init() fails (Jonathan Toppins) [2050903] +- ionic: Cleanups in the Tx hotpath code (Jonathan Toppins) [2050903] +- ionic: Prevent filter add/del err msgs when the device is not available (Jonathan Toppins) [2050903] +- ionic: Query FW when getting VF info via ndo_get_vf_config (Jonathan Toppins) [2050903] +- ionic: Allow flexibility for error reporting on dev commands (Jonathan Toppins) [2050903] +- ionic: Correctly print AQ errors if completions aren't received (Jonathan Toppins) [2050903] +- ionic: fix up printing of timeout error (Jonathan Toppins) [2050903] +- ionic: better handling of RESET event (Jonathan Toppins) [2050903] +- ionic: add FW_STOPPING state (Jonathan Toppins) [2050903] +- ionic: Don't send reset commands if FW isn't running (Jonathan Toppins) [2050903] +- ionic: separate function for watchdog init (Jonathan Toppins) [2050903] +- ionic: start watchdog after all is setup (Jonathan Toppins) [2050903] +- ionic: fix type complaint in ionic_dev_cmd_clean() (Jonathan Toppins) [2050903] +- [s390] s390/airq: use DMA memory for summary indicators (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: change reply buffer size offering (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: Support CPRB minor version T7 (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: handle checkstopped cards with new state (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: CEX8S exploitation support (Tobias Huschle) [2044351] +- [s390] s390/ap/zcrypt: debug feature improvements (Tobias Huschle) [2044351] +- [s390] s390/zcrypt: rework of debug feature messages (Tobias Huschle) [2044351] +- PCI: xgene: Revert "PCI: xgene: Fix IB window setup" (Myron Stowe) [2068174] +- PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup" (Myron Stowe) [2068174] +- PCI: uniphier-ep: Add NX1 support (Myron Stowe) [2068174] +- PCI: uniphier-ep: Add SoC data structure (Myron Stowe) [2068174] +- dt-bindings: PCI: uniphier-ep: Add bindings for NX1 SoC (Myron Stowe) [2068174] +- PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exception (Myron Stowe) [2068174] +- PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access() (Myron Stowe) [2068174] +- PCI: qcom: Add SM8450 PCIe support (Myron Stowe) [2068174] +- PCI: qcom: Add ddrss_sf_tbu flag (Myron Stowe) [2068174] +- PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfg (Myron Stowe) [2068174] +- dt-bindings: pci: qcom: Document PCIe bindings for SM8450 (Myron Stowe) [2068174] +- PCI: mvebu: Implement support for legacy INTx interrupts (Myron Stowe) [2068174] +- PCI: mvebu: Fix macro names and comments about legacy interrupts (Myron Stowe) [2068174] +- dt-bindings: PCI: mvebu: Update information about intx interrupts (Myron Stowe) [2068174] +- PCI: mvebu: Use child_ops API (Myron Stowe) [2068174] +- PCI: mvebu: Add support for Advanced Error Reporting registers on emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Add support for PCI Bridge Subsystem Vendor ID on emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Correctly configure x1/x4 mode (Myron Stowe) [2068174] +- dt-bindings: PCI: mvebu: Add num-lanes property (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Add support for PCI Bridge Subsystem Vendor ID capability (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Add support for PCIe extended capabilities (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Re-arrange register tests (Myron Stowe) [2068174] +- PCI: mvebu: Fix reporting Data Link Layer Link Active on emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Update comment for PCI_EXP_LNKCTL register on emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Update comment for PCI_EXP_LNKCAP register on emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Properly initialize vendor, device and revision of emulated bridge (Myron Stowe) [2068174] +- PCI: mvebu: Set PCI_BRIDGE_EMUL_NO_IO_FORWARD when IO is unsupported (Myron Stowe) [2068174] +- PCI: mvebu: Remove duplicate nports assignment (Myron Stowe) [2068174] +- PCI: mvebu: Add help string for CONFIG_PCI_MVEBU option (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Add support for new flag PCI_BRIDGE_EMUL_NO_IO_FORWARD (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDGE_EMUL_NO_PREFMEM_FORWARD (Myron Stowe) [2068174] +- PCI: pci-bridge-emul: Make struct pci_bridge_emul_ops as const (Myron Stowe) [2068174] +- MAINTAINERS: Add Pali Rohár as pci-mvebu.c maintainer (Myron Stowe) [2068174] +- sizes.h: Add SZ_1T macro (Myron Stowe) [2068174] +- PCI: imx6: Assert i.MX8MM CLKREQ# even if no device present (Myron Stowe) [2068174] +- PCI: imx6: Invoke the PHY exit function after PHY power off (Myron Stowe) [2068174] +- PCI: imx6: Enable i.MX6QP PCIe power management support (Myron Stowe) [2068174] +- PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails (Myron Stowe) [2068174] +- PCI: fu740: Force 2.5GT/s for initial device probe (Myron Stowe) [2068174] +- PCI: fu740: Drop redundant '-gpios' from DT GPIO lookup (Myron Stowe) [2068174] +- PCI: endpoint: Fix misused goto label (Myron Stowe) [2068174] +- PCI: endpoint: Fix alignment fault error in copy tests (Myron Stowe) [2068174] +- PCI: dwc: Restore MSI Receiver mask during resume (Myron Stowe) [2068174] +- PCI: aardvark: Update comment about link going down after link-up (Myron Stowe) [2068174] +- PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (Myron Stowe) [2068174] +- PCI: aardvark: Don't mask irq when mapping (Myron Stowe) [2068174] +- PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (Myron Stowe) [2068174] +- PCI: aardvark: Use separate INTA interrupt for emulated root bridge (Myron Stowe) [2068174] +- PCI: aardvark: Fix support for PME requester on emulated bridge (Myron Stowe) [2068174] +- PCI: aardvark: Add support for PME interrupts (Myron Stowe) [2068174] +- PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (Myron Stowe) [2068174] +- PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge (Myron Stowe) [2068174] +- PCI: aardvark: Add support for ERR interrupt on emulated bridge (Myron Stowe) [2068174] +- PCI: aardvark: Enable MSI-X support (Myron Stowe) [2068174] +- PCI: aardvark: Fix setting MSI address (Myron Stowe) [2068174] +- PCI: aardvark: Add support for masking MSI interrupts (Myron Stowe) [2068174] +- PCI: aardvark: Refactor unmasking summary MSI interrupt (Myron Stowe) [2068174] +- PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (Myron Stowe) [2068174] +- PCI: aardvark: Make msi_domain_info structure a static driver structure (Myron Stowe) [2068174] +- PCI: aardvark: Make MSI irq_chip structures static driver structures (Myron Stowe) [2068174] +- PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (Myron Stowe) [2068174] +- PCI: aardvark: Rewrite IRQ code to chained IRQ handler (Myron Stowe) [2068174] +- PCI: aardvark: Fix support for MSI interrupts (Myron Stowe) [2068174] +- PCI: aardvark: Fix reading MSI interrupt number (Myron Stowe) [2068174] +- PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (Myron Stowe) [2068174] +- PCI/VGA: Replace full MIT license text with SPDX identifier (Myron Stowe) [2068174] +- PCI/VGA: Use unsigned format string to print lock counts (Myron Stowe) [2068174] +- PCI/VGA: Log bridge control messages when adding devices (Myron Stowe) [2068174] +- PCI/VGA: Remove empty vga_arb_device_card_gone() (Myron Stowe) [2068174] +- PCI/VGA: Move disabled VGA device detection to ADD_DEVICE path (Myron Stowe) [2068174] +- PCI/VGA: Move non-legacy VGA detection to ADD_DEVICE path (Myron Stowe) [2068174] +- PCI/VGA: Move firmware default device detection to ADD_DEVICE path (Myron Stowe) [2068174] +- PCI/VGA: Factor out default VGA device selection (Myron Stowe) [2068174] +- PCI/VGA: Factor out vga_select_framebuffer_device() (Myron Stowe) [2068174] +- PCI/VGA: Move vga_arb_integrated_gpu() earlier in file (Myron Stowe) [2068174] +- PCI/P2PDMA: Add Intel 3rd Gen Intel Xeon Scalable Processors to whitelist (Myron Stowe) [2068174] +- PCI: Avoid broken MSI on SB600 USB devices (Myron Stowe) [2068174] +- x86/PCI: Add #includes to asm/pci_x86.h (Myron Stowe) [2068174] +- PCI: ibmphp: Remove unused assignments (Myron Stowe) [2068174] +- PCI: cpqphp: Remove unused assignments (Myron Stowe) [2068174] +- PCI: fu740: Remove unused assignments (Myron Stowe) [2068174] +- PCI: kirin: Remove unused assignments (Myron Stowe) [2068174] +- PCI: Remove unused assignments (Myron Stowe) [2068174] +- PCI: Declare pci_filp_private only when HAVE_PCI_MMAP (Myron Stowe) [2068174] +- PCI/AER: Update aer-inject URL (Myron Stowe) [2068174] +- PCI: pciehp: Add Qualcomm quirk for Command Completed erratum (Myron Stowe) [2068174] +- PCI: pciehp: Clear cmd_busy bit in polling mode (Myron Stowe) [2068174] +- PCI: Reduce warnings on possible RW1C corruption (Myron Stowe) [2068174] +- PCI: Support BAR sizes up to 8TB (Myron Stowe) [2068174] +- PCI: iproc: Set all 24 bits of PCI class code (Myron Stowe) [2068174] +- PCI: Add defines for normal and subtractive PCI bridges (Myron Stowe) [2068174] +- PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() (Myron Stowe) [2068174] +- xsk: Do not write NULL in SW ring at allocation failure (Felix Maurer) [2071619] +- selftests, xsk: Fix rx_full stats test (Felix Maurer) [2071619] +- bpf, sockmap: Fix double bpf_prog_put on error case in map_link (Felix Maurer) [2071619] +- bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() (Felix Maurer) [2071619] +- xsk: Initialise xskb free_list_node (Felix Maurer) [2071619] +- netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_map_alloc (Felix Maurer) [2071619] +- bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap (Felix Maurer) [2071619] +- bpf, sockmap: Attach map progs to psock early for feature probes (Felix Maurer) [2071619] +- selftests/bpf: Fix xdpxceiver failures for no hugepages (Felix Maurer) [2071619] +- page_pool: Revert "page_pool: disable dma mapping support..." (Felix Maurer) [2071619] +- xsk: Fix crash on double free in buffer pool (Felix Maurer) [2071619] +- bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg (Felix Maurer) [2071619] +- bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding (Felix Maurer) [2071619] +- bpf, sockmap: Fix race in ingress receive verdict with redirect to self (Felix Maurer) [2071619] +- bpf, sockmap: Remove unhash handler for BPF sockmap usage (Felix Maurer) [2071619] +- selftests, bpf: Add one test for sockmap with strparser (Felix Maurer) [2071619] +- selftests, bpf: Fix test_txmsg_ingress_parser error (Felix Maurer) [2071619] +- skmsg: Lose offset info in sk_psock_skb_ingress (Felix Maurer) [2071619] +- xdp: Remove redundant warning (Felix Maurer) [2071619] +- page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA (Felix Maurer) [2071619] +- xsk: Fix clang build error in __xp_alloc (Felix Maurer) [2071619] +- selftests: xsk: Add frame_headroom test (Felix Maurer) [2071619] +- selftests: xsk: Change interleaving of packets in unaligned mode (Felix Maurer) [2071619] +- selftests: xsk: Add single packet test (Felix Maurer) [2071619] +- selftests: xsk: Introduce pacing of traffic (Felix Maurer) [2071619] +- selftests: xsk: Fix socket creation retry (Felix Maurer) [2071619] +- selftests: xsk: Put the same buffer only once in the fill ring (Felix Maurer) [2071619] +- selftests: xsk: Fix missing initialization (Felix Maurer) [2071619] +- xsk: Optimize for aligned case (Felix Maurer) [2071619] +- xsk: Batched buffer allocation for the pool (Felix Maurer) [2071619] +- xsk: Get rid of unused entry in struct xdp_buff_xsk (Felix Maurer) [2071619] +- selftests: xsk: Add tests for 2K frame size (Felix Maurer) [2071619] +- selftests: xsk: Add tests for invalid xsk descriptors (Felix Maurer) [2071619] +- selftests: xsk: Eliminate test specific if-statement in test runner (Felix Maurer) [2071619] +- selftests: xsk: Add test for unaligned mode (Felix Maurer) [2071619] +- selftests: xsk: Introduce replacing the default packet stream (Felix Maurer) [2071619] +- selftests: xsk: Allow for invalid packets (Felix Maurer) [2071619] +- selftests: xsk: Eliminate MAX_SOCKS define (Felix Maurer) [2071619] +- selftests: xsx: Make pthreads local scope (Felix Maurer) [2071619] +- selftests: xsk: Make xdp_flags and bind_flags local (Felix Maurer) [2071619] +- selftests: xsk: Specify number of sockets to create (Felix Maurer) [2071619] +- selftests: xsk: Replace second_step global variable (Felix Maurer) [2071619] +- selftests: xsk: Introduce rx_on and tx_on in ifobject (Felix Maurer) [2071619] +- selftests: xsk: Add use_poll to ifobject (Felix Maurer) [2071619] +- selftests: xsx: Introduce test name in test spec (Felix Maurer) [2071619] +- selftests: xsk: Make frame_size configurable (Felix Maurer) [2071619] +- selftests: xsk: Move rxqsize into xsk_socket_info (Felix Maurer) [2071619] +- selftests: xsk: Move num_frames and frame_headroom to xsk_umem_info (Felix Maurer) [2071619] +- selftests: xsk: Introduce test specifications (Felix Maurer) [2071619] +- selftests: xsk: Introduce type for thread function (Felix Maurer) [2071619] +- selftests: xsk: Simplify xsk and umem arrays (Felix Maurer) [2071619] + * Tue Jun 21 2022 Patrick Talbert [5.14.0-116.el9] - net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6() (Ivan Vecera) [2090410] - net/sched: act_pedit: sanitize shift argument before usage (Ivan Vecera) [2090410] diff --git a/sources b/sources index 6c916ced6..368f95f46 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-116.el9.tar.xz) = 69e665d7a8bcd7d5d9cd36171ad58d5509e0d7eef59f631c074c93db6d697a177a9170eac0c3ea6125a3f15b85b121643c3d06f406b58c6f38a0e32bec54b4e3 -SHA512 (kernel-abi-stablelists-5.14.0-116.el9.tar.bz2) = 6922efbd28f7a24863344e4018e1b6b0cb8ba1ac52c943a0af3aea68f96695d4044075435e8a19673e8f71574b0fe7e85aadd0b7514c8dce183e8c1addc45ce2 -SHA512 (kernel-kabi-dw-5.14.0-116.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-117.el9.tar.xz) = 1e0f908d9752afc3580489ad33119e7a887e0290cdd322e4095cc214eb77fa712c1ba0ec0f1bcf7bdb578e52e60f0061a8625ab6116cb374c474406a16abf20e +SHA512 (kernel-abi-stablelists-5.14.0-117.el9.tar.bz2) = ce392350a7ce93ad2bfab7f526635d8109a0735ef06a3e2b7d88fb69a74eb9c0404a007decfa68eeea7e0b55b9d13260452cf7ed21602492a8ce080dbaf9e8b2 +SHA512 (kernel-kabi-dw-5.14.0-117.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674