Skip to content

Commit 5594938

Browse files
committed
[redhat] kernel-6.12.0-117.el10
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
1 parent a814d2f commit 5594938

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-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 = 1
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 116
15+
RHEL_RELEASE = 117
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.1

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
* Mon Aug 04 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-117.el10]
2+
- platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks (CKI Backport Bot) [RHEL-106717] {CVE-2025-38412}
3+
- bus: mhi: host: Fix race between unprepare and queue_buf (Mattijs Korpershoek) [RHEL-93880]
4+
- bus: mhi: host: pci_generic: Add support for SA8775P endpoint (Mattijs Korpershoek) [RHEL-93880]
5+
- bus: mhi: host: Remove unused functions (Mattijs Korpershoek) [RHEL-93880]
6+
- PCI: epf-mhi: Update device ID for SA8775P (Mattijs Korpershoek) [RHEL-93880]
7+
- bus: mhi: host: Avoid possible uninitialized fw_load_type (Mattijs Korpershoek) [RHEL-93880]
8+
- bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL (Mattijs Korpershoek) [RHEL-93880]
9+
- bus: mhi: host: Refactor BHI/BHIe based firmware loading (Mattijs Korpershoek) [RHEL-93880]
10+
- bus: mhi: host: pci_generic: fix MHI BAR mapping (Mattijs Korpershoek) [RHEL-93880]
11+
- bus: mhi: host: pci_generic: Use pcim_iomap_region() to request and map MHI BAR (Mattijs Korpershoek) [RHEL-93880]
12+
- net: openvswitch: Fix the dead loop of MPLS parse (Aaron Conole) [RHEL-95608]
13+
- devres: Move devm_*_action*() APIs to devres.h (CKI Backport Bot) [RHEL-105008]
14+
- fwctl: Fix repeated device word in log message (Benjamin Poirier) [RHEL-86015]
15+
- mlx5: Create an auxiliary device for fwctl_mlx5 (Benjamin Poirier) [RHEL-86015]
16+
- fwctl/mlx5: Support for communicating with mlx5 fw (Benjamin Poirier) [RHEL-86015]
17+
- fwctl: Add documentation (Benjamin Poirier) [RHEL-86015]
18+
- fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware (Benjamin Poirier) [RHEL-86015]
19+
- taint: Add TAINT_FWCTL (Benjamin Poirier) [RHEL-86015]
20+
- fwctl: FWCTL_INFO to return basic information about the device (Benjamin Poirier) [RHEL-86015]
21+
- fwctl: Basic ioctl dispatch for the character device (Benjamin Poirier) [RHEL-86015]
22+
- fwctl: Add basic structure for a class subsystem with a cdev (Benjamin Poirier) [RHEL-86015]
23+
- net: bridge: Do not offload IGMP/MLD messages (Mohammad Heib) [RHEL-75595]
24+
- bridge: mcast: Fix use-after-free during router port configuration (Mohammad Heib) [RHEL-75595]
25+
- bridge: netfilter: Fix forwarding of fragmented packets (Mohammad Heib) [RHEL-75595]
26+
- selftests: net/bridge : add tests for per vlan snooping with stp state changes (Mohammad Heib) [RHEL-75595]
27+
- net: bridge: mcast: update multicast contex when vlan state is changed (Mohammad Heib) [RHEL-75595]
28+
- net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions (Mohammad Heib) [RHEL-75595]
29+
- net: bridge: switchdev: do not notify new brentries as changed (Mohammad Heib) [RHEL-75595]
30+
- net: bridge: locally receive all multicast packets if IFF_ALLMULTI is set (Mohammad Heib) [RHEL-75595]
31+
- net: bridge: mcast: Notify on mdb offload failure (Mohammad Heib) [RHEL-75595]
32+
- net: bridge: Add offload_fail_notification bopt (Mohammad Heib) [RHEL-75595]
33+
- net: bridge: mcast: Add offload failed mdb flag (Mohammad Heib) [RHEL-75595]
34+
- selftests: test_bridge_neigh_suppress: Test unicast ARP/NS with suppression (Mohammad Heib) [RHEL-75595]
35+
- net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridge (Mohammad Heib) [RHEL-75595]
36+
- net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. (Mohammad Heib) [RHEL-75595]
37+
- net: switchdev: Convert blocking notification chain to a raw one (Mohammad Heib) [RHEL-75595]
38+
- bridge: mdb: Allow replace of a host-joined group (Mohammad Heib) [RHEL-75595]
39+
- bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff" (Mohammad Heib) [RHEL-75595]
40+
- selftests: net: Add a VLAN bridge binding selftest (Mohammad Heib) [RHEL-75595]
41+
- net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDING (Mohammad Heib) [RHEL-75595]
42+
- net: bridge: Extract a helper to handle bridge_binding toggles (Mohammad Heib) [RHEL-75595]
43+
- net: bridge: constify 'struct bin_attribute' (Mohammad Heib) [RHEL-75595]
44+
- bridge: Allow deleting FDB entries with non-existent VLAN (Mohammad Heib) [RHEL-75595]
45+
- net: bridge: replace call_rcu by kfree_rcu for simple kmem_cache_free callback (Mohammad Heib) [RHEL-75595]
46+
- wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds (CKI Backport Bot) [RHEL-103170] {CVE-2025-38159}
47+
- tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (Xin Long) [RHEL-96627]
48+
- net: tipc: fix refcount warning in tipc_aead_encrypt (Xin Long) [RHEL-96627]
49+
- tipc: use kfree_sensitive() for aead cleanup (Xin Long) [RHEL-96627]
50+
- net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (Xin Long) [RHEL-96627]
51+
- tipc: fix NULL pointer dereference in tipc_mon_reinit_self() (Xin Long) [RHEL-96627]
52+
- tipc: Removing deprecated strncpy() (Xin Long) [RHEL-96627]
53+
- tipc: fix memory leak in tipc_link_xmit (Xin Long) [RHEL-96627]
54+
- wifi: mt76: mt7925: add rfkill_poll for hardware rfkill (Jose Ignacio Tornos Martinez) [RHEL-100945]
55+
- wifi: ath12k: fix invalid access to memory (CKI Backport Bot) [RHEL-103230] {CVE-2025-38292}
56+
- netlink: specs: dpll: replace underscores with dashes in names (CKI Backport Bot) [RHEL-101739]
57+
- dpll: fix xa_alloc_cyclic() error handling (CKI Backport Bot) [RHEL-101739]
58+
- dpll: Add an assertion to check freq_supported_num (CKI Backport Bot) [RHEL-101739]
59+
- tools: ynl-gen: de-kdocify enums with no doc for entries (CKI Backport Bot) [RHEL-101739]
60+
- redhat/configs: automotive: enable MHI_BUS_EP (Mattijs Korpershoek) [RHEL-85098]
61+
- arp: use RCU protection in arp_xmit() (Guillaume Nault) [RHEL-96598]
62+
- ipv4: use RCU protection in __ip_rt_update_pmtu() (Guillaume Nault) [RHEL-96598]
63+
- geneve: Suppress list corruption splat in geneve_destroy_tunnels(). (Guillaume Nault) [RHEL-96614]
64+
- geneve: Fix use-after-free in geneve_find_dev(). (Guillaume Nault) [RHEL-96614]
65+
Resolves: RHEL-100945, RHEL-101739, RHEL-103170, RHEL-103230, RHEL-105008, RHEL-106717, RHEL-75595, RHEL-85098, RHEL-86015, RHEL-93880, RHEL-95608, RHEL-96598, RHEL-96614, RHEL-96627
66+
167
* Thu Jul 31 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-116.el10]
268
- irqchip/gic-v3-its: Fix over allocation in itt_alloc_pool() (Gavin Shan) [RHEL-105602]
369
- irqchip/gic-v3-its: Rely on genpool alignment (Gavin Shan) [RHEL-105602]

0 commit comments

Comments
 (0)