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 d271b80b74aa Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b4592a681a23 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 5220cec1e073 Merge branch 'misc-6.11' into next-fixes adds f2c6dbd22017 kunit: Device wrappers should also manage driver name new 120434e5b305 Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7' of git:// [...] adds ffc17e1479e8 platform/x86: dell-smbios: Fix error path in dell_smbios_init() adds d34af755a533 platform/x86/amd: pmf: Make ASUS GA403 quirk generic new ad618736883b Merge tag 'platform-drivers-x86-v6.11-6' of git://git.kern [...] new eda7182ee922 Merge branch 'misc-6.11' into next-fixes new fc15e8a7469d Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 220fb7fa66e4 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 (d271b80b74aa) \ N -- N -- N refs/heads/fs-current (220fb7fa66e4)
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 5 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/pmf/pmf-quirks.c | 2 +- drivers/platform/x86/dell/dell-smbios-base.c | 5 ++- include/kunit/test.h | 48 ++++++++++++++++++++++++++++ lib/kunit/device.c | 7 ++-- lib/kunit/test.c | 19 +++++++++++ 5 files changed, 77 insertions(+), 4 deletions(-)