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 82affba036e3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b46c9d233225 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 8087a1cf06b9 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits e5f7931ac556 9p: Fix DIO read through netfs omits b9bfda42f45e netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags omits d491c62e0848 netfs, ceph: Revert "netfs: Remove deprecated use of PG_pr [...] omits 5e486881d587 file: fix typo in take_fd() comment omits fa0e22eb97a5 pidfd: prevent creation of pidfds for kthreads omits 3df0982d6970 netfs: clean up after renaming FSCACHE_DEBUG config omits 1f58a658ed6d libfs: fix infinite directory reads for offset dir omits 90965e4a2232 nsfs: fix ioctl declaration omits df7bc5db597f fs/netfs/fscache_cookie: add missing "n_accesses" check omits 1d9d9dee03be filelock: fix name of file_lease slab cache omits 9ecf6230b530 netfs: Fault in smaller chunks for non-large folio mappings new a1460e457e7a Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 78296429e200 platform/x86/amd/pmf: Fix to Update HPD Data When ALS is Disabled adds 613e3900c24b platform/x86: ideapad-laptop: introduce a generic notifica [...] adds cde7886b3517 platform/x86: ideapad-laptop: move ymc_trigger_ec from lenovo-ymc adds 7cc06e729460 platform/x86: ideapad-laptop: add a mutex to synchronize V [...] new d74da846046a Merge tag 'platform-drivers-x86-v6.11-3' of git://git.kern [...] new 98055bc35955 netfs: Fault in smaller chunks for non-large folio mappings new 3f65f3c099bc filelock: fix name of file_lease slab cache new f71aa06398aa fs/netfs/fscache_cookie: add missing "n_accesses" check new 42b0f8da3acc nsfs: fix ioctl declaration new 64a7ce76fb90 libfs: fix infinite directory reads for offset dir new 889ced4c9388 netfs: clean up after renaming FSCACHE_DEBUG config new 3b5bbe798b24 pidfd: prevent creation of pidfds for kthreads new 86509e38a80d file: fix typo in take_fd() comment new 8e5ced7804cb netfs, ceph: Revert "netfs: Remove deprecated use of PG_pr [...] new 7b589a9b45ae netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags new 08aebb9ecc62 9p: Fix DIO read through netfs new d93693cf2c3a vfs: Don't evict inode under the inode lru traversing context new 601e95bc2858 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new ace28a2990db Merge branch 'next-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 (82affba036e3) \ N -- N -- N refs/heads/fs-current (ace28a2990db)
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 16 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/Kconfig | 1 + drivers/platform/x86/amd/pmf/spc.c | 32 +++----- drivers/platform/x86/ideapad-laptop.c | 148 ++++++++++++++++++++++++++++++---- drivers/platform/x86/ideapad-laptop.h | 9 +++ drivers/platform/x86/lenovo-ymc.c | 60 +------------- fs/inode.c | 39 ++++++++- include/linux/fs.h | 5 ++ 7 files changed, 197 insertions(+), 97 deletions(-)