This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits e44590ad9ebb Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 32e5c1e21183 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 4a27117257ab Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 716468c0f971 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 8c86f1a45749 close_range(): fix the logics in descriptor table trimming new 2007d28ec009 bcachefs: rename version -> bversion for big endian builds 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 [...] adds 42268ad0eb41 sched_ext: Build fix for !CONFIG_SMP adds 1e123fd73deb sched_ext: Add __COMPAT helpers for features added during [...] adds a748db0c8c6a tools/sched_ext: Receive misc updates from SCX repo adds c9c809f4137c scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBAL adds 63fb3ec80516 sched_ext: Allow only user DSQs for scx_bpf_consume(), scx [...] adds bba26bf356d1 sched_ext: Relocate find_user_dsq() adds b7b3b2dbae73 sched_ext: Split the global DSQ per NUMA node adds 6f34d8d382d6 sched_ext: Use shorter slice while bypassing adds 1bbcfe620e03 sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable() adds fc1fcebead34 sched_ext: Remove SCX_OPS_PREPPING adds 8c2090c504e9 sched_ext: Initialize in bypass mode adds 9753358a6a2b sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions [...] adds 4269c603cc26 sched_ext: Enable scx_ops_init_task() separately adds 568894edbe48 sched_ext: Add scx_cgroup_enabled to gate cgroup operation [...] adds 160216568cdd sched_ext: Decouple locks in scx_ops_disable_workfn() adds efe231d9debf sched_ext: Decouple locks in scx_ops_enable() adds 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 [...] new f52b733ffb0a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 55acc8a0e574 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 678379e1d4f7 close_range(): fix the logics in descriptor table trimming new bb8f453a565b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 98dd36c9fa08 erofs: ensure regular inodes for file-backed mounts new d73abad597c3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 686c59809995 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e44590ad9ebb) \ N -- N -- N refs/heads/fs-current (686c59809995)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 14 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/bcachefs/bcachefs_format.h | 2 +- fs/erofs/super.c | 13 +- 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 +- 12 files changed, 630 insertions(+), 172 deletions(-) create mode 100644 Documentation/core-api/folio_queue.rst