| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-perf | Distribution: CentOS |
| Version: 6.12.0 | Vendor: CentOS |
| Release: 216.el10 | Build date: Thu Mar 26 14:27:25 2026 |
| Group: Unspecified | Build host: s390-04.stream.rdu2.redhat.com |
| Size: 3857949 | Source RPM: kernel-6.12.0-216.el10.src.rpm |
| Packager: builder@centos.org | |
| Url: https://www.kernel.org/ | |
| Summary: Python bindings for apps which will manipulate perf events | |
The python3-perf package contains a module that permits applications written in the Python programming language to use the interface to manipulate perf events.
((GPL-2.0-only WITH Linux-syscall-note) OR BSD-2-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-only WITH Linux-syscall-note) OR CDDL-1.0) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR MIT) AND 0BSD AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0) AND BSD-3-Clause AND BSD-3-Clause-Clear AND CC0-1.0 AND GFDL-1.1-no-invariants-or-later AND GPL-1.0-or-later AND (GPL-1.0-or-later OR BSD-3-Clause) AND (GPL-1.0-or-later WITH Linux-syscall-note) AND GPL-2.0-only AND (GPL-2.0-only OR Apache-2.0) AND (GPL-2.0-only OR BSD-2-Clause) AND (GPL-2.0-only OR BSD-3-Clause) AND (GPL-2.0-only OR CDDL-1.0) AND (GPL-2.0-only OR GFDL-1.1-no-invariants-or-later) AND (GPL-2.0-only OR GFDL-1.2-no-invariants-only) AND (GPL-2.0-only WITH Linux-syscall-note) AND GPL-2.0-or-later AND (GPL-2.0-or-later OR BSD-2-Clause) AND (GPL-2.0-or-later OR BSD-3-Clause) AND (GPL-2.0-or-later OR CC-BY-4.0) AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND ISC AND LGPL-2.0-or-later AND (LGPL-2.0-or-later OR BSD-2-Clause) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND LGPL-2.1-only AND (LGPL-2.1-only OR BSD-2-Clause) AND (LGPL-2.1-only WITH Linux-syscall-note) AND LGPL-2.1-or-later AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND (Linux-OpenIB OR GPL-2.0-only) AND (Linux-OpenIB OR GPL-2.0-only OR BSD-2-Clause) AND Linux-man-pages-copyleft AND MIT AND (MIT OR Apache-2.0) AND (MIT OR GPL-2.0-only) AND (MIT OR GPL-2.0-or-later) AND (MIT OR LGPL-2.1-only) AND (MPL-1.1 OR GPL-2.0-only) AND (X11 OR GPL-2.0-only) AND (X11 OR GPL-2.0-or-later) AND Zlib AND (copyleft-next-0.3.1 OR GPL-2.0-or-later)
* Thu Mar 26 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-216.el10]
- redhat/configs: add CONFIG_DEBUG_NET_SMALL_RTNL (Antoine Tenart) [RHEL-150155]
- net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy (Antoine Tenart) [RHEL-150155]
- mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE. (Antoine Tenart) [RHEL-150155]
- mpls: Protect net->mpls.platform_label with a per-netns mutex. (Antoine Tenart) [RHEL-150155]
- mpls: Convert RTM_GETNETCONF to RCU. (Antoine Tenart) [RHEL-150155]
- mpls: Convert mpls_dump_routes() to RCU. (Antoine Tenart) [RHEL-150155]
- mpls: Use mpls_route_input() where appropriate. (Antoine Tenart) [RHEL-150155]
- mpls: Add mpls_route_input(). (Antoine Tenart) [RHEL-150155]
- mpls: Pass net to mpls_dev_get(). (Antoine Tenart) [RHEL-150155]
- mpls: Add mpls_dev_rcu(). (Antoine Tenart) [RHEL-150155]
- mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit(). (Antoine Tenart) [RHEL-150155]
- ipv6: Add in6_dev_rcu(). (Antoine Tenart) [RHEL-150155]
- mpls: Unify return paths in mpls_dev_notify(). (Antoine Tenart) [RHEL-150155]
- mpls: Hold dev refcnt for mpls_nh. (Antoine Tenart) [RHEL-150155]
- mpls: Return early in mpls_label_ok(). (Antoine Tenart) [RHEL-150155]
- neighbour: Convert rwlock of struct neigh_table to spinlock. (Antoine Tenart) [RHEL-150155]
- neighbour: Convert RTM_SETNEIGHTBL to RCU. (Antoine Tenart) [RHEL-150155]
- neighbour: Convert RTM_GETNEIGHTBL to RCU. (Antoine Tenart) [RHEL-150155]
- neighbour: Annotate access to neigh_parms fields. (Antoine Tenart) [RHEL-150155]
- neighbour: Use RCU list helpers for neigh_parms.list writers. (Antoine Tenart) [RHEL-150155]
- sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast() (Antoine Tenart) [RHEL-150155]
- rhashtable: Use rcu_dereference_all and rcu_dereference_all_check (Antoine Tenart) [RHEL-150155]
- net_sched: add back BH safety to tcf_lock (Antoine Tenart) [RHEL-150155]
- net_sched: act_skbmod: use RCU in tcf_skbmod_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_tunnel_key: use RCU in tunnel_key_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_vlan: use RCU in tcf_vlan_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: remove BH blocking in eight actions (Antoine Tenart) [RHEL-150155]
- ipv6: add a retry logic in net6_rt_notify() (Antoine Tenart) [RHEL-150155]
- net: s/dev_close_many/netif_close_many/ (Antoine Tenart) [RHEL-150155]
- net: s/dev_get_flags/netif_get_flags/ (Antoine Tenart) [RHEL-150155]
- net: s/__dev_set_mtu/__netif_set_mtu/ (Antoine Tenart) [RHEL-150155]
- net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/ (Antoine Tenart) [RHEL-150155]
- net: s/dev_get_mac_address/netif_get_mac_address/ (Antoine Tenart) [RHEL-150155]
- net: s/dev_get_port_parent_id/netif_get_port_parent_id/ (Antoine Tenart) [RHEL-150155]
- neighbour: Update pneigh_entry in pneigh_create(). (Antoine Tenart) [RHEL-150155]
- neighbour: Protect tbl->phash_buckets[] with a dedicated mutex. (Antoine Tenart) [RHEL-150155]
- neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup(). (Antoine Tenart) [RHEL-150155]
- neighbour: Remove __pneigh_lookup(). (Antoine Tenart) [RHEL-150155]
- neighbour: Use rcu_dereference() in pneigh_get_{first,next}(). (Antoine Tenart) [RHEL-150155]
- neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table(). (Antoine Tenart) [RHEL-150155]
- neighbour: Convert RTM_GETNEIGH to RCU. (Antoine Tenart) [RHEL-150155]
- neighbour: Annotate access to struct pneigh_entry.{flags,protocol}. (Antoine Tenart) [RHEL-150155]
- neighbour: Free pneigh_entry after RCU grace period. (Antoine Tenart) [RHEL-150155]
- neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu. (Antoine Tenart) [RHEL-150155]
- neighbour: Split pneigh_lookup(). (Antoine Tenart) [RHEL-150155]
- neighbour: Move neigh_find_table() to neigh_get(). (Antoine Tenart) [RHEL-150155]
- neighbour: Allocate skb in neigh_get(). (Antoine Tenart) [RHEL-150155]
- neighbour: Move two validations from neigh_get() to neigh_valid_get_req(). (Antoine Tenart) [RHEL-150155]
- neighbour: Make neigh_valid_get_req() return ndmsg. (Antoine Tenart) [RHEL-150155]
- net_sched: act_skbedit: use RCU in tcf_skbedit_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_police: use RCU in tcf_police_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_pedit: use RCU in tcf_pedit_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_nat: use RCU in tcf_nat_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_mpls: use RCU in tcf_mpls_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_ctinfo: use atomic64_t for three counters (Antoine Tenart) [RHEL-150155]
- net_sched: act_ct: use RCU in tcf_ct_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_csum: use RCU in tcf_csum_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act_connmark: use RCU in tcf_connmark_dump() (Antoine Tenart) [RHEL-150155]
- net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump() (Antoine Tenart) [RHEL-150155]
- net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit() (Antoine Tenart) [RHEL-150155]
- net: remove RTNL use for /proc/sys/net/core/rps_default_mask (Antoine Tenart) [RHEL-150155]
- net/sched: fix use-after-free in taprio_dev_notifier (Antoine Tenart) [RHEL-150155]
- ipv6: Move fib6_config_validate() to ip6_route_add(). (Antoine Tenart) [RHEL-150155]
- net: annotate data-races around cleanup_net_task (Antoine Tenart) [RHEL-150155]
- net: let lockdep compare instance locks (Antoine Tenart) [RHEL-150155]
- ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE. (Antoine Tenart) [RHEL-150155]
- ipv6: Pass gfp_flags down to ip6_route_info_create_nh(). (Antoine Tenart) [RHEL-150155]
- Revert "ipv6: Factorise ip6_route_multipath_add()." (Antoine Tenart) [RHEL-150155]
- Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup" (Antoine Tenart) [RHEL-150155]
- ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). (Antoine Tenart) [RHEL-150155]
- inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?(). (Antoine Tenart) [RHEL-150155]
- ipv6: Remove rcu_read_lock() in fib6_get_table(). (Antoine Tenart) [RHEL-150155]
- ipv6: Restore fib6_config validation for SIOCADDRT. (Antoine Tenart) [RHEL-150155]
- ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup (Antoine Tenart) [RHEL-150155]
- net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n. (Antoine Tenart) [RHEL-150155]
- ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE. (Antoine Tenart) [RHEL-150155]
- ipv6: Protect nh->f6i_list with spinlock and flag. (Antoine Tenart) [RHEL-150155]
- ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add(). (Antoine Tenart) [RHEL-150155]
- ipv6: Protect fib6_link_table() with spinlock. (Antoine Tenart) [RHEL-150155]
- ipv6: Factorise ip6_route_multipath_add(). (Antoine Tenart) [RHEL-150155]
- ipv6: Rename rt6_nh.next to rt6_nh.list. (Antoine Tenart) [RHEL-150155]
- ipv6: Don't pass net to ip6_route_info_append(). (Antoine Tenart) [RHEL-150155]
- ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create(). (Antoine Tenart) [RHEL-150155]
- ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create(). (Antoine Tenart) [RHEL-150155]
- ipv6: Split ip6_route_info_create(). (Antoine Tenart) [RHEL-150155]
- ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). (Antoine Tenart) [RHEL-150155]
- ipv6: Check GATEWAY in rtm_to_fib6_multipath_config(). (Antoine Tenart) [RHEL-150155]
- ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config(). (Antoine Tenart) [RHEL-150155]
- ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE. (Antoine Tenart) [RHEL-150155]
- ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config(). (Antoine Tenart) [RHEL-150155]
- net: Remove ->exit_batch_rtnl(). (Antoine Tenart) [RHEL-150155]
- geneve: Convert geneve_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- bareudp: Convert bareudp_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- vxlan: Convert vxlan_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl(). (Antoine Tenart) [RHEL-150155]
- net: Add ->exit_rtnl() hook to struct pernet_operations. (Antoine Tenart) [RHEL-150155]
- net: Add ops_undo_single for module load/unload. (Antoine Tenart) [RHEL-150155]
- net: Factorise setup_net() and cleanup_net(). (Antoine Tenart) [RHEL-150155]
- nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- nexthop: Remove redundant group len check in nexthop_create_group(). (Antoine Tenart) [RHEL-150155]
- nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop(). (Antoine Tenart) [RHEL-150155]
- nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl(). (Antoine Tenart) [RHEL-150155]
- nexthop: Split nh_check_attr_group(). (Antoine Tenart) [RHEL-150155]
- nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop(). (Antoine Tenart) [RHEL-150155]
- net: devmem: do not WARN conditionally after netdev_rx_queue_restart() (Antoine Tenart) [RHEL-150155]
- inet: fix lwtunnel_valid_encap_type() lock imbalance (Antoine Tenart) [RHEL-150155]
- net: plumb extack in __dev_change_net_namespace() (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config(). (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl(). (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit(). (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Namespacify fib_info hash tables. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Add fib_info_hash_grow(). (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Remove fib_info_hash_size. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Remove fib_info_laddrhash pointer. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Make fib_info_hashfn() return struct hlist_head. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Allocate fib_info_hash[] during netns initialisation. (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc(). (Antoine Tenart) [RHEL-150155]
- ipv4: fib: Use cached net in fib_inetaddr_event(). (Antoine Tenart) [RHEL-150155]
- net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net(). (Antoine Tenart) [RHEL-150155]
- net-sysfs: restore behavior for not running devices (Antoine Tenart) [RHEL-150155]
- dev: Use rtnl_net_dev_lock() in unregister_netdev(). (Antoine Tenart) [RHEL-150155]
- net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net(). (Antoine Tenart) [RHEL-150155]
- net: Add net_passive_inc() and net_passive_dec(). (Antoine Tenart) [RHEL-150155]
- arp: Convert SIOCDARP and SIOCSARP to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Convert RTM_DELRULE to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Add error_free label in fib_delrule(). (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Factorise fib_newrule() and fib_delrule(). (Antoine Tenart) [RHEL-150155]
- ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure(). (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Split fib_nl2rule(). (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Pass net to fib_nl2rule() instead of skb. (Antoine Tenart) [RHEL-150155]
- net: fib_rules: Don't check net in rule_exists() and rule_find(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: fix netns leak with rtnl_setlink() (Antoine Tenart) [RHEL-150155]
- net-sysfs: remove rtnl_trylock from queue attributes (Antoine Tenart) [RHEL-150155]
- net-sysfs: prevent uncleared queues from being re-added (Antoine Tenart) [RHEL-150155]
- net-sysfs: move queue attribute groups outside the default groups (Antoine Tenart) [RHEL-150155]
- net-sysfs: remove rtnl_trylock from device attributes (Antoine Tenart) [RHEL-150155]
- net: revert RTNL changes in unregister_netdevice_many_notify() (Antoine Tenart) [RHEL-150155]
- dev: Hold rtnl_net_lock() for dev_ifsioc(). (Antoine Tenart) [RHEL-150155]
- dev: Remove devnet_rename_sem. (Antoine Tenart) [RHEL-150155]
- ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv6: Move lifetime validation to inet6_rtm_newaddr(). (Antoine Tenart) [RHEL-150155]
- ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr(). (Antoine Tenart) [RHEL-150155]
- ipv6: Convert inet6_ioctl() to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup(). (Antoine Tenart) [RHEL-150155]
- ipv6: Hold rtnl_net_lock() in addrconf_dad_work(). (Antoine Tenart) [RHEL-150155]
- ipv6: Hold rtnl_net_lock() in addrconf_verify_work(). (Antoine Tenart) [RHEL-150155]
- ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv6: Add __in6_dev_get_rtnl_net(). (Antoine Tenart) [RHEL-150155]
- net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2) (Antoine Tenart) [RHEL-150155]
- net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1) (Antoine Tenart) [RHEL-150155]
- net: no longer hold RTNL while calling flush_all_backlogs() (Antoine Tenart) [RHEL-150155]
- net: no longer assume RTNL is held in flush_all_backlogs() (Antoine Tenart) [RHEL-150155]
- net: expedite synchronize_net() for cleanup_net() (Antoine Tenart) [RHEL-150155]
- net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net(). (Antoine Tenart) [RHEL-150155]
- net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net(). (Antoine Tenart) [RHEL-150155]
- net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier(). (Antoine Tenart) [RHEL-150155]
- dev: Hold per-netns RTNL in (un)?register_netdev(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Add rtnl_net_lock_killable(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Try the outer netns attribute in rtnl_get_peer_net(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: fix error code in rtnl_newlink() (Antoine Tenart) [RHEL-150155]
- rtnetlink: fix double call of rtnl_link_get_net_ifla() (Antoine Tenart) [RHEL-150155]
- rtnetlink: fix rtnl_dump_ifinfo() error path (Antoine Tenart) [RHEL-150155]
- rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PERNET_WIP. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Convert RTM_NEWLINK to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type. (Antoine Tenart) [RHEL-150155]
- vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type. (Antoine Tenart) [RHEL-150155]
- veth: Set VETH_INFO_PEER to veth_link_ops.peer_type. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Add peer_type in struct rtnl_link_ops. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Introduce struct rtnl_nets and helpers. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Remove __rtnl_link_register() (Antoine Tenart) [RHEL-150155]
- rtnetlink: Protect link_ops by mutex. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Remove __rtnl_link_unregister(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Fix an error handling path in rtnl_newlink() (Antoine Tenart) [RHEL-150155]
- rtnetlink: Fix kdoc of rtnl_af_register(). (Antoine Tenart) [RHEL-150155]
- ipv4: Convert devinet_ioctl to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS. (Antoine Tenart) [RHEL-150155]
- ipv4: Convert devinet_sysctl_forward() to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Define rtnl_net_trylock(). (Antoine Tenart) [RHEL-150155]
- ipv4: Convert check_lifetime() to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: Convert RTM_DELADDR to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr(). (Antoine Tenart) [RHEL-150155]
- ipv4: Convert RTM_NEWADDR to per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr(). (Antoine Tenart) [RHEL-150155]
- ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Define RTNL_FLAG_DOIT_PERNET for per-netns RTNL doit(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Make per-netns RTNL dereference helpers to macro. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Remove rtnl_register() and rtnl_register_module(). (Antoine Tenart) [RHEL-150155]
- can: gw: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- dcb: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- ipmr: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- ipv6: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- ipv4: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- net: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- neighbour: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Use rtnl_register_many(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Panic when __rtnl_register_many() fails for builtin callers. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Protect struct rtnl_af_ops with SRCU. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Return int from rtnl_af_register(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Call rtnl_link_get_net_capable() in do_setlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Clean up rtnl_setlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Clean up rtnl_dellink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Protect struct rtnl_link_ops with SRCU. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Move ops->validate to rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Factorise do_setlink() path from __rtnl_newlink(). (Antoine Tenart) [RHEL-150155]
- rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs. (Antoine Tenart) [RHEL-150155]
- net: do not acquire rtnl in fib_seq_sum() (Antoine Tenart) [RHEL-150155]
- ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seq (Antoine Tenart) [RHEL-150155]
- ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq (Antoine Tenart) [RHEL-150155]
- ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seq (Antoine Tenart) [RHEL-150155]
- fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seq (Antoine Tenart) [RHEL-150155]
- ipv4: Retire global IPv4 hash table inet_addr_lst. (Antoine Tenart) [RHEL-150155]
- ipv4: Namespacify IPv4 address GC. (Antoine Tenart) [RHEL-150155]
- ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu(). (Antoine Tenart) [RHEL-150155]
- ipv4: Link IPv4 address to per-netns hash table. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Add assertion helpers for per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- rtnetlink: Add per-netns RTNL. (Antoine Tenart) [RHEL-150155]
- ipv4: remove fib_info_devhash[] (Antoine Tenart) [RHEL-150155]
- ipv4: remove fib_info_lock (Antoine Tenart) [RHEL-150155]
- ipv4: use rcu in ip_fib_check_default() (Antoine Tenart) [RHEL-150155]
- ipv4: remove fib_devindex_hashfn() (Antoine Tenart) [RHEL-150155]
- ipv4: avoid quadratic behavior in FIB insertion of common address (Antoine Tenart) [RHEL-150155]
- cgroup/dmem: avoid pool UAF (Waiman Long) [RHEL-113305] {CVE-2026-23195}
- cgroup/dmem: avoid rcu warning when unregister region (Waiman Long) [RHEL-113305]
- cgroup/dmem: fix NULL pointer dereference when setting max (Waiman Long) [RHEL-113305] {CVE-2026-23183}
- cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated (Waiman Long) [RHEL-113305]
- cgroup/misc: fix misc_res_type kernel-doc warning (Waiman Long) [RHEL-113305]
- selftests: cgroup: Use values_close_report in test_cpu (Waiman Long) [RHEL-113305]
- selftests: cgroup: add values_close_report helper (Waiman Long) [RHEL-113305]
- cgroup: Fix seqcount lockdep assertion in cgroup freezer (Waiman Long) [RHEL-113305]
- cpuset: remove is_prs_invalid helper (Waiman Long) [RHEL-113305]
- cpuset: remove impossible warning in update_parent_effective_cpumask (Waiman Long) [RHEL-113305]
- cpuset: remove redundant special case for null input in node mask update (Waiman Long) [RHEL-113305]
- cpuset: fix missing error return in update_cpumask (Waiman Long) [RHEL-113305]
- cpuset: Use new excpus for nocpu error check when enabling root partition (Waiman Long) [RHEL-113305]
- cpuset: fix failure to enable isolated partition when containing isolcpus (Waiman Long) [RHEL-113305]
- Documentation: cgroup-v2: Sync manual toctree (Waiman Long) [RHEL-113305]
- cpuset: use partition_cpus_change for setting exclusive cpus (Waiman Long) [RHEL-113305]
- cpuset: use parse_cpulist for setting cpus.exclusive (Waiman Long) [RHEL-113305]
- cpuset: introduce partition_cpus_change (Waiman Long) [RHEL-113305]
- cpuset: refactor cpus_allowed_validate_change (Waiman Long) [RHEL-113305]
- cpuset: refactor out validate_partition (Waiman Long) [RHEL-113305]
- cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers (Waiman Long) [RHEL-113305]
- cpuset: refactor CPU mask buffer parsing logic (Waiman Long) [RHEL-113305]
- cpuset: Refactor exclusive CPU mask computation logic (Waiman Long) [RHEL-113305]
- cpuset: change return type of is_partition_[in]valid to bool (Waiman Long) [RHEL-113305]
- cpuset: remove unused assignment to trialcs->partition_root_state (Waiman Long) [RHEL-113305]
- cpuset: move the root cpuset write check earlier (Waiman Long) [RHEL-113305]
- cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lock (Waiman Long) [RHEL-113305]
- cgroup: Remove redundant rcu_read_lock/unlock() in spin_lock (Waiman Long) [RHEL-113305]
- cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs (Waiman Long) [RHEL-113305]
- cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start (Waiman Long) [RHEL-113305]
- cgroup: refactor the cgroup_attach_lock code to make it clearer (Waiman Long) [RHEL-113305]
- cgroup: WQ_PERCPU added to alloc_workqueue users (Waiman Long) [RHEL-113305]
- cgroup: replace use of system_wq with system_percpu_wq (Waiman Long) [RHEL-113305]
- cgroup: Remove unused local variables from cgroup_procs_write_finish() (Waiman Long) [RHEL-113305]
- cgroup: Remove unused cgroup_subsys::post_attach (Waiman Long) [RHEL-113305]
- cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work (Waiman Long) [RHEL-113305]
- cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask (Waiman Long) [RHEL-113305]
- cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks() (Waiman Long) [RHEL-113305]
- selftests: cgroup: Make test_pids backwards compatible (Waiman Long) [RHEL-113305]
- cpuset: add helpers for cpus read and cpuset_mutex locks (Waiman Long) [RHEL-113305]
- cpuset: separate tmpmasks and cpuset allocation logic (Waiman Long) [RHEL-113305]
- cpuset: decouple tmpmasks and cpumasks freeing in cgroup (Waiman Long) [RHEL-113305]
- cgroup: Fix 64-bit division in cgroup.stat.local (Waiman Long) [RHEL-113305]
- cgroup: selftests: Add tests for freezer time (Waiman Long) [RHEL-113305]
- cgroup: cgroup.stat.local time accounting (Waiman Long) [RHEL-113305]
- cpuset: remove redundant CS_ONLINE flag (Waiman Long) [RHEL-113305]
- cgroup: Replace deprecated strcpy() with strscpy() (Waiman Long) [RHEL-113305]
- cgroup: split cgroup_destroy_wq into 3 workqueues (Waiman Long) [RHEL-113305] {CVE-2025-39953}
- docs: cgroup: fixed spelling mistakes in documentation (Waiman Long) [RHEL-113305]
- cgroup: avoid null de-ref in css_rstat_exit() (Waiman Long) [RHEL-113305]
- cgroup: Add compatibility option for content of /proc/cgroups (Waiman Long) [RHEL-113305]
- selftests/cgroup: fix cpu.max tests (Waiman Long) [RHEL-113305]
- cgroup: llist: avoid memory tears for llist_node (Waiman Long) [RHEL-113305]
- selftests: cgroup: Fix missing newline in test_zswap_writeback_one (Waiman Long) [RHEL-113305]
- selftests: cgroup: Allow longer timeout for kmem_dead_cgroups cleanup (Waiman Long) [RHEL-113305]
- cgroup: remove per-cpu per-subsystem locks (Waiman Long) [RHEL-113305]
- cgroup: make css_rstat_updated nmi safe (Waiman Long) [RHEL-113305]
- cgroup: support to enable nmi-safe css_rstat_updated (Waiman Long) [RHEL-113305]
- selftests: cgroup: Fix compilation on pre-cgroupns kernels (Waiman Long) [RHEL-113305]
- selftests: cgroup: Optionally set up v1 environment (Waiman Long) [RHEL-113305]
- selftests: cgroup: Add support for named v1 hierarchies in test_core (Waiman Long) [RHEL-113305]
- selftests: cgroup_util: Add helpers for testing named v1 hierarchies (Waiman Long) [RHEL-113305]
- Documentation: cgroup: add section explaining controller availability (Waiman Long) [RHEL-113305]
- Revert "cgroup_freezer: cgroup_freezing: Check if not frozen" (Waiman Long) [RHEL-113305]
- cgroup,freezer: fix incomplete freezing when attaching tasks (Waiman Long) [RHEL-113305]
- llist: make llist_add_batch() a static inline (Waiman Long) [RHEL-113305]
- sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifier (Waiman Long) [RHEL-113305]
- sched_ext: Introduce cgroup_lifetime_notifier (Waiman Long) [RHEL-113305]
- cgroup: Minor reorganization of cgroup_create() (Waiman Long) [RHEL-113305]
- cgroup, docs: cpu controller's interaction with various scheduling policies (Waiman Long) [RHEL-113305]
- cgroup, docs: convert space indentation to tab indentation (Waiman Long) [RHEL-113305]
- cgroup: avoid per-cpu allocation of size zero rstat cpu locks (Waiman Long) [RHEL-113305]
- cgroup, docs: be specific about bandwidth control of rt processes (Waiman Long) [RHEL-113305]
- cgroup: document the rstat per-cpu initialization (Waiman Long) [RHEL-113305]
- cgroup: helper for checking rstat participation of css (Waiman Long) [RHEL-113305]
- cgroup: use subsystem-specific rstat locks to avoid contention (Waiman Long) [RHEL-113305]
- cgroup: use separate rstat trees for each subsystem (Waiman Long) [RHEL-113305]
- cgroup: compare css to cgroup::self in helper for distingushing css (Waiman Long) [RHEL-113305]
- cgroup: warn on rstat usage by early init subsystems (Waiman Long) [RHEL-113305]
- cgroup/rstat: Improve cgroup_rstat_push_children() documentation (Waiman Long) [RHEL-113305]
- cgroup: fix goto ordering in cgroup_init() (Waiman Long) [RHEL-113305]
- cgroup: fix pointer check in css_rstat_init() (Waiman Long) [RHEL-113305]
- cgroup: add helper for checking when css is cgroup::self (Waiman Long) [RHEL-113305]
- cgroup/cpuset-v1: Add missing support for cpuset_v2_mode (Waiman Long) [RHEL-113305]
- cgroup: Fix compilation issue due to cgroup_mutex not being exported (Waiman Long) [RHEL-113305]
- mm/memcg: Introduce css_stat_barrier() for freeing percpu stats (Waiman Long) [RHEL-113305]
- cgroup: change rstat function signatures from cgroup-based to css-based (Waiman Long) [RHEL-113305]
- cgroup: move rstat base stat objects into their own struct (Waiman Long) [RHEL-113305]
- cgroup: rstat: call cgroup_rstat_updated_list with cgroup_rstat_lock (Waiman Long) [RHEL-113305]
- cgroup: rstat: Cleanup flushing functions and locking (Waiman Long) [RHEL-113305]
- mm: Fix a build breakage in memcontrol-v1.c (Waiman Long) [RHEL-113305]
- blk-cgroup: Simplify policy files registration (Waiman Long) [RHEL-113305]
- cgroup: Update file naming comment (Waiman Long) [RHEL-113305]
- cgroup: Add deprecation message to legacy freezer controller (Waiman Long) [RHEL-113305]
- mm: Add transformation message for per-memcg swappiness (Waiman Long) [RHEL-113305]
- RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level (Waiman Long) [RHEL-113305]
- cgroup/cpuset-v1: Add deprecation messages to memory_migrate (Waiman Long) [RHEL-113305]
- cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwall (Waiman Long) [RHEL-113305]
- cgroup: Print message when /proc/cgroups is read on v2-only system (Waiman Long) [RHEL-113305]
- cgroup/blkio: Add deprecation messages to reset_stats (Waiman Long) [RHEL-113305]
- cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_spread_slab (Waiman Long) [RHEL-113305]
- cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_pressure_enabled (Waiman Long) [RHEL-113305]
- cgroup, docs: Be explicit about independence of RT_GROUP_SCHED and non-cpu controllers (Waiman Long) [RHEL-113305]
- cgroup/rstat: Fix forceidle time in cpu.stat (Waiman Long) [RHEL-113305]
- cgroup/misc: Remove unused misc_cg_res_total_usage (Waiman Long) [RHEL-113305]
- cgroup: update comment about dropping cgroup kn refs (Waiman Long) [RHEL-113305]
- firmware: arm_scmi: Fix NULL dereference on notify error path (Steve Dunnagan) [RHEL-120360]
- redhat/configs: Enable ARM_SCMI_QUIRKS (Steve Dunnagan) [RHEL-120360]
- redhat/configs: Disable IMX_SCMI_CPU_EXT (Steve Dunnagan) [RHEL-120360]
- redhat/configs: Disable IMX_SCMI_LMM_EXT (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw mode (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Skip RAW initialization on failure (Steve Dunnagan) [RHEL-120360]
- include: trace: Fix inflight count helper on failed initialization (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Account for failed debug initialization (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Simplify printks with pOF format (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Discover MISC board info from the system manager (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Support retrieving MISC protocol configuration info (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Discover MISC build info from the system manager (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Add documentation for MISC_BOARD_INFO (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: quirk: Prevent writes to string constants (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Fix function name typo in scmi_perf_proto_ops struct (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driver (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Constify struct scmi_transport_ops (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Constify struct scmi_voltage_proto_ops (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Avoid notifier registration for unsupported events (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resume (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add power management operations to SCMI bus (Steve Dunnagan) [RHEL-120360]
- include: trace: Add tracepoint support for inflight xfer count (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Track number of inflight SCMI transfers (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add support for debug counter decrement (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Fix up turbo frequencies selection (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: quirk: Force perf level get fastchannel (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: quirk: Fix CLOCK_DESCRIBE_RATES triplet (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add common framework to handle firmware quirks (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Ensure that the message-id supports fastchannel (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Add i.MX95 CPU Protocol (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Add i.MX95 LMM protocol (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Add LMM and CPU documentation (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add polling support to raw mode (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Exclude transport devices from bus matching (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Assign correct parent to arm-scmi platform device (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Refactor device matching logic to eliminate duplication (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Ensure scmi_devices are always matched by name as well (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Fix timeout checks on polling path (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Balance device refcount when destroying devices (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo() (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Emit modalias for SCMI devices (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add name and protocol id attributes (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Relax duplicate name constraint across protocol ids (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: imx: Correct tx size of scmi_imx_misc_ctrl_set (Steve Dunnagan) [RHEL-120360]
- arm_scmi: don't mess with ->d_parent->d_name (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add aliases to transport modules (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Add module aliases to i.MX vendor protocols (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Support vendor protocol modules autoloading (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Allow transport properties for multiple instances (Steve Dunnagan) [RHEL-120360]
- firmware: Switch back to struct platform_driver::remove() (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Relocate atomic_threshold to scmi_desc (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Use max_msg and max_msg_size devicetree properties (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Calculate virtio PDU max size dynamically (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Account for SHMEM memory overhead (Steve Dunnagan) [RHEL-120360]
- firmware: arm_scmi: Support 'reg-io-width' property for shared memory (Steve Dunnagan) [RHEL-120360]
- x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task (Ryosuke Yasuoka) [RHEL-141540]
- redhat: add a weak relationship between modules-internal and selftests (Jan Stancek) [RHEL-102523]
- i2c: i801: Add support for Intel Nova Lake-S (Steve Best) [RHEL-129782]
- i2c: i801: Fix the Intel Diamond Rapids features (Steve Best) [RHEL-129782]
- i2c: i801: Add support for Intel Diamond Rapids (Steve Best) [RHEL-129782]
- i2c: i801: Add support for Intel Wildcat Lake-U (Steve Best) [RHEL-129782]
- s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump (Mete Durlu) [RHEL-157932]
- tracing: Add NULL pointer check to trigger_data_free() (Jerome Marchand) [RHEL-151695]
- tracing: Wake up poll waiters for hist files when removing an event (Jerome Marchand) [RHEL-151695]
- tracing: Fix checking of freed trace_event_file for hist files (Jerome Marchand) [RHEL-151695]
- fgraph: Do not call handlers direct when not using ftrace_ops (Jerome Marchand) [RHEL-151695]
- tracing: ring-buffer: Fix to check event length before using (Jerome Marchand) [RHEL-151695]
- function_graph: Restore direct mode when callbacks drop to one (Jerome Marchand) [RHEL-151695]
- tracing: Fix to set write permission to per-cpu buffer_size_kb (Jerome Marchand) [RHEL-151695]
- tracing: Fix false sharing in hwlat get_sample() (Jerome Marchand) [RHEL-151695]
- x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path (Jerome Marchand) [RHEL-151695]
- x86/fgraph: Fix return_to_handler regs.rsp value (Jerome Marchand) [RHEL-151695]
- tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros (Jerome Marchand) [RHEL-151695]
- tracing: Properly process error handling in event_hist_trigger_parse() (Jerome Marchand) [RHEL-151695]
- x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probe (Jerome Marchand) [RHEL-151695]
- tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64 (Jerome Marchand) [RHEL-151695]
- tracing: Fix ftrace event field alignments (Jerome Marchand) [RHEL-151695]
- tracing: Fix crash on synthetic stacktrace field usage (Jerome Marchand) [RHEL-151695] {CVE-2026-23088}
- ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free (Jerome Marchand) [RHEL-151695]
- selftests/ftrace: traceonoff_triggers: strip off names (Jerome Marchand) [RHEL-151695]
- tracing: Do not register unsupported perf events (Jerome Marchand) [RHEL-151695] {CVE-2025-71125}
- tracing: Fix fixed array of synthetic event (Jerome Marchand) [RHEL-151695]
- tracing: Fix enabling of tracing on file release (Jerome Marchand) [RHEL-151695]
- fgraph: Check ftrace_pids_enabled on registration for early filtering (Jerome Marchand) [RHEL-151695]
- fgraph: Initialize ftrace_ops->private for function graph ops (Jerome Marchand) [RHEL-151695]
- ftrace: Avoid redundant initialization in register_ftrace_direct (Jerome Marchand) [RHEL-151695]
- tracefs: fix a leak in eventfs_create_events_dir() (Jerome Marchand) [RHEL-151695]
- tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs (Jerome Marchand) [RHEL-151695] {CVE-2025-68329}
- selftests/tracing: Run sample events to clear page cache events (Jerome Marchand) [RHEL-151695]
- tracing/tools: Fix incorrcet short option in usage text for --threads (Jerome Marchand) [RHEL-151695]
- tracing: Fix memory leaks in create_field_var() (Jerome Marchand) [RHEL-151695]
- ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up (Jerome Marchand) [RHEL-151695] {CVE-2025-68186}
- ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct() (Jerome Marchand) [RHEL-151695]
- ftrace: Fix BPF fexit with livepatch (Jerome Marchand) [RHEL-151695]
- tracing: Fix race condition in kprobe initialization causing NULL pointer dereference (Jerome Marchand) [RHEL-151695] {CVE-2025-40042}
- ftrace: Fix softlockup in ftrace_module_enable (Jerome Marchand) [RHEL-151695] {CVE-2025-68173}
- Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram (Jerome Marchand) [RHEL-151695]
- tracing: dynevent: Add a missing lockdown check on dynevent (Jerome Marchand) [RHEL-151695] {CVE-2025-40021}
- ftrace/samples: Fix function size computation (Jerome Marchand) [RHEL-151695]
- powerpc/thp: tracing: Hide hugepage events under CONFIG_PPC_BOOK3S_64 (Jerome Marchand) [RHEL-151695]
- selftests/tracing: Fix false failure of subsystem event test (Jerome Marchand) [RHEL-151695]
- selftests: tracing: Use mutex_unlock for testing glob filter (Jerome Marchand) [RHEL-151695]
- tracing: PM: Remove unused clock events (Jerome Marchand) [RHEL-151695]
- ring-buffer: Removed unnecessary if() goto out where out is the next line (Jerome Marchand) [RHEL-151695]
- Documentation: trace: Refactor toctree (Jerome Marchand) [RHEL-151695]
- arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GRAPH_RETVAL (Jerome Marchand) [RHEL-151695]
- atomic64: Use arch_spin_locks instead of raw_spin_locks (Jerome Marchand) [RHEL-151695]
- tracing: Add ftrace_fill_perf_regs() for perf event (Jerome Marchand) [RHEL-151695]
- tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs (Jerome Marchand) [RHEL-151695]
- fgraph: Replace fgraph_ret_regs with ftrace_regs (Jerome Marchand) [RHEL-151695]
- tracing/kprobes: Fix to free objects when failed to copy a symbol (Jerome Marchand) [RHEL-151695]
- ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_value (Jerome Marchand) [RHEL-151695]
- ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macros (Jerome Marchand) [RHEL-151695]
- ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs (Jerome Marchand) [RHEL-151695]
- ftrace: Make ftrace_regs abstract from direct use (Jerome Marchand) [RHEL-151695]
- docs: fix WARNING document not included in any toctree (Jerome Marchand) [RHEL-151695]
- tracing: Add a comment about ftrace_regs definition (Jerome Marchand) [RHEL-151695]
- net: openvswitch: Avoid releasing netdev before teardown completes (Toke Høiland-Jørgensen) [RHEL-155383]
- ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit() (Ondrej Mosnacek) [RHEL-145590]
- ipc: don't audit capability check in ipc_permissions() (Ondrej Mosnacek) [RHEL-145590]
- ALSA: aloop: Fix racy access at PCM trigger (CKI Backport Bot) [RHEL-150879] {CVE-2026-23191}
- nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs() (Ming Lei) [RHEL-153616]
- md/raid0: convert raid0_make_request() to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- md/md-linear: convert to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- md/raid5: convert to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- md/raid10: convert read/write to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- md/raid10: add a new r10bio flag R10BIO_Returned (Ming Lei) [RHEL-122816]
- md/raid1: convert to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- md/raid0: convert raid0_handle_discard() to use bio_submit_split_bioset() (Ming Lei) [RHEL-122816]
- nvme: fix admin queue leak on controller reset (Ming Lei) [RHEL-143907]
- block: use trylock to avoid lockdep circular dependency in sysfs (Ming Lei) [RHEL-154184]
- block: fix race between set_blocksize and read paths (Ming Lei) [RHEL-153616]
- efivarfs: fix error propagation in efivar_entry_get() (CKI Backport Bot) [RHEL-150117] {CVE-2026-23156}
- powerpc, perf: Check that current->mm is alive before getting user callchain (Michael Petlan) [RHEL-145265]
- accel/qaic: enable drivers/accel/qaic configuration in RHEL. (John Wiele) [RHEL-149722]
- accel/qaic: Merge from upstream v6.18..v6.19 (John Wiele) [RHEL-149722]
- libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing (Ilya Dryomov) [RHEL-155461]
- libceph: add support for CEPH_CRYPTO_AES256KRB5 (Ilya Dryomov) [RHEL-155461]
- libceph: introduce ceph_crypto_key_prepare() (Ilya Dryomov) [RHEL-155461]
- libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen() (Ilya Dryomov) [RHEL-155461]
- libceph: define and enforce CEPH_MAX_KEY_LEN (Ilya Dryomov) [RHEL-155461]
- libceph: Remove unused ceph_crypto_key_encode (Ilya Dryomov) [RHEL-155461]
- ice: Fix PTP NULL pointer dereference during VSI rebuild (CKI Backport Bot) [RHEL-150249] {CVE-2026-23210}
- net/sched: cls_u32: use skb_header_pointer_careful() (Paolo Abeni) [RHEL-150408] {CVE-2026-23204}
- net: add skb_header_pointer_careful() helper (Paolo Abeni) [RHEL-150408]
- mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure (Rafael Aquini) [RHEL-150482] {CVE-2026-23144}
- arch_topology: Provide a stub topology_core_has_smt() for !CONFIG_GENERIC_ARCH_TOPOLOGY (Charles Mirabile) [RHEL-143323]
- perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT cores (Charles Mirabile) [RHEL-143323]
- mshv: handle gpa intercepts for arm64 (Paolo Bonzini) [RHEL-146632]
- mshv: add definitions for arm64 gpa intercepts (Paolo Bonzini) [RHEL-146632]
- mshv: Add __user attribute to argument passed to access_ok() (Paolo Bonzini) [RHEL-146632]
- mshv: Store the result of vfs_poll in a variable of type __poll_t (Paolo Bonzini) [RHEL-146632]
- mshv: Align huge page stride with guest mapping (Paolo Bonzini) [RHEL-146632]
- mshv: release mutex on region invalidation failure (Paolo Bonzini) [RHEL-146632]
- mshv: hide x86-specific functions on arm64 (Paolo Bonzini) [RHEL-146632]
- mshv: Initialize local variables early upon region invalidation (Paolo Bonzini) [RHEL-146632]
- mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when processing regions (Paolo Bonzini) [RHEL-146632]
- mshv: Cleanly shutdown root partition with MSHV (Paolo Bonzini) [RHEL-146632]
- mshv: Use reboot notifier to configure sleep state (Paolo Bonzini) [RHEL-146632]
- mshv: Add definitions for MSHV sleep state configuration (Paolo Bonzini) [RHEL-146632]
- mshv: Add support for movable memory regions (Paolo Bonzini) [RHEL-146632]
- mshv: Add refcount and locking to mem regions (Paolo Bonzini) [RHEL-146632]
- mshv: Fix huge page handling in memory region traversal (Paolo Bonzini) [RHEL-146632]
- mshv: Move region management to mshv_regions.c (Paolo Bonzini) [RHEL-146632]
- mshv: Centralize guest memory region destruction (Paolo Bonzini) [RHEL-146632]
- mshv: Refactor and rename memory region handling functions (Paolo Bonzini) [RHEL-146632]
- mshv: adjust interrupt control structure for ARM64 (Paolo Bonzini) [RHEL-146632]
- mshv: Add ioctl for self targeted passthrough hvcalls (Paolo Bonzini) [RHEL-146632]
- mshv: Extend create partition ioctl to support cpu features (Paolo Bonzini) [RHEL-146632]
- mshv: Allow mappings that overlap in uaddr (Paolo Bonzini) [RHEL-146632]
- mshv: Fix create memory region overlap check (Paolo Bonzini) [RHEL-146632]
- mshv: add WQ_PERCPU to alloc_workqueue users (Paolo Bonzini) [RHEL-146632]
- hyperv: Add two new hypercall numbers to guest ABI public header (Paolo Bonzini) [RHEL-146632]
- mshv: Introduce new hypercall to map stats page for L1VH partitions (Paolo Bonzini) [RHEL-146632]
- mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH (Paolo Bonzini) [RHEL-146632]
- mshv: Get the vmm capabilities offered by the hypervisor (Paolo Bonzini) [RHEL-146632]
- mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall (Paolo Bonzini) [RHEL-146632]
- mshv: Only map vp->vp_stats_pages if on root scheduler (Paolo Bonzini) [RHEL-146632]
- mshv: Fix deposit memory in MSHV_ROOT_HVCALL (Paolo Bonzini) [RHEL-146632]
- mshv: Fix VpRootDispatchThreadBlocked value (Paolo Bonzini) [RHEL-146632]
- ixgbevf: add missing negotiate_features op to Hyper-V ops table (Michal Schmidt) [RHEL-155353]
- io_uring: graduate to full support (Jeff Moyer) [RHEL-120700]
- netfilter: nf_tables: fix use-after-free in nf_tables_addchain() (Florian Westphal) [RHEL-153273] {CVE-2026-23231}
- netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() (CKI Backport Bot) [RHEL-149753] {CVE-2026-23111}
- macvlan: observe an RCU grace period in macvlan_common_newlink() error path (Hangbin Liu) [RHEL-150231]
- macvlan: fix error recovery in macvlan_common_newlink() (Hangbin Liu) [RHEL-150231] {CVE-2026-23209}
- smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-152652]
- smb: client: fix regression with signing (Paulo Alcantara) [RHEL-152652]
- spi: tegra210-quad: Protect curr_xfer check in IRQ handler (Charles Mirabile) [RHEL-145815]
- spi: tegra210-quad: Protect curr_xfer clearing in tegra_qspi_non_combined_seq_xfer (Charles Mirabile) [RHEL-145815]
- spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (Charles Mirabile) [RHEL-145815]
- spi: tegra210-quad: Protect curr_xfer assignment in tegra_qspi_setup_transfer_one (Charles Mirabile) [RHEL-145815]
- spi: tegra210-quad: Move curr_xfer read inside spinlock (Charles Mirabile) [RHEL-145815]
- spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed transfer (Charles Mirabile) [RHEL-145815]
- migrate: correct lock ordering for hugetlb file folios (Luiz Capitulino) [RHEL-147272] {CVE-2026-23097}
* Tue Mar 24 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-215.el10]
- selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONT (Aristeu Rozanski) [RHEL-132213]
- tcp: reclaim 8 bytes in struct request_sock_queue (Guillaume Nault) [RHEL-123211]
- tcp: move mtu_info to remove two 32bit holes (Guillaume Nault) [RHEL-123211]
- tcp: move tcp_clean_acked to tcp_sock_read_tx group (Guillaume Nault) [RHEL-123211]
- tcp: move recvmsg_inq to tcp_sock_read_txrx (Guillaume Nault) [RHEL-123211]
- tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group (Guillaume Nault) [RHEL-123211]
- tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses (Guillaume Nault) [RHEL-123211]
- net: move sk->sk_err_soft and sk->sk_sndbuf (Guillaume Nault) [RHEL-123211]
- net: move sk_uid and sk_protocol to sock_read_tx (Guillaume Nault) [RHEL-123211]
- tcp: move icsk_clean_acked to a better location (Guillaume Nault) [RHEL-123211]
- x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file paths (Jan Stancek) [RHEL-132871]
- timekeeping: Fix timex status validation for auxiliary clocks (Waiman Long) [RHEL-152433]
- time/sched_clock: Use ACCESS_PRIVATE() to evaluate hrtimer::function (Waiman Long) [RHEL-152433]
- hrtimer: Fix trace oddity (Waiman Long) [RHEL-152433]
- clocksource: Reduce watchdog readout delay limit to prevent false positives (Waiman Long) [RHEL-152433]
- timekeeping: Adjust the leap state for the correct auxiliary timekeeper (Waiman Long) [RHEL-152433] {CVE-2026-23106}
- hrtimer: Fix softirq base check in update_needs_ipi() (Waiman Long) [RHEL-152433]
- time: Fix a few typos in time[r] related code comments (Waiman Long) [RHEL-152433]
- timers/migration: Remove dead code handling idle CPU checking for remote timers (Waiman Long) [RHEL-152433]
- timers/migration: Remove unused "cpu" parameter from tmigr_get_group() (Waiman Long) [RHEL-152433]
- timers/migration: Assert that hotplug preparing CPU is part of stable active hierarchy (Waiman Long) [RHEL-152433]
- timers/migration: Fix imbalanced NUMA trees (Waiman Long) [RHEL-152433]
- timers/migration: Remove locking on group connection (Waiman Long) [RHEL-152433]
- timers/migration: Convert "while" loops to use "for" (Waiman Long) [RHEL-152433]
- timekeeping: Fix error code in tk_aux_sysfs_init() (Waiman Long) [RHEL-152433]
- timers: Fix NULL function pointer race in timer_shutdown_sync() (Waiman Long) [RHEL-152433] {CVE-2025-68214}
- timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths (Waiman Long) [RHEL-152433]
- tick/sched: Fix bogus condition in report_idle_softirq() (Waiman Long) [RHEL-152433]
- timekeeping: Fix aux clocks sysfs initialization loop bound (Waiman Long) [RHEL-152433]
- time: export timespec64_add_safe() symbol (Waiman Long) [RHEL-152433]
- time: Build generic update_vsyscall() only with generic time vDSO (Waiman Long) [RHEL-152433]
- time/sched_clock: Export symbol for sched_clock register function (Waiman Long) [RHEL-152433]
- time: Fix spelling mistakes in comments (Waiman Long) [RHEL-152433]
- clocksource: Print durations for sync check unconditionally (Waiman Long) [RHEL-152433]
- hrtimer: Reorder branches in hrtimer_clockid_to_base() (Waiman Long) [RHEL-152433]
- hrtimer: Remove hrtimer_clock_base:: Get_time (Waiman Long) [RHEL-152433]
- hrtimer: Use hrtimer_cb_get_time() helper (Waiman Long) [RHEL-152433]
- media: pwm-ir-tx: Avoid direct access to hrtimer clockbase (Waiman Long) [RHEL-152433]
- lib: test_objpool: Avoid direct access to hrtimer clockbase (Waiman Long) [RHEL-152433]
- sched/core: Avoid direct access to hrtimer clockbase (Waiman Long) [RHEL-152433]
- timers/itimer: Avoid direct access to hrtimer clockbase (Waiman Long) [RHEL-152433]
- posix-timers: Avoid direct access to hrtimer clockbase (Waiman Long) [RHEL-152433]
- jiffies: Remove obsolete SHIFTED_HZ comment (Waiman Long) [RHEL-152433]
- copy_process: pass clone_flags as u64 across calltree (Waiman Long) [RHEL-152433]
- hrtimers: Unconditionally update target CPU base after offline timer migration (Waiman Long) [RHEL-152433]
- vdso/vsyscall: Avoid slow division loop in auxiliary clock update (Waiman Long) [RHEL-152433]
- clocksource: Improve randomness in clocksource_verify_choose_cpus() (Waiman Long) [RHEL-152433]
- cpumask: introduce cpumask_random() (Waiman Long) [RHEL-152433]
- bitmap: generalize node_random() (Waiman Long) [RHEL-152433]
- vdso/vsyscall: Update auxiliary clock data in the datapage (Waiman Long) [RHEL-152433]
- vdso: Introduce aux_clock_resolution_ns() (Waiman Long) [RHEL-152433]
- vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock() (Waiman Long) [RHEL-152433]
- vdso/vsyscall: Introduce a helper to fill clock configurations (Waiman Long) [RHEL-152433]
- timekeeping: Remove the temporary CLOCK_AUX workaround (Waiman Long) [RHEL-152433]
- timekeeping: Provide ktime_get_clock_ts64() (Waiman Long) [RHEL-152433]
- timekeeping: Provide interface to control auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Provide update for auxiliary timekeepers (Waiman Long) [RHEL-152433]
- timekeeping: Provide adjtimex() for auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Prepare do_adtimex() for auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Make do_adjtimex() reusable (Waiman Long) [RHEL-152433]
- timekeeping: Add auxiliary clock support to __timekeeping_inject_offset() (Waiman Long) [RHEL-152433]
- timekeeping: Make timekeeping_inject_offset() reusable (Waiman Long) [RHEL-152433]
- timekeeping: Provide time setter for auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Add minimal posix-timers support for auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Provide time getters for auxiliary clocks (Waiman Long) [RHEL-152433]
- timekeeping: Update auxiliary timekeepers on clocksource change (Waiman Long) [RHEL-152433]
- timekeeping: Add AUX offset to struct timekeeper (Waiman Long) [RHEL-152433]
- ntp: Use ktime_get_ntp_seconds() (Waiman Long) [RHEL-152433]
- timekeeping: Provide ktime_get_ntp_seconds() (Waiman Long) [RHEL-152433]
- timekeeping: Introduce auxiliary timekeepers (Waiman Long) [RHEL-152433]
- timekeeping: Add clock_valid flag to timekeeper (Waiman Long) [RHEL-152433]
- timekeeping: Prepare timekeeping_update_from_shadow() (Waiman Long) [RHEL-152433]
- timekeeping: Make __timekeeping_advance() reusable (Waiman Long) [RHEL-152433]
- ntp: Rename __do_adjtimex() to ntp_adjtimex() (Waiman Long) [RHEL-152433]
- ntp: Add timekeeper ID arguments to public functions (Waiman Long) [RHEL-152433]
- ntp: Add support for auxiliary timekeepers (Waiman Long) [RHEL-152433]
- redhat/configs: Add CONFIG_POSIX_AUX_CLOCKS=n (Waiman Long) [RHEL-152433]
- time: Introduce auxiliary POSIX clocks (Waiman Long) [RHEL-152433]
- timekeeping: Introduce timekeeper ID (Waiman Long) [RHEL-152433]
- timekeeping: Avoid double notification in do_adjtimex() (Waiman Long) [RHEL-152433]
- timekeeping: Cleanup kernel doc of __ktime_get_real_seconds() (Waiman Long) [RHEL-152433]
- timekeeping: Remove hardcoded access to tk_core (Waiman Long) [RHEL-152433]
- clocksource: Use cpumask_next_wrap() in clocksource_watchdog() (Waiman Long) [RHEL-152433]
- clocksource: Use cpumask_any_but() in clocksource_verify_choose_cpus() (Waiman Long) [RHEL-152433]
- timers/migration: Clean up the loop in tmigr_quick_check() (Waiman Long) [RHEL-152433]
- PCI: Add PCI_BRIDGE_NO_ALIAS quirk for ASPEED AST1150 (Myron Stowe) [RHEL-143320]
- PCI: Add ASPEED vendor ID to pci_ids.h (Myron Stowe) [RHEL-143320]
- PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads (Myron Stowe) [RHEL-143320]
- s390/ap: Expose ap_bindings_complete_count counter via sysfs (Mete Durlu) [RHEL-155896]
- RDMA/bnxt_re: convert timeouts to secs_to_jiffies() (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Fix return code of bnxt_re_configure_cc (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Fix missing error handling for tx_queue (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Fix incorrect display of inactivity_cp in debugfs output (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Use macro instead of hard coded value (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Support 2G message size (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEM (Sreekanth Reddy) [RHEL-108694]
- RDMA/bnxt_re: Support extended stats for Thor2 VF (Sreekanth Reddy) [RHEL-108694]
- selftests: net: tests for add double tunneling GRO/GSO (Guillaume Nault) [RHEL-145367]
- geneve: use GRO hint option in the RX path (Guillaume Nault) [RHEL-145367]
- geneve: extract hint option at GRO stage (Guillaume Nault) [RHEL-145367]
- geneve: add GRO hint output path (Guillaume Nault) [RHEL-145367]
- geneve: pass the geneve device ptr to geneve_build_skb() (Guillaume Nault) [RHEL-145367]
- geneve: constify geneve_hlen() (Guillaume Nault) [RHEL-145367]
- geneve: add netlink support for GRO hint (Guillaume Nault) [RHEL-145367]
- vxlan: expose gso partial features for tunnel offload (Guillaume Nault) [RHEL-145367]
- geneve: expose gso partial features for tunnel offload (Guillaume Nault) [RHEL-145367]
- net: introduce mangleid_features (Guillaume Nault) [RHEL-145367]
- geneve, specs: Add port range to rt_link specification (Guillaume Nault) [RHEL-145367]
- geneve: Allow users to specify source port range (Guillaume Nault) [RHEL-145367]
- selftests: forwarding: lib: Move require_command to net, generalize (Guillaume Nault) [RHEL-145367]
- USB: storage: Remove subclass and protocol overrides from Novatek quirk (Desnes Nunes) [RHEL-147788]
- usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer (Desnes Nunes) [RHEL-147788] {CVE-2025-68331}
- xhci: dbgtty: fix device unregister: fixup (Desnes Nunes) [RHEL-147788]
- xhci: dbgtty: fix device unregister (Desnes Nunes) [RHEL-147788]
- usb: storage: sddr55: Reject out-of-bound new_pba (Desnes Nunes) [RHEL-147788] {CVE-2025-40345}
- USB: serial: option: add support for Rolling RW101R-GL (Desnes Nunes) [RHEL-147788]
- usb: typec: ucsi: psy: Set max current to zero when disconnected (Desnes Nunes) [RHEL-147788]
- usb: dwc3: pci: Sort out the Intel device IDs (Desnes Nunes) [RHEL-147788]
- usb: dwc3: pci: add support for the Intel Nova Lake -S (Desnes Nunes) [RHEL-147788]
- drivers/usb/dwc3: fix PCI parent check (Desnes Nunes) [RHEL-147788]
- xhci: sideband: Fix race condition in sideband unregister (Desnes Nunes) [RHEL-147788]
- xhci: dbgtty: Fix data corruption when transmitting data form DbC to host (Desnes Nunes) [RHEL-147788]
- xhci: fix stale flag preventig URBs after link state error is cleared (Desnes Nunes) [RHEL-147788]
- USB: serial: ftdi_sio: add support for u-blox EVK-M101 (Desnes Nunes) [RHEL-147788]
- usb: cdns3: Fix double resource release in cdns3_pci_probe (Desnes Nunes) [RHEL-147788]
- usb: gadget: udc: fix use-after-free in usb_gadget_state_work (Desnes Nunes) [RHEL-147788] {CVE-2025-68282}
- USB: serial: option: add Telit FN920C04 ECM compositions (Desnes Nunes) [RHEL-147788]
- USB: serial: option: add Quectel RG255C (Desnes Nunes) [RHEL-147788]
- tcpm: allow looking for role_sw device in the main node (Desnes Nunes) [RHEL-147788]
- tcpm: switch check for role_sw device with fw_node (Desnes Nunes) [RHEL-147788]
- usb/core/quirks: Add Huawei ME906S to wakeup quirk (Desnes Nunes) [RHEL-147788]
- USB: serial: option: add UNISOC UIS7720 (Desnes Nunes) [RHEL-147788]
- xhci: dbc: enable back DbC in resume if it was enabled before suspend (Desnes Nunes) [RHEL-147788]
- xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall event (Desnes Nunes) [RHEL-147788]
- usb: xhci-pci: Fix USB2-only root hub registration (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: qcom,snps-dwc3: Fix bindings for X1E80100 (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: switch: split out ports definition (Desnes Nunes) [RHEL-147788]
- dt-bindings: phy: samsung,usb3-drd-phy: gs101: require Type-C properties (Desnes Nunes) [RHEL-147788]
- dt-bindings: phy: samsung,usb3-drd-phy: add blank lines between DT properties (Desnes Nunes) [RHEL-147788]
- usb: dwc3: Don't call clk_bulk_disable_unprepare() twice (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: dwc3-imx8mp: dma-range is required only for imx8mp (Desnes Nunes) [RHEL-147788]
- usb: vhci-hcd: Prevent suspending virtually attached devices (Desnes Nunes) [RHEL-147788]
- USB: serial: option: add SIMCom 8230C compositions (Desnes Nunes) [RHEL-147788]
- thunderbolt: Fix use-after-free in tb_dp_dprx_work (Desnes Nunes) [RHEL-147788] {CVE-2025-40002}
- docs: driver-api: fix spelling of "buses". (Desnes Nunes) [RHEL-147788]
- usb: xhci: align PORTSC trace with one-based port numbering (Desnes Nunes) [RHEL-147788]
- usb: xhci: correct indentation for PORTSC tracing function (Desnes Nunes) [RHEL-147788]
- usb: xhci: improve TR Dequeue Pointer mask (Desnes Nunes) [RHEL-147788]
- usb: xhci-pci: add support for hosts with zero USB3 ports (Desnes Nunes) [RHEL-147788]
- usb: xhci: Update a comment about Stop Endpoint retries (Desnes Nunes) [RHEL-147788]
- Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running" (Desnes Nunes) [RHEL-147788]
- USB: gadget: Use str_enable_disable-like helpers (Desnes Nunes) [RHEL-147788]
- usb: gadget: Introduce free_usb_request helper (Desnes Nunes) [RHEL-147788]
- usb: gadget: Store endpoint pointer in usb_request (Desnes Nunes) [RHEL-147788]
- usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support (Desnes Nunes) [RHEL-147788]
- usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv (Desnes Nunes) [RHEL-147788]
- usb: host: xhci-rcar: Move R-Car reg definitions (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: Document Renesas RZ/G3E USB3HOST (Desnes Nunes) [RHEL-147788]
- phy: fsl-imx8mq-usb: fix typec orientation switch when built as module (Desnes Nunes) [RHEL-147788]
- usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=n (Desnes Nunes) [RHEL-147788]
- usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs (Desnes Nunes) [RHEL-147788]
- usb: xhci: plat: Facilitate using autosuspend for xhci plat devices (Desnes Nunes) [RHEL-147788]
- redhat/configs: configs: riscv: Enable dwc3 on riscv for RHEL (Desnes Nunes) [RHEL-147788]
- redhat/configs: Enable DWC3 Generic Platform Driver on RHEL automotive (Desnes Nunes) [RHEL-147788]
- usb: dwc3: add generic driver to support flattened (Desnes Nunes) [RHEL-147788]
- clk: Provide devm_clk_bulk_get_all_enabled() helper (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: dwc3: add support for SpacemiT K1 (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update thunderbolt.h header file (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update xdomain.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update usb4_port.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update usb4.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update tunnel.h function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update tunnel.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update tmu.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Add missing documentation in tb.h (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update tb.h function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update tb.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update switch.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update retimer.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update property.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update path.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update nvm.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Add missing documentation in nhi_regs.h ring_desc structure (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update nhi.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update lc.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update eeprom.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update domain.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update dma_port.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Add missing documentation in ctl.h tb_cfg_request struct (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update ctl.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update clx.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update cap.c function documentation (Desnes Nunes) [RHEL-147788]
- thunderbolt: Update acpi.c function documentation (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Handle mode transitions for CD321x (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Read data status in probe and cache its value (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Use read_power_status function in probe (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Update partner identity when power status was updated (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321x (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321x (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Add cd321x struct with separate size (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Trace data status for CD321x correctly (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Move switch_power_state to tipd_data (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Move initial irq mask to tipd_data (Desnes Nunes) [RHEL-147788]
- usb: typec: tipd: Clear interrupts first (Desnes Nunes) [RHEL-147788]
- usb: host: enable USB offload during system sleep (Desnes Nunes) [RHEL-147788]
- xhci: sideband: add api to trace sideband usage (Desnes Nunes) [RHEL-147788]
- usb: offload: add apis for offload usage tracking (Desnes Nunes) [RHEL-147788]
- usb: xhci-plat: separate dev_pm_ops for each pm_event (Desnes Nunes) [RHEL-147788]
- usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspend (Desnes Nunes) [RHEL-147788]
- usb: dwc3: core: Introduce glue callbacks for flattened implementations (Desnes Nunes) [RHEL-147788]
- usb: host: tegra: Remove manual wake IRQ disposal (Desnes Nunes) [RHEL-147788]
- usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQs (Desnes Nunes) [RHEL-147788]
- usb: xhci: tegra: Support USB wakeup function for Tegra234 (Desnes Nunes) [RHEL-147788]
- usb: udc: Add trace event for usb_gadget_set_state (Desnes Nunes) [RHEL-147788]
- usb: dwc2: Add support for 'maximum-speed' property (Desnes Nunes) [RHEL-147788]
- usb: typec: tcpci: add wakeup support (Desnes Nunes) [RHEL-147788]
- dt-bindings: extcon: linux,extcon-usb-gpio: GPIO must be provided (Desnes Nunes) [RHEL-147788]
- redhat/configs: Adding CONFIG_EXTCON_MAX14526 (Desnes Nunes) [RHEL-147788]
- extcon: max14526: depends on I2C to prevent build warning/errors (Desnes Nunes) [RHEL-147788]
- extcon: Add basic support for Maxim MAX14526 MUIC (Desnes Nunes) [RHEL-147788]
- dt-bindings: extcon: Document Maxim MAX14526 MUIC (Desnes Nunes) [RHEL-147788]
- usb: core: support eUSB2 double bandwidth large isoc URB frames (Desnes Nunes) [RHEL-147788]
- usb: xhci: Add host support for eUSB2 double isochronous bandwidth devices (Desnes Nunes) [RHEL-147788]
- usb: core: Introduce usb_endpoint_is_hs_isoc_double() (Desnes Nunes) [RHEL-147788]
- usb: xhci: Use usb_endpoint_max_periodic_payload() (Desnes Nunes) [RHEL-147788]
- usb: core: Add a function to get USB version independent periodic payload (Desnes Nunes) [RHEL-147788]
- usb: core: eUSB2 companion descriptor is for isoc IN endpoints only (Desnes Nunes) [RHEL-147788]
- usb: core: Parse eUSB2 companion descriptors for high speed devices only (Desnes Nunes) [RHEL-147788]
- usb: core: Use le16_to_cpu() to read __le16 value in usb_parse_endpoint() (Desnes Nunes) [RHEL-147788]
- usb: typec: ucsi: Add check for UCSI version (Desnes Nunes) [RHEL-147788]
- usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget (Desnes Nunes) [RHEL-147788] {CVE-2025-40314}
- usb: host: xhci-tegra: Remove redundant ternary operators (Desnes Nunes) [RHEL-147788]
- cdnsp: Remove unused tracepoints (Desnes Nunes) [RHEL-147788]
- cdns3: Remove unused tracepoints (Desnes Nunes) [RHEL-147788]
- cdns2: Remove unused tracepoints (Desnes Nunes) [RHEL-147788]
- usb: gadget: configfs: Correctly set use_os_string at bind (Desnes Nunes) [RHEL-147788]
- tools/usb/usbip: fix spelling mistakes in usbipd.c (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: IXP4xx UDC bindings (Desnes Nunes) [RHEL-147788]
- usb: dwc3: Refactor dwc3_mode_show (Desnes Nunes) [RHEL-147788]
- usb: dwc3: Add trace event for dwc3_set_prtcap (Desnes Nunes) [RHEL-147788]
- usb: storage: realtek_cr: Simplify residue calculation in rts51x_bulk_transport() (Desnes Nunes) [RHEL-147788]
- usb: misc: Update link to EHSET pdf doc (Desnes Nunes) [RHEL-147788]
- usb: usblp: Use min_t() to improve usblp_read() (Desnes Nunes) [RHEL-147788]
- USB: serial: oti6858: remove extranenous ; after comment (Desnes Nunes) [RHEL-147788]
- thunderbolt: Use string choices helpers (Desnes Nunes) [RHEL-147788]
- mmc: rtsx_usb_sdmmc: use modern PM macros (Desnes Nunes) [RHEL-147788]
- mmc: rtsx_usb_sdmmc: Fix uninitialized variable issue (Desnes Nunes) [RHEL-147788]
- Documentation: driver-api: usb: Limit toctree depth (Desnes Nunes) [RHEL-147788]
- phy: qcom: qmp-combo: register a typec mux to change the QMPPHY_MODE (Desnes Nunes) [RHEL-147788]
- phy: qcom: qmp-combo: introduce QMPPHY_MODE (Desnes Nunes) [RHEL-147788]
- phy: qcom: qmp-combo: store DP phy power state (Desnes Nunes) [RHEL-147788]
- phy: qcom: qmp-combo: Rename 'mode' to 'phy_mode' (Desnes Nunes) [RHEL-147788]
- dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Reference usb-switch.yaml to allow mode-switch (Desnes Nunes) [RHEL-147788]
- phy: remove unneeded 'fast_io' parameter in regmap_config (Desnes Nunes) [RHEL-147788]
- misc: rtsx: usb card reader: add OCP support (Desnes Nunes) [RHEL-147788]
- misc: rtsx: usb: Ensure mmc child device is active when card is present (Desnes Nunes) [RHEL-147788]
- memstick: Add timeout to prevent indefinite waiting (Desnes Nunes) [RHEL-147788]
- misc: rtsx_pci: Add separate CD/WP pin polarity reversal support (Desnes Nunes) [RHEL-147788]
- phy: qcom-qmp-pcie: add dual lane PHY support for SM8750 (Desnes Nunes) [RHEL-147788]
- dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the SM8750 QMP PCIe PHY Gen3 x2 (Desnes Nunes) [RHEL-147788]
- usb: gadget: f_ncm: Fix MAC assignment NCM ethernet (Desnes Nunes) [RHEL-147788]
- USB: Check no positive return values from pm_runtime_resume_and_get() (Desnes Nunes) [RHEL-147788]
- usb: typec: ucsi: Add support for READ_POWER_LEVEL command (Desnes Nunes) [RHEL-147788]
- thunderbolt: Use is_pciehp instead of is_hotplug_bridge (Desnes Nunes) [RHEL-147788]
- dt-bindings: usb: Drop duplicate nvidia,tegra20-ehci.txt (Desnes Nunes) [RHEL-147788]
- usb: dwc3: qcom: Remove extcon functionality from glue layer (Desnes Nunes) [RHEL-147788]
- USB: lower "Device is not authorized for usage" message to info (Desnes Nunes) [RHEL-147788]
- usb: dwc3: qcom: Add shutdown handler (Desnes Nunes) [RHEL-147788]
- thunderbolt: Use Linux Foundation IDs for XDomain discovery (Desnes Nunes) [RHEL-147788]
- phy: ti: omap-usb2: drop unused module alias (Desnes Nunes) [RHEL-147788]
- phy: hisilicon: hi6220-usb: drop unused module alias (Desnes Nunes) [RHEL-147788]
- phy: ti: omap-usb2: enable compile testing (Desnes Nunes) [RHEL-147788]
- dt-bindings: phy: fsl,imx8mq-usb: Drop 'db' suffix duplicating dtschema (Desnes Nunes) [RHEL-147788]
- thunderbolt: Compare HMAC values in constant time (Desnes Nunes) [RHEL-147788]
- phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure (Desnes Nunes) [RHEL-147788]
- pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN (Olga Kornievskaia) [RHEL-157444]
- ALSA: hda/tas2781: Ignore reset check for SPI device (CKI Backport Bot) [RHEL-148197]
- platform/x86/intel/hid: Add Nova Lake support (Steve Best) [RHEL-117305]
- redhat: genlog: add new JIRA cloud server hostname (Jan Stancek)
- redhat/configs: enable keyboard GPIO for x86 (Mark Langsdorf) [RHEL-147908]
- redhat/configs: enable CONFIG_INPUT_SOC_BUTTON_ARRAY on x86 (Mark Langsdorf) [RHEL-135367]
- perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handler (Michael Petlan) [RHEL-145800]
- selftests/bpf: Use the correct destructor kfunc type (Viktor Malik) [RHEL-113714]
- bpf: crypto: Use the correct destructor kfunc type (Viktor Malik) [RHEL-113714]
- PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() (Myron Stowe) [RHEL-143521]
- PCI: vmd: Add VMD Device ID Support for Panther Lake (PTL)-H/P/U (Myron Stowe) [RHEL-143521]
- net: vlan: don't propagate flags on open (Hangbin Liu) [RHEL-149691]
* Wed Mar 18 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-214.el10]
- selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1 (Maxim Levitsky) [RHEL-148618]
- selftests: kvm: try getting XFD and XSAVE state out of sync (Maxim Levitsky) [RHEL-148618]
- selftests: kvm: replace numbered sync points with actions (Maxim Levitsky) [RHEL-148618]
- x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1 (Maxim Levitsky) [RHEL-148618]
- KVM: selftests: Add ex_str() to print human friendly name of exception vectors (Maxim Levitsky) [RHEL-148618]
- KVM: x86: Define AMD's #HV, #VC, and #SX exception vectors (Maxim Levitsky) [RHEL-148618]
- KVM: x86: Define Control Protection Exception (#CP) vector (Maxim Levitsky) [RHEL-148618]
- KVM: x86: Add human friendly formatting for #XM, and #VE (Maxim Levitsky) [RHEL-148618]
- KVM: selftests: Add support for #DE exception fixup (Maxim Levitsky) [RHEL-148618]
- idpf: export RX hardware timestamping information to XDP (Michal Schmidt) [RHEL-136674]
- autofs: dont trigger mount if it cant succeed (Ian Kent) [RHEL-134674]
- vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr() (Cindy Lu) [RHEL-127007]
- vdpa/mlx5: reuse common function for MAC address updates (Cindy Lu) [RHEL-127007]
- vdpa/mlx5: update mlx_features with driver state check (Cindy Lu) [RHEL-127007]
- redhat/configs: enable CONFIG_AQTION on all archs (Michal Schmidt) [RHEL-150852]
- mm/migrate: fix sleep in atomic for large folios and buffer heads (Ming Lei) [RHEL-144763]
- fs/ext4: use sleeping version of sb_find_get_block() (Ming Lei) [RHEL-144763]
- fs/jbd2: use sleeping version of __find_get_block() (Ming Lei) [RHEL-144763]
- fs/ocfs2: use sleeping version of __find_get_block() (Ming Lei) [RHEL-144763]
- fs/buffer: use sleeping version of __find_get_block() (Ming Lei) [RHEL-144763]
- fs/buffer: introduce sleeping flavors for pagecache lookups (Ming Lei) [RHEL-144763]
- fs/buffer: split locking for pagecache lookups (Ming Lei) [RHEL-144763]
- fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT (Ming Lei) [RHEL-144763]
- block: reject bs > ps block devices when THP is disabled (Ming Lei) [RHEL-144763]
- md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter (Ming Lei) [RHEL-144763]
- block: don't silently ignore metadata for sync read/write (Ming Lei) [RHEL-144763]
- bio: use memzero_page() in bio_truncate() (Ming Lei) [RHEL-144763]
- drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameter (Ming Lei) [RHEL-144763]
- ext4: add FALLOC_FL_WRITE_ZEROES support (Ming Lei) [RHEL-144763]
- block: add FALLOC_FL_WRITE_ZEROES support (Ming Lei) [RHEL-144763]
- block: factor out common part in blkdev_fallocate() (Ming Lei) [RHEL-144763]
- fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate (Ming Lei) [RHEL-144763]
- dm: clear unmap write zeroes limits when disabling write zeroes (Ming Lei) [RHEL-144763]
- scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP (Ming Lei) [RHEL-144763]
- nvmet: set WZDS and DRB if device enables unmap write zeroes operation (Ming Lei) [RHEL-144763]
- nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit (Ming Lei) [RHEL-144763]
- block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits (Ming Lei) [RHEL-144763]
- ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd (Ming Lei) [RHEL-144763]
- block: don't use strcpy to copy blockdev name (Ming Lei) [RHEL-144763]
- block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READ (Ming Lei) [RHEL-144763]
- block: fix EOD return for device with nr_sectors == 0 (Ming Lei) [RHEL-144763]
- block: change blk_get_meta_cap() stub return -ENOIOCTLCMD (Ming Lei) [RHEL-144763]
- block: fix lbmd_guard_tag_type assignment in FS_IOC_GETLBMD_CAP (Ming Lei) [RHEL-144763]
- block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl() (Ming Lei) [RHEL-144763]
- ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectors (Ming Lei) [RHEL-144763]
- ata: libata: Add libata.force parameter max_sec (Ming Lei) [RHEL-144763]
- ata: libata: Add support to parse equal sign in libata.force (Ming Lei) [RHEL-144763]
- ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk (Ming Lei) [RHEL-144763]
- ata: libata: Add ata_force_get_fe_for_dev() helper (Ming Lei) [RHEL-144763]
- ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks (Ming Lei) [RHEL-144763]
- ata: libata-core: Quirk DELLBOSS VD max_sectors (Ming Lei) [RHEL-144763]
- loop: revert exclusive opener loop status change (Ming Lei) [RHEL-144763]
- nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec (Ming Lei) [RHEL-144763]
- nvme-pci: handle changing device dma map requirements (Ming Lei) [RHEL-144763]
- nvme-pci: DMA unmap the correct regions in nvme_free_sgls (Ming Lei) [RHEL-144763]
- Revert "rnbd-clt: fix refcount underflow in device unmap path" (Ming Lei) [RHEL-144763]
- blk-mq: use BLK_POLL_ONESHOT for synchronous poll completion (Ming Lei) [RHEL-144763]
- selftests/ublk: fix garbage output in foreground mode (Ming Lei) [RHEL-144763]
- selftests/ublk: fix error handling for starting device (Ming Lei) [RHEL-144763]
- selftests/ublk: fix IO thread idle check (Ming Lei) [RHEL-144763]
- block: make the new blkzoned UAPI constants discoverable (Ming Lei) [RHEL-144763]
- ublk: fix ublksrv pid handling for pid namespaces (Ming Lei) [RHEL-144763]
- block: Fix an error path in disk_update_zone_resources() (Ming Lei) [RHEL-144763]
- rnbd-clt: fix refcount underflow in device unmap path (Ming Lei) [RHEL-144763]
- nvmet: do not copy beyond sybsysnqn string length (Ming Lei) [RHEL-144763]
- null_blk: fix kmemleak by releasing references to fault configfs items (Ming Lei) [RHEL-144763]
- block: zero non-PI portion of auto integrity buffer (Ming Lei) [RHEL-144763]
- nvme-fc: release admin tagset if init fails (Ming Lei) [RHEL-144763]
- nvme-pci: disable secondary temp for Wodposit WPBSNM8 (Ming Lei) [RHEL-144763]
- ublk: fix use-after-free in ublk_partition_scan_work (Ming Lei) [RHEL-144763]
- blk-mq: avoid stall during boot due to synchronize_rcu_expedited (Ming Lei) [RHEL-144763]
- loop: add missing bd_abort_claiming in loop_set_status (Ming Lei) [RHEL-144763]
- block: don't merge bios with different app_tags (Ming Lei) [RHEL-144763]
- blk-rq-qos: Remove unlikely() hints from QoS checks (Ming Lei) [RHEL-144763]
- loop: don't change loop device under exclusive opener in loop_set_status (Ming Lei) [RHEL-144763]
- block, bfq: update outdated comment (Ming Lei) [RHEL-144763]
- selftests/ublk: fix Makefile to rebuild on header changes (Ming Lei) [RHEL-144763]
- selftests/ublk: add test for async partition scan (Ming Lei) [RHEL-144763]
- ublk: scan partition in async way (Ming Lei) [RHEL-144763]
- block,bfq: fix aux stat accumulation destination (Ming Lei) [RHEL-144763]
- block: rnbd-clt: Fix signedness bug in init_dev() (Ming Lei) [RHEL-144763]
- ublk: clean up user copy references on ublk server exit (Ming Lei) [RHEL-144763]
- block: validate interval_exp integrity limit (Ming Lei) [RHEL-144763]
- block: validate pi_offset integrity limit (Ming Lei) [RHEL-144763]
- block: rnbd-clt: Fix leaked ID in init_dev() (Ming Lei) [RHEL-144763]
- ublk: fix deadlock when reading partition table (Ming Lei) [RHEL-144763]
- block: add allocation size check in blkdev_pr_read_keys() (Ming Lei) [RHEL-144763]
- Documentation: admin-guide: blockdev: replace zone_capacity with zone_capacity_mb when creating devices (Ming Lei) [RHEL-144763]
- zloop: use READ_ONCE() to read lo->lo_state in queue_rq path (Ming Lei) [RHEL-144763]
- loop: use READ_ONCE() to read lo->lo_state without locking (Ming Lei) [RHEL-144763]
- selftests: ublk: add user copy test cases (Ming Lei) [RHEL-144763]
- selftests: ublk: add support for user copy to kublk (Ming Lei) [RHEL-144763]
- selftests: ublk: forbid multiple data copy modes (Ming Lei) [RHEL-144763]
- selftests: ublk: don't share backing files between ublk servers (Ming Lei) [RHEL-144763]
- selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04 (Ming Lei) [RHEL-144763]
- selftests: ublk: fix fio arguments in run_io_and_recover() (Ming Lei) [RHEL-144763]
- selftests: ublk: remove unused ios map in seq_io.bt (Ming Lei) [RHEL-144763]
- selftests: ublk: correct last_rw map type in seq_io.bt (Ming Lei) [RHEL-144763]
- selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback() (Ming Lei) [RHEL-144763]
- block: move around bio flagging helpers (Ming Lei) [RHEL-144763]
- blk-mq-dma: always initialize dma state (Ming Lei) [RHEL-144763]
- blk-mq: delete task running check in blk_hctx_poll() (Ming Lei) [RHEL-144763]
- block: fix cached zone reports on devices with native zone append (Ming Lei) [RHEL-144763]
- ublk: don't mutate struct bio_vec in iteration (Ming Lei) [RHEL-144763]
- block: prohibit calls to bio_chain_endio (Ming Lei) [RHEL-144763]
- ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issue (Ming Lei) [RHEL-144763]
- nvme-fabrics: add ENOKEY to no retry criteria for authentication failures (Ming Lei) [RHEL-144763]
- nvme-auth: use kvfree() for memory allocated with kvcalloc() (Ming Lei) [RHEL-144763]
- nvmet-tcp: use kvcalloc for commands array (Ming Lei) [RHEL-144763]
- nvmet-rdma: use kvcalloc for commands and responses arrays (Ming Lei) [RHEL-144763]
- nvme: fix typo error in nvme target (Ming Lei) [RHEL-144763]
- nvmet-fc: use pr_* print macros instead of dev_* (Ming Lei) [RHEL-144763]
- nvmet-fcloop: remove unused lsdir member. (Ming Lei) [RHEL-144763]
- nvmet-fcloop: check all request and response have been processed (Ming Lei) [RHEL-144763]
- nvme-fc: check all request and response have been processed (Ming Lei) [RHEL-144763]
- block: fix comment for op_is_zone_mgmt() to include RESET_ALL (Ming Lei) [RHEL-144763]
- block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOs (Ming Lei) [RHEL-144763]
- blk-mq: add blk_rq_nr_bvec() helper (Ming Lei) [RHEL-144763]
- block: add IOC_PR_READ_RESERVATION ioctl (Ming Lei) [RHEL-144763]
- block: add IOC_PR_READ_KEYS ioctl (Ming Lei) [RHEL-144763]
- nvme: reject invalid pr_read_keys() num_keys values (Ming Lei) [RHEL-144763]
- scsi: sd: reject invalid pr_read_keys() num_keys values (Ming Lei) [RHEL-144763]
- block: enable per-cpu bio cache by default (Ming Lei) [RHEL-144763]
- block: use bio_alloc_bioset for passthru IO by default (Ming Lei) [RHEL-144763]
- nvme-fc: don't hold rport lock when putting ctrl (Ming Lei) [RHEL-144763]
- nvme-pci: add debug message on fail to read CSTS (Ming Lei) [RHEL-144763]
- nvme-pci: print error message on failure in nvme_probe (Ming Lei) [RHEL-144763]
- nvmet: pci-epf: fix DMA channel debug print (Ming Lei) [RHEL-144763]
- nvmet: pci-epf: move DMA initialization to EPC init callback (Ming Lei) [RHEL-144763]
- nvmet: remove redundant subsysnqn field from ctrl (Ming Lei) [RHEL-144763]
- nvmet: add sanity checks when freeing subsystem (Ming Lei) [RHEL-144763]
- block/rnbd: correct all kernel-doc complaints (Ming Lei) [RHEL-144763]
- blk-mq: use queue_hctx in blk_mq_map_queue_type (Ming Lei) [RHEL-144763]
- sbitmap: fix all kernel-doc warnings (Ming Lei) [RHEL-144763]
- ublk: add helper of __ublk_fetch() (Ming Lei) [RHEL-144763]
- ublk: pass const pointer to ublk_queue_is_zoned() (Ming Lei) [RHEL-144763]
- ublk: refactor auto buffer register in ublk_dispatch_req() (Ming Lei) [RHEL-144763]
- ublk: add `union ublk_io_buf` with improved naming (Ming Lei) [RHEL-144763]
- ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg() (Ming Lei) [RHEL-144763]
- kfifo: add kfifo_alloc_node() helper for NUMA awareness (Ming Lei) [RHEL-144763]
- blk-mq: fix potential uaf for 'queue_hw_ctx' (Ming Lei) [RHEL-144763]
- blk-mq: use array manage hctx map instead of xarray (Ming Lei) [RHEL-144763]
- ublk: prevent invalid access with DEBUG (Ming Lei) [RHEL-144763]
- s390/dasd: Use scnprintf() instead of sprintf() (Ming Lei) [RHEL-144763]
- s390/dasd: Move device name formatting into separate function (Ming Lei) [RHEL-144763]
- s390/dasd: Remove unnecessary debugfs_create() return checks (Ming Lei) [RHEL-144763]
- s390/dasd: Fix gendisk parent after copy pair swap (Ming Lei) [RHEL-144763]
- block: ignore __blkdev_issue_discard() return value (Ming Lei) [RHEL-144763]
- block: fix typos in comments and strings in blk-core (Ming Lei) [RHEL-144763]
- block: Remove references to __device_add_disk() (Ming Lei) [RHEL-144763]
- Revert "Merge branch 'loop-aio-nowait' into for-6.19/block" (Ming Lei) [RHEL-144763]
- block: use min() instead of min_t() (Ming Lei) [RHEL-144763]
- zloop: clear nowait flag in workqueue context (Ming Lei) [RHEL-144763]
- loop: clear nowait flag in workqueue context (Ming Lei) [RHEL-144763]
- zloop: fix zone append check in zloop_rw() (Ming Lei) [RHEL-144763]
- MAINTAINERS: add a maintainer for zoned block device support (Ming Lei) [RHEL-144763]
- MAINTAINERS: add missing block layer user API header files (Ming Lei) [RHEL-144763]
- block: remove the declaration of elevator_init_mq function (Ming Lei) [RHEL-144763]
- Revert "block: consider discard merge last" (Ming Lei) [RHEL-144763]
- fs: Add the __data_racy annotation to backing_dev_info.ra_pages (Ming Lei) [RHEL-144763]
- block: plug attempts to batch allocate tags multiple times (Ming Lei) [RHEL-144763]
- loop: add hint for handling aio via IOCB_NOWAIT (Ming Lei) [RHEL-144763]
- loop: try to handle loop aio command via NOWAIT IO first (Ming Lei) [RHEL-144763]
- loop: move command blkcg/memcg initialization into loop_queue_work (Ming Lei) [RHEL-144763]
- loop: add lo_submit_rw_aio() (Ming Lei) [RHEL-144763]
- loop: add helper lo_rw_aio_prep() (Ming Lei) [RHEL-144763]
- loop: add helper lo_cmd_nr_bvec() (Ming Lei) [RHEL-144763]
- drbd: turn bitmap I/O comments into regular block comments (Ming Lei) [RHEL-144763]
- block: rate-limit capacity change info log (Ming Lei) [RHEL-144763]
- Documentation: admin-guide: blockdev: update zloop parameters (Ming Lei) [RHEL-144763]
- zloop: introduce the ordered_zone_append configuration parameter (Ming Lei) [RHEL-144763]
- zloop: introduce the zone_append configuration parameter (Ming Lei) [RHEL-144763]
- zloop: simplify checks for writes to sequential zones (Ming Lei) [RHEL-144763]
- zloop: fail zone append operations that are targeting full zones (Ming Lei) [RHEL-144763]
- zloop: make the write pointer of full zones invalid (Ming Lei) [RHEL-144763]
- block/blk-throttle: Remove throtl_slice from struct throtl_data (Ming Lei) [RHEL-144763]
- block/blk-throttle: drop unneeded blk_stat_enable_accounting (Ming Lei) [RHEL-144763]
- block/blk-throttle: Fix throttle slice time for SSDs (Ming Lei) [RHEL-144763]
- block: consider discard merge last (Ming Lei) [RHEL-144763]
- floppy: fix for PAGE_SIZE != 4KB (Ming Lei) [RHEL-144763]
- ps3disk: use memcpy_{from,to}_bvec index (Ming Lei) [RHEL-144763]
- block-dma: properly take MMIO path (Ming Lei) [RHEL-144763]
- nvme-pci: migrate to dma_map_phys instead of map_page (Ming Lei) [RHEL-144763]
- block: define alloc_sched_data and free_sched_data methods for kyber (Ming Lei) [RHEL-144763]
- block: use {alloc|free}_sched data methods (Ming Lei) [RHEL-144763]
- block: introduce alloc_sched_data and free_sched_data elevator methods (Ming Lei) [RHEL-144763]
- block: move elevator tags into struct elevator_resources (Ming Lei) [RHEL-144763]
- block: unify elevator tags and type xarrays into struct elv_change_ctx (Ming Lei) [RHEL-144763]
- dm: fix zone reset all operation processing (Ming Lei) [RHEL-144763]
- block: fix NULL pointer dereference in disk_report_zones() (Ming Lei) [RHEL-144763]
- block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio() (Ming Lei) [RHEL-144763]
- blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller (Ming Lei) [RHEL-144763]
- blk-zoned: Document disk_zone_wplug_schedule_bio_work() locking (Ming Lei) [RHEL-144763]
- blk-zoned: Fix a typo in a source code comment (Ming Lei) [RHEL-144763]
- null_blk: fix zone read length beyond write pointer (Ming Lei) [RHEL-144763]
- blk-mq-dma: fix kernel-doc function name for integrity DMA iterator (Ming Lei) [RHEL-144763]
- block: fix merging data-less bios (Ming Lei) [RHEL-144763]
- ublk: return unsigned from ublk_{,un}map_io() (Ming Lei) [RHEL-144763]
- ublk: remove unnecessary checks in ublk_check_and_get_req() (Ming Lei) [RHEL-144763]
- block: add lockdep to queue_limits_commit_update() (Ming Lei) [RHEL-144763]
- nbd: defer config unlock in nbd_genl_connect (Ming Lei) [RHEL-144763]
- block: clean up indentation in blk_rq_map_iter_init() (Ming Lei) [RHEL-144763]
- nbd: defer config put in recv_work (Ming Lei) [RHEL-144763]
- block: introduce bdev_zone_start() (Ming Lei) [RHEL-144763]
- block: refactor disk_zone_wplug_sync_wp_offset() (Ming Lei) [RHEL-144763]
- block: improve blk_zone_wp_offset() (Ming Lei) [RHEL-144763]
- block: don't return 1 for the fallback case in blkdev_get_zone_info (Ming Lei) [RHEL-144763]
- nvme: remove virtual boundary for sgl capable devices (Ming Lei) [RHEL-144763]
- block: accumulate memory segment gaps per bio (Ming Lei) [RHEL-144763]
- virtio_blk: NULL out vqs to avoid double free on failed resume (Ming Lei) [RHEL-144763]
- null_blk: allow byte aligned memory offsets (Ming Lei) [RHEL-144763]
- null_blk: single kmap per bio segment (Ming Lei) [RHEL-144763]
- null_blk: use memzero_page() (Ming Lei) [RHEL-144763]
- null_blk: consistently use blk_status_t (Ming Lei) [RHEL-144763]
- null_blk: simplify copy_from_nullb (Ming Lei) [RHEL-144763]
- ublk: use rq_for_each_segment() for user copy (Ming Lei) [RHEL-144763]
- ublk: use copy_{to,from}_iter() for user copy (Ming Lei) [RHEL-144763]
- block: fix cached zone reporting after zone append was used (Ming Lei) [RHEL-144763]
- block: don't leak disk->zones_cond for !disk_need_zone_resources (Ming Lei) [RHEL-144763]
- xfs: use blkdev_report_zones_cached() (Ming Lei) [RHEL-144763]
- block: add zone write plug condition to debugfs zone_wplugs (Ming Lei) [RHEL-144763]
- block: improve zone_wplugs debugfs attribute output (Ming Lei) [RHEL-144763]
- block: introduce BLKREPORTZONESV2 ioctl (Ming Lei) [RHEL-144763]
- block: introduce blkdev_report_zones_cached() (Ming Lei) [RHEL-144763]
- block: introduce blkdev_get_zone_info() (Ming Lei) [RHEL-144763]
- block: refactor blkdev_report_zones() code (Ming Lei) [RHEL-144763]
- block: track zone conditions (Ming Lei) [RHEL-144763]
- block: use zone condition to determine conventional zones (Ming Lei) [RHEL-144763]
- block: reorganize struct blk_zone_wplug (Ming Lei) [RHEL-144763]
- block: introduce disk_report_zone() (Ming Lei) [RHEL-144763]
- block: cleanup blkdev_report_zones() (Ming Lei) [RHEL-144763]
- block: freeze queue when updating zone resources (Ming Lei) [RHEL-144763]
- block: handle zone management operations completions (Ming Lei) [RHEL-144763]
- block: make bio auto-integrity deadlock safe (Ming Lei) [RHEL-144763]
- block: blocking mempool_alloc doesn't fail (Ming Lei) [RHEL-144763]
- selftests: ublk: make ublk_thread thread-local variable (Ming Lei) [RHEL-144763]
- selftests: ublk: set CPU affinity before thread initialization (Ming Lei) [RHEL-144763]
- ublk: use struct_size() for allocation (Ming Lei) [RHEL-144763]
- ublk: implement NUMA-aware memory allocation (Ming Lei) [RHEL-144763]
- ublk: reorder tag_set initialization before queue allocation (Ming Lei) [RHEL-144763]
- blktrace: add support for REQ_OP_WRITE_ZEROES tracing (Ming Lei) [RHEL-144763]
- drbd: replace kmap() with kmap_local_page() in receiver path (Ming Lei) [RHEL-144763]
- blktrace: for ftrace use correct trace format ver (Ming Lei) [RHEL-144763]
- blktrace: use debug print to report dropped events (Ming Lei) [RHEL-144763]
- blktrace: handle BLKTRACESETUP2 ioctl (Ming Lei) [RHEL-144763]
- blktrace: trace zone write plugging operations (Ming Lei) [RHEL-144763]
- blktrace: expose ZONE APPEND completions to blktrace (Ming Lei) [RHEL-144763]
- blktrace: add block trace commands for zone operations (Ming Lei) [RHEL-144763]
- blktrace: move ftrace blk_io_tracer to blk_io_trace2 (Ming Lei) [RHEL-144763]
- blktrace: move trace_note to blk_io_trace2 (Ming Lei) [RHEL-144763]
- blktrace: differentiate between blk_io_trace versions (Ming Lei) [RHEL-144763]
- blktrace: add definitions for struct blk_io_trace2 (Ming Lei) [RHEL-144763]
- blktrace: pass blk_user_trace2 to setup functions (Ming Lei) [RHEL-144763]
- blktrace: add definitions for blk_user_trace_setup2 (Ming Lei) [RHEL-144763]
- blktrace: split do_blk_trace_setup into two functions (Ming Lei) [RHEL-144763]
- blktrace: change the internal action to 64bit (Ming Lei) [RHEL-144763]
- blktrace: untangle if/else sequence in __blk_add_trace (Ming Lei) [RHEL-144763]
- blktrace: split out relaying a blktrace event (Ming Lei) [RHEL-144763]
- blktrace: factor out recording a blktrace event (Ming Lei) [RHEL-144763]
- blktrace: only calculate trace length once (Ming Lei) [RHEL-144763]
- block: rename min_segment_size (Ming Lei) [RHEL-144763]
- blk-mq: use struct_size() in kmalloc() (Ming Lei) [RHEL-144763]
- block/mq-deadline: Switch back to a single dispatch list (Ming Lei) [RHEL-144763]
- block/mq-deadline: Introduce dd_start_request() (Ming Lei) [RHEL-144763]
- nvme-multipath: fix lockdep WARN due to partition scan work (Ming Lei) [RHEL-144763]
- MAINTAINERS: correct git location for block layer tree (Ming Lei) [RHEL-144763]
- null_blk: set dma alignment to logical block size (Ming Lei) [RHEL-144763]
- blk-crypto: use BLK_STS_INVAL for alignment errors (Ming Lei) [RHEL-144763]
- block: make REQ_OP_ZONE_OPEN a write operation (Ming Lei) [RHEL-144763]
- block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL (Ming Lei) [RHEL-144763]
- nvme-pci: use blk_map_iter for p2p metadata (Ming Lei) [RHEL-144763]
- block: require LBA dma_alignment when using PI (Ming Lei) [RHEL-144763]
- block: Remove elevator_lock usage from blkg_conf frozen operations (Ming Lei) [RHEL-144763]
- blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests() (Ming Lei) [RHEL-144763]
- loop: remove redundant __GFP_NOWARN flag (Ming Lei) [RHEL-144763]
- block: move bio_iov_iter_get_bdev_pages to block/fops.c (Ming Lei) [RHEL-144763]
- iomap: open code bio_iov_iter_get_bdev_pages (Ming Lei) [RHEL-144763]
- block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pages (Ming Lei) [RHEL-144763]
- block: remove bio_iov_iter_get_pages (Ming Lei) [RHEL-144763]
- block: Update a comment of disk statistics (Ming Lei) [RHEL-144763]
- s390/dasd: enforce dma_alignment to ensure proper buffer validation (Ming Lei) [RHEL-144763]
- s390/dasd: Return BLK_STS_INVAL for EINVAL from do_dasd_request (Ming Lei) [RHEL-144763]
- ublk: remove redundant zone op check in ublk_setup_iod() (Ming Lei) [RHEL-144763]
- nvme: Use non zero KATO for persistent discovery connections (Ming Lei) [RHEL-144763]
- nvmet: add safety check for subsys lock (Ming Lei) [RHEL-144763]
- nvme-core: use nvme_is_io_ctrl() for I/O controller check (Ming Lei) [RHEL-144763]
- nvme-core: do ioccsz/iorcsz validation only for I/O controllers (Ming Lei) [RHEL-144763]
- nvme-core: add method to check for an I/O controller (Ming Lei) [RHEL-144763]
- blk-mq: Fix more tag iteration function documentation (Ming Lei) [RHEL-144763]
- selftests: ublk: fix behavior when fio is not installed (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_unmap_io() (Ming Lei) [RHEL-144763]
- ublk: pass ublk_io to __ublk_complete_rq() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_need_complete_req() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_check_commit_and_fetch() (Ming Lei) [RHEL-144763]
- ublk: don't pass ublk_queue to ublk_fetch() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_config_io_buf() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_check_fetch_buf() (Ming Lei) [RHEL-144763]
- ublk: pass q_id and tag to __ublk_check_and_get_req() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_daemon_register_io_buf() (Ming Lei) [RHEL-144763]
- ublk: don't access ublk_queue in ublk_register_io_buf() (Ming Lei) [RHEL-144763]
- ublk: pass ublk_device to ublk_register_io_buf() (Ming Lei) [RHEL-144763]
- ublk: don't dereference ublk_queue in ublk_check_and_get_req() (Ming Lei) [RHEL-144763]
- ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local() (Ming Lei) [RHEL-144763]
- ublk: add helpers to check ublk_device flags (Ming Lei) [RHEL-144763]
- ublk: don't pass ublk_queue to __ublk_fail_req() (Ming Lei) [RHEL-144763]
- ublk: don't pass q_id to ublk_queue_cmd_buf_size() (Ming Lei) [RHEL-144763]
- ublk: remove ubq check in ublk_check_and_get_req() (Ming Lei) [RHEL-144763]
- selftests: ublk: add test to verify that feat_map is complete (Ming Lei) [RHEL-144763]
- selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map (Ming Lei) [RHEL-144763]
- selftests: ublk: kublk: simplify feat_map definition (Ming Lei) [RHEL-144763]
- blk-throttle: fix throtl_data leak during disk release (Ming Lei) [RHEL-144763]
- blk-mq: Fix the blk_mq_tagset_busy_iter() documentation (Ming Lei) [RHEL-144763]
- nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk (Ming Lei) [RHEL-144763]
- block/mq-deadline: Remove the redundant rb_entry_rq in the deadline_from_pos(). (Ming Lei) [RHEL-144763]
- nvme-fc: use lock accessing port_state and rport state (Ming Lei) [RHEL-144763]
- nvmet-fcloop: call done callback even when remote port is gone (Ming Lei) [RHEL-144763]
- nvmet-fc: avoid scheduling association deletion twice (Ming Lei) [RHEL-144763]
- nvmet-fc: move lsop put work to nvmet_fc_ls_req_op (Ming Lei) [RHEL-144763]
- blk-mq: fix stale nr_requests documentation (Ming Lei) [RHEL-144763]
- blk-mq: remove blk_mq_tag_update_depth() (Ming Lei) [RHEL-144763]
- blk-mq: fix potential deadlock while nr_requests grown (Ming Lei) [RHEL-144763]
- blk-mq-sched: add new parameter nr_requests in blk_mq_alloc_sched_tags() (Ming Lei) [RHEL-144763]
- blk-mq: split bitmap grow and resize case in blk_mq_update_nr_requests() (Ming Lei) [RHEL-144763]
- blk-mq: cleanup shared tags case in blk_mq_update_nr_requests() (Ming Lei) [RHEL-144763]
- blk-mq: convert to serialize updating nr_requests with update_nr_hwq_lock (Ming Lei) [RHEL-144763]
- blk-mq: check invalid nr_requests in queue_requests_store() (Ming Lei) [RHEL-144763]
- blk-mq: remove useless checkings in blk_mq_update_nr_requests() (Ming Lei) [RHEL-144763]
- blk-mq: remove useless checking in queue_requests_store() (Ming Lei) [RHEL-144763]
- ublk: consolidate nr_io_ready and nr_queues_ready (Ming Lei) [RHEL-144763]
- block: fix ordering of recursive split IO (Ming Lei) [RHEL-144763]
- block: skip unnecessary checks for split bio (Ming Lei) [RHEL-144763]
- blk-crypto: convert to use bio_submit_split_bioset() (Ming Lei) [RHEL-144763]
- block: factor out a helper bio_submit_split_bioset() (Ming Lei) [RHEL-144763]
- blk-crypto: fix missing blktrace bio split events (Ming Lei) [RHEL-144763]
- blk-mq: add QUEUE_FLAG_BIO_ISSUE_TIME (Ming Lei) [RHEL-144763]
- block: initialize bio issue time in blk_mq_submit_bio() (Ming Lei) [RHEL-144763]
- block: cleanup bio_issue (Ming Lei) [RHEL-144763]
- blk-map: provide the bdev to bio if one exists (Ming Lei) [RHEL-144763]
- blk-mq-dma: bring back p2p request flags (Ming Lei) [RHEL-144763]
- blk-integrity: enable p2p source and destination (Ming Lei) [RHEL-144763]
- iov_iter: remove iov_iter_is_aligned (Ming Lei) [RHEL-144763]
- blk-integrity: use simpler alignment check (Ming Lei) [RHEL-144763]
- block: remove bdev_iter_is_aligned (Ming Lei) [RHEL-144763]
- iomap: simplify direct io validity check (Ming Lei) [RHEL-144763]
- block: simplify direct io validity check (Ming Lei) [RHEL-144763]
- block: align the bio after building it (Ming Lei) [RHEL-144763]
- block: add size alignment to bio_iov_iter_get_pages (Ming Lei) [RHEL-144763]
- block: check for valid bio while splitting (Ming Lei) [RHEL-144763]
- drivers/block: WQ_PERCPU added to alloc_workqueue users (Ming Lei) [RHEL-144763]
- drivers/block: replace use of system_unbound_wq with system_dfl_wq (Ming Lei) [RHEL-144763]
- drivers/block: replace use of system_wq with system_percpu_wq (Ming Lei) [RHEL-144763]
- block: floppy: Replace kmalloc() + copy_from_user() with memdup_user() (Ming Lei) [RHEL-144763]
- block: remove the bi_inline_vecs variable sized array from struct bio (Ming Lei) [RHEL-144763]
- block: add a bio_init_inline helper (Ming Lei) [RHEL-144763]
- blk-throttle: fix access race during throttle policy activation (Ming Lei) [RHEL-144763]
- null_blk: Fix the description of the cache_size module argument (Ming Lei) [RHEL-144763]
- ublk: inline __ublk_ch_uring_cmd() (Ming Lei) [RHEL-144763]
- block: use int to store blk_stack_limits() return value (Ming Lei) [RHEL-144763]
- blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx (Ming Lei) [RHEL-144763]
- floppy: Sort headers alphabetically (Ming Lei) [RHEL-144763]
- floppy: Replace custom SZ_64K constant (Ming Lei) [RHEL-144763]
- floppy: Remove unused CROSS_64KB() macro from arch/ code (Ming Lei) [RHEL-144763]
- block: Move a misplaced comment in queue_wb_lat_store() (Ming Lei) [RHEL-144763]
- nvme-pci: convert metadata mapping to dma iter (Ming Lei) [RHEL-144763]
- nvme-pci: create common sgl unmapping helper (Ming Lei) [RHEL-144763]
- blk-integrity: use iterator for mapping sg (Ming Lei) [RHEL-144763]
- blk-mq-dma: add scatter-less integrity data DMA mapping (Ming Lei) [RHEL-144763]
- blk-mq-dma: move common dma start code to a helper (Ming Lei) [RHEL-144763]
- blk-mq: remove REQ_P2PDMA flag (Ming Lei) [RHEL-144763]
- blk-mq-dma: require unmap caller provide p2p map type (Ming Lei) [RHEL-144763]
- blk-mq-dma: provide the bio_vec array being iterated (Ming Lei) [RHEL-144763]
- blk-mq-dma: create blk_map_iter type (Ming Lei) [RHEL-144763]
- block: switch ->getgeo() to struct gendisk (Ming Lei) [RHEL-144763]
- scsi: switch ->bios_param() to passing gendisk (Ming Lei) [RHEL-144763]
- scsi: switch scsi_bios_ptable() and scsi_partsize() to gendisk (Ming Lei) [RHEL-144763]
- nvme: fix PI insert on write (Ming Lei) [RHEL-144763]
- blk-zoned: Fix a lockdep complaint about recursive locking (Ming Lei) [RHEL-144763]
- loop: fix zero sized loop for block special file (Ming Lei) [RHEL-144763]
- block: tone down bio_check_eod (Ming Lei) [RHEL-144763]
- loop: use vfs_getattr_nosec for accurate file size (Ming Lei) [RHEL-144763]
- loop: Consolidate size calculation logic into lo_calculate_size() (Ming Lei) [RHEL-144763]
- block: remove newlines from the warnings in blk_validate_integrity_limits (Ming Lei) [RHEL-144763]
- block: handle pi_tuple_size in queue_limits_stack_integrity (Ming Lei) [RHEL-144763]
- fs: add ioctl to query metadata and protection info capabilities (Ming Lei) [RHEL-144763]
- nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE (Ming Lei) [RHEL-144763]
- block: introduce pi_tuple_size field in blk_integrity (Ming Lei) [RHEL-144763]
- block: rename tuple_size field in blk_integrity to metadata_size (Ming Lei) [RHEL-144763]
- block: always allocate integrity buffer when required (Ming Lei) [RHEL-144763]
- Docs: admin-guide: Correct spelling mistake (Ming Lei) [RHEL-144763]
- blk-wbt: doc: Update the doc of the wbt_lat_usec interface (Ming Lei) [RHEL-144763]
- blk-wbt: Eliminate ambiguity in the comments of struct rq_wb (Ming Lei) [RHEL-144763]
- blk-wbt: Optimize wbt_done() for non-throttled writes (Ming Lei) [RHEL-144763]
- blk-cgroup: remove redundant __GFP_NOWARN (Ming Lei) [RHEL-144763]
- block, bfq: remove redundant __GFP_NOWARN (Ming Lei) [RHEL-144763]
- drbd: Remove the open-coded page pool (Ming Lei) [RHEL-144763]
- nvmet: exit debugfs after discovery subsystem exits (Ming Lei) [RHEL-144763]
- block, bfq: Reorder struct bfq_iocq_bfqq_data (Ming Lei) [RHEL-144763]
- block: ensure discard_granularity is zero when discard is not supported (Ming Lei) [RHEL-144763]
- block: Fix default IO priority if there is no IO context (Ming Lei) [RHEL-144763]
- nvme: fix various comment typos (Ming Lei) [RHEL-144763]
- nvme-pci: fix leak on sgl setup error (Ming Lei) [RHEL-144763]
- nvmet: initialize discovery subsys after debugfs is initialized (Ming Lei) [RHEL-144763]
- nvme: add capability to connect to an administrative controller (Ming Lei) [RHEL-144763]
- nvmet: add support for FDP in fabrics passthru path (Ming Lei) [RHEL-144763]
- blk-ioc: don't hold queue_lock for ioc_lookup_icq() (Ming Lei) [RHEL-144763]
- block: Enforce power-of-2 physical block size (Ming Lei) [RHEL-144763]
- block: avoid possible overflow for chunk_sectors check in blk_stack_limits() (Ming Lei) [RHEL-144763]
- block: Improve read ahead size for rotational devices (Ming Lei) [RHEL-144763]
- cdrom: Call cdrom_mrw_exit from cdrom_release function (Ming Lei) [RHEL-144763]
- sunvdc: Balance device refcount in vdc_port_mpgroup_check (Ming Lei) [RHEL-144763]
- nvme-pci: try function level reset on init failure (Ming Lei) [RHEL-144763]
- nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails (Ming Lei) [RHEL-144763]
- nvme: fix typo in status code constant for self-test in progress (Ming Lei) [RHEL-144763]
- nvmet: remove redundant assignment of error code in nvmet_ns_enable() (Ming Lei) [RHEL-144763]
- nvme: fix incorrect variable in io cqes error message (Ming Lei) [RHEL-144763]
- nvme: fix multiple spelling and grammar issues in host drivers (Ming Lei) [RHEL-144763]
- block: fix blk_zone_append_update_request_bio() kernel-doc (Ming Lei) [RHEL-144763]
- block: add trace messages to zone write plugging (Ming Lei) [RHEL-144763]
- block: add tracepoint for blkdev_zone_mgmt (Ming Lei) [RHEL-144763]
- block: add tracepoint for blk_zone_update_request_bio (Ming Lei) [RHEL-144763]
- block: split blk_zone_update_request_bio into two functions (Ming Lei) [RHEL-144763]
- blktrace: add zoned block commands to blk_fill_rwbs (Ming Lei) [RHEL-144763]
- block: floppy: Fix uninitialized use of outparam (Ming Lei) [RHEL-144763]
- loop: Avoid updating block size under exclusive owner (Ming Lei) [RHEL-144763]
- nvme-pci: don't allocate dma_vec for IOVA mappings (Ming Lei) [RHEL-144763]
- drbd: add missing kref_get in handle_write_conflicts (Ming Lei) [RHEL-144763]
- block: mtip32xx: Fix usage of dma_map_sg() (Ming Lei) [RHEL-144763]
- nvme-pci: fix dma unmapping when using PRPs and not using the IOVA mapping (Ming Lei) [RHEL-144763]
- zram: pass buffer offset to zcomp_available_show() (Ming Lei) [RHEL-144763]
- block: zram: replace scnprintf() with sysfs_emit() in *_show() functions (Ming Lei) [RHEL-144763]
- virtio: blk/scsi: use block layer helpers to calculate num of queues (Ming Lei) [RHEL-144763]
- scsi: use block layer helpers to calculate num of queues (Ming Lei) [RHEL-144763]
- nvme-pci: use block layer helpers to calculate num of queues (Ming Lei) [RHEL-144763]
- lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks (Ming Lei) [RHEL-144763]
- nvme-pci: rework the build time assert for NVME_MAX_NR_DESCRIPTORS (Ming Lei) [RHEL-144763]
- nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE (Ming Lei) [RHEL-144763]
- nvme-pci: convert the data mapping to blk_rq_dma_map (Ming Lei) [RHEL-144763]
- nvme-pci: remove superfluous arguments (Ming Lei) [RHEL-144763]
- nvme-pci: merge the simple PRP and SGL setup into a common helper (Ming Lei) [RHEL-144763]
- nvme-pci: refactor nvme_pci_use_sgls (Ming Lei) [RHEL-144763]
- block: add scatterlist-less DMA mapping helpers (Ming Lei) [RHEL-144763]
- block: don't merge different kinds of P2P transfers in a single bio (Ming Lei) [RHEL-144763]
- block: Increase BLK_DEF_MAX_SECTORS_CAP (Ming Lei) [RHEL-144763]
- block/bdev: lift block size restrictions to 64k (Ming Lei) [RHEL-144763]
- block/bdev: enable large folio support for large logical block sizes (Ming Lei) [RHEL-144763]
- fs/buffer fs/mpage: remove large folio restriction (Ming Lei) [RHEL-144763]
- fs/mpage: use blocks_per_folio instead of blocks_per_page (Ming Lei) [RHEL-144763]
- fs/mpage: avoid negative shift for large blocksize (Ming Lei) [RHEL-144763]
- fs/buffer: remove batching from async read (Ming Lei) [RHEL-144763]
- fs/buffer: simplify block_read_full_folio() with bh_offset() (Ming Lei) [RHEL-144763]
- block: don't autoload drivers on stat (Ming Lei) [RHEL-144763]
- platform/x86/amd/pmf: Use ring buffer to store custom BIOS input values (Steve Best) [RHEL-130539]
- platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array size (Steve Best) [RHEL-130539]
- platform/x86/amd/pmf: Use explicit SET_CMD/GET_CMD flags in amd_pmf_send_cmd() (Steve Best) [RHEL-130539]
- crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT fails (Steve Best) [RHEL-130538]
- crypto: ccp - Factor out ring destroy handling to a helper (Steve Best) [RHEL-130538]
- crypto: ccp - Add an S4 restore flow (Steve Best) [RHEL-130538]
- crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT fails (Steve Best) [RHEL-130538]
- platform/x86/amd/pmf: Prevent TEE errors after hibernate (Steve Best) [RHEL-130538]
- redhat: genlog: add new JIRA cloud server hostname (Jan Stancek)
- nfsd: use correct loop termination in nfsd4_revoke_states() (Olga Kornievskaia) [RHEL-152916]
- nfsd: check that server is running in unlock_filesystem (Olga Kornievskaia) [RHEL-152916]
* Tue Mar 10 2026 Alexandra Hájková <ahajkova@redhat.com> [6.12.0-213.el10]
- powerpc/smp: Expose die_id and die_cpumask (Mamatha Inamdar) [RHEL-138728]
- smb: client: fix broken multichannel with krb5+signing (Paulo Alcantara) [RHEL-151838]
- smb: client: fix regression with signing (Paulo Alcantara) [RHEL-151838]
- allow finish_no_open(file, ERR_PTR(-E...)) (Roberto Bergantinos Corpas) [RHEL-153335]
- redhat/configs: automotive: enable NVMEM_S32G_OCOTP (Jared Kangas) [RHEL-152643]
- arm64: dts: s32g: Add device tree information for the OCOTP driver (Jared Kangas) [RHEL-152643]
- nvmem: s32g-ocotp: Add driver for S32G OCOTP (Jared Kangas) [RHEL-152643]
- dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file (Jared Kangas) [RHEL-152643]
- redhat/scripts: remove remnants of git notes usage and dead code (Jan Stancek)
- vsock: document write-once behavior of the child_ns_mode sysctl (Stefano Garzarella) [RHEL-151754]
- vsock: lock down child_ns_mode as write-once (Stefano Garzarella) [RHEL-151754]
- vsock: Use container_of() to get net namespace in sysctl handlers (Stefano Garzarella) [RHEL-151754]
- vsock: document namespace mode sysctls (Stefano Garzarella) [RHEL-151754]
- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148483]
- ice: dpll: fix rclk pin state get and misplaced header macros (Ivan Vecera) [RHEL-146369]
- ice: dpll: Support E825-C SyncE and dynamic pin discovery (Ivan Vecera) [RHEL-146369]
- drivers: Add support for DPLL reference count tracking (Ivan Vecera) [RHEL-146369]
- redhat: configs: Enable CONFIG_DPLL_REFCNT_TRACKER for debug (Ivan Vecera) [RHEL-146369]
- dpll: Add reference count tracking support (Ivan Vecera) [RHEL-146369]
- dpll: Enhance and consolidate reference counting logic (Ivan Vecera) [RHEL-146369]
- dpll: zl3073x: Add support for mux pin type (Ivan Vecera) [RHEL-146369]
- dpll: Support dynamic pin index allocation (Ivan Vecera) [RHEL-146369]
- dpll: Add notifier chain for dpll events (Ivan Vecera) [RHEL-146369]
- dpll: zl3073x: Associate pin with fwnode handle (Ivan Vecera) [RHEL-146369]
- dpll: Allow associating dpll pin with a firmware node (Ivan Vecera) [RHEL-146369]
- dpll: zl3073x: Fix output pin phase adjustment sign (Ivan Vecera) [RHEL-146257]
- redhat: set defaults for RHEL 10.2 (Scott Weaver)
* Mon Mar 02 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-212.el10]
- cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-150776]
- cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-150776]
- smb: client: fix data corruption due to racy lease checks (Paulo Alcantara) [RHEL-150776]
- smb: client: fix regression with mount options parsing (Paulo Alcantara) [RHEL-150776]
- redhat: bump RHEL_MINOR for 10.3 (Alexandra Hájková)
- net: use NUMA drop counters for softnet_data.dropped (Guillaume Nault) [RHEL-145975]
- inet: raw: add drop_counters to raw sockets (Guillaume Nault) [RHEL-145975]
- udp: add drop_counters to udp socket (Guillaume Nault) [RHEL-145975]
- net: add sk->sk_drop_counters (Guillaume Nault) [RHEL-145975]
- net: add sk_drops_skbadd() helper (Guillaume Nault) [RHEL-145975]
- net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers (Guillaume Nault) [RHEL-145975]
- NFSD: Fix permission check for read access to executable-only files (Scott Mayhew) [RHEL-135095]
- fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio (Audra Mitchell) [RHEL-97168]
- configs: riscv: Enable StarFive and ESWIN drivers (Jennifer Berringer) [RHEL-129062]
- riscv: Fix memory leak in module_frob_arch_sections() (Jennifer Berringer) [RHEL-129062]
- reset: eswin: Add eic7700 reset driver (Jennifer Berringer) [RHEL-129062]
- dt-bindings: reset: eswin: Documentation for eic7700 SoC (Jennifer Berringer) [RHEL-129062]
- riscv: dts: eswin: add HiFive Premier P550 board device tree (Jennifer Berringer) [RHEL-129062]
- riscv: dts: add initial support for EIC7700 SoC (Jennifer Berringer) [RHEL-129062]
- dt-bindings: riscv: Add SiFive HiFive Premier P550 board (Jennifer Berringer) [RHEL-129062]
- riscv: Add Kconfig option for ESWIN platforms (Jennifer Berringer) [RHEL-129062]
- riscv: add Andes SoC family Kconfig support (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Fix regulator error check and Kconfig dependency (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Fix unsigned comparison to less than zero issue (Jennifer Berringer) [RHEL-129062]
- pinctrl: eswin: Add EIC7700 pinctrl driver (Jennifer Berringer) [RHEL-129062]
- riscv: module: Optimize PLT/GOT entry counting (Jennifer Berringer) [RHEL-129062]
- riscv: module: Allocate PLT entries for R_RISCV_PLT32 (Jennifer Berringer) [RHEL-129062]
- riscv: module: Fix out-of-bounds relocation access (Jennifer Berringer) [RHEL-129062] {CVE-2025-37975}
- cache: sifive_ccache: Add ESWIN EIC7700 support (Jennifer Berringer) [RHEL-129062]
/usr/lib64/python3.12/site-packages/perf-0.1-py3.12.egg-info /usr/lib64/python3.12/site-packages/perf-0.1-py3.12.egg-info/PKG-INFO /usr/lib64/python3.12/site-packages/perf-0.1-py3.12.egg-info/SOURCES.txt /usr/lib64/python3.12/site-packages/perf-0.1-py3.12.egg-info/dependency_links.txt /usr/lib64/python3.12/site-packages/perf-0.1-py3.12.egg-info/top_level.txt /usr/lib64/python3.12/site-packages/perf.cpython-312-s390x-linux-gnu.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Mar 31 04:29:20 2026