Skip to content

Commit 1338eff

Browse files
author
CKI KWF Bot
committed
[redhat] kernel-6.12.0-136.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
1 parent b8590b8 commit 1338eff

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-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 = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 135
15+
RHEL_RELEASE = 136
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
* Mon Sep 29 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-136.el10]
2+
- xfs: do not propagate ENODATA disk errors into xattr code (Carlos Maiolino) [RHEL-115731]
3+
- Fix packaging for libcpupower python binding debuginfo (John B. Wyatt IV) [RHEL-83442]
4+
- Enable building libcpupower bindings for ELN/Rawhide (John B. Wyatt IV) [RHEL-83442]
5+
- mm: swap: fix potential buffer overflow in setup_clusters() (CKI Backport Bot) [RHEL-114865] {CVE-2025-39727}
6+
- net/mlx5: Not returning mlx5_link_info table when speed is unknown (Li Tian) [RHEL-113425]
7+
- sctp: linearize cloned gso packets in sctp_rcv (CKI Backport Bot) [RHEL-113341] {CVE-2025-38718}
8+
- Bluetooth: hci_event: Disconnect device when BIG sync is lost (David Marlin) [RHEL-107922]
9+
- Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event (David Marlin) [RHEL-107922]
10+
- Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source (David Marlin) [RHEL-107922]
11+
- Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK (David Marlin) [RHEL-107922]
12+
- Bluetooth: ISO: Fix getname not returning broadcast fields (David Marlin) [RHEL-107922]
13+
- Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separately (David Marlin) [RHEL-107922]
14+
- Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections (David Marlin) [RHEL-107922]
15+
- Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF (David Marlin) [RHEL-107922]
16+
- Bluetooth: hci_sync: Fix scan state after PA Sync has been established (David Marlin) [RHEL-107922]
17+
- PM: wakeup: implement devm_device_init_wakeup() helper (David Marlin) [RHEL-107922]
18+
- Bluetooth: btusb: Fix potential NULL dereference on kmalloc failure (David Marlin) [RHEL-107922]
19+
- Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv (David Marlin) [RHEL-107922]
20+
- Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU (David Marlin) [RHEL-107922]
21+
- Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant without board ID (David Marlin) [RHEL-107922]
22+
- Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmap (David Marlin) [RHEL-107922]
23+
- Bluetooth: hci_core: add missing braces when using macro parameters (David Marlin) [RHEL-107922]
24+
- Bluetooth: hci_core: fix typos in macros (David Marlin) [RHEL-107922]
25+
- Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout (David Marlin) [RHEL-107922]
26+
- Bluetooth: SMP: If an unallowed command is received consider it a failure (David Marlin) [RHEL-107922]
27+
- Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pkt_type (David Marlin) [RHEL-107922]
28+
- Bluetooth: hci_sync: fix connectable extended advertising when using static random address (David Marlin) [RHEL-107922]
29+
- Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() (David Marlin) [RHEL-107922]
30+
- Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connected (David Marlin) [RHEL-107922]
31+
- Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle (David Marlin) [RHEL-107922]
32+
- Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_state (David Marlin) [RHEL-107922]
33+
- Bluetooth: hci_sync: Fix not disabling advertising instance (David Marlin) [RHEL-107922]
34+
- Bluetooth: HCI: Set extended advertising data synchronously (David Marlin) [RHEL-107922]
35+
- Bluetooth: MGMT: mesh_send: check instances prior disabling advertising (David Marlin) [RHEL-107922]
36+
- Bluetooth: MGMT: set_mesh: update LE scan interval and window (David Marlin) [RHEL-107922]
37+
- Bluetooth: hci_sync: revert some mesh modifications (David Marlin) [RHEL-107922]
38+
- Bluetooth: Prevent unintended pause by checking if advertising is active (David Marlin) [RHEL-107922]
39+
- driver: bluetooth: hci_qca:fix unable to load the BT driver (David Marlin) [RHEL-107922]
40+
- Bluetooth: L2CAP: Fix L2CAP MTU negotiation (David Marlin) [RHEL-107922]
41+
- Bluetooth: btintel_pcie: Fix potential race condition in firmware download (David Marlin) [RHEL-107922]
42+
- Bluetooth: MGMT: Fix sparse errors (David Marlin) [RHEL-107922]
43+
- Bluetooth: ISO: Fix not using bc_sid as advertisement SID (David Marlin) [RHEL-107922]
44+
- Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS sockets (David Marlin) [RHEL-107922]
45+
- Bluetooth: eir: Fix possible crashes on eir_create_adv_data (David Marlin) [RHEL-107922]
46+
- Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance (David Marlin) [RHEL-107922]
47+
- Bluetooth: Fix NULL pointer deference on eir_get_service_data (David Marlin) [RHEL-107922]
48+
- Bluetooth: MGMT: Protect mgmt_pending list with its own lock (David Marlin) [RHEL-107922]
49+
- Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete (David Marlin) [RHEL-107922]
50+
- Bluetooth: btintel_pcie: Reduce driver buffer posting to prevent race condition (David Marlin) [RHEL-107922]
51+
- Bluetooth: btintel_pcie: Increase the tx and rx descriptor count (David Marlin) [RHEL-107922]
52+
- Bluetooth: btintel_pcie: Fix driver not posting maximum rx buffers (David Marlin) [RHEL-107922]
53+
- Bluetooth: hci_core: fix list_for_each_entry_rcu usage (David Marlin) [RHEL-107922]
54+
- Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION (David Marlin) [RHEL-107922]
55+
- Bluetooth: hci_qca: move the SoC type check to the right place (David Marlin) [RHEL-107922]
56+
- Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check (David Marlin) [RHEL-107922]
57+
- Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commands (David Marlin) [RHEL-107922]
58+
- Bluetooth: btintel: Check dsbr size from EFI variable (David Marlin) [RHEL-107922]
59+
- Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() (David Marlin) [RHEL-107922]
60+
- Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922 (David Marlin) [RHEL-107922]
61+
- Bluetooth: separate CIS_LINK and BIS_LINK link types (David Marlin) [RHEL-107922]
62+
- Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925 (David Marlin) [RHEL-107922]
63+
- Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO (David Marlin) [RHEL-107922]
64+
- Bluetooth: btintel_pcie: Dump debug registers on error (David Marlin) [RHEL-107922]
65+
- Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fields (David Marlin) [RHEL-107922]
66+
- Bluetooth: ISO: Fix not using SID from adv report (David Marlin) [RHEL-107922]
67+
- Bluetooth: btnxpuart: Implement host-wakeup feature (David Marlin) [RHEL-107922]
68+
- Bluetooth: btusb: Add RTL8851BE device 0x0bda:0xb850 (David Marlin) [RHEL-107922]
69+
- Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware() (David Marlin) [RHEL-107922]
70+
- Bluetooth: btmtksdio: Fix wakeup source leaks on device unbind (David Marlin) [RHEL-107922]
71+
- Bluetooth: btmrvl_sdio: Fix wakeup source leaks on device unbind (David Marlin) [RHEL-107922]
72+
- Bluetooth: btintel_pcie: Do not generate coredump for diagnostic events (David Marlin) [RHEL-107922]
73+
- Bluetooth: btusb: Add new VID/PID 13d3/3613 for MT7925 (David Marlin) [RHEL-107922]
74+
- use uniform permission checks for all mount propagation changes (Ian Kent) [RHEL-107307] {CVE-2025-38498}
75+
- do_change_type(): refuse to operate on unmounted/not ours mounts (Ian Kent) [RHEL-107307] {CVE-2025-38498}
76+
Resolves: RHEL-107307, RHEL-107922, RHEL-113341, RHEL-113425, RHEL-114865, RHEL-115731, RHEL-83442
77+
178
* Thu Sep 25 2025 Scott Weaver <scweaver@redhat.com> [6.12.0-135.el10]
279
- configs: enable Tegra264 SoC with serial and BPMP (Marcin Juszkiewicz) [RHEL-109772]
380
- arm64: defconfig: Enable Tegra HSP and BPMP (Marcin Juszkiewicz) [RHEL-109772]

0 commit comments

Comments
 (0)