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 0a43e4fac76d Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits fcf367d0efd7 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 7103f0589ac2 x86/microcode/AMD: Remove ugly linebreak in __verify_patch [...] adds 3ef0740d10b0 x86/microcode/AMD: Remove unused save_microcode_in_initrd_ [...] adds dc15675074dc x86/microcode/AMD: Merge early_apply_microcode() into its [...] adds b39c38716487 x86/microcode/AMD: Get rid of the _load_microcode_amd() fo [...] adds 037e81fb9d2d x86/microcode/AMD: Add get_patch_level() new 50cef76d5cb0 x86/microcode/AMD: Load only SHA256-checksummed patches new bb2281fb05e5 Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kerne [...] new c27c66afc449 fs/pipe: Fix pipe_occupancy() with 16-bit indexes new cfced12f5100 include/linux/pipe_fs_i: Add htmldoc annotation for "head_ [...] new 0d2d0f3d93dd fs/pipe: remove buggy and unused 'helper' function adds 0c28e4d1e10d HID: corsair-void: Update power supply values with a unifi [...] adds 44afc10d4678 HID: nintendo: fix gencon button events map adds 4bd0725c09f3 HID: google: fix unused variable warning under !CONFIG_ACPI adds 823987841424 HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_ [...] adds 07583a001069 HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_ [...] adds 723aa55c08c9 HID: i2c-hid: improve i2c_hid_get_report error message adds 221cea1003d8 HID: apple: disable Fn key handling on the Omoton KB066 adds 2ff5baa9b527 HID: appleir: Fix potential NULL dereference at raw event handle adds a6a4f4e9b801 HID: debug: Fix spelling mistake "Messanger" -> "Messenger" adds e53fc232a65f HID: hid-steam: Fix use-after-free when detaching device adds 0132c406705a HID: intel-thc-hid: Fix spelling mistake "intput" -> "input" adds db52926fb0be HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4 new 848e07631744 Merge tag 'hid-for-linus-2025030501' of git://git.kernel.o [...] new 50dc696c3a48 doc: correcting two prefix errors in idmappings.rst new b74246150d41 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 11e7f37abcca 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 (0a43e4fac76d) \ N -- N -- N refs/heads/fs-current (11e7f37abcca)
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: Documentation/filesystems/idmappings.rst | 4 +- arch/x86/Kconfig | 1 + arch/x86/kernel/cpu/microcode/amd.c | 266 ++++++++---- arch/x86/kernel/cpu/microcode/amd_shas.c | 444 +++++++++++++++++++++ arch/x86/kernel/cpu/microcode/internal.h | 2 - drivers/hid/hid-apple.c | 11 +- drivers/hid/hid-appleir.c | 2 +- drivers/hid/hid-corsair-void.c | 83 ++-- drivers/hid/hid-debug.c | 2 +- drivers/hid/hid-google-hammer.c | 2 + drivers/hid/hid-nintendo.c | 14 +- drivers/hid/hid-steam.c | 2 +- drivers/hid/i2c-hid/i2c-hid-core.c | 2 +- drivers/hid/intel-ish-hid/ishtp-hid-client.c | 2 +- drivers/hid/intel-ish-hid/ishtp-hid.c | 4 +- .../intel-thc-hid/intel-quickspi/pci-quickspi.c | 2 + .../intel-quickspi/quickspi-protocol.c | 2 +- include/linux/pipe_fs_i.h | 12 +- 18 files changed, 701 insertions(+), 156 deletions(-) create mode 100644 arch/x86/kernel/cpu/microcode/amd_shas.c