This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-next in repository linux-next.
omits 1c2d705247ca Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...] omits ac42514f0b64 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...] omits a6a2e13e3bc6 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] omits ba2161c98f2c Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...] omits 96fac98f81e6 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...] omits 4043904dd17d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] omits 51b10a3c3599 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] omits 6dc4dcfde9a5 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] omits 9d9b37cfa3e8 Merge branch 'for-next' of git://git.infradead.org/users/h [...] omits 13525debd32b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] omits 771ce0ae72a7 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...] omits 7805dc23f674 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 5abd7ef47dc6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 02d38cc92434 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 73adfd9d60f6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 2032e61e24fe kselftest/alsa: Ensure _GNU_SOURCE is defined adds f6c3c83db1d9 selftests/ftrace: Fix to check required event file adds 7ea794604bf6 selftests/ftrace: Update required config adds 23a4b108accc tracing/selftests: Fix kprobe event name test for .isra. f [...] adds bc4d5f5d2deb selftests: cachestat: Fix build warnings on ppc64 adds 84b6df4c49a1 selftests/openat2: Fix build warnings on ppc64 adds e8b8c5264d4e selftests/overlayfs: Fix build error on ppc64 adds cb708ab9f584 selftests/futex: pass _GNU_SOURCE without a value to the compiler adds 0f42bdf59b4e selftests/tracing: Fix event filter test to retry up to 10 times adds 32c75ad4a792 selftests/futex: don't redefine .PHONY targets (all, clean) adds 4bf15b1c657d selftests/futex: don't pass a const char* to asprintf(3) new 32f88d65f01b Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.ke [...] new fe0d2c7babb0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 433f36af4ba9 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new f0802d1861b5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 62f04354207f Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] new 620b652c346e Merge branch 'for-next' of https://evilpiepirate.org/git/b [...] new 962de4fb2cdd Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new fbd71b26f2bc Merge branch 'for-next' of git://git.infradead.org/users/h [...] new b2e75ac3d0f9 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...] new 1fec95309f44 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...] new d5b888cdffab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new 52424f4d71d9 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...] new 2908ed1575d7 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...] new c23ce08893cd NFSD: Fix nfsdcld warning new e8391801bcf7 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...] new 49e4118b09e2 Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...] new fca2fd172333 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
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 (1c2d705247ca) \ N -- N -- N refs/heads/fs-next (fca2fd172333)
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 17 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: fs/nfsd/Kconfig | 2 +- fs/nfsd/nfs4recover.c | 4 ++-- tools/testing/selftests/alsa/Makefile | 2 +- tools/testing/selftests/cachestat/test_cachestat.c | 1 + .../selftests/filesystems/overlayfs/dev_in_maps.c | 1 + tools/testing/selftests/ftrace/config | 26 ++++++++++++++++------ .../ftrace/test.d/dynevent/test_duplicates.tc | 2 +- .../ftrace/test.d/filter/event-filter-function.tc | 20 ++++++++++++++++- .../ftrace/test.d/kprobe/kprobe_eventname.tc | 3 ++- tools/testing/selftests/futex/Makefile | 2 -- tools/testing/selftests/futex/functional/Makefile | 2 +- .../selftests/futex/functional/futex_requeue_pi.c | 2 +- tools/testing/selftests/openat2/openat2_test.c | 1 + 13 files changed, 50 insertions(+), 18 deletions(-)