hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained Use AlmaLinux OS secure boot cert Debrand for AlmaLinux OS
This commit is contained in:
commit
e4b610d1fc
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 69
|
||||
RHEL_RELEASE = 70
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
@ -950,6 +950,7 @@ CONFIG_COREDUMP=y
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
@ -950,6 +950,7 @@ CONFIG_COREDUMP=y
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
@ -923,6 +923,7 @@ CONFIG_CORTINA_PHY=m
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
@ -923,6 +923,7 @@ CONFIG_CORTINA_PHY=m
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
@ -923,6 +923,7 @@ CONFIG_CORTINA_PHY=m
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
@ -923,6 +923,7 @@ CONFIG_CORTINA_PHY=m
|
||||
CONFIG_COUNTER=m
|
||||
# CONFIG_CPA_DEBUG is not set
|
||||
# CONFIG_CPU5_WDT is not set
|
||||
CONFIG_CPUFREQ_ARCH_CUR_FREQ=y
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
|
||||
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
|
||||
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
|
||||
|
219
kernel.changelog
219
kernel.changelog
@ -1,3 +1,179 @@
|
||||
* Wed Apr 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-70.el10]
|
||||
- PCI/ACPI: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/P2PDMA: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/VPD: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/sysfs: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- cpu: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- s390/con3215: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- perf: arm-ni: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- driver core: Constify bin_attribute definitions (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: attribute_group: allow registration of const bin_attribute (Myron Stowe) [RHEL-85241]
|
||||
- cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() (Myron Stowe) [RHEL-85241]
|
||||
- driver core: Constify attribute arguments of binary attributes (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: bin_attribute: add const read/write callback variants (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_attribute::llseek() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_attribute::mmap() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_is_visible() (Myron Stowe) [RHEL-85241]
|
||||
- nvmem: core: calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
|
||||
- PCI/sysfs: Calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: introduce callback attribute_group::bin_size (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns() (Myron Stowe) [RHEL-85241]
|
||||
- sched/stats: Print domain name in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- docs: Update Schedstat version to 17 (Phil Auld) [RHEL-24185]
|
||||
- sched/fair: Cleanup in migrate_degrades_locality() to improve readability (Phil Auld) [RHEL-24185]
|
||||
- sched: Report the different kinds of imbalances in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- sched: Move sched domain name out of CONFIG_SCHED_DEBUG (Phil Auld) [RHEL-24185]
|
||||
- sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- redhat: selftests/bpf: Add cpuv4 variant (Viktor Malik) [RHEL-82993]
|
||||
- bonding: delete always true device check (Hangbin Liu) [RHEL-84541]
|
||||
- Revert "io_uring/uring_cmd: defer SQE copying until it's needed" (Jeff Moyer) [RHEL-82698] {CVE-2025-21837}
|
||||
- ALSA: hda/tas2781: Fix index issue in tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
|
||||
- ALSA: hda/tas2781: Update tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
|
||||
- redhat/configs: Enable CONFIG_CPUFREQ_ARCH_CUR_FREQ (Jennifer Berringer) [RHEL-80968]
|
||||
- arch_topology: init capacity_freq_ref to 0 (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Utilize for_each_cpu_wrap for reference lookup (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Update AMU-based freq scale factor on entering idle (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Provide an AMU-based version of arch_freq_get_on_cpu (Jennifer Berringer) [RHEL-80968]
|
||||
- cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (Jennifer Berringer) [RHEL-80968]
|
||||
- cpufreq: Allow arch_freq_get_on_cpu to return an error (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: amu: Delay allocating cpumask for AMU FIE support (Jennifer Berringer) [RHEL-80968]
|
||||
- Revert "cxl/acpi: Fix load failures due to single window creation failure" (John W. Linville) [RHEL-82540]
|
||||
- selftests: livepatch: test livepatching a kprobed function (Ryan Sullivan) [RHEL-80216]
|
||||
- selftests: livepatch: save and restore kprobe state (Ryan Sullivan) [RHEL-80216]
|
||||
- selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR (Ryan Sullivan) [RHEL-80216]
|
||||
- PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args() (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (Myron Stowe) [RHEL-83611]
|
||||
- tools/Makefile: Remove pci target (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Avoid FLR for Mediatek MT7922 WiFi (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Fix BUILD_BUG_ON usage for old gcc (Myron Stowe) [RHEL-83611]
|
||||
- PCI/ASPM: Fix L1SS saving (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Restore original INTX_DISABLE bit by pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- Documentation: Fix pci=config_acs= example (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFT (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Don't include 'pm_wakeup.h' directly (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Update code comment on PCI_EXP_LNKCAP_SLS for PCIe r3.0 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: xilinx-cpm: Add support for Versal CPM5 Root Port Controller 1 (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signature (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Simplify clock handling by using clk_bulk*() functions (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mvebu: Enable module autoloading (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: microchip,pcie-host: Allow dma-noncoherent (Myron Stowe) [RHEL-83611]
|
||||
- PCI: microchip: Set inbound address translation for coherent or non-coherent mode (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Enable async probe by default (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoC (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Move reset/assert callbacks in .power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: layerscape: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Clean up comments and whitespace (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Remove surplus imx7d_pcie_init_phy() function (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add missing reference clock disable logic (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Skip controller_id generation logic for i.MX7D (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Fetch dbi2 and iATU base addesses from DT (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Configure PHY based on Root Complex or Endpoint mode (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add Refclk for i.MX95 PCIe (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: fsl,imx6q-pcie: Add Refclk for i.MX95 RC (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Simplify config resource lookup (Myron Stowe) [RHEL-83611]
|
||||
- of: address: Add parent_bus_addr to struct of_pci_range (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Use DWC common suspend resume method (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Add dw_pcie_suspend_noirq(), dw_pcie_resume_noirq() stubs for !CONFIG_PCIE_DW_HOST (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Always stop link in the dw_pcie_suspend_noirq (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dw-rockchip: Don't wait for link since we can detect Link Up (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQ (Myron Stowe) [RHEL-83611]
|
||||
- PCI: qcom: Update ICC and OPP values after Link Up event (Myron Stowe) [RHEL-83611]
|
||||
- PCI: qcom: Don't wait for link if we can detect Link Up (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Don't wait for link up if driver can detect Link Up event (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
|
||||
- PCI: apple: Convert to {en,dis}able_device() callbacks (Myron Stowe) [RHEL-83611]
|
||||
- PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_ops (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add IOMMU and ITS MSI support for i.MX95 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add enable_device() and disable_device() callbacks for bridges (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controller (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: qcom,pcie-sm8550: Document 'global' interrupt (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: mobiveil: Convert mobiveil-pcie.txt to YAML (Myron Stowe) [RHEL-83611]
|
||||
- selftests: pci_endpoint: Migrate to Kselftest framework (Myron Stowe) [RHEL-83611]
|
||||
- selftests: Move PCI Endpoint tests from tools/pci to Kselftests (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Fix IOCTL return value (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Remove redundant 'remainder' test (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Add consecutive BAR test (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Add support for capabilities (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Add support for capabilities (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Verify that requested BAR size is a power of two (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: artpec6: Implement dw_pcie_ep operation get_features (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Simplify pci_epc_get() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Replace magic number '6' by PCI_STD_NUM_BARS (Myron Stowe) [RHEL-83611]
|
||||
- PCI: switchtec: Add Microchip PCI100X device IDs (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1 (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Remove unnecessary zero in initializer (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Use __free() in reset_method_store() (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Move reset related sysfs code to correct file (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of_property: Rename struct of_pci_range to of_pci_range_entry (Myron Stowe) [RHEL-83611]
|
||||
- sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of: Drop 'No bus range found' message (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Unexport of_pci_parse_bus_range() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add TLP Prefix reading to pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Store number of supported End-End TLP Prefixes (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Use unsigned int i in pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Use same names in pcie_read_tlp_log() prototype and definition (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add defines for TLP Header/Prefix log sizes (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Move TLP Log handling to its own file (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem (Myron Stowe) [RHEL-83611]
|
||||
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Remove devres from pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- net/ethernet: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- HID: amd_sfh: Use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- wifi: qtnfmac: use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- ata: Use always-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI/MSI: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- vfio/pci: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- misc: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- ntb: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- drivers/xen: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Export pci_intx_unmanaged() and pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Encourage resource request API users to supply driver name (Myron Stowe) [RHEL-83611]
|
||||
- PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state() (Myron Stowe) [RHEL-83611]
|
||||
- platform/x86/intel/pmc: Remove unneeded extern keyword in header (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove unnecessary declarations in header (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Move arch specific action to init function (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove simple init functions (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Create generic_core_init() for all platforms (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove duplicate enum (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Make tgl_core_generic_init() static (Steve Best) [RHEL-47465]
|
||||
- nfsd: fix UAF when access ex_uuid or ex_stats (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- SUNRPC: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- nfsd: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- SUNRPC: introduce cache_check_rcu to help check in rcu context (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- net/sched: cls_api: fix error handling causing NULL dereference (CKI Backport Bot) [RHEL-83372] {CVE-2025-21857}
|
||||
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
|
||||
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
|
||||
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
|
||||
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
|
||||
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
|
||||
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
|
||||
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
|
||||
Resolves: RHEL-24185, RHEL-47465, RHEL-75653, RHEL-78993, RHEL-80216, RHEL-80306, RHEL-80508, RHEL-80552, RHEL-80968, RHEL-81723, RHEL-82540, RHEL-82698, RHEL-82993, RHEL-83372, RHEL-83611, RHEL-84541, RHEL-85241
|
||||
|
||||
* Fri Mar 28 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-69.el10]
|
||||
- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
|
||||
- block/Kconfig: Allow selecting BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
|
||||
@ -2143,6 +2319,49 @@ Resolves: RHEL-75925, RHEL-76843, RHEL-77986, RHEL-78189, RHEL-79162
|
||||
- Bump RHEL MINOR to 10.1 (Julio Faracco)
|
||||
Resolves: RHEL-78946, RHEL-79097
|
||||
|
||||
* Tue Mar 25 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.9.1.el10_0]
|
||||
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
|
||||
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
|
||||
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
|
||||
- redhat: pad the folio_batch struct (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the lruvec structure for the kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the zone structures for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the wait_page_queue for the kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the lru_gen functions for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the vmem_altmap struct for the kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the vm_fault structure (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the tlbflush_unmap_batch struct for the KABI (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the swap_cluster_info structure for KABI (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the shrinker struct for KABI (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the shrink_control structure for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the readahead_control structure for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the pglist_data structure for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the percpu structures (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the page_frag_cache for the kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the ns_common structure for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad mmu_notifier functions for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the mm_struct for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad mempool_s structure for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad mempolicy struct for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the memory_failure_stats for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the kmem_cache_args struct (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the kmem_cache structure (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad ip_conntrack_stat for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the free_area struct (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad follow_pfnmap_args for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad anon_vma for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad access_coordinate for kabi (Nico Pache) [RHEL-80552]
|
||||
- redhat: pad the deferred_split queue for the kabi checker (Nico Pache) [RHEL-80552]
|
||||
- redhat: hide capture_control from kabi checker (Nico Pache) [RHEL-80552]
|
||||
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
|
||||
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
|
||||
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
|
||||
Resolves: RHEL-75653, RHEL-80306, RHEL-80552
|
||||
|
||||
* Thu Mar 20 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.8.1.el10_0]
|
||||
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
|
||||
Resolves: RHEL-78993
|
||||
|
||||
* Mon Mar 17 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-55.7.1.el10_0]
|
||||
- Enable Intel VPU driver for RHEL (Fabien Dupont) [RHEL-38582]
|
||||
- arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (Radu Rendec) [RHEL-80226]
|
||||
|
192
kernel.spec
192
kernel.spec
@ -164,15 +164,15 @@ Summary: The Linux kernel
|
||||
%define specrpmversion 6.12.0
|
||||
%define specversion 6.12.0
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 69
|
||||
%define pkgrelease 70
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-69.el10
|
||||
%define tarfile_release 6.12.0-70.el10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 69%{?buildid}%{?dist}
|
||||
%define specrelease 70%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-69.el10
|
||||
%define kabiversion 6.12.0-70.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -3308,7 +3308,7 @@ export CFLAGS="%{build_cflags}"
|
||||
# 'make install' for bpf is broken and upstream refuses to fix it.
|
||||
# Install the needed files manually.
|
||||
%{log_msg "install selftests"}
|
||||
for dir in bpf bpf/no_alu32 bpf/progs; do
|
||||
for dir in bpf bpf/no_alu32 bpf/cpuv4 bpf/progs; do
|
||||
# In ARK, the rpm build continues even if some of the selftests
|
||||
# cannot be built. It's not always possible to build selftests,
|
||||
# as upstream sometimes dependens on too new llvm version or has
|
||||
@ -3324,14 +3324,17 @@ done
|
||||
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs"
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs-no_alu32"
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/test_progs-cpuv4"
|
||||
|
||||
# The urandom_read binary doesn't pass the check-rpaths check and upstream
|
||||
# refuses to fix it. So, we save it to buildroot_unstripped and delete it so it
|
||||
# will be hidden from check-rpaths and will automatically get restored later.
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/urandom_read"
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/no_alu32/urandom_read"
|
||||
%buildroot_save_unstripped "usr/libexec/kselftests/bpf/cpuv4/urandom_read"
|
||||
rm -f %{buildroot}/usr/libexec/kselftests/bpf/urandom_read
|
||||
rm -f %{buildroot}/usr/libexec/kselftests/bpf/no_alu32/urandom_read
|
||||
rm -f %{buildroot}/usr/libexec/kselftests/bpf/cpuv4/urandom_read
|
||||
|
||||
popd
|
||||
%{log_msg "end build selftests"}
|
||||
@ -4358,7 +4361,7 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Apr 01 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-69
|
||||
* Fri Apr 04 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6.12.0-70
|
||||
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
@ -4369,10 +4372,185 @@ fi\
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Tue Apr 01 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-69
|
||||
* Fri Apr 04 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-70
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
- Debrand for AlmaLinux OS
|
||||
|
||||
* Wed Apr 02 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-70.el10]
|
||||
- PCI/ACPI: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/P2PDMA: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/VPD: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- PCI/sysfs: Constify 'struct bin_attribute' (Myron Stowe) [RHEL-85241]
|
||||
- cpu: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- s390/con3215: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- perf: arm-ni: Remove spurious NULL in attribute_group definition (Myron Stowe) [RHEL-85241]
|
||||
- driver core: Constify bin_attribute definitions (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: attribute_group: allow registration of const bin_attribute (Myron Stowe) [RHEL-85241]
|
||||
- cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() (Myron Stowe) [RHEL-85241]
|
||||
- driver core: Constify attribute arguments of binary attributes (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: bin_attribute: add const read/write callback variants (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_attribute::llseek() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_attribute::mmap() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: treewide: constify attribute callback of bin_is_visible() (Myron Stowe) [RHEL-85241]
|
||||
- nvmem: core: calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
|
||||
- PCI/sysfs: Calculate bin_attribute size through bin_size() (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: introduce callback attribute_group::bin_size (Myron Stowe) [RHEL-85241]
|
||||
- sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns() (Myron Stowe) [RHEL-85241]
|
||||
- sched/stats: Print domain name in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- docs: Update Schedstat version to 17 (Phil Auld) [RHEL-24185]
|
||||
- sched/fair: Cleanup in migrate_degrades_locality() to improve readability (Phil Auld) [RHEL-24185]
|
||||
- sched: Report the different kinds of imbalances in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- sched: Move sched domain name out of CONFIG_SCHED_DEBUG (Phil Auld) [RHEL-24185]
|
||||
- sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat (Phil Auld) [RHEL-24185]
|
||||
- redhat: selftests/bpf: Add cpuv4 variant (Viktor Malik) [RHEL-82993]
|
||||
- bonding: delete always true device check (Hangbin Liu) [RHEL-84541]
|
||||
- Revert "io_uring/uring_cmd: defer SQE copying until it's needed" (Jeff Moyer) [RHEL-82698] {CVE-2025-21837}
|
||||
- ALSA: hda/tas2781: Fix index issue in tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
|
||||
- ALSA: hda/tas2781: Update tas2781 hda SPI driver (CKI Backport Bot) [RHEL-81723]
|
||||
- redhat/configs: Enable CONFIG_CPUFREQ_ARCH_CUR_FREQ (Jennifer Berringer) [RHEL-80968]
|
||||
- arch_topology: init capacity_freq_ref to 0 (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Utilize for_each_cpu_wrap for reference lookup (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Update AMU-based freq scale factor on entering idle (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: Provide an AMU-based version of arch_freq_get_on_cpu (Jennifer Berringer) [RHEL-80968]
|
||||
- cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (Jennifer Berringer) [RHEL-80968]
|
||||
- cpufreq: Allow arch_freq_get_on_cpu to return an error (Jennifer Berringer) [RHEL-80968]
|
||||
- arm64: amu: Delay allocating cpumask for AMU FIE support (Jennifer Berringer) [RHEL-80968]
|
||||
- Revert "cxl/acpi: Fix load failures due to single window creation failure" (John W. Linville) [RHEL-82540]
|
||||
- selftests: livepatch: test livepatching a kprobed function (Ryan Sullivan) [RHEL-80216]
|
||||
- selftests: livepatch: save and restore kprobe state (Ryan Sullivan) [RHEL-80216]
|
||||
- selftests: livepatch: rename KLP_SYSFS_DIR to SYSFS_KLP_DIR (Ryan Sullivan) [RHEL-80216]
|
||||
- PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args() (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling (Myron Stowe) [RHEL-83611]
|
||||
- tools/Makefile: Remove pci target (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Avoid FLR for Mediatek MT7922 WiFi (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Fix BUILD_BUG_ON usage for old gcc (Myron Stowe) [RHEL-83611]
|
||||
- PCI/ASPM: Fix L1SS saving (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Restore original INTX_DISABLE bit by pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- Documentation: Fix pci=config_acs= example (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Remove redundant PCI_VSEC_HDR and PCI_VSEC_HDR_LEN_SHIFT (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Don't include 'pm_wakeup.h' directly (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Update code comment on PCI_EXP_LNKCAP_SLS for PCIe r3.0 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: xilinx-cpm: Add support for Versal CPM5 Root Port Controller 1 (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signature (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rockchip: Simplify clock handling by using clk_bulk*() functions (Myron Stowe) [RHEL-83611]
|
||||
- PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mvebu: Enable module autoloading (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: microchip,pcie-host: Allow dma-noncoherent (Myron Stowe) [RHEL-83611]
|
||||
- PCI: microchip: Set inbound address translation for coherent or non-coherent mode (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Enable async probe by default (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoC (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Move reset/assert callbacks in .power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_power_up() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: layerscape: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Clean up comments and whitespace (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Remove surplus imx7d_pcie_init_phy() function (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add missing reference clock disable logic (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Skip controller_id generation logic for i.MX7D (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Fetch dbi2 and iATU base addesses from DT (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Configure PHY based on Root Complex or Endpoint mode (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add Refclk for i.MX95 PCIe (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: fsl,imx6q-pcie: Add Refclk for i.MX95 RC (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Simplify config resource lookup (Myron Stowe) [RHEL-83611]
|
||||
- of: address: Add parent_bus_addr to struct of_pci_range (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM support (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Use DWC common suspend resume method (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Add dw_pcie_suspend_noirq(), dw_pcie_resume_noirq() stubs for !CONFIG_PCIE_DW_HOST (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Always stop link in the dw_pcie_suspend_noirq (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dw-rockchip: Don't wait for link since we can detect Link Up (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQ (Myron Stowe) [RHEL-83611]
|
||||
- PCI: qcom: Update ICC and OPP values after Link Up event (Myron Stowe) [RHEL-83611]
|
||||
- PCI: qcom: Don't wait for link if we can detect Link Up (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Don't wait for link up if driver can detect Link Up event (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_args (Myron Stowe) [RHEL-83611]
|
||||
- PCI: apple: Convert to {en,dis}able_device() callbacks (Myron Stowe) [RHEL-83611]
|
||||
- PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_ops (Myron Stowe) [RHEL-83611]
|
||||
- PCI: imx6: Add IOMMU and ITS MSI support for i.MX95 (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add enable_device() and disable_device() callbacks for bridges (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controller (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: qcom,pcie-sm8550: Document 'global' interrupt (Myron Stowe) [RHEL-83611]
|
||||
- dt-bindings: PCI: mobiveil: Convert mobiveil-pcie.txt to YAML (Myron Stowe) [RHEL-83611]
|
||||
- selftests: pci_endpoint: Migrate to Kselftest framework (Myron Stowe) [RHEL-83611]
|
||||
- selftests: Move PCI Endpoint tests from tools/pci to Kselftests (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Fix IOCTL return value (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Remove redundant 'remainder' test (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Add consecutive BAR test (Myron Stowe) [RHEL-83611]
|
||||
- misc: pci_endpoint_test: Add support for capabilities (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Add support for capabilities (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL on error (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Verify that requested BAR size is a power of two (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: artpec6: Implement dw_pcie_ep operation get_features (Myron Stowe) [RHEL-83611]
|
||||
- PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Finish virtual EP removal in pci_epf_remove_vepf() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Simplify pci_epc_get() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: endpoint: Replace magic number '6' by PCI_STD_NUM_BARS (Myron Stowe) [RHEL-83611]
|
||||
- PCI: switchtec: Add Microchip PCI100X device IDs (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1 (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Remove unnecessary zero in initializer (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Use __free() in reset_method_store() (Myron Stowe) [RHEL-83611]
|
||||
- PCI/sysfs: Move reset related sysfs code to correct file (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of_property: Rename struct of_pci_range to of_pci_range_entry (Myron Stowe) [RHEL-83611]
|
||||
- sparc/PCI: Update reference to devm_of_pci_get_host_bridge_resources() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface (Myron Stowe) [RHEL-83611]
|
||||
- PCI: of: Drop 'No bus range found' message (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Unexport of_pci_parse_bus_range() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add TLP Prefix reading to pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Store number of supported End-End TLP Prefixes (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Use unsigned int i in pcie_read_tlp_log() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Use same names in pcie_read_tlp_log() prototype and definition (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Add defines for TLP Header/Prefix log sizes (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Move TLP Log handling to its own file (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem (Myron Stowe) [RHEL-83611]
|
||||
- PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Remove devres from pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- net/ethernet: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- HID: amd_sfh: Use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- wifi: qtnfmac: use always-managed version of pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- ata: Use always-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI/MSI: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- vfio/pci: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- misc: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- ntb: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- drivers/xen: Use never-managed version of pci_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Export pci_intx_unmanaged() and pcim_intx() (Myron Stowe) [RHEL-83611]
|
||||
- PCI: Encourage resource request API users to supply driver name (Myron Stowe) [RHEL-83611]
|
||||
- PCI/ASPM: Save parent L1SS config in pci_save_aspm_l1ss_state() (Myron Stowe) [RHEL-83611]
|
||||
- platform/x86/intel/pmc: Remove unneeded extern keyword in header (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove unnecessary declarations in header (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Add Panther Lake support to intel_pmc_core (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Move arch specific action to init function (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove simple init functions (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Create generic_core_init() for all platforms (Steve Best) [RHEL-47465]
|
||||
- platform/x86/intel/pmc: Remove duplicate enum (Steve Best) [RHEL-47465]
|
||||
- platform/x86:intel/pmc: Make tgl_core_generic_init() static (Steve Best) [RHEL-47465]
|
||||
- nfsd: fix UAF when access ex_uuid or ex_stats (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- SUNRPC: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- nfsd: no need get cache ref when protected by rcu (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- SUNRPC: introduce cache_check_rcu to help check in rcu context (Olga Kornievskaia) [RHEL-80508] {CVE-2024-53216}
|
||||
- net/sched: cls_api: fix error handling causing NULL dereference (CKI Backport Bot) [RHEL-83372] {CVE-2025-21857}
|
||||
- af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK (Davide Caratti) [RHEL-80306] {CVE-2024-57901}
|
||||
- redhat: kabi: update stablelist checksums (Čestmír Kalina) [RHEL-80552]
|
||||
- shrinker: include rh_kabi.h (Čestmír Kalina) [RHEL-80552]
|
||||
- mm/memcg: Exclude mem_cgroup/obj_cgroup pointer from kABI signature computation (Waiman Long) [RHEL-80552]
|
||||
- net: stmmac: dwmac-tegra: Read iommu stream id from device tree (Izabela Bakollari) [RHEL-75653] {CVE-2025-21663}
|
||||
- Revert "smb: client: fix chmod(2) regression with ATTR_READONLY" (Jan Stancek)
|
||||
- crypto: api - Fix larval relookup type and mask (Herbert Xu) [RHEL-78993]
|
||||
|
||||
* Fri Mar 28 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-69.el10]
|
||||
- redhat/configs: Enable CONFIG_BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
|
||||
- block/Kconfig: Allow selecting BLK_CGROUP_PUNT_BIO (Neal Gompa) [RHEL-79711]
|
||||
|
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-69.el10.tar.xz) = babe022ad038ae58255d159ae5cbcb5a6a1e95aacbebaafe3e3294a4f9b35013b035e0800b7bc1f553896d929517991f9e074a390070c553d61fb3e4cdeda6a4
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-69.el10.tar.xz) = 2c96a9ddbe7e60f4f31e8bc208cafea0c9190ef5d2beabe008fbdf22e04da99ffa719d7d1c654751cb5f8598cde5e1220e720664971bbdc2a6af9003d4d2f270
|
||||
SHA512 (kernel-kabi-dw-6.12.0-69.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d
|
||||
SHA512 (linux-6.12.0-70.el10.tar.xz) = fbbb7d14a7ba9c457a628fad98b417056da1c79c7b1c5eba044003cba9f80c6d88bcfd9b7088edd03d9532063a9dd4d1cc2246193a66425d8888c9964bb10232
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-70.el10.tar.xz) = e03cb86f0343fcad84f5768243a7b9c174fa6a545512f298df1d1595248eb243e05a8eddd1f25ee9f3ce2676eea9b0b0816d089a6853f23333a2772e9dd414df
|
||||
SHA512 (kernel-kabi-dw-6.12.0-70.el10.tar.xz) = 363638a37d0822f41ee10a642eba36b7442adc8697b96afc32d0dfe7cdfef25279d16621d6a9d75e29ec659a379ba2be6b7a92e59255bdeb00c17b5d4b54690d
|
||||
|
Loading…
Reference in New Issue
Block a user