Skip to content

Commit 5dced41

Browse files
committed
[redhat] kernel-5.14.0-505.el9
Signed-off-by: Rado Vrbovsky <[email protected]>
1 parent 0ed2b8a commit 5dced41

File tree

2 files changed

+129
-1
lines changed

2 files changed

+129
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 6
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 504
15+
RHEL_RELEASE = 505
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,131 @@
1+
* Wed Sep 04 2024 Rado Vrbovsky <[email protected]> [5.14.0-505.el9]
2+
- PCI: Revert the cfg_access_lock lockdep mechanism (Myron Stowe) [RHEL-50255]
3+
- PCI: Make pcie_bandwidth_capable() static (Myron Stowe) [RHEL-50255]
4+
- x86/pci: Remove OLPC dead code (Myron Stowe) [RHEL-50255]
5+
- PCI: Clean up accessor macro formatting (Myron Stowe) [RHEL-50255]
6+
- PCI/ERR: Cleanup misleading indentation inside if conditions (Myron Stowe) [RHEL-50255]
7+
- PCI: Annotate pci_cache_line_size variables as __ro_after_init (Myron Stowe) [RHEL-50255]
8+
- PCI: Constify pcibus_class (Myron Stowe) [RHEL-50255]
9+
- Revert "genirq/msi: Provide constants for PCI/IMS support" (Myron Stowe) [RHEL-50255]
10+
- Revert "x86/apic/msi: Enable PCI/IMS" (Myron Stowe) [RHEL-50255]
11+
- Revert "iommu/vt-d: Enable PCI/IMS" (Myron Stowe) [RHEL-50255]
12+
- Revert "iommu/amd: Enable PCI/IMS" (Myron Stowe) [RHEL-50255]
13+
- Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" (Myron Stowe) [RHEL-50255]
14+
- Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (Myron Stowe) [RHEL-50255]
15+
- PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind() (Myron Stowe) [RHEL-50255]
16+
- PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loop (Myron Stowe) [RHEL-50255]
17+
- PCI: endpoint: pci-epf-test: Remove superfluous code (Myron Stowe) [RHEL-50255]
18+
- PCI: endpoint: Allocate a 64-bit BAR if that is the only option (Myron Stowe) [RHEL-50255]
19+
- PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loop (Myron Stowe) [RHEL-50255]
20+
- PCI: tegra194: Fix probe path for Endpoint mode (Myron Stowe) [RHEL-50255]
21+
- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (Myron Stowe) [RHEL-50255]
22+
- PCI: rockchip-ep: Set a 64-bit BAR if requested (Myron Stowe) [RHEL-50255]
23+
- PCI: mt7621: Fix string truncation in mt7621_pcie_parse_port() (Myron Stowe) [RHEL-50255]
24+
- PCI: endpoint: Remove "core_init_notifier" flag (Myron Stowe) [RHEL-50255]
25+
- PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers (Myron Stowe) [RHEL-50255]
26+
- PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers() (Myron Stowe) [RHEL-50255]
27+
- PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST# (Myron Stowe) [RHEL-50255]
28+
- PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit() (Myron Stowe) [RHEL-50255]
29+
- PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops (Myron Stowe) [RHEL-50255]
30+
- PCI: dwc: ep: Add Kernel-doc comments for APIs (Myron Stowe) [RHEL-50255]
31+
- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (Myron Stowe) [RHEL-50255]
32+
- PCI: cadence: Set a 64-bit BAR if requested (Myron Stowe) [RHEL-50255]
33+
- dt-bindings: PCI: rockchip,rk3399-pcie: Add missing maxItems to ep-gpios (Myron Stowe) [RHEL-50255]
34+
- dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4H compatible (Myron Stowe) [RHEL-50255]
35+
- dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4H compatible (Myron Stowe) [RHEL-50255]
36+
- dt-bindings: PCI: layerscape-pci: Convert to YAML format (Myron Stowe) [RHEL-50255]
37+
- dt-bindings: PCI: mediatek,mt7621: Add missing child node reg (Myron Stowe) [RHEL-50255]
38+
- dt-bindings: PCI: cdns,cdns-pcie-host: Drop redundant msi-parent and pci-bus.yaml (Myron Stowe) [RHEL-50255]
39+
- dt-bindings: PCI: ti,am65: Fix remaining binding warnings (Myron Stowe) [RHEL-50255]
40+
- dt-bindings: PCI: ti,j721e-pci-host: Add support for J722S SoC (Myron Stowe) [RHEL-50255]
41+
- dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties (Myron Stowe) [RHEL-50255]
42+
- dt-bindings: PCI: ti,j721e-pci-host: Add device-id for TI's J784S4 SoC (Myron Stowe) [RHEL-50255]
43+
- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (Myron Stowe) [RHEL-50255]
44+
- PCI: of_property: Return error for int_map allocation failure (Myron Stowe) [RHEL-50255]
45+
- PCI/MSI: Make error path handling follow the standard pattern (Myron Stowe) [RHEL-50255]
46+
- PCI: hotplug: Remove obsolete sgi_hotplug TODO notes (Myron Stowe) [RHEL-50255]
47+
- PCI: hotplug: Document unchecked return value of pci_hp_add_bridge() (Myron Stowe) [RHEL-50255]
48+
- PCI: Do not wait for disconnected devices when resuming (Myron Stowe) [RHEL-50255]
49+
- x86/pci: Skip early E820 check for ECAM region (Myron Stowe) [RHEL-50255]
50+
- PCI: Remove unused pci_enable_device_io() (Myron Stowe) [RHEL-50255]
51+
- ata: pata_cs5520: Remove unnecessary call to pci_enable_device_io() (Myron Stowe) [RHEL-50255]
52+
- PCI: Update pci_find_capability() stub return types (Myron Stowe) [RHEL-50255]
53+
- PCI: Remove PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
54+
- scsi: vmw_pvscsi: Do not use PCI_IRQ_LEGACY instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
55+
- scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
56+
- scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
57+
- scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
58+
- scsi: ipr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
59+
- scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
60+
- scsi: arcmsr: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
61+
- wifi: rtw89: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
62+
- wifi: rtw88: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
63+
- wifi: ath10k: Refer to INTX instead of LEGACY (Myron Stowe) [RHEL-50255]
64+
- r8169: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
65+
- net: alx: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
66+
- net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
67+
- net: amd-xgbe: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
68+
- VMCI: Use PCI_IRQ_ALL_TYPES to remove PCI_IRQ_LEGACY use (Myron Stowe) [RHEL-50255]
69+
- RDMA/vmw_pvrdma: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
70+
- IB/qib: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
71+
- drm/amdgpu: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
72+
- mfd: intel-lpss: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
73+
- ntb: idt: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
74+
- platform/x86: intel_ips: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
75+
- tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
76+
- usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
77+
- ASoC: Intel: avs: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
78+
- Documentation: PCI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
79+
- PCI/portdrv: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
80+
- PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY (Myron Stowe) [RHEL-50255]
81+
- PCI: Clarify intent of LT wait (Myron Stowe) [RHEL-50255]
82+
- PCI: Wait for Link Training==0 before starting Link retrain (Myron Stowe) [RHEL-50255]
83+
- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (Myron Stowe) [RHEL-50255]
84+
- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (Myron Stowe) [RHEL-50255]
85+
- PCI/DOE: Support discovery version 2 (Myron Stowe) [RHEL-50255]
86+
- PCI: Lock upstream bridge for pci_reset_function() (Myron Stowe) [RHEL-50255]
87+
- PCI/ASPM: Clean up ASPM disable/enable mask calculation (Myron Stowe) [RHEL-50255]
88+
- PCI/ASPM: Consolidate link state defines (Myron Stowe) [RHEL-50255]
89+
- PCI/AER: Update aer-inject tool source URL (Myron Stowe) [RHEL-50255]
90+
- PCI: Mask Replay Timer Timeout errors for Genesys GL975x SD host controller (Myron Stowe) [RHEL-50255]
91+
- of: unittest: Add tests for address translations (Myron Stowe) [RHEL-50255]
92+
- of: address: Fix address translation when address-size is greater than 2 (Myron Stowe) [RHEL-50255]
93+
- PCI: of: Destroy changeset when adding PCI device node fails (Myron Stowe) [RHEL-50255]
94+
- PCI: of_property: Handle interrupt parsing failures (Myron Stowe) [RHEL-50255]
95+
- PCI: Create device tree node for bridge (Myron Stowe) [RHEL-50255]
96+
- dt-bindings: PCI: Drop unneeded quotes (Myron Stowe) [RHEL-50255]
97+
- PCI/DOE: Relax restrictions on request and response size (Myron Stowe) [RHEL-50255]
98+
- PCI/DOE: Make mailbox creation API private (Myron Stowe) [RHEL-50255]
99+
- dt-bindings: PCI: ti,j721e-pci-host: Simplify 'device-id' schema (Myron Stowe) [RHEL-50255]
100+
- dt-bindings: PCI: cdns-ep: Fix 'unevaluatedProperties' warnings (Myron Stowe) [RHEL-50255]
101+
- dt-bindings: PCI: Fix 'unevaluatedProperties' warnings (Myron Stowe) [RHEL-50255]
102+
- ptp: annotate data-race around q->head and q->tail (Hangbin Liu) [RHEL-38600]
103+
- Input: gpio_keys_polled - suppress deferred probe error for gpio (Luiz Capitulino) [RHEL-52234]
104+
- Input: gpio_keys_polled - simplify with dev_err_probe() (Luiz Capitulino) [RHEL-52234]
105+
- redhat/configs: enable CONFIG_KEYBOARD_GPIO_POLLED driver (Luiz Capitulino) [RHEL-52234]
106+
- net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (Mete Durlu) [RHEL-37349] {CVE-2024-35934}
107+
- net/iucv: fix use after free in iucv_sock_close() (Mete Durlu) [RHEL-53992]
108+
- tools/virtio: Add dma sync api for virtio test (Eric Auger) [RHEL-3230]
109+
- virtio_ring: fix syncs DMA memory with different direction (Eric Auger) [RHEL-3230]
110+
- virtio: packed: fix unmap leak for indirect desc table (Eric Auger) [RHEL-3230]
111+
- virtio_net: fix missing dma unmap for resize (Eric Auger) [RHEL-3230]
112+
- virtio_net: avoid data-races on dev->stats fields (Eric Auger) [RHEL-3230]
113+
- virtio_net: fix the missing of the dma cpu sync (Eric Auger) [RHEL-3230]
114+
- virtio_net: merge dma operations when filling mergeable buffers (Eric Auger) [RHEL-3230]
115+
- virtio_ring: introduce dma sync api for virtqueue (Eric Auger) [RHEL-3230]
116+
- virtio_ring: introduce dma map api for virtqueue (Eric Auger) [RHEL-3230]
117+
- virtio_ring: introduce virtqueue_reset() (Eric Auger) [RHEL-3230]
118+
- virtio_ring: separate the logic of reset/enable from virtqueue_resize (Eric Auger) [RHEL-3230]
119+
- virtio_ring: correct the expression of the description of virtqueue_resize() (Eric Auger) [RHEL-3230]
120+
- virtio_ring: skip unmap for premapped (Eric Auger) [RHEL-3230]
121+
- virtio_ring: introduce virtqueue_dma_dev() (Eric Auger) [RHEL-3230]
122+
- virtio_ring: support add premapped buf (Eric Auger) [RHEL-3230]
123+
- virtio_ring: introduce virtqueue_set_dma_premapped() (Eric Auger) [RHEL-3230]
124+
- virtio_ring: put mapping error check in vring_map_one_sg (Eric Auger) [RHEL-3230]
125+
- virtio_ring: check use_dma_api before unmap desc for indirect (Eric Auger) [RHEL-3230]
126+
- s390/dasd: fix error recovery leading to data corruption on ESE devices (Mete Durlu) [RHEL-55873]
127+
Resolves: RHEL-3230, RHEL-37349, RHEL-38600, RHEL-50255, RHEL-52234, RHEL-53992, RHEL-55873
128+
1129
* Mon Sep 02 2024 Rado Vrbovsky <[email protected]> [5.14.0-504.el9]
2130
- Bump RHEL MINOR to 9.6 (Rado Vrbovsky)
3131
- block: initialize integrity buffer to zero before writing it to media (Ming Lei) [RHEL-54768] {CVE-2024-43854}

0 commit comments

Comments
 (0)