This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9852d85ec9d4 Linux 6.12-rc1 new 2007d28ec009 bcachefs: rename version -> bversion for big endian builds new da6ef2dffe60 cachefiles: fix dentry leak in cachefiles_open_file() new 2cf36327ee1e afs: Fix missing wire-up of afs_retry_request() new 8a46067783bd pidfs: check for valid pid namespace new f94d54208f25 afs: Fix possible infinite loop with unresponsive servers new 19dcfb9c1685 afs: Remove unused struct and function prototype new ff98751bae40 afs: Fix the setting of the server responding flag new 9fffa4e9b3b1 netfs: Advance iterator correctly rather than jumping it new 28e8c5c095ec netfs: Add folio_queue API documentation new f801850bc263 netfs: Fix the netfs_folio tracepoint to handle NULL mapping new a5f24c795513 Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub [...] new 34820304cc2c uprobes: fix kernel info leak via "[uprobes]" vma new 190ecde722dd Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org [...] new 42268ad0eb41 sched_ext: Build fix for !CONFIG_SMP new 1e123fd73deb sched_ext: Add __COMPAT helpers for features added during [...] new a748db0c8c6a tools/sched_ext: Receive misc updates from SCX repo new c9c809f4137c scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBAL new 63fb3ec80516 sched_ext: Allow only user DSQs for scx_bpf_consume(), scx [...] new bba26bf356d1 sched_ext: Relocate find_user_dsq() new b7b3b2dbae73 sched_ext: Split the global DSQ per NUMA node new 6f34d8d382d6 sched_ext: Use shorter slice while bypassing new 1bbcfe620e03 sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable() new fc1fcebead34 sched_ext: Remove SCX_OPS_PREPPING new 8c2090c504e9 sched_ext: Initialize in bypass mode new 9753358a6a2b sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions [...] new 4269c603cc26 sched_ext: Enable scx_ops_init_task() separately new 568894edbe48 sched_ext: Add scx_cgroup_enabled to gate cgroup operation [...] new 160216568cdd sched_ext: Decouple locks in scx_ops_disable_workfn() new efe231d9debf sched_ext: Decouple locks in scx_ops_enable() new 95b873693a08 sched_ext: Remove redundant p->nr_cpus_allowed checker new e32cde8d2bd7 Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.ke [...]
The 31 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/folio_queue.rst | 212 ++++++++++++++++++ fs/afs/afs_vl.h | 9 - fs/afs/file.c | 1 + fs/afs/fs_operation.c | 2 +- fs/afs/fs_probe.c | 4 +- fs/afs/rotate.c | 11 +- fs/bcachefs/bcachefs_format.h | 2 +- fs/cachefiles/namei.c | 7 +- fs/netfs/write_issue.c | 12 +- fs/pidfs.c | 5 +- include/linux/folio_queue.h | 168 ++++++++++++++ include/trace/events/netfs.h | 3 +- kernel/events/uprobes.c | 2 +- kernel/sched/ext.c | 320 ++++++++++++++------------- tools/sched_ext/include/scx/common.bpf.h | 15 ++ tools/sched_ext/include/scx/compat.bpf.h | 19 ++ tools/sched_ext/include/scx/user_exit_info.h | 4 + tools/sched_ext/scx_flatcg.bpf.c | 32 ++- tools/sched_ext/scx_qmap.bpf.c | 12 +- 19 files changed, 648 insertions(+), 192 deletions(-) create mode 100644 Documentation/core-api/folio_queue.rst