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 ddc0fdb554fd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 6ca575374dd9 vsock/virtio: Initialization of the dangling pointer occur [...] adds 0b364cf53b20 vdpa: solidrun: Fix UB bug with devres adds 03a942f793ca Fix typo in vringh_test.c adds 7f8825b2a78a vDPA/ifcvf: Fix pci_read_config_byte() return code handling adds 97ee04feb682 virtio_pci: Fix admin vq cleanup by using correct info pointer adds 4e39ecadf1d2 vp_vdpa: fix id_table array not null terminated error adds 83e445e64f48 vdpa/mlx5: Fix error path during device add new 0ccd733ac99e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] adds f7d1b585e153 sched_ext: Add a missing newline at the end of an error message adds a759bf0dfc4d sched_ext: Update scx_show_state.py to match scx_ops_bypas [...] adds a6250aa251ea sched_ext: Handle cases where pick_task_scx() is called wi [...] new 3022e9d00ebe Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kern [...] new 217d343c7ea4 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 (ddc0fdb554fd) \ N -- N -- N refs/heads/fs-current (217d343c7ea4)
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 3 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/vdpa/ifcvf/ifcvf_base.c | 2 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 21 ++++----------- drivers/vdpa/solidrun/snet_main.c | 14 +++++++--- drivers/vdpa/virtio_pci/vp_vdpa.c | 10 ++++--- drivers/virtio/virtio_pci_common.c | 24 ++++++++++++----- drivers/virtio/virtio_pci_common.h | 1 + drivers/virtio/virtio_pci_modern.c | 12 +-------- kernel/sched/core.c | 13 ++++++---- kernel/sched/ext.c | 46 +++++++++++++++++++++++---------- kernel/sched/sched.h | 5 ++-- net/vmw_vsock/virtio_transport_common.c | 1 + tools/sched_ext/scx_show_state.py | 2 +- tools/virtio/vringh_test.c | 2 +- 13 files changed, 89 insertions(+), 64 deletions(-)