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 31fb97fb17f0 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 9c497d19ae81 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 6b350e458a24 Merge branch 'misc-6.16' into next-fixes omits abf9f785f512 btrfs: populate otime when logging an inode item omits 5b209d4ee7e9 btrfs: qgroup: fix qgroup create ioctl returning success a [...] omits eee00674f175 btrfs: qgroup: set quota enabled bit if quota disable fail [...] omits fa413fa26045 btrfs: don't skip accounting in early ENOTTY return in btr [...] omits afc1f786d92a btrfs: qgroup: fix race between quota disable and quota re [...] omits fd3d9cf28799 btrfs: clear dirty status from extent buffer on error at i [...] adds 93712205ce2f pinctrl: qcom: msm: mark certain pins as invalid for interrupts adds 7d502192431e MAINTAINERS: drop bouncing Lakshmi Sowjanya D adds 46147490b409 pinctrl: nuvoton: Fix boot on ma35dx platforms adds 8ff4fb276e23 pinctrl: amd: Clear GPIO debounce for suspend adds 5285b5ed04ab pinctrl: aw9523: fix can_sleep flag for GPIO chip new 9adf143357bf Merge tag 'pinctrl-v6.16-3' of git://git.kernel.org/pub/sc [...] adds ef8923e6c051 arm64: efi: Fix KASAN false positive for EFI runtime stack adds 727c2a53cf95 arm64: Unconditionally select CONFIG_JUMP_LABEL adds 0d1c86b84096 arm64/gcs: Don't try to access GCS registers if arm64.nogc [...] adds 6c66bb655ca3 arm64: move smp_send_stop() cpu mask off stack adds a75ad2fc76a2 arm64: Filter out SME hwcaps when FEAT_SME isn't implemented adds 22f3a4f60859 arm64: poe: Handle spurious Overlay faults adds 9dd175749341 arm64/mm: Drop wrong writes into TCR2_EL1 new f69f5aab1fad Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 8c2e52ebbe88 eventpoll: don't decrement ep refcount while still holding [...] new 11a1803f9965 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 9eb1cf99dc45 btrfs: qgroup: fix race between quota disable and quota re [...] new da08927994d8 btrfs: qgroup: set quota enabled bit if quota disable fail [...] new 92e6fa77b2e0 btrfs: qgroup: fix qgroup create ioctl returning success a [...] new 296391a79b55 Merge branch 'misc-6.16' into next-fixes new e6c9ce21fbfc 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 (31fb97fb17f0) \ N -- N -- N refs/heads/fs-current (e6c9ce21fbfc)
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 9 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: MAINTAINERS | 3 +- arch/arm64/Kconfig | 1 + arch/arm64/include/asm/el2_setup.h | 19 +++++------- arch/arm64/kernel/Makefile | 3 +- arch/arm64/kernel/cpufeature.c | 57 +++++++++++++++++++--------------- arch/arm64/kernel/efi.c | 11 +++++-- arch/arm64/kernel/process.c | 5 +++ arch/arm64/kernel/smp.c | 2 +- arch/arm64/mm/fault.c | 30 ++++++++++++------ arch/arm64/mm/proc.S | 1 - drivers/pinctrl/nuvoton/pinctrl-ma35.c | 10 ++++-- drivers/pinctrl/pinctrl-amd.c | 11 +++++++ drivers/pinctrl/pinctrl-aw9523.c | 2 +- drivers/pinctrl/qcom/pinctrl-msm.c | 20 ++++++++++++ fs/btrfs/ctree.c | 1 - fs/btrfs/ioctl.c | 3 +- fs/btrfs/tree-log.c | 3 -- fs/eventpoll.c | 12 +++---- 18 files changed, 123 insertions(+), 71 deletions(-)