Skip to content

Commit 40321a6

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

File tree

2 files changed

+140
-1
lines changed

2 files changed

+140
-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 = 164
15+
RHEL_RELEASE = 165
1616

1717
#
1818
# RHEL_REBASE_NUM

redhat/kernel.changelog-10.2

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,142 @@
1+
* Fri Nov 28 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-165.el10]
2+
- netdev: define NETDEV_INTERNAL (Michal Schmidt) [RHEL-127480]
3+
- tpm: Prevent local DOS via tpm/tpm0/ppi/*operations (Denis Aleksandrov) [RHEL-126578]
4+
- rv: Update RHEL kconfigs for 6.17 upstream code (Gabriele Monaco) [RHEL-114754]
5+
- redhat/configs: Move CONFIG_RV_PER_TASK_MONITORS to common/generic (Gabriele Monaco) [RHEL-114754]
6+
- New configs in kernel/trace (Gabriele Monaco) [RHEL-114754]
7+
- rv: Make rtapp/pagefault monitor depends on CONFIG_MMU (Gabriele Monaco) [RHEL-114754]
8+
- rv: Fully convert enabled_monitors to use list_head as iterator (Gabriele Monaco) [RHEL-114754]
9+
- rv: Fix missing mutex unlock in rv_register_monitor() (Gabriele Monaco) [RHEL-114754]
10+
- include/linux/rv.h: remove redundant include file (Gabriele Monaco) [RHEL-114754]
11+
- rv: Fix wrong type cast in enabled_monitors_next() (Gabriele Monaco) [RHEL-114754]
12+
- rv: Support systems with time64-only syscalls (Gabriele Monaco) [RHEL-114754]
13+
- Documentation/rv: Fix minor typo in monitor_synthesis page (Gabriele Monaco) [RHEL-114754]
14+
- rv: Add opid per-cpu monitor (Gabriele Monaco) [RHEL-114754]
15+
- rv: Add nrp and sssw per-task monitors (Gabriele Monaco) [RHEL-114754]
16+
- rv: Replace tss and sncid monitors with more complete sts (Gabriele Monaco) [RHEL-114754]
17+
- sched: Adapt sched tracepoints for RV task model (Gabriele Monaco) [RHEL-114754]
18+
- rv: Retry when da monitor detects race conditions (Gabriele Monaco) [RHEL-114754]
19+
- rv: Adjust monitor dependencies (Gabriele Monaco) [RHEL-114754]
20+
- rv: Use strings in da monitors tracepoints (Gabriele Monaco) [RHEL-114754]
21+
- rv: Remove trailing whitespace from tracepoint string (Gabriele Monaco) [RHEL-114754]
22+
- rv: Add da_handle_start_run_event_ to per-task monitors (Gabriele Monaco) [RHEL-114754]
23+
- rv: Fix wrong type cast in reactors_show() and monitor_reactor_show() (Gabriele Monaco) [RHEL-114754]
24+
- rv: Fix wrong type cast in monitors_show() (Gabriele Monaco) [RHEL-114754]
25+
- rv: Remove struct rv_monitor::reacting (Gabriele Monaco) [RHEL-114754]
26+
- rv: Remove rv_reactor's reference counter (Gabriele Monaco) [RHEL-114754]
27+
- rv: Merge struct rv_reactor_def into struct rv_reactor (Gabriele Monaco) [RHEL-114754]
28+
- rv: Merge struct rv_monitor_def into struct rv_monitor (Gabriele Monaco) [RHEL-114754]
29+
- rv: Remove unused field in struct rv_monitor_def (Gabriele Monaco) [RHEL-114754]
30+
- rv: Return init error when registering monitors (Gabriele Monaco) [RHEL-114754]
31+
- verification/rvgen: Organise Kconfig entries for nested monitors (Gabriele Monaco) [RHEL-114754]
32+
- tools/dot2c: Fix generated files going over 100 column limit (Gabriele Monaco) [RHEL-114754]
33+
- tools/rv: Stop gracefully also on SIGTERM (Gabriele Monaco) [RHEL-114754]
34+
- tools/rv: Do not skip idle in trace (Gabriele Monaco) [RHEL-114754]
35+
- verification/rvgen: Do not generate unused variables (Gabriele Monaco) [RHEL-114754]
36+
- verification/rvgen: Generate each variable definition only once (Gabriele Monaco) [RHEL-114754]
37+
- rv/ltl: Do not execute the Buchi automaton twice on start condition (Gabriele Monaco) [RHEL-114754]
38+
- verification/rvgen: Support the 'next' operator (Gabriele Monaco) [RHEL-114754]
39+
- panic: Fix up description of vpanic() (Gabriele Monaco) [RHEL-114754]
40+
- objtool: Add vpanic() to the noreturn list (Gabriele Monaco) [RHEL-114754]
41+
- Documentation/rv: Add documentation for linear temporal logic monitors (Gabriele Monaco) [RHEL-114754]
42+
- verification/rvgen: Add support for linear temporal logic (Gabriele Monaco) [RHEL-114754]
43+
- verification/rvgen: Restructure the classes to prepare for LTL inclusion (Gabriele Monaco) [RHEL-114754]
44+
- verification/rvgen: Restructure the templates files (Gabriele Monaco) [RHEL-114754]
45+
- Documentation/rv: Prepare monitor synthesis document for LTL inclusion (Gabriele Monaco) [RHEL-114754]
46+
- verification/dot2k: Prepare the frontend for LTL inclusion (Gabriele Monaco) [RHEL-114754]
47+
- verification/dot2k: Replace is_container() hack with subparsers (Gabriele Monaco) [RHEL-114754]
48+
- verification/dot2k: Remove __buff_to_string() (Gabriele Monaco) [RHEL-114754]
49+
- verification/dot2k: Make a separate dot2k_templates/Kconfig_container (Gabriele Monaco) [RHEL-114754]
50+
- tracing: Remove pointless memory barriers (Gabriele Monaco) [RHEL-114754]
51+
- rv: Allow to configure the number of per-task monitor (Gabriele Monaco) [RHEL-114754]
52+
- rv: Add documentation for rtapp monitor (Gabriele Monaco) [RHEL-114754]
53+
- rv: Add rtapp_sleep monitor (Gabriele Monaco) [RHEL-114754]
54+
- rv: Add rtapp_pagefault monitor (Gabriele Monaco) [RHEL-114754]
55+
- riscv: mm: Add page fault trace points (Gabriele Monaco) [RHEL-114754]
56+
- x86/tracing, x86/mm: Move page fault tracepoints to generic (Gabriele Monaco) [RHEL-114754]
57+
- x86/tracing, x86/mm: Remove redundant trace_pagefault_key (Gabriele Monaco) [RHEL-114754]
58+
- rv: Add rtapp container monitor (Gabriele Monaco) [RHEL-114754]
59+
- rv: Add support for LTL monitors (Gabriele Monaco) [RHEL-114754]
60+
- rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS (Gabriele Monaco) [RHEL-114754]
61+
- rv: Let the reactors take care of buffers (Gabriele Monaco) [RHEL-114754]
62+
- panic: Add vpanic() (Gabriele Monaco) [RHEL-114754]
63+
- kernel/panic.c: format kernel-doc comments (Gabriele Monaco) [RHEL-114754]
64+
- printk: Make vprintk_deferred() public (Gabriele Monaco) [RHEL-114754]
65+
- rv: Add #undef TRACE_INCLUDE_FILE (Gabriele Monaco) [RHEL-114754]
66+
- can: j1939: add missing calls in NETDEV_UNREGISTER notification handler (CKI Backport Bot) [RHEL-124109] {CVE-2025-39925}
67+
- can: j1939: implement NETDEV_UNREGISTER notification handler (CKI Backport Bot) [RHEL-124109] {CVE-2025-39925}
68+
- redhat/configs: Add new configs from DRM 6.17 backport (Anusha Srivatsa) [RHEL-116876]
69+
- selftests/bpf: Fix bpf selftest build error (Anusha Srivatsa) [RHEL-116876]
70+
- relayfs: abolish prev_padding (Anusha Srivatsa) [RHEL-116876]
71+
- sanitize handling of long-term internal mounts (Anusha Srivatsa) [RHEL-116876]
72+
- scsi: ibmvfc: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
73+
- ocxl: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
74+
- s390/pkey: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
75+
- s390/pci: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
76+
- s390/sclp: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
77+
- powerpc/powernv/ultravisor: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
78+
- powerpc/powernv/opal: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
79+
- s390/crypto/cpacf: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
80+
- w1: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
81+
- mtd: spi-nor: sysfs: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
82+
- mlxbf-bootctl: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
83+
- i2c: slave-eeprom: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
84+
- scsi: ipr: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
85+
- RDMA/hfi1: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
86+
- of/fdt: Implement use BIN_ATTR_SIMPLE macro for fdt sysfs attribute (Anusha Srivatsa) [RHEL-116876]
87+
- PCI/IOV: Allow drivers to control VF BAR size (Anusha Srivatsa) [RHEL-116876]
88+
- PCI/IOV: Check that VF BAR fits within the reservation (Anusha Srivatsa) [RHEL-116876]
89+
- PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() (Anusha Srivatsa) [RHEL-116876]
90+
- PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IOV resource (Anusha Srivatsa) [RHEL-116876]
91+
- PCI/IOV: Restore VF resizable BAR state after reset (Anusha Srivatsa) [RHEL-116876]
92+
- of: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
93+
- sysfs: treewide: switch back to bin_attribute::read()/write() (Anusha Srivatsa) [RHEL-116876]
94+
- btf: Switch module BTF attribute to sysfs_bin_attr_simple_read() (Anusha Srivatsa) [RHEL-116876]
95+
- btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read() (Anusha Srivatsa) [RHEL-116876]
96+
- powerpc/perf/hv-24x7: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
97+
- powerpc/secvar: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
98+
- s390/ipl: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
99+
- sysfs: constify macro BIN_ATTRIBUTE_GROUPS() (Anusha Srivatsa) [RHEL-116876]
100+
- platform/x86: wmi-bmof: Make use of .bin_size() callback (Anusha Srivatsa) [RHEL-116876]
101+
- platform/x86/intel/pmt: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
102+
- nvmem: core: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
103+
- misc: sram: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
104+
- drivers: hv: fix up const issue with vmbus_chan_bin_attrs (Anusha Srivatsa) [RHEL-116876]
105+
- drm/xe/nvm: add support for non-posted erase (Anusha Srivatsa) [RHEL-116876]
106+
- mtd: intel-dg: align 64bit read and write (Anusha Srivatsa) [RHEL-116876]
107+
- mtd: intel-dg: register with mtd (Anusha Srivatsa) [RHEL-116876]
108+
- mtd: intel-dg: implement access functions (Anusha Srivatsa) [RHEL-116876]
109+
- mtd: intel-dg: implement region enumeration (Anusha Srivatsa) [RHEL-116876]
110+
- mtd: add driver for intel graphics non-volatile memory device (Anusha Srivatsa) [RHEL-116876]
111+
- kheaders: Simplify attribute through __BIN_ATTR_SIMPLE_RO() (Anusha Srivatsa) [RHEL-116876]
112+
- platform/x86/intel/sdsi: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
113+
- platform/x86: dell: dcdbas: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
114+
- efi/mokvar: Use const 'struct bin_attribute' callback (Anusha Srivatsa) [RHEL-116876]
115+
- firmware: qemu_fw_cfg: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
116+
- mm/kmap: Add kmap_local_page_try_from_panic() (Anusha Srivatsa) [RHEL-116876]
117+
- sysfs: constify attribute_group::bin_attrs (Anusha Srivatsa) [RHEL-116876]
118+
- sysfs: constify bin_attribute argument of bin_attribute::read/write() (Anusha Srivatsa) [RHEL-116876]
119+
- sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read() (Anusha Srivatsa) [RHEL-116876]
120+
- module: sysfs: Use const 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
121+
- module: sysfs: Add notes attributes through attribute_group (Anusha Srivatsa) [RHEL-116876]
122+
- module: sysfs: Simplify section attribute allocation (Anusha Srivatsa) [RHEL-116876]
123+
- module: sysfs: Drop 'struct module_sect_attr' (Anusha Srivatsa) [RHEL-116876]
124+
- module: sysfs: Drop member 'module_sect_attr::address' (Anusha Srivatsa) [RHEL-116876]
125+
- module: sysfs: Drop member 'module_sect_attrs::nsections' (Anusha Srivatsa) [RHEL-116876]
126+
- module: Constify 'struct module_attribute' (Anusha Srivatsa) [RHEL-116876]
127+
- kernel/ksysfs.c: simplify bin_attribute definition (Anusha Srivatsa) [RHEL-116876]
128+
- firmware: dmi: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
129+
- firmware: dmi: Define bin_attributes through macro (Anusha Srivatsa) [RHEL-116876]
130+
- firmware: dmi: Mark bin_attributes as __ro_after_init (Anusha Srivatsa) [RHEL-116876]
131+
- netxen_nic: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
132+
- scsi: lpfc: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
133+
- scsi: qla2xxx: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
134+
- misc: eeprom/max6875: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
135+
- x86/sysfs: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
136+
- leds: triggers: Constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
137+
- mm/page_idle: constify 'struct bin_attribute' (Anusha Srivatsa) [RHEL-116876]
138+
Resolves: RHEL-114754, RHEL-116876, RHEL-124109, RHEL-126578, RHEL-127480
139+
1140
* Thu Nov 27 2025 Jan Stancek <jstancek@redhat.com> [6.12.0-164.el10]
2141
- selftest: packetdrill: Import client-ack-dropped-then-recovery-ms-timestamps.pkt (CKI Backport Bot) [RHEL-124166]
3142
- selftest: packetdrill: Import sockopt-fastopen-key.pkt (CKI Backport Bot) [RHEL-124166]

0 commit comments

Comments
 (0)