Skip to content

Commit cd58e17

Browse files
committed
[redhat] kernel-5.14.0-536.el9
Signed-off-by: Rado Vrbovsky <rvrbovsk@redhat.com>
1 parent b68b07a commit cd58e17

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-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 = 535
15+
RHEL_RELEASE = 536
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.6

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
* Thu Nov 28 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-536.el9]
2+
- gfs2: Get rid of demote_ok checks (Andreas Gruenbacher) [RHEL-67675]
3+
- gfs2: Remove freeze_go_demote_ok (Andreas Gruenbacher) [RHEL-67675]
4+
- Revert "GFS2: Don't add all glocks to the lru" (Andreas Gruenbacher) [RHEL-67675]
5+
- gfs2: Revise glock reference counting model (Andreas Gruenbacher) [RHEL-67675]
6+
- gfs2: Add GL_NOBLOCK flag (Andreas Gruenbacher) [RHEL-67675]
7+
- gfs2: fix double destroy_workqueue error (Andreas Gruenbacher) [RHEL-67675]
8+
- gfs2: Switch to a per-filesystem glock workqueue (Andreas Gruenbacher) [RHEL-67675]
9+
- gfs2: Report when glocks cannot be freed for a long time (Andreas Gruenbacher) [RHEL-67675]
10+
- gfs2: gfs2_glock_get cleanup (Andreas Gruenbacher) [RHEL-67675]
11+
- gfs2: Invert the GLF_INITIAL flag (Andreas Gruenbacher) [RHEL-67675]
12+
- gfs2: Remove outdated comment in glock_work_func (Andreas Gruenbacher) [RHEL-67675]
13+
- gfs2: Update glocks documentation (Andreas Gruenbacher) [RHEL-67675]
14+
- gfs2: Rename handle_callback to request_demote (Andreas Gruenbacher) [RHEL-67675]
15+
- gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLY (Andreas Gruenbacher) [RHEL-67675]
16+
- gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLY (Andreas Gruenbacher) [RHEL-67675]
17+
- gfs2: Rename GLF_FREEING to GLF_UNLOCKED (Andreas Gruenbacher) [RHEL-67675]
18+
- gfs2: Remove useless return statement in run_queue (Andreas Gruenbacher) [RHEL-67675]
19+
- gfs2: Remove unnecessary function prototype (Andreas Gruenbacher) [RHEL-67675]
20+
- gfs2: dynamically allocate the gfs2-qd shrinker (Andreas Gruenbacher) [RHEL-67675]
21+
- gfs2: dynamically allocate the gfs2-glock shrinker (Andreas Gruenbacher) [RHEL-67675]
22+
- Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change (CKI Backport Bot) [RHEL-63971] {CVE-2024-50044}
23+
- selftests/mm: relax test to fail after 100 migration failures (Radostin Stoyanov) [RHEL-62703]
24+
- perf dso: Fix symtab_type for kmod compression (Michael Petlan) [RHEL-62198]
25+
- Bluetooth: HCI: Fix potential null-ptr-deref (CKI Backport Bot) [RHEL-38466] {CVE-2024-36011}
26+
- RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (Mohammad Heib) [RHEL-67317]
27+
- RDMA/bnxt_re: Remove some dead code (Mohammad Heib) [RHEL-67317]
28+
- RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe() (Mohammad Heib) [RHEL-67317]
29+
- RDMA/bnxt_re: synchronize the qp-handle table array (Mohammad Heib) [RHEL-67317]
30+
- RDMA/bnxt_re: Fix the usage of control path spin locks (Mohammad Heib) [RHEL-67317]
31+
- bnxt_re: Fix imm_data endianness (Mohammad Heib) [RHEL-67317]
32+
- Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs (CKI Backport Bot) [RHEL-66803] {CVE-2024-50255}
33+
- Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI" (Ivan Vecera) [RHEL-44950]
34+
- Bluetooth: hci_core: Fix calling mgmt_device_connected (Bastien Nocera) [RHEL-63624] {CVE-2024-49950}
35+
- Bluetooth: L2CAP: Fix uaf in l2cap_connect (CKI Backport Bot) [RHEL-63624] {CVE-2024-49950}
36+
- Bluetooth: SCO: Fix UAF on sco_sock_timeout (CKI Backport Bot) [RHEL-65927] {CVE-2024-50125}
37+
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
38+
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
39+
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
40+
- Bluetooth: hci_sync: Attempt to dequeue connection attempt (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
41+
- Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
42+
- Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
43+
- Bluetooth: hci_conn: Always use sk_timeo as conn_timeout (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
44+
- Bluetooth: Remove pending ACL connection attempts (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
45+
- Bluetooth: hci_conn: Only do ACL connections sequentially (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
46+
- Bluetooth: hci_event: Use HCI error defines instead of magic values (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
47+
- Bluetooth: Remove superfluous call to hci_conn_check_pending() (Bastien Nocera) [RHEL-63875] {CVE-2024-50029}
48+
- Bluetooth: Call iso_exit() on module unload (CKI Backport Bot) [RHEL-65144] {CVE-2024-50078}
49+
- Bluetooth: ISO: Fix multiple init when debugfs is disabled (CKI Backport Bot) [RHEL-65135] {CVE-2024-50077}
50+
- Bluetooth: bnep: fix wild-memory-access in proto_unregister (CKI Backport Bot) [RHEL-66364] {CVE-2024-50148}
51+
- fsdax: dax_unshare_iter needs to copy entire blocks (Brian Foster) [RHEL-64959]
52+
- fsdax: remove zeroing code from dax_unshare_iter (Brian Foster) [RHEL-64959]
53+
- iomap: turn iomap_want_unshare_iter into an inline function (Brian Foster) [RHEL-64959]
54+
- iomap: share iomap_unshare_iter predicate code with fsdax (Brian Foster) [RHEL-64959]
55+
- iomap: constrain the file range passed to iomap_file_unshare (Brian Foster) [RHEL-64959]
56+
- iomap: don't bother unsharing delalloc extents (Brian Foster) [RHEL-64959]
57+
- iomap: improve shared block detection in iomap_unshare_iter (Brian Foster) [RHEL-64959]
58+
- iomap: convert iomap_unshare_iter to use large folios (Brian Foster) [RHEL-64959]
59+
- xfs: don't allocate COW extents when unsharing a hole (Brian Foster) [RHEL-64959]
60+
- xfs: don't free cowblocks from under dirty pagecache on unshare (Brian Foster) [RHEL-64959]
61+
- xfs: skip background cowblock trims on inodes open for write (Brian Foster) [RHEL-64959]
62+
- uprobe: avoid out-of-bounds memory access of fetching args (Oleg Nesterov) [RHEL-64995] {CVE-2024-50067}
63+
- uprobes: encapsulate preparation of uprobe args buffer (Oleg Nesterov) [RHEL-64995] {CVE-2024-50067}
64+
Resolves: RHEL-38466, RHEL-44950, RHEL-62198, RHEL-62703, RHEL-63624, RHEL-63875, RHEL-63971, RHEL-64959, RHEL-64995, RHEL-65135, RHEL-65144, RHEL-65927, RHEL-66364, RHEL-66803, RHEL-67317, RHEL-67675
65+
166
* Wed Nov 27 2024 Rado Vrbovsky <rvrbovsk@redhat.com> [5.14.0-535.el9]
267
- redhat: create 'crashkernel=' addons for UKI (Vitaly Kuznetsov) [RHEL-33051]
368
- redhat: avoid superfluous quotes in UKI cmdline addones (Vitaly Kuznetsov) [RHEL-33051]

0 commit comments

Comments
 (0)