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 41caf10411f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits b7c067924f38 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 90ac806c3295 Drivers: hv: Remove deprecated hv_fcopy declarations adds 7f828d5fff7d clocksource: hyper-v: Use lapic timer in a TDX VM without [...] adds 3b85a2eacd3d Documentation: hyperv: Add overview of Confidential Comput [...] adds 8fcc514809de x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V pr [...] adds c6e2b45a544b tools: hv: lsvmbus: change shebang to use python3 adds 4430556935db Drivers: hv: vmbus: Fix the misplaced function description adds b9af6418279c x86/hyperv: fix kexec crash due to VP assist page corruption adds 5e5cc1eb6525 tools: hv: rm .*.cmd when make clean adds 895384881ec9 hv: vmbus: Constify struct kobj_type and struct attribute_group new fb92a1ffc121 Merge tag 'hyperv-fixes-signed-20240908' of git://git.kern [...] new 5a6e43af1e53 bcachefs: Fix ca->io_ref usage new ec36573dcd7b bcachefs: Add a cond_resched() to __journal_keys_sort() new df88febc2065 bcachefs: Simplify bch2_bkey_drop_ptrs() new 52df04f03994 bcachefs: More BCH_SB_MEMBER_INVALID support new 2c377d8a71db bcachefs: fix btree_key_cache sysfs knob new 16005147cca4 bcachefs: Don't delete open files in online fsck new bc83b4d1f086 Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org [...] new d649476794b1 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 195cca87bf3e 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 (41caf10411f8) \ N -- N -- N refs/heads/fs-current (195cca87bf3e)
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: Documentation/virt/hyperv/coco.rst | 260 ++++++++++++++++++++++++++++++++++++ Documentation/virt/hyperv/index.rst | 1 + arch/x86/hyperv/hv_init.c | 5 +- arch/x86/include/asm/mshyperv.h | 1 - arch/x86/kernel/cpu/mshyperv.c | 21 ++- drivers/clocksource/hyperv_timer.c | 16 ++- drivers/hv/hv.c | 6 +- drivers/hv/hyperv_vmbus.h | 6 - drivers/hv/vmbus_drv.c | 4 +- fs/bcachefs/alloc_background.c | 24 ++-- fs/bcachefs/btree_journal_iter.c | 2 + fs/bcachefs/buckets.c | 15 ++- fs/bcachefs/ec.h | 4 +- fs/bcachefs/extents.c | 26 ++-- fs/bcachefs/extents.h | 23 ++-- fs/bcachefs/fs.c | 8 ++ fs/bcachefs/fs.h | 7 + fs/bcachefs/fsck.c | 18 +++ fs/bcachefs/replicas.c | 2 +- fs/bcachefs/sysfs.c | 2 +- tools/hv/Makefile | 2 +- tools/hv/lsvmbus | 2 +- 22 files changed, 381 insertions(+), 74 deletions(-) create mode 100644 Documentation/virt/hyperv/coco.rst mode change 100644 => 100755 tools/hv/lsvmbus