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 90dc4256a4d9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits dd53638fd0ae Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits c6b61cde229f fix the regression in ufs options parsing adds 8346c6af27f1 platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array adds 3ebed2fddf6f power: supply: core: Add power_supply_get/set_property_direct() adds a5f354232118 power: supply: test-power: Test access to extended power supply adds d4e83784b2a9 platform/x86: dell-ddv: Fix taking the psy->extensions_sem [...] adds 44e6ca8faeee platform/mellanox: mlxbf-pmc: Remove newline char from eve [...] adds f8c1311769d3 platform/mellanox: mlxbf-pmc: Validate event/enable input adds 0e2cebd72321 platform/mellanox: mlxbf-pmc: Use kstrtobool() to check 0/1 input adds 9533b789df7e platform/x86: ideapad-laptop: Fix FnLock not remembered am [...] adds e10981075adc platform/x86: ideapad-laptop: Fix kbd backlight not rememb [...] adds c86f7bb92f1f lenovo-wmi-hotkey: Avoid triggering error -5 due to missin [...] adds bc48d79a1829 platform: arm64: huawei-gaokun-ec: fix OF node leak adds 2bfe3ae1aa45 platform/x86: Fix initialization order for firmware_attrib [...] adds dbfb567f4ae8 platform/x86: alieneware-wmi-wmax: Add AWCC support to mor [...] adds aef9da333823 platform/x86: dell-lis3lv02d: Add Precision 3551 adds e2967b50b709 MAINTAINERS: Update entries for IFS and SBL drivers new 964ebc07c546 Merge tag 'platform-drivers-x86-v6.16-4' of git://git.kern [...] new e09a335a8191 fix the regression in ufs options parsing new 01a412d06bc5 Merge tag 'pull-ufs-fix' of git://git.kernel.org/pub/scm/l [...] new 5a53249d149f KVM: x86/xen: Fix cleanup logic in emulation of Xen schedo [...] new f9af7b5d9349 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 9aa64182952d afs: Fix check for NULL terminator new 8b3c655fa240 afs: Set vllist to NULL if addr parsing fails new a2a1234e5ff7 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 1304de9162c6 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 09a1d46e9d72 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 (90dc4256a4d9) \ N -- N -- N refs/heads/fs-current (09a1d46e9d72)
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 10 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 | 6 +- arch/x86/kvm/xen.c | 2 +- drivers/platform/arm64/huawei-gaokun-ec.c | 2 + drivers/platform/mellanox/mlxbf-pmc.c | 25 ++++--- drivers/platform/x86/Makefile | 3 +- drivers/platform/x86/dell/alienware-wmi-wmax.c | 17 +++++ drivers/platform/x86/dell/dell-lis3lv02d.c | 1 + drivers/platform/x86/dell/dell-wmi-ddv.c | 10 ++- drivers/platform/x86/ideapad-laptop.c | 4 +- drivers/platform/x86/lenovo-wmi-hotkey-utilities.c | 30 +++++--- drivers/power/supply/power_supply_core.c | 82 ++++++++++++++++++---- drivers/power/supply/test_power.c | 4 ++ fs/afs/addr_prefs.c | 2 +- fs/afs/cell.c | 1 + include/linux/power_supply.h | 8 +++ 15 files changed, 156 insertions(+), 41 deletions(-)