Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • staging/src-code/el9-upstream-kernel
1 result
Show changes
Showing
with 112 additions and 3 deletions
# CONFIG_AIO is not set
# CONFIG_CAN_VXCAN is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_VTI is not set
# CONFIG_NET_IPVTI is not set
# CONFIG_NET_KEY is not set
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_USER is not set
# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set
CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
* Thu Mar 27 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-575.524.el9iv]
- redhat/configs: automotive: Disable IPsec Protocols and XFRM (Dorinda Bassey) [RHEL-75561]
- Revert "redhat/configs: automotive: disable CONFIG_AIO" (Davide Caratti) [RHEL-82474]
- Re-enable vxcan (CONFIG_CAN_VXCAN) for automotive (Radu Rendec) [RHEL-83275]
- PCI/bwctrl: Fix NULL pointer deref on unbind and bind (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Enable only if more than one speed is supported (Myron Stowe) [RHEL-81906]
- PCI: Honor Max Link Speed when determining supported speeds (Myron Stowe) [RHEL-81906]
- PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link Speed (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller (Myron Stowe) [RHEL-81906]
- PCI: Abstract LBMS seen check into pcie_lbms_seen() (Myron Stowe) [RHEL-81906]
- PCI: Refactor pcie_update_link_speed() (Myron Stowe) [RHEL-81906]
- PCI: Store all PCIe Supported Link Speeds (Myron Stowe) [RHEL-81906]
- PCI: Protect Link Control 2 Register with RMW locking (Myron Stowe) [RHEL-81906]
- Documentation PCI: Reformat RMW ops documentation (Myron Stowe) [RHEL-81906]
- thermal/of: Fix cdev lookup in thermal_of_should_bind() (David Arcari) [RHEL-79821]
- thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (David Arcari) [RHEL-79821]
- thermal: intel: Fix compile issue when CONFIG_NET is not defined (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake power floor and workload hint support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake DLVR support (David Arcari) [RHEL-79821]
- thermal: intel: Remove explicit user_space governor selection (David Arcari) [RHEL-79821]
- ACPI: DPTF: Support Panther Lake (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (David Arcari) [RHEL-79821]
- thermal: int3400: Remove unneeded data_vault attribute_group (David Arcari) [RHEL-79821]
- thermal: int3400: Fix reading of current_uuid for active policy (David Arcari) [RHEL-79821]
- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support (David Arcari) [RHEL-79821]
- finally take no_llseek out [partial] (David Arcari) [RHEL-79821]
- thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines (David Arcari) [RHEL-79821]
- thermal: intel: intel_pch: Improve cooling log (David Arcari) [RHEL-79821]
- x86/cpu/topology: Remove topology_max_die_per_package() (David Arcari) [RHEL-79821]
- x86/cpu/topology: Rename topology_max_die_per_package() [partial] (David Arcari) [RHEL-79821]
- arch/powerpc/perf: Update get_mem_data_src function to use saved values of sier and mmcra regs (Mamatha Inamdar) [RHEL-80602]
- arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (Mamatha Inamdar) [RHEL-80602]
- certs: Add ECDSA signature verification self-test (Herbert Xu) [RHEL-81929]
- certs: Move RSA self-test data to separate file (Herbert Xu) [RHEL-81929]
- certs: Break circular dependency when selftest is modular (Herbert Xu) [RHEL-81929]
- KEYS: Include linux/errno.h in linux/verification.h (Herbert Xu) [RHEL-81929]
- crypto: certs: fix FIPS selftest dependency (Herbert Xu) [RHEL-81929]
- certs: Add support for using elliptic curve keys for signing modules (Herbert Xu) [RHEL-81929]
- certs: Trigger creation of RSA module signing key if it's not an RSA key (Herbert Xu) [RHEL-81929]
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77838]
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81489] {CVE-2024-58005}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-74363]
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81542] {CVE-2025-21791}
- smb: client: fix regression with guest option (Paulo Alcantara) [RHEL-83858]
Resolves: RHEL-75561, RHEL-82474, RHEL-83275
* Fri Mar 21 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-574.523.el9iv]
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
......
* Mon Mar 24 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-575.el9]
- PCI/bwctrl: Fix NULL pointer deref on unbind and bind (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Enable only if more than one speed is supported (Myron Stowe) [RHEL-81906]
- PCI: Honor Max Link Speed when determining supported speeds (Myron Stowe) [RHEL-81906]
- PCI: Drop duplicate pcie_get_speed_cap(), pcie_get_width_cap() declarations (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link Speed (Myron Stowe) [RHEL-81906]
- PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller (Myron Stowe) [RHEL-81906]
- PCI: Abstract LBMS seen check into pcie_lbms_seen() (Myron Stowe) [RHEL-81906]
- PCI: Refactor pcie_update_link_speed() (Myron Stowe) [RHEL-81906]
- PCI: Store all PCIe Supported Link Speeds (Myron Stowe) [RHEL-81906]
- PCI: Protect Link Control 2 Register with RMW locking (Myron Stowe) [RHEL-81906]
- Documentation PCI: Reformat RMW ops documentation (Myron Stowe) [RHEL-81906]
- thermal/of: Fix cdev lookup in thermal_of_should_bind() (David Arcari) [RHEL-79821]
- thermal: of: Simplify thermal_of_should_bind with scoped for each OF child (David Arcari) [RHEL-79821]
- thermal: intel: Fix compile issue when CONFIG_NET is not defined (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake power floor and workload hint support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: Panther Lake DLVR support (David Arcari) [RHEL-79821]
- thermal: intel: Remove explicit user_space governor selection (David Arcari) [RHEL-79821]
- ACPI: DPTF: Support Panther Lake (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Enable MMIO RAPL for Panther Lake (David Arcari) [RHEL-79821]
- thermal: int3400: Remove unneeded data_vault attribute_group (David Arcari) [RHEL-79821]
- thermal: int3400: Fix reading of current_uuid for active policy (David Arcari) [RHEL-79821]
- x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Add MMIO RAPL PL4 support (David Arcari) [RHEL-79821]
- thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug support (David Arcari) [RHEL-79821]
- finally take no_llseek out [partial] (David Arcari) [RHEL-79821]
- thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines (David Arcari) [RHEL-79821]
- thermal: intel: intel_pch: Improve cooling log (David Arcari) [RHEL-79821]
- x86/cpu/topology: Remove topology_max_die_per_package() (David Arcari) [RHEL-79821]
- x86/cpu/topology: Rename topology_max_die_per_package() [partial] (David Arcari) [RHEL-79821]
- arch/powerpc/perf: Update get_mem_data_src function to use saved values of sier and mmcra regs (Mamatha Inamdar) [RHEL-80602]
- arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src (Mamatha Inamdar) [RHEL-80602]
- certs: Add ECDSA signature verification self-test (Herbert Xu) [RHEL-81929]
- certs: Move RSA self-test data to separate file (Herbert Xu) [RHEL-81929]
- certs: Break circular dependency when selftest is modular (Herbert Xu) [RHEL-81929]
- KEYS: Include linux/errno.h in linux/verification.h (Herbert Xu) [RHEL-81929]
- crypto: certs: fix FIPS selftest dependency (Herbert Xu) [RHEL-81929]
- certs: Add support for using elliptic curve keys for signing modules (Herbert Xu) [RHEL-81929]
- certs: Trigger creation of RSA module signing key if it's not an RSA key (Herbert Xu) [RHEL-81929]
- dpll: add clock quality level attribute and op (Petr Oros) [RHEL-77838]
- tpm: Change to kvalloc() in eventlog/acpi.c (CKI Backport Bot) [RHEL-81489] {CVE-2024-58005}
- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-74363]
- vrf: use RCU protection in l3mdev_l3_out() (Guillaume Nault) [RHEL-81542] {CVE-2025-21791}
- smb: client: fix regression with guest option (Paulo Alcantara) [RHEL-83858]
Resolves: RHEL-74363, RHEL-77838, RHEL-79821, RHEL-80602, RHEL-81489, RHEL-81542, RHEL-81906, RHEL-81929, RHEL-83858
* Thu Mar 20 2025 Augusto Caringi <acaringi@redhat.com> [5.14.0-574.el9]
- ima: Fix a potential integer overflow in ima_appraise_measurement (CKI Backport Bot) [RHEL-80802] {CVE-2022-49643}
- selftests/mm: hugetlb_fault_after_madv: improve test output (David Hildenbrand) [RHEL-60023]
......
......@@ -297,7 +297,9 @@ uffd_stress_bin=./uffd-stress
CATEGORY="userfaultfd" run_test ${uffd_stress_bin} anon 20 16
# Hugetlb tests require source and destination huge pages. Pass in half
# the size of the free pages we have, which is used for *each*.
half_ufd_size_MB=$((freepgs / 2))
# uffd-stress expects a region expressed in MiB, so we adjust
# half_ufd_size_MB accordingly.
half_ufd_size_MB=$(((freepgs * hpgsize_KB) / 1024 / 2))
CATEGORY="userfaultfd" run_test ${uffd_stress_bin} hugetlb "$half_ufd_size_MB" 32
CATEGORY="userfaultfd" run_test ${uffd_stress_bin} hugetlb-private "$half_ufd_size_MB" 32
CATEGORY="userfaultfd" run_test ${uffd_stress_bin} shmem 20 16
......