diff --git a/Makefile.rhelver b/Makefile.rhelver index 9332b44a6..8ce16f88a 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 5 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 461 +RHEL_RELEASE = 462 # # ZSTREAM diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index a0d896d67..59475ea3e 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -197,7 +197,7 @@ CONFIG_AMD_PMC=m CONFIG_AMD_PMF=m CONFIG_AMD_PTDMA=m CONFIG_AMD_SFH_HID=m -# CONFIG_AMDTEE is not set +CONFIG_AMDTEE=m # CONFIG_AMD_WBRF is not set # CONFIG_AMD_XGBE_DCB is not set CONFIG_AMD_XGBE=m diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 56f97ae87..f87626da9 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -197,7 +197,7 @@ CONFIG_AMD_PMC=m CONFIG_AMD_PMF=m CONFIG_AMD_PTDMA=m CONFIG_AMD_SFH_HID=m -# CONFIG_AMDTEE is not set +CONFIG_AMDTEE=m # CONFIG_AMD_WBRF is not set # CONFIG_AMD_XGBE_DCB is not set CONFIG_AMD_XGBE=m diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index bfdd8772d..2330c194a 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -200,7 +200,7 @@ CONFIG_AMD_PMC=m CONFIG_AMD_PMF=m CONFIG_AMD_PTDMA=m CONFIG_AMD_SFH_HID=m -# CONFIG_AMDTEE is not set +CONFIG_AMDTEE=m # CONFIG_AMD_WBRF is not set # CONFIG_AMD_XGBE_DCB is not set CONFIG_AMD_XGBE=m diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 6a7e5a132..87421312d 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -200,7 +200,7 @@ CONFIG_AMD_PMC=m CONFIG_AMD_PMF=m CONFIG_AMD_PTDMA=m CONFIG_AMD_SFH_HID=m -# CONFIG_AMDTEE is not set +CONFIG_AMDTEE=m # CONFIG_AMD_WBRF is not set # CONFIG_AMD_XGBE_DCB is not set CONFIG_AMD_XGBE=m diff --git a/kernel.changelog b/kernel.changelog index e3c06cd49..5bcc141b1 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,153 @@ +* Mon Jun 10 2024 Lucas Zampieri [5.14.0-462.el9] +- nvmet: fix ns enable/disable possible hang (Maurizio Lombardi) [RHEL-37676] +- nvme: fix reconnection fail due to reserved tag allocation (Maurizio Lombardi) [RHEL-36896] {CVE-2024-27435} +- Revert "xen/x2apic: enable x2apic mode when supported for HVM" (Vitaly Kuznetsov) [RHEL-34602] +- ext4: dax - remove tech preview tag (Bill O'Donnell) [RHEL-39889] +- redhat: remove the merge subtrees script (Derek Barbosa) +- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) +- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) +- redhat: redhat/Makefile: remove dist-maint-update target (Derek Barbosa) +- nfp: flower: handle acti_netdevs allocation failure (Ken Cox) [RHEL-35158] {CVE-2024-27046} +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (Vladis Dronov) [RHEL-35816] {CVE-2024-26974} +- crypto: qat - specify firmware files for 402xx (Vladis Dronov) [RHEL-35816] +- crypto: qat - validate slices count returned by FW (Vladis Dronov) [RHEL-35816] +- crypto: qat - improve error logging to be consistent across features (Vladis Dronov) [RHEL-35816] +- crypto: qat - improve error message in adf_get_arbiter_mapping() (Vladis Dronov) [RHEL-35816] +- crypto: qat - implement dh fallback for primes > 4K (Vladis Dronov) [RHEL-24063] +- crypto: qat - Fix spelling mistake "Invalide" -> "Invalid" (Vladis Dronov) [RHEL-35816] +- crypto: qat - Avoid -Wflex-array-member-not-at-end warnings (Vladis Dronov) [RHEL-35816] +- crypto: qat - implement interface for live migration (Vladis Dronov) [RHEL-35816] +- crypto: qat - add interface for live migration (Vladis Dronov) [RHEL-35816] +- crypto: qat - add bank save and restore flows (Vladis Dronov) [RHEL-35816] +- crypto: qat - expand CSR operations for QAT GEN4 devices (Vladis Dronov) [RHEL-35816] +- crypto: qat - rename get_sla_arr_of_type() (Vladis Dronov) [RHEL-35816] +- crypto: qat - relocate CSR access code (Vladis Dronov) [RHEL-35816] +- crypto: qat - move PFVF compat checker to a function (Vladis Dronov) [RHEL-35816] +- crypto: qat - relocate and rename 4xxx PF2VM definitions (Vladis Dronov) [RHEL-35816] +- crypto: qat - adf_get_etr_base() helper (Vladis Dronov) [RHEL-35816] +- powerpc/eeh: Permanently disable the removed device (Mamatha Inamdar) [RHEL-35642] +- powerpc/eeh: Use a goto for recovery failures (Mamatha Inamdar) [RHEL-35642] +- powerpc/eeh: Small refactor of eeh_handle_normal_event() (Mamatha Inamdar) [RHEL-35642] +- REDHAT: Fix values in Makefile being redefined (Lucas Zampieri) +- selftests/net/lib: no need to record ns name if it already exist (Ivan Vecera) [RHEL-36219] +- netlink: specs: Add missing bridge linkinfo attrs (Ivan Vecera) [RHEL-36219] +- net: bridge: switchdev: Ensure deferred event delivery on unoffload (Ivan Vecera) [RHEL-36219] +- net: bridge: switchdev: Skip MDB replays of deferred events on offload (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix bridge locked port test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Suppress grep warnings (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix bridge MDB test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix layer 2 miss test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: net: Fix bridge backup port test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: List helper scripts in TEST_FILES Makefile variable (Ivan Vecera) [RHEL-36219] +- selftests: net: Add missing matchall classifier (Ivan Vecera) [RHEL-36219] +- bridge: mcast: fix disabled snooping after long uptime (Ivan Vecera) [RHEL-36219] +- selftests/net/lib: update busywait timeout value (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Remove executable bits from lib.sh (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Avoid failures to source net/lib.sh (Ivan Vecera) [RHEL-36219] +- bridge: cfm: fix enum typo in br_cc_ccm_tx_parse (Ivan Vecera) [RHEL-36219] +- selftests: vxlan_mdb: Add MDB bulk deletion test (Ivan Vecera) [RHEL-36219] +- selftests: bridge_mdb: Add MDB bulk deletion test (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Add MDB bulk deletion support (Ivan Vecera) [RHEL-36219] +- bridge: mdb: Add MDB bulk deletion support (Ivan Vecera) [RHEL-36219] +- bridge: add MDB state mask uAPI attribute (Ivan Vecera) [RHEL-36219] +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (Ivan Vecera) [RHEL-36219] +- selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace (Ivan Vecera) [RHEL-36219] +- selftests/net: add lib.sh (Ivan Vecera) [RHEL-36219] +- docs: bridge: add other features (Ivan Vecera) [RHEL-36219] +- docs: bridge: add netfilter doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add switchdev doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add multicast doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add VLAN doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add STP doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: Add kAPI/uAPI fields (Ivan Vecera) [RHEL-36219] +- net: bridge: add document for IFLA_BRPORT enum (Ivan Vecera) [RHEL-36219] +- net: bridge: add document for IFLA_BR enum (Ivan Vecera) [RHEL-36219] +- docs: bridge: update doc format to rst (Ivan Vecera) [RHEL-36219] +- net: bridge: fill in MODULE_DESCRIPTION() (Ivan Vecera) [RHEL-36219] +- selftests: vxlan_mdb: Use MDB get instead of dump (Ivan Vecera) [RHEL-36219] +- selftests: bridge_mdb: Use MDB get instead of dump (Ivan Vecera) [RHEL-36219] +- rtnetlink: Add MDB get support (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Add MDB get support (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Add MDB get support (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Factor out a helper for remote entry size calculation (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Adjust function arguments (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Rename MDB entry get function (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Factor out a helper for PG entry size calculation (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Account for missing attributes (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Dump MDB entries even when snooping is disabled (Ivan Vecera) [RHEL-36219] +- br_netfilter: use single forward hook for ip and arp (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest (Ivan Vecera) [RHEL-36219] +- net: bridge: Set strict_start_type for br_policy (Ivan Vecera) [RHEL-36219] +- net: bridge: Add netlink knobs for number / max learned FDB entries (Ivan Vecera) [RHEL-36219] +- net: bridge: Track and limit dynamically learned FDB entries (Ivan Vecera) [RHEL-36219] +- net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry (Ivan Vecera) [RHEL-36219] +- selftests: net: Add bridge backup port and backup nexthop ID test (Ivan Vecera) [RHEL-36219] +- bridge: Add backup nexthop ID support (Ivan Vecera) [RHEL-36219] +- RDMA/mlx5: Fix fortify source warning while accessing Eth segment (Kamal Heib) [RHEL-33164] {CVE-2024-26907} +- powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT (Mark Langsdorf) [RHEL-32447] +- powerpc: Don't include lppaca.h in paca.h (Mark Langsdorf) [RHEL-32447] +- cpuidle: dt: Replace deprecated strncpy() with strscpy() (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Avoid unnecessary variable assignments (Mark Langsdorf) [RHEL-32447] +- cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Gather statistics regarding whether or not to stop the tick (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some cases (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfront (Mark Langsdorf) [RHEL-32447] +- cpuidle: psci: Move enabling OSI mode after power domains creation (Mark Langsdorf) [RHEL-32447] +- cpuidle: dt_idle_genpd: Add helper function to remove genpd topology (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Drop utilized from struct teo_cpu (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Avoid stopping the tick unnecessarily when bailing out (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Update idle duration estimate when choosing shallower state (Mark Langsdorf) [RHEL-32447] +- cpuidle: Adjust includes to remove of_device.h (Mark Langsdorf) [RHEL-32447] +- cpuidle: Use of_property_present() for testing DT property presence (Mark Langsdorf) [RHEL-32447] +- nvme-fabrics: prevent overriding of existing host (John Meneghini) [RHEL-30850] +- tee: amdtee: fix use-after-free vulnerability in amdtee_close_session (David Arcari) [RHEL-24997] +- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Update sps power thermals according to the platform-profiles (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get sps default APTS index values (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get APTS index numbers for static slider (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to notify sbios heart beat event (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get sbios requests in PMF driver (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Disable debugfs support for querying power thermals (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Differentiate PMF ACPI versions (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add debugging message for missing policy data (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Remove smart_pc_status enum (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix possible out-of-bound memory accesses (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Use struct for cookie header (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Do not use readl() for policy buffer access (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix return value of amd_pmf_start_policy_engine() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add missing __iomem attribute to policy_base (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix a potential race with policy binary sideload (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix a suspend hang on Framework 13 (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resume (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Get ambient light information from AMD SFH driver (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Get Human presence information from AMD SFH driver (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add a new interface for exporting ALS data (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add a new interface for exporting HPD data (David Arcari) [RHEL-24997] +- HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int() (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add light chromaticity for SFH1.1 (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add light chromaticity support (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add support for SFH1.1 light color temperature (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add support for light color temperature (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Return a status code only as a constant in two functions (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_sbios_heartbeat_notify() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: dump policy binary data (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add capability to sideload of policy binary (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add facility to dump TA inputs (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Make source_as_str() as non-static (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to update system state (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support update p3t limit (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get inputs from other subsystems (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: change amd_pmf_init_features() call sequence (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support for PMF Policy Binary (David Arcari) [RHEL-24997] +- redhat/configs: enable AMDTEE (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support for PMF-TA interaction (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add PMF TEE interface (David Arcari) [RHEL-24997] +Resolves: RHEL-24063, RHEL-24997, RHEL-30850, RHEL-32447, RHEL-33164, RHEL-34602, RHEL-35158, RHEL-35642, RHEL-35816, RHEL-36219, RHEL-36896, RHEL-37676, RHEL-39889 + * Thu Jun 06 2024 Lucas Zampieri [5.14.0-461.el9] - powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE (Mamatha Inamdar) [RHEL-39788] {CVE-2024-36926} - thermal/debugfs: Fix two locking issues with thermal zone debug (David Arcari) [RHEL-40008] {CVE-2024-36961} diff --git a/kernel.spec b/kernel.spec index 230538eb6..d5435987d 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 461 +%define pkgrelease 462 %define kversion 5 -%define tarfile_release 5.14.0-461.el9 +%define tarfile_release 5.14.0-462.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 461%{?buildid}%{?dist} +%define specrelease 462%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-461.el9 +%define kabiversion 5.14.0-462.el9 # # End of genspec.sh variables @@ -3737,6 +3737,155 @@ fi # # %changelog +* Mon Jun 10 2024 Lucas Zampieri [5.14.0-462.el9] +- nvmet: fix ns enable/disable possible hang (Maurizio Lombardi) [RHEL-37676] +- nvme: fix reconnection fail due to reserved tag allocation (Maurizio Lombardi) [RHEL-36896] {CVE-2024-27435} +- Revert "xen/x2apic: enable x2apic mode when supported for HVM" (Vitaly Kuznetsov) [RHEL-34602] +- ext4: dax - remove tech preview tag (Bill O'Donnell) [RHEL-39889] +- redhat: remove the merge subtrees script (Derek Barbosa) +- redhat: rhdocs: delete .get_maintainer.conf (Derek Barbosa) +- redhat: rhdocs: Remove the rhdocs directory (Derek Barbosa) +- redhat: redhat/Makefile: remove dist-maint-update target (Derek Barbosa) +- nfp: flower: handle acti_netdevs allocation failure (Ken Cox) [RHEL-35158] {CVE-2024-27046} +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (Vladis Dronov) [RHEL-35816] {CVE-2024-26974} +- crypto: qat - specify firmware files for 402xx (Vladis Dronov) [RHEL-35816] +- crypto: qat - validate slices count returned by FW (Vladis Dronov) [RHEL-35816] +- crypto: qat - improve error logging to be consistent across features (Vladis Dronov) [RHEL-35816] +- crypto: qat - improve error message in adf_get_arbiter_mapping() (Vladis Dronov) [RHEL-35816] +- crypto: qat - implement dh fallback for primes > 4K (Vladis Dronov) [RHEL-24063] +- crypto: qat - Fix spelling mistake "Invalide" -> "Invalid" (Vladis Dronov) [RHEL-35816] +- crypto: qat - Avoid -Wflex-array-member-not-at-end warnings (Vladis Dronov) [RHEL-35816] +- crypto: qat - implement interface for live migration (Vladis Dronov) [RHEL-35816] +- crypto: qat - add interface for live migration (Vladis Dronov) [RHEL-35816] +- crypto: qat - add bank save and restore flows (Vladis Dronov) [RHEL-35816] +- crypto: qat - expand CSR operations for QAT GEN4 devices (Vladis Dronov) [RHEL-35816] +- crypto: qat - rename get_sla_arr_of_type() (Vladis Dronov) [RHEL-35816] +- crypto: qat - relocate CSR access code (Vladis Dronov) [RHEL-35816] +- crypto: qat - move PFVF compat checker to a function (Vladis Dronov) [RHEL-35816] +- crypto: qat - relocate and rename 4xxx PF2VM definitions (Vladis Dronov) [RHEL-35816] +- crypto: qat - adf_get_etr_base() helper (Vladis Dronov) [RHEL-35816] +- powerpc/eeh: Permanently disable the removed device (Mamatha Inamdar) [RHEL-35642] +- powerpc/eeh: Use a goto for recovery failures (Mamatha Inamdar) [RHEL-35642] +- powerpc/eeh: Small refactor of eeh_handle_normal_event() (Mamatha Inamdar) [RHEL-35642] +- REDHAT: Fix values in Makefile being redefined (Lucas Zampieri) +- selftests/net/lib: no need to record ns name if it already exist (Ivan Vecera) [RHEL-36219] +- netlink: specs: Add missing bridge linkinfo attrs (Ivan Vecera) [RHEL-36219] +- net: bridge: switchdev: Ensure deferred event delivery on unoffload (Ivan Vecera) [RHEL-36219] +- net: bridge: switchdev: Skip MDB replays of deferred events on offload (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix bridge locked port test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Suppress grep warnings (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix bridge MDB test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Fix layer 2 miss test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: net: Fix bridge backup port test flakiness (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: List helper scripts in TEST_FILES Makefile variable (Ivan Vecera) [RHEL-36219] +- selftests: net: Add missing matchall classifier (Ivan Vecera) [RHEL-36219] +- bridge: mcast: fix disabled snooping after long uptime (Ivan Vecera) [RHEL-36219] +- selftests/net/lib: update busywait timeout value (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Remove executable bits from lib.sh (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: Avoid failures to source net/lib.sh (Ivan Vecera) [RHEL-36219] +- bridge: cfm: fix enum typo in br_cc_ccm_tx_parse (Ivan Vecera) [RHEL-36219] +- selftests: vxlan_mdb: Add MDB bulk deletion test (Ivan Vecera) [RHEL-36219] +- selftests: bridge_mdb: Add MDB bulk deletion test (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Add MDB bulk deletion support (Ivan Vecera) [RHEL-36219] +- bridge: mdb: Add MDB bulk deletion support (Ivan Vecera) [RHEL-36219] +- bridge: add MDB state mask uAPI attribute (Ivan Vecera) [RHEL-36219] +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (Ivan Vecera) [RHEL-36219] +- selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace (Ivan Vecera) [RHEL-36219] +- selftests/net: add lib.sh (Ivan Vecera) [RHEL-36219] +- docs: bridge: add other features (Ivan Vecera) [RHEL-36219] +- docs: bridge: add netfilter doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add switchdev doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add multicast doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add VLAN doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: add STP doc (Ivan Vecera) [RHEL-36219] +- docs: bridge: Add kAPI/uAPI fields (Ivan Vecera) [RHEL-36219] +- net: bridge: add document for IFLA_BRPORT enum (Ivan Vecera) [RHEL-36219] +- net: bridge: add document for IFLA_BR enum (Ivan Vecera) [RHEL-36219] +- docs: bridge: update doc format to rst (Ivan Vecera) [RHEL-36219] +- net: bridge: fill in MODULE_DESCRIPTION() (Ivan Vecera) [RHEL-36219] +- selftests: vxlan_mdb: Use MDB get instead of dump (Ivan Vecera) [RHEL-36219] +- selftests: bridge_mdb: Use MDB get instead of dump (Ivan Vecera) [RHEL-36219] +- rtnetlink: Add MDB get support (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Add MDB get support (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Add MDB get support (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Factor out a helper for remote entry size calculation (Ivan Vecera) [RHEL-36219] +- vxlan: mdb: Adjust function arguments (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Rename MDB entry get function (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Factor out a helper for PG entry size calculation (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Account for missing attributes (Ivan Vecera) [RHEL-36219] +- bridge: mcast: Dump MDB entries even when snooping is disabled (Ivan Vecera) [RHEL-36219] +- br_netfilter: use single forward hook for ip and arp (Ivan Vecera) [RHEL-36219] +- selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest (Ivan Vecera) [RHEL-36219] +- net: bridge: Set strict_start_type for br_policy (Ivan Vecera) [RHEL-36219] +- net: bridge: Add netlink knobs for number / max learned FDB entries (Ivan Vecera) [RHEL-36219] +- net: bridge: Track and limit dynamically learned FDB entries (Ivan Vecera) [RHEL-36219] +- net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry (Ivan Vecera) [RHEL-36219] +- selftests: net: Add bridge backup port and backup nexthop ID test (Ivan Vecera) [RHEL-36219] +- bridge: Add backup nexthop ID support (Ivan Vecera) [RHEL-36219] +- RDMA/mlx5: Fix fortify source warning while accessing Eth segment (Kamal Heib) [RHEL-33164] {CVE-2024-26907} +- powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT (Mark Langsdorf) [RHEL-32447] +- powerpc: Don't include lppaca.h in paca.h (Mark Langsdorf) [RHEL-32447] +- cpuidle: dt: Replace deprecated strncpy() with strscpy() (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Avoid unnecessary variable assignments (Mark Langsdorf) [RHEL-32447] +- cpuidle: menu: Skip tick_nohz_get_sleep_length() call in some cases (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Gather statistics regarding whether or not to stop the tick (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Skip tick_nohz_get_sleep_length() call in some cases (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Do not call tick_nohz_get_sleep_length() upfront (Mark Langsdorf) [RHEL-32447] +- cpuidle: psci: Move enabling OSI mode after power domains creation (Mark Langsdorf) [RHEL-32447] +- cpuidle: dt_idle_genpd: Add helper function to remove genpd topology (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Drop utilized from struct teo_cpu (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Avoid stopping the tick unnecessarily when bailing out (Mark Langsdorf) [RHEL-32447] +- cpuidle: teo: Update idle duration estimate when choosing shallower state (Mark Langsdorf) [RHEL-32447] +- cpuidle: Adjust includes to remove of_device.h (Mark Langsdorf) [RHEL-32447] +- cpuidle: Use of_property_present() for testing DT property presence (Mark Langsdorf) [RHEL-32447] +- nvme-fabrics: prevent overriding of existing host (John Meneghini) [RHEL-30850] +- tee: amdtee: fix use-after-free vulnerability in amdtee_close_session (David Arcari) [RHEL-24997] +- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Update sps power thermals according to the platform-profiles (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get sps default APTS index values (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get APTS index numbers for static slider (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to notify sbios heart beat event (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get sbios requests in PMF driver (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Disable debugfs support for querying power thermals (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Differentiate PMF ACPI versions (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add debugging message for missing policy data (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Remove smart_pc_status enum (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix possible out-of-bound memory accesses (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Use struct for cookie header (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Do not use readl() for policy buffer access (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix return value of amd_pmf_start_policy_engine() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add missing __iomem attribute to policy_base (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix a potential race with policy binary sideload (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix a suspend hang on Framework 13 (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resume (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Get ambient light information from AMD SFH driver (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Get Human presence information from AMD SFH driver (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add a new interface for exporting ALS data (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add a new interface for exporting HPD data (David Arcari) [RHEL-24997] +- HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int() (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add light chromaticity for SFH1.1 (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add light chromaticity support (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add support for SFH1.1 light color temperature (David Arcari) [RHEL-24997] +- HID: amd_sfh: Add support for light color temperature (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Return a status code only as a constant in two functions (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Return directly after a failed apmf_if_call() in apmf_sbios_heartbeat_notify() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: dump policy binary data (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add capability to sideload of policy binary (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add facility to dump TA inputs (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Make source_as_str() as non-static (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to update system state (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support update p3t limit (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support to get inputs from other subsystems (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: change amd_pmf_init_features() call sequence (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support for PMF Policy Binary (David Arcari) [RHEL-24997] +- redhat/configs: enable AMDTEE (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr() (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add support for PMF-TA interaction (David Arcari) [RHEL-24997] +- platform/x86/amd/pmf: Add PMF TEE interface (David Arcari) [RHEL-24997] + * Thu Jun 06 2024 Lucas Zampieri [5.14.0-461.el9] - powerpc/pseries/iommu: LPAR panics during boot up with a frozen PE (Mamatha Inamdar) [RHEL-39788] {CVE-2024-36926} - thermal/debugfs: Fix two locking issues with thermal zone debug (David Arcari) [RHEL-40008] {CVE-2024-36961} diff --git a/sources b/sources index 843c16fc6..7ea76a765 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-461.el9.tar.xz) = 5e57dce43a3285ddb7af135b7c8e15b130d1541c5f82c086559e937fd2194e5382b3e603cadc3a5e94b23f1e7e6db4c718709b24732d355fcb692b9dc5b7e66b -SHA512 (kernel-abi-stablelists-5.14.0-461.el9.tar.bz2) = 0c69c8f65b7eef0e73d7c3a1d8fdd068dbf62b22cdba4155e52284fbc20dd9038a0663401489dd5ef1105065f374c3e9d66174e65eedcbe1f204465f63be5275 -SHA512 (kernel-kabi-dw-5.14.0-461.el9.tar.bz2) = 6007cecb0b5b0c90343ee2f5c44f0a5b644b3afd6a8874ecc360bd784448ff45a7abd9cfcf215e229e8cb62cf82e76d4be5a5ddfd9cff07b8d5100811327d09f +SHA512 (linux-5.14.0-462.el9.tar.xz) = b109d866da3c1975c037e70b720c026d5913299ae4951c95e3f13d371d0a90d52dac4ae4b6a455e816820e2b1886023638cc423c9793e16a78a323e673057ee0 +SHA512 (kernel-abi-stablelists-5.14.0-462.el9.tar.bz2) = fc84b0b8b21b3d15924d7519085f12425bd4006fd447a6fec6d44d39af3c6e6d395e270c4fa4f24caf29459c3d8a8bed0f41a44a0fd49f31e55a9c70df42c7be +SHA512 (kernel-kabi-dw-5.14.0-462.el9.tar.bz2) = f457713ced0439861c4afb630f3f9a9c70ca92a9a9b5df963dfd843ba7f63d96eee6a43a998be8a328b19178d806c465f2f129104b17fc848c84c4cd22492963