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 c7fab0154866 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits e350eedc4793 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits f2a68153d7fd Merge branch 'misc-6.11' into next-fixes adds 94ede2a3e913 profiling: remove stale percpu flip buffer variables new 22f546873149 minmax: improve macro expansion and type checking new df615907f1bf platform/chrome: cros_ec_proto: Lock device when updating [...] new c91a7dee0555 Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://g [...] adds 4c17736689cc perf tool: fix dereferencing NULL al->maps adds 440cf77625e3 perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation adds cffe29d3b54a perf: build: Set Python configuration for cross compilation adds 536661da6ea1 perf: build: Only link libebl.a for old libdw adds 91b6a536b406 perf: build: Link lib 'lzma' for static build adds f42596c73872 perf: build: Link lib 'zstd' for static build adds d27087c76e3c perf docs: Document cross compilation new e254e0c5baea Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git:/ [...] new b8e947e9f64c btrfs: initialize location to fix -Wmaybe-uninitialized in [...] new e4fc196f5ba3 Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/s [...] new 21b136cc63d2 minmax: fix up min3() and max3() too new 9ecf6230b530 netfs: Fault in smaller chunks for non-large folio mappings new 1d9d9dee03be filelock: fix name of file_lease slab cache new df7bc5db597f fs/netfs/fscache_cookie: add missing "n_accesses" check new 90965e4a2232 nsfs: fix ioctl declaration new 1f58a658ed6d libfs: fix infinite directory reads for offset dir new 99b82e11665e Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 69a89a3aec08 Merge branch 'misc-6.11' into next-fixes new d377d6ea3556 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 290c906f0fa1 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 (c7fab0154866) \ N -- N -- N refs/heads/fs-current (290c906f0fa1)
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/chrome/cros_ec_proto.c | 2 + fs/btrfs/inode.c | 2 +- fs/libfs.c | 35 +++++++++----- fs/locks.c | 2 +- fs/netfs/buffered_write.c | 2 +- fs/netfs/fscache_cookie.c | 4 ++ include/linux/compiler.h | 9 ++++ include/linux/minmax.h | 86 ++++++++++++++++++++++++++------- include/uapi/linux/nsfs.h | 3 +- kernel/profile.c | 6 --- tools/build/feature/Makefile | 53 ++++++++++++++++---- tools/perf/Documentation/Build.txt | 28 +++++++++++ tools/perf/Makefile.config | 20 +++++++- tools/perf/Makefile.perf | 27 ++++++++++- tools/perf/util/callchain.c | 2 +- 15 files changed, 230 insertions(+), 51 deletions(-)