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 821df8c2c764 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits ac3ec5d5844b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits c179bc12a412 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits c24530ce60f6 romfs: fix romfs_read_folio() omits b7a1a4de5d96 netfs, ceph: Partially revert "netfs: Replace PG_fscache b [...] omits 3f12fab63dd8 vfs: drop one lock trip in evict() omits cb890c4388d3 erofs: get rid of check_layout_compatibility() omits 8c09c0984a79 erofs: simplify readdir operation adds bcc954c6caba printk/panic: Allow cpu backtraces to be written into ring [...] new b0da640826ba Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pu [...] adds a6e9c391d45b HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup adds d1aa95e86f17 hid-asus: add ROG Ally X prod ID to quirk list adds 97155021ae17 HID: amd_sfh: free driver_data after destroying hid device adds c8000deb6836 HID: multitouch: Add support for GT7868Q new 1b8f9c1fb464 HID: wacom: Defer calculation of resolution until resoluti [...] new 6e4436539ae1 Merge tag 'hid-for-linus-2024081901' of git://git.kernel.o [...] new 24f4c0e2ba99 vfs: drop one lock trip in evict() new 975ed18e8293 netfs, ceph: Partially revert "netfs: Replace PG_fscache b [...] new ce22af435a2e romfs: fix romfs_read_folio() new 780d60bac21e Revert "pidfd: prevent creation of pidfds for kthreads" new b3ff26e88346 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 08e15bbf98bb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 5b5c96c63d5b erofs: simplify readdir operation new 2c534624ae70 erofs: get rid of check_layout_compatibility() new e080a26725fb erofs: allow large folios for compressed files new a0694fc7a4c2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (821df8c2c764) \ N -- N -- N refs/heads/fs-current (a0694fc7a4c2)
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 13 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: Documentation/filesystems/erofs.rst | 2 +- drivers/hid/amd-sfh-hid/amd_sfh_hid.c | 4 +++- drivers/hid/hid-asus.c | 3 +++ drivers/hid/hid-cougar.c | 2 +- drivers/hid/hid-ids.h | 3 +++ drivers/hid/hid-multitouch.c | 33 +++++++++++++++++++++++++++++++++ drivers/hid/wacom_wac.c | 4 +++- fs/erofs/inode.c | 18 ++++++++---------- include/linux/panic.h | 1 + kernel/fork.c | 25 +++---------------------- kernel/panic.c | 8 +++++++- kernel/printk/printk.c | 2 +- 12 files changed, 67 insertions(+), 38 deletions(-)