|
| 1 | +* Thu Apr 10 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-73.el10] |
| 2 | +- x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally (Steve Best) [RHEL-53783] |
| 3 | +- x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly (Steve Best) [RHEL-53783] |
| 4 | +- x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs (Steve Best) [RHEL-53783] |
| 5 | +- x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD (Steve Best) [RHEL-53783] |
| 6 | +- x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES (Steve Best) [RHEL-53783] |
| 7 | +- x86/itmt: Use guard() for itmt_update_mutex (Steve Best) [RHEL-53783] |
| 8 | +- x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean (Steve Best) [RHEL-53783] |
| 9 | +- selftests: net: bump GRO timeout for gro/setup_veth (Hangbin Liu) [RHEL-84558] |
| 10 | +- selftests: net: bpf_offload: add 'libbpf_global' to ignored maps (Hangbin Liu) [RHEL-84558] |
| 11 | +- selftests: net: fix error message in bpf_offload (Hangbin Liu) [RHEL-84558] |
| 12 | +- selftests: openvswitch: don't hardcode the drop reason subsys (Hangbin Liu) [RHEL-84558] |
| 13 | +- selftests: net: report output format as TAP 13 in Python tests (Hangbin Liu) [RHEL-84558] |
| 14 | +- selftests/net: deflake GRO tests (Hangbin Liu) [RHEL-84558] |
| 15 | +- selftests/net: only print passing message in GRO tests when tests pass (Hangbin Liu) [RHEL-84558] |
| 16 | +- selftests/net: have `gro.sh -t` return a correct exit code (Hangbin Liu) [RHEL-84558] |
| 17 | +- selftests: net: Fix minor typos in MPTCP and psock tests (Hangbin Liu) [RHEL-84558] |
| 18 | +- selftests: net: Fix few spelling mistakes (Hangbin Liu) [RHEL-84558] |
| 19 | +- selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message (Hangbin Liu) [RHEL-84558] |
| 20 | +- selftests: net: suppress ReST file generation when building selftests (Hangbin Liu) [RHEL-84558] |
| 21 | +- selftests: net: give up on the cmsg_time accuracy on slow machines (Hangbin Liu) [RHEL-84558] |
| 22 | +- selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack() (Hangbin Liu) [RHEL-84558] |
| 23 | +- selftests/net/forwarding: teamd command not found (Hangbin Liu) [RHEL-84558] |
| 24 | +- selftests: drv-net: assume stats refresh is 0 if no ethtool -c support (Hangbin Liu) [RHEL-84558] |
| 25 | +- selftests: forwarding: add a pvid_change test to bridge_vlan_unaware (Hangbin Liu) [RHEL-84558] |
| 26 | +- selftests/net: call sendmmsg via udpgso_bench.sh (Hangbin Liu) [RHEL-84558] |
| 27 | +- selftests: net: test extacks in netlink dumps (Hangbin Liu) [RHEL-84558] |
| 28 | +- selftests: net: add more info to error in bpf_offload (Hangbin Liu) [RHEL-84558] |
| 29 | +- selftests/net: Fix ./ns-XXXXXX not cleanup (Hangbin Liu) [RHEL-84558] |
| 30 | +- selftests: net: add new ioam tests (Hangbin Liu) [RHEL-84558] |
| 31 | +- selftests: net: remove ioam tests (Hangbin Liu) [RHEL-84558] |
| 32 | +- selftests: net: csum: Clean up recv_verify_packet_ipv6 (Hangbin Liu) [RHEL-84558] |
| 33 | +- Fix mmu notifiers for range-based invalidates (Charles Mirabile) [RHEL-83460] |
| 34 | +- netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree() (CKI Backport Bot) [RHEL-84544] |
| 35 | +- netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around (CKI Backport Bot) [RHEL-84544] |
| 36 | +- netfilter: nft_flow_offload: update tcp state flags under lock (CKI Backport Bot) [RHEL-84544] |
| 37 | +- netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath (CKI Backport Bot) [RHEL-84544] |
| 38 | +- netfilter: conntrack: rework offload nf_conn timeout extension logic (CKI Backport Bot) [RHEL-84544] |
| 39 | +- netfilter: conntrack: remove skb argument from nf_ct_refresh (CKI Backport Bot) [RHEL-84544] |
| 40 | +- netfilter: conntrack: add conntrack event timestamp (CKI Backport Bot) [RHEL-84544] |
| 41 | +- netfilter: xt_hashlimit: htable_selective_cleanup() optimization (CKI Backport Bot) [RHEL-84544] |
| 42 | +- netfilter: nf_tables: make destruction work queue pernet (CKI Backport Bot) [RHEL-84544] |
| 43 | +- netfilter: nft_exthdr: fix offset with ipv4_find_option() (CKI Backport Bot) [RHEL-84544] |
| 44 | +- netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template. (CKI Backport Bot) [RHEL-84544] |
| 45 | +- netfilter: nf_tables: allocate element update information dynamically (CKI Backport Bot) [RHEL-84544] |
| 46 | +- netfilter: nf_tables: switch trans_elem to real flex array (CKI Backport Bot) [RHEL-84544] |
| 47 | +- netfilter: nf_tables: prepare nft audit for set element compaction (CKI Backport Bot) [RHEL-84544] |
| 48 | +- netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure (CKI Backport Bot) [RHEL-84544] |
| 49 | +- netfilter: nf_tables: add nft_trans_commit_list_add_elem helper (CKI Backport Bot) [RHEL-84544] |
| 50 | +- netfilter: nf_tables: prefer nft_trans_elem_alloc helper (CKI Backport Bot) [RHEL-84544] |
| 51 | +- netfilter: nfnetlink: Report extack policy errors for batched ops (CKI Backport Bot) [RHEL-84544] |
| 52 | +- padata: avoid UAF for reorder_work (Waiman Long) [RHEL-81531] {CVE-2025-21726} |
| 53 | +- padata: fix UAF in padata_reorder (Waiman Long) [RHEL-81531] |
| 54 | +- padata: add pd get/put refcnt helper (Waiman Long) [RHEL-81531] |
| 55 | +- padata: fix sysfs store callback check (Waiman Long) [RHEL-81531] |
| 56 | +- padata: Clean up in padata_do_multithreaded() (Waiman Long) [RHEL-81531] |
| 57 | +- RDMA/core: Support link status events dispatching (Kamal Heib) [RHEL-78090] |
| 58 | +- RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device. (Kamal Heib) [RHEL-78090] |
| 59 | +- RDMA/core: Remove unused ib_copy_path_rec_from_user (Kamal Heib) [RHEL-78090] |
| 60 | +- RDMA/core: Remove unused ibdev_printk (Kamal Heib) [RHEL-78090] |
| 61 | +- RDMA/core: Remove unused ib_find_exact_cached_pkey (Kamal Heib) [RHEL-78090] |
| 62 | +- RDMA/core: Remove unused ib_ud_header_unpack (Kamal Heib) [RHEL-78090] |
| 63 | +- RDMA/srp: Fix error handling in srp_add_port (Kamal Heib) [RHEL-78090] |
| 64 | +- net: Add options as a flexible array to struct ip_tunnel_info (Paolo Valerio) [RHEL-64164] |
| 65 | +- ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1' (Paolo Valerio) [RHEL-64164] |
| 66 | +- redhat: drop Y issues from changelog (Jan Stancek) |
| 67 | +- vxlan: check vxlan_vnigroup_init() return value (CKI Backport Bot) [RHEL-81519] {CVE-2025-21790} |
| 68 | +- selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation (Rafael Aquini) [RHEL-80077] |
| 69 | +- selftests: bonding: fix incorrect mac address (Hangbin Liu) [RHEL-59463] |
| 70 | +- bonding: fix incorrect MAC address setting to receive NS messages (Hangbin Liu) [RHEL-59463] |
| 71 | +- mm/hugetlb: fix hugepage allocation for interleaved memory nodes (CKI Backport Bot) [RHEL-62726] |
| 72 | +- main.c: fix initcall blacklisted (Tomas Henzl) [RHEL-83271] |
| 73 | +- pm: cpupower: remove hard-coded topology depth values (Steve Best) [RHEL-86398] |
| 74 | +- pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology (Steve Best) [RHEL-86398] |
| 75 | +- cpupower: monitor: Exit with error status if execvp() fail (Steve Best) [RHEL-86398] |
| 76 | +- tools/power turbostat: v2025.05.06 (Steve Best) [RHEL-86246] |
| 77 | +- tools/power turbostat: disable "cpuidle" invocation counters, by default (Steve Best) [RHEL-86246] |
| 78 | +- tools/power turbostat: re-factor sysfs code (Steve Best) [RHEL-86246] |
| 79 | +- tools/power turbostat: Restore GFX sysfs fflush() call (Steve Best) [RHEL-86246] |
| 80 | +- tools/power turbostat: report CoreThr per measurement interval (Steve Best) [RHEL-86246] |
| 81 | +- tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192 (Steve Best) [RHEL-86246] |
| 82 | +- tools/power turbostat: Add idle governor statistics reporting (Steve Best) [RHEL-86246] |
| 83 | +- tools/power turbostat: Fix names matching (Steve Best) [RHEL-86246] |
| 84 | +- tools/power turbostat: Allow Zero return value for some RAPL registers (Steve Best) [RHEL-86246] |
| 85 | +- tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options (Steve Best) [RHEL-86246] |
| 86 | +- x86/cpu: Fix #define name for Intel CPU model 0x5A (Steve Best) [RHEL-86246] |
| 87 | +- vxlan: Fix uninit-value in vxlan_vnifilter_dump() (Guillaume Nault) [RHEL-84555] |
| 88 | +- NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client() (CKI Backport Bot) [RHEL-81067] {CVE-2024-54456} |
| 89 | +- net: fix NULL pointer dereference in l3mdev_l3_rcv (Davide Caratti) [RHEL-84550] |
| 90 | +- ipvlan: ensure network headers are in skb linear part (Davide Caratti) [RHEL-84550] {CVE-2025-21891} |
| 91 | +- tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare() (Xin Long) [RHEL-84567] |
| 92 | +- tipc: re-order conditions in tipc_crypto_key_rcv() (Xin Long) [RHEL-84567] |
| 93 | +- net: tipc: remove one synchronize_net() from tipc_nametbl_stop() (Xin Long) [RHEL-84567] |
| 94 | +- pnfs/flexfiles: retry getting layout segment for reads (Benjamin Coddington) [RHEL-77609] |
| 95 | +- nfs: fix incorrect error handling in LOCALIO (Benjamin Coddington) [RHEL-77609] |
| 96 | +- nfs: probe for LOCALIO when v3 client reconnects to server (Benjamin Coddington) [RHEL-77609] |
| 97 | +- nfs: probe for LOCALIO when v4 client reconnects to server (Benjamin Coddington) [RHEL-77609] |
| 98 | +- nfs/localio: remove redundant code and simplify LOCALIO enablement (Benjamin Coddington) [RHEL-77609] |
| 99 | +- nfs_common: add nfs_localio trace events (Benjamin Coddington) [RHEL-77609] |
| 100 | +- nfs_common: track all open nfsd_files per LOCALIO nfs_client (Benjamin Coddington) [RHEL-77609] |
| 101 | +- nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock (Benjamin Coddington) [RHEL-77609] |
| 102 | +- nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file (Benjamin Coddington) [RHEL-77609] |
| 103 | +- nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_ (Benjamin Coddington) [RHEL-77609] |
| 104 | +- nfsd: update percpu_ref to manage references on nfsd_net (Benjamin Coddington) [RHEL-77609] |
| 105 | +- nfs: cache all open LOCALIO nfsd_file(s) in client (Benjamin Coddington) [RHEL-77609] |
| 106 | +- nfs_common: move localio_lock to new lock member of nfs_uuid_t (Benjamin Coddington) [RHEL-77609] |
| 107 | +- nfs_common: rename functions that invalidate LOCALIO nfs_clients (Benjamin Coddington) [RHEL-77609] |
| 108 | +- nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations (Benjamin Coddington) [RHEL-77609] |
| 109 | +- nfs/localio: add direct IO enablement with sync and async IO support (Benjamin Coddington) [RHEL-77609] |
| 110 | +- NFS: RHEL-10 disable localio (Benjamin Coddington) [RHEL-80503] |
| 111 | +Resolves: RHEL-53783, RHEL-59463, RHEL-62726, RHEL-64164, RHEL-77609, RHEL-78090, RHEL-80077, RHEL-80503, RHEL-81067, RHEL-81519, RHEL-81531, RHEL-83271, RHEL-83460, RHEL-84544, RHEL-84550, RHEL-84555, RHEL-84558, RHEL-84567, RHEL-86246, RHEL-86398 |
| 112 | + |
1 | 113 | * Wed Apr 09 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-72.el10] |
2 | 114 | - mei: me: add panther lake P DID (Steve Best) [RHEL-79719] |
3 | 115 | - s390/diag: Move diag.c to diag specific folder (Mete Durlu) [RHEL-72674] |
|
0 commit comments