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 fa0dbd9de6bc Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 19c379a0668c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds e4d4648eac8b platform/x86: ideapad-laptop: pass a correct pointer to th [...] adds 583ef25bb2a0 platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show() new a787ab73e2e4 platform/x86/intel/ifs: Update documentation with image do [...] new f5a2601378af Merge tag 'platform-drivers-x86-v6.14-2' of git://git.kern [...] adds 28aecef5b101 selftests: livepatch: handle PRINTK_CALLER in check_result() new d009de7d5428 Merge tag 'livepatching-for-6.14-rc2' of git://git.kernel. [...] new 1b0332a42656 kthread: Fix return value on kzalloc() failure in kthread_ [...] new 5c8c229261f1 Merge tag 'kthreads-fixes-2025-02-04' of git://git.kernel. [...] new 8e913b438c95 fs/stat.c: avoid harmless garbage value problem in vfs_sta [...] new 17dca83f22f7 vboxsf: fix building with GCC 15 new 756060a7cc55 statmount: let unset strings be empty new 6c789b8e0913 gfs2: use lockref_init for gl_lockref new 69469b7ad4a4 gfs2: switch to lockref_init(..., 1) new 24239add174c lockref: remove count argument of lockref_init new e5e05ede88c9 Merge patch series "further lockref cleanups" new 768d562f8773 fs: fix adding security options to statmount.mnt_opt new 1213f42dca09 selftests: always check mask returned by statmount(2) new bd5033406f7e fsnotify: use accessor to set FMODE_NONOTIFY_* new a91cbc6171da fsnotify: disable notification by default for all pseudo files new a84e51444c59 fsnotify: disable pre-content and permission events by default new 6470d2c6d423 Merge patch series "Fix for huge faults regression" new 27aa26c546e2 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 85119c77304c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 09d79f0f5767 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 (fa0dbd9de6bc) \ N -- N -- N refs/heads/fs-current (09d79f0f5767)
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 21 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: drivers/platform/x86/ideapad-laptop.c | 2 +- drivers/platform/x86/intel/ifs/ifs.h | 9 ++-- drivers/platform/x86/intel/pmc/core.c | 4 +- drivers/tty/pty.c | 2 +- fs/dcache.c | 2 +- fs/erofs/zdata.c | 2 +- fs/file_table.c | 16 +++++++ fs/gfs2/glock.c | 2 +- fs/gfs2/main.c | 1 - fs/gfs2/quota.c | 4 +- fs/namespace.c | 54 ++++++++++++---------- fs/notify/fsnotify.c | 18 +++++--- fs/open.c | 11 +++-- fs/pipe.c | 6 +++ fs/stat.c | 4 +- fs/vboxsf/super.c | 3 +- include/linux/fs.h | 9 +++- include/linux/fsnotify.h | 4 +- include/linux/lockref.h | 7 +-- kernel/kthread.c | 4 +- net/socket.c | 5 ++ .../filesystems/statmount/statmount_test.c | 22 ++++++++- tools/testing/selftests/livepatch/functions.sh | 3 +- 23 files changed, 132 insertions(+), 62 deletions(-)