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 a4296b70b8a6 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 95f6b8026cf8 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] adds 43b0b7eff4b3 platform/x86: panasonic-laptop: Fix sysfs group leak in er [...] adds 128497456756 platform/x86: toshiba_haps: Fix memory leaks in add/remove [...] adds 98bdc485b281 platform/x86/intel/vsec: Add Nova Lake PUNIT support adds 25e9e322d2ab platform/x86: intel_telemetry: Fix swapped arrays in PSS output adds 39e9c376ac42 platform/x86: intel_telemetry: Fix PSS event register mask adds 2b4e00d8e70c platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro adds 662c9cb86fc3 platform/x86: lg-laptop: Recognize 2022-2025 models adds fe747d711228 platform/x86: classmate-laptop: Add missing NULL pointer checks adds 6222883af286 platform/x86: hp-bioscfg: Skip empty attribute names adds 008bec8ffe6e platform/x86/intel/tpmi/plr: Make the file domain<n>/statu [...] adds d0452e3ea094 Merge tag 'platform-drivers-x86-v6.19-4' of git://git.kern [...] adds de0674d9bc69 Merge tag 'for-6.19-rc8-tag' of git://git.kernel.org/pub/s [...] adds e3a43633023e smb/client: fix memory leak in smb2_open_file() adds 67b3da8d3051 smb/client: fix memory leak in SendReceive() new 5fd0a1df5d05 Merge tag 'v6.19rc8-smb3-client-fixes' of git://git.samba. [...] new 8fc7e2b573af Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 9249c7e0a381 Merge branch 'fixes' of https://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 (a4296b70b8a6) \ N -- N -- N refs/heads/fs-current (9249c7e0a381)
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 3 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/x86/amd/pmc/pmc-quirks.c | 7 ++++++ drivers/platform/x86/classmate-laptop.c | 32 ++++++++++++++++++++++++++ drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 5 ++++ drivers/platform/x86/intel/plr_tpmi.c | 2 +- drivers/platform/x86/intel/telemetry/debugfs.c | 4 ++-- drivers/platform/x86/intel/telemetry/pltdrv.c | 2 +- drivers/platform/x86/intel/vsec.c | 2 ++ drivers/platform/x86/lg-laptop.c | 11 ++++++++- drivers/platform/x86/panasonic-laptop.c | 4 +++- drivers/platform/x86/toshiba_haps.c | 2 +- fs/smb/client/cifstransport.c | 4 +++- fs/smb/client/smb2file.c | 1 + 12 files changed, 68 insertions(+), 8 deletions(-)