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 9249c7e0a381 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 8fc7e2b573af Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] adds 473dd9ecb3fd MAINTAINERS: Replace Shawn with Frank as i.MX platform maintainer adds 9d24a7333767 Merge tag 'imx-maintainers-6.20' of https://git.kernel.org [...] adds c7e45aa0a91f MAINTAINERS: Add myself as maintainer of hisi_soc_hha adds 59e82a4237cf MAINTAINERS: Change Sudeep Holla's email address adds f2090ebdb59d soc: qcom: smem: fix qcom_smem_is_available and check if _ [...] adds c3cb2722e289 Merge tag 'qcom-drivers-fixes-for-6.19' of https://git.ker [...] new a14980444f41 Merge tag 'soc-fixes-6.19-3' of git://git.kernel.org/pub/s [...] adds cfbe371194d1 KVM: SVM: Check vCPU ID against max x2AVIC ID if and only [...] adds b4d37cdb77a0 KVM: Don't clobber irqfd routing type when deassigning irqfd adds ef3719e33e66 KVM: x86: Assert that non-MSI doesn't have bypass vCPU whe [...] adds e396a7422265 KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpred [...] adds f8ade833b733 KVM: x86: Explicitly configure supported XSS from {svm,vmx [...] new 0de4a0eec25b Merge tag 'kvm-x86-fixes-6.19-rc8' of https://github.com/k [...] new 27db1ae6ecdf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 0eca95cba2b7 sched_ext: Short-circuit sched_class operations on dead tasks new 3c7b4d1994f6 Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kern [...] adds 731bb3118f85 Revert "PCI/TSM: Report active IDE streams" adds 8370af2019de PCI/IDE: Fix off by one error calculating VF RID range adds 0b50f116af5e PCI/IDE: Fix reading a wrong reg for unused sel stream ini [...] adds 894148a25aeb coco/tsm: Remove unused variable tsm_rwsem adds 403dd7da2246 crypto/ccp: Use PCI bridge defaults for IDE adds c20122630476 crypto/ccp: Allow multiple streams on the same root bridge new f14faaf3a1fb Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub [...] new 24922f44f2d0 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new f737824cd61d 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 (9249c7e0a381) \ N -- N -- N refs/heads/fs-current (f737824cd61d)
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 8 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 | 3 +- Documentation/ABI/testing/sysfs-class-tsm | 10 ------- MAINTAINERS | 41 ++++++++++++++------------ arch/x86/kvm/irq.c | 3 +- arch/x86/kvm/svm/avic.c | 4 +-- arch/x86/kvm/svm/svm.c | 2 ++ arch/x86/kvm/vmx/vmx.c | 2 ++ arch/x86/kvm/x86.c | 30 ++++++++++--------- arch/x86/kvm/x86.h | 2 ++ drivers/crypto/ccp/sev-dev-tsm.c | 15 +--------- drivers/pci/ide.c | 10 ++----- drivers/soc/qcom/smem.c | 5 ++-- drivers/virt/coco/tsm-core.c | 30 ------------------- include/linux/pci-ide.h | 4 +-- include/linux/tsm.h | 3 -- kernel/sched/ext.c | 48 +++++++++++++++++++++++++++++++ tools/testing/selftests/kvm/Makefile.kvm | 1 + virt/kvm/eventfd.c | 44 +++++++++++++++------------- 18 files changed, 133 insertions(+), 124 deletions(-)