Skip to content

Commit e347423

Browse files
committed
[redhat] kernel-5.14.0-515.el9
Signed-off-by: Rado Vrbovsky <[email protected]>
1 parent 25cd253 commit e347423

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-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 = 514
15+
RHEL_RELEASE = 515
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,113 @@
1+
* Wed Oct 02 2024 Rado Vrbovsky <[email protected]> [5.14.0-515.el9]
2+
- smb: client: fix double put of @cfile in smb2_set_path_size() (Paulo Alcantara) [RHEL-57983]
3+
- smb: client: fix double put of @cfile in smb2_rename_path() (Paulo Alcantara) [RHEL-57983]
4+
- smb: client: fix hang in wait_for_response() for negproto (Paulo Alcantara) [RHEL-57983]
5+
- smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (Paulo Alcantara) [RHEL-57983]
6+
- smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock (Paulo Alcantara) [RHEL-57983]
7+
- smb: client: ignore unhandled reparse tags (Paulo Alcantara) [RHEL-57983]
8+
- smb3: fix problem unloading module due to leaked refcount on shutdown (Paulo Alcantara) [RHEL-57983]
9+
- smb3: fix broken cached reads when posix locks (Paulo Alcantara) [RHEL-57983]
10+
- smb: smb2pdu.h: Use static_assert() to check struct sizes (Paulo Alcantara) [RHEL-57983]
11+
- smb3: fix lock breakage for cached writes (Paulo Alcantara) [RHEL-57983]
12+
- cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath (Paulo Alcantara) [RHEL-57983]
13+
- Fix spelling errors in Server Message Block (Paulo Alcantara) [RHEL-57983]
14+
- smb3: fix setting SecurityFlags when encryption is required (Paulo Alcantara) [RHEL-57983]
15+
- smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp (Paulo Alcantara) [RHEL-57983]
16+
- smb3: add dynamic tracepoints for shutdown ioctl (Paulo Alcantara) [RHEL-57983]
17+
- smb: client: handle lack of FSCTL_GET_REPARSE_POINT support (Paulo Alcantara) [RHEL-57983]
18+
- smb3: add dynamic trace point for session setup key expired failures (Paulo Alcantara) [RHEL-57983]
19+
- smb3: add four dynamic tracepoints for copy_file_range and reflink (Paulo Alcantara) [RHEL-57983]
20+
- smb3: add dynamic tracepoint for reflink errors (Paulo Alcantara) [RHEL-57983]
21+
- cifs: mount with "unix" mount option for SMB1 incorrectly handled (Paulo Alcantara) [RHEL-57983]
22+
- cifs: fix reconnect with SMB1 UNIX Extensions (Paulo Alcantara) [RHEL-57983]
23+
- cifs: fix potential null pointer use in destroy_workqueue in init_cifs error path (Paulo Alcantara) [RHEL-57983]
24+
- cifs: fix noisy message on copy_file_range (Paulo Alcantara) [RHEL-57983]
25+
- cifs: fix setting SecurityFlags to true (Paulo Alcantara) [RHEL-57983]
26+
- cifs: fix typo in module parameter enable_gcm_256 (Paulo Alcantara) [RHEL-57983]
27+
- smb: client: fix deadlock in smb2_find_smb_tcon() (Paulo Alcantara) [RHEL-57983]
28+
- cifs: fix creating sockets when using sfu mount options (Paulo Alcantara) [RHEL-57983]
29+
- smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings (Paulo Alcantara) [RHEL-57983]
30+
- smb3: fix lock ordering potential deadlock in cifs_sync_mid_result (Paulo Alcantara) [RHEL-57983]
31+
- smb3: missing lock when picking channel (Paulo Alcantara) [RHEL-57983]
32+
- smb: client: Fix struct_group() usage in __packed structs (Paulo Alcantara) [RHEL-57983]
33+
- cifs: reinstate original behavior again for forceuid/forcegid (Paulo Alcantara) [RHEL-57983]
34+
- ksmbd: common: use struct_group_attr instead of struct_group for network_open_info (Paulo Alcantara) [RHEL-57983]
35+
- cifs: Add tracing for the cifs_tcon struct refcounting (Paulo Alcantara) [RHEL-57983]
36+
- cifs: Fix reacquisition of volume cookie on still-live connection (Paulo Alcantara) [RHEL-57983]
37+
- smb3: fix broken reconnect when password changing on the server by allowing password rotation (Paulo Alcantara) [RHEL-57983]
38+
- smb3: fix Open files on server counter going negative (Paulo Alcantara) [RHEL-57983]
39+
- smb3: retrying on failed server close (Paulo Alcantara) [RHEL-57983]
40+
- cifs: Fix caching to try to do open O_WRONLY as rdwr on server (Paulo Alcantara) [RHEL-57983]
41+
- netdev: add queue stat for alloc failures (CKI Backport Bot) [RHEL-57771]
42+
- netdev: add per-queue statistics (CKI Backport Bot) [RHEL-57771]
43+
- net/iucv: Avoid explicit cpumask var allocation on stack (Mete Durlu) [RHEL-56533] {CVE-2024-42094}
44+
- powerpc/64s: Enable KFENCE on book3s64 (Mamatha Inamdar) [RHEL-52738]
45+
- powerpc/perf: Fix the threshold compare group constraint for power10 (Mamatha Inamdar) [RHEL-50637]
46+
- tools/power turbostat: version 2024.07.26 (Steve Best) [RHEL-57077]
47+
- tools/power turbostat: Include umask=%%x in perf counter's config (Steve Best) [RHEL-57077]
48+
- tools/power turbostat: Document PMT in turbostat.8 (Steve Best) [RHEL-57077]
49+
- tools/power turbostat: Add MTL's PMT DC6 builtin counter (Steve Best) [RHEL-57077]
50+
- tools/power turbostat: Add early support for PMT counters (Steve Best) [RHEL-57077]
51+
- tools/power turbostat: Move verbose counter messages to level 2 (Steve Best) [RHEL-57077]
52+
- tools/power turbostat: Move debug prints from stdout to stderr (Steve Best) [RHEL-57077]
53+
- tools/power turbostat: Fix typo in turbostat.8 (Steve Best) [RHEL-57077]
54+
- tools/power turbostat: Add perf added counter example to turbostat.8 (Steve Best) [RHEL-57077]
55+
- tools/power turbostat: Fix formatting in turbostat.8 (Steve Best) [RHEL-57077]
56+
- tools/power turbostat: Extend --add option with perf counters (Steve Best) [RHEL-57077]
57+
- tools/power turbostat: Group SMI counter with APERF and MPERF (Steve Best) [RHEL-57077]
58+
- tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin array (Steve Best) [RHEL-57077]
59+
- tools/power turbostat: Replace enum rapl_source and cstate_source with counter_source (Steve Best) [RHEL-57077]
60+
- tools/power turbostat: Remove anonymous union from rapl_counter_info_t (Steve Best) [RHEL-57077]
61+
- tools/power/turbostat: Switch to new Intel CPU model defines (Steve Best) [RHEL-57077]
62+
- scsi: ufs: renesas: Fix private allocation (Radu Rendec) [RHEL-60138]
63+
- powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMMU_API (Mamatha Inamdar) [RHEL-52741]
64+
- powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries (Mamatha Inamdar) [RHEL-52741]
65+
- powerpc/iommu: Move dev_has_iommu_table() to iommu.c (Mamatha Inamdar) [RHEL-52741]
66+
- vfio/spapr: Always clear TCEs before unsetting the window (Mamatha Inamdar) [RHEL-52741]
67+
- powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDW (Mamatha Inamdar) [RHEL-52741]
68+
- powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl output (Mamatha Inamdar) [RHEL-52741]
69+
- powerpc/iommu: Move pSeries specific functions to pseries/iommu.c (Mamatha Inamdar) [RHEL-52741]
70+
- powerpc/powernv/pci: Remove ioda1 support (Mamatha Inamdar) [RHEL-52741]
71+
- tools/cpupower: display residency value in idle-info (Steve Best) [RHEL-59682]
72+
- cpupower: Change the var type of the 'monitor' subcommand display mode (Steve Best) [RHEL-59682]
73+
- ceph: remove the incorrect Fw reference check when dirtying pages (Xiubo Li) [RHEL-60255]
74+
- pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (Steve Best) [RHEL-60002]
75+
- dmaengine: dw: Add memory bus width verification (Jerry Snitselaar) [RHEL-56794]
76+
- dmaengine: ti: omap-dma: Initialize sglen after allocation (Jerry Snitselaar) [RHEL-56794]
77+
- dmaengine: dw: Add peripheral bus width verification (Jerry Snitselaar) [RHEL-56794]
78+
- dmaengine: ti: add missing MODULE_DESCRIPTION() macros (Jerry Snitselaar) [RHEL-56794]
79+
- dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macro (Jerry Snitselaar) [RHEL-56794]
80+
- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (Jerry Snitselaar) [RHEL-56794]
81+
- dmaengine: sh: rz-dmac: Fix lockdep assert warning (Jerry Snitselaar) [RHEL-56794]
82+
- dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan() (Jerry Snitselaar) [RHEL-56794]
83+
- dmaengine: qcom: gpi: remove unused struct 'reg_info' (Jerry Snitselaar) [RHEL-56794]
84+
- dmaengine: add channel device name to channel registration (Jerry Snitselaar) [RHEL-56794]
85+
- dmaengine: qcom: add missing MODULE_DESCRIPTION() macros (Jerry Snitselaar) [RHEL-56794]
86+
- dmaengine: imx-sdma: don't print warning when firmware is absent (Jerry Snitselaar) [RHEL-56794]
87+
- firmware: add nowarn variant of request_firmware_nowait() (Jerry Snitselaar) [RHEL-56794]
88+
- dmaengine: ti: k3-udma: fix module autoloading (Jerry Snitselaar) [RHEL-56794]
89+
- dmaengine: add missing MODULE_DESCRIPTION() macros (Jerry Snitselaar) [RHEL-56794]
90+
- dmaengine: Add API function dmaengine_prep_peripheral_dma_vec() (Jerry Snitselaar) [RHEL-56794]
91+
- dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq() (Jerry Snitselaar) [RHEL-56794]
92+
- dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id() (Jerry Snitselaar) [RHEL-56794]
93+
- dmaengine: imx-sdma: Add i2c dma support (Jerry Snitselaar) [RHEL-56794]
94+
- dmaengine: imx-sdma: utilize compiler to calculate ADDRS_ARRAY_SIZE_V<n> (Jerry Snitselaar) [RHEL-56794]
95+
- dmaengine: qcom: Drop hidma DT support (Jerry Snitselaar) [RHEL-56794]
96+
- dma: Add lockdep asserts to virt-dma (Jerry Snitselaar) [RHEL-56794]
97+
- dmaengine: imx-sdma: support dual fifo for DEV_TO_DEV (Jerry Snitselaar) [RHEL-56794]
98+
- dmaengine: imx-sdma: Support 24bit/3bytes for sg mode (Jerry Snitselaar) [RHEL-56794]
99+
- dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram) (Jerry Snitselaar) [RHEL-56794]
100+
- dmaengine: ti: k3-psil-j721s2: Add entry for CSI2RX (Jerry Snitselaar) [RHEL-56794]
101+
- dmaengine: ti: k3-udma-glue: Add function to request RX chan for thread ID (Jerry Snitselaar) [RHEL-56794]
102+
- dmaengine: ti: k3-udma-glue: Add function to request TX chan for thread ID (Jerry Snitselaar) [RHEL-56794]
103+
- dmaengine: ti: k3-udma-glue: Update name for remote RX channel device (Jerry Snitselaar) [RHEL-56794]
104+
- dmaengine: ti: k3-udma-glue: Add function to parse channel by ID (Jerry Snitselaar) [RHEL-56794]
105+
- vhost/vsock: always initialize seqpacket_allow (CKI Backport Bot) [RHEL-55592] {CVE-2024-43873}
106+
- Bluetooth: af_bluetooth: Fix deadlock (CKI Backport Bot) [RHEL-34156] {CVE-2024-26886}
107+
- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (CKI Backport Bot) [RHEL-36374] {CVE-2024-27399}
108+
- Bluetooth: Ignore too large handle values in BIG (CKI Backport Bot) [RHEL-51918] {CVE-2024-42133}
109+
Resolves: RHEL-34156, RHEL-36374, RHEL-50637, RHEL-51918, RHEL-52738, RHEL-52741, RHEL-55592, RHEL-56533, RHEL-56794, RHEL-57077, RHEL-57771, RHEL-57983, RHEL-59682, RHEL-60002, RHEL-60138, RHEL-60255
110+
1111
* Fri Sep 27 2024 Rado Vrbovsky <[email protected]> [5.14.0-514.el9]
2112
- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (Jose Ignacio Tornos Martinez) [RHEL-55579] {CVE-2024-43879}
3113
- wifi: mac80211: fix NULL dereference at band check in starting tx ba session (Jose Ignacio Tornos Martinez) [RHEL-56191] {CVE-2024-43911}

0 commit comments

Comments
 (0)