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 fb04a9978034 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits f80ef1129a94 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits e2d7cc2a90c7 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 5808c3421695 platform/x86: ideapad-laptop: use usleep_range() for EC polling adds 685f88c72a0c platform/x86/intel-uncore-freq: Fail module load when plat [...] adds afbdc4bbb3a6 platform/x86: samsung-galaxybook: Add SAM0426 adds 1d0a61940e22 platform/x86/intel: power-domains: Fix error code in tpmi_init() adds 4dbd11796f3a platform/x86/amd: pmc: Clear metrics table at start of cycle adds f8afb12a2d75 x86/platform/amd: move final timeout check to after final sleep adds 784e48a82976 x86/platform/amd: replace down_timeout() with down_interru [...] adds d9db3a941270 platform/x86/amd: pmf: Use device managed allocations adds 93103d56650d platform/x86/amd: pmf: Prevent amd_pmf_tee_deinit() from r [...] adds d7186dfd4192 platform/x86/amd: pmf: Simplify error flow in amd_pmf_init [...] adds a2f32c7467e8 platform/x86: dell_rbu: Fix lock context warning adds 61ce04601e0d platform/x86: dell_rbu: Fix list usage adds f4b0fa38d5fe platform/x86: dell_rbu: Stop overwriting data buffer adds ea7af9454815 platform/x86: dell_rbu: Bump version adds 3fbf25ecf8b7 MAINTAINERS: .mailmap: Update Hans de Goede's email address adds 2d5a84c3ecc0 platform/x86/intel/pmc: Add Lunar Lake support to Intel PM [...] adds be574d5eee98 platform/x86/intel/pmc: Add Panther Lake support to Intel [...] adds 0c44b46f51a1 platform/x86/intel-uncore-freq: avoid non-literal format string adds 9ba75ccad857 platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to [...] adds e2468dc70074 Revert "platform/x86: alienware-wmi-wmax: Add G-Mode suppo [...] new 4663747812d1 Merge tag 'platform-drivers-x86-v6.16-2' of git://git.kern [...] adds 62a65b32bddb dt-bindings: pmem: Convert binding to YAML new 52da431bf03b Merge tag 'libnvdimm-fixes-6.16-rc3' of git://git.kernel.o [...] new 4c21ee25da0c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new a2f118a18ce8 erofs: remove unused trace event erofs_destroy_inode new 30e5e8b3b959 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 2248d7651ddd Merge branch 'nfsd-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 (fb04a9978034) \ N -- N -- N refs/heads/fs-current (2248d7651ddd)
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 6 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: .mailmap | 1 + .../devicetree/bindings/pmem/pmem-region.txt | 65 ------------- .../devicetree/bindings/pmem/pmem-region.yaml | 48 +++++++++ MAINTAINERS | 74 +++++++------- drivers/platform/x86/amd/hsmp/hsmp.c | 14 ++- drivers/platform/x86/amd/pmc/pmc-quirks.c | 9 ++ drivers/platform/x86/amd/pmc/pmc.c | 2 + drivers/platform/x86/amd/pmf/core.c | 3 +- drivers/platform/x86/amd/pmf/tee-if.c | 108 ++++++++------------- drivers/platform/x86/dell/alienware-wmi-wmax.c | 2 +- drivers/platform/x86/dell/dell_rbu.c | 10 +- drivers/platform/x86/ideapad-laptop.c | 19 +++- drivers/platform/x86/intel/pmc/core.h | 7 ++ drivers/platform/x86/intel/pmc/ssram_telemetry.c | 3 + drivers/platform/x86/intel/tpmi_power_domains.c | 4 +- .../uncore-frequency/uncore-frequency-common.c | 2 +- .../intel/uncore-frequency/uncore-frequency-tpmi.c | 9 +- drivers/platform/x86/samsung-galaxybook.c | 1 + include/trace/events/erofs.h | 18 ---- 19 files changed, 186 insertions(+), 213 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.txt create mode 100644 Documentation/devicetree/bindings/pmem/pmem-region.yaml