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 9e498ec1031a Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits e98f29e2cab9 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits e1c1c4e04755 Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] adds 6347dc7fb967 media: rkvdec: Fix a NULL vs IS_ERR() bug in probe() adds 0d58a72b66ec media: rkvdec: Fix an error handling path in rkvdec_probe() adds da3fa08a89dc media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls adds a032fe30cf09 platform/x86: int3472: add hpd pin support adds 6f6fbd9a0c5a media: Remove redundant pm_runtime_mark_last_busy() calls new 518b21ba139c Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/ [...] adds a39d13e291c2 virtio_pci: Fix misleading comment for queue vector adds dd54bcf86c91 vhost/net: Protect ubufs with rcu read lock in vhost_net_u [...] adds ced17ee32a99 Revert "virtio: reject shm region if length is zero" adds 24fc631539cc vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER adds 528d92bfc093 virtio_input: Improve freeze handling adds 45d8ef6322b8 virtio_net: adjust the execution order of function `virtne [...] new 39f90c196721 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 0ab3f2ca89ef Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new d5e74651b4c4 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 66de25499ac2 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 (9e498ec1031a) \ N -- N -- N refs/heads/fs-current (66de25499ac2)
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/media/i2c/alvium-csi2.c | 1 - drivers/media/i2c/ccs/ccs-core.c | 7 +------ drivers/media/i2c/dw9768.c | 1 - drivers/media/i2c/gc0308.c | 3 --- drivers/media/i2c/gc2145.c | 3 --- drivers/media/i2c/imx219.c | 2 -- drivers/media/i2c/imx283.c | 3 --- drivers/media/i2c/imx290.c | 3 --- drivers/media/i2c/imx296.c | 1 - drivers/media/i2c/imx415.c | 1 - drivers/media/i2c/mt9m114.c | 6 ------ drivers/media/i2c/ov4689.c | 3 --- drivers/media/i2c/ov5640.c | 4 ---- drivers/media/i2c/ov5645.c | 3 --- drivers/media/i2c/ov64a40.c | 7 +------ drivers/media/i2c/ov8858.c | 2 -- drivers/media/i2c/st-mipid02.c | 2 -- drivers/media/i2c/tc358746.c | 5 ----- drivers/media/i2c/thp7312.c | 4 ---- drivers/media/i2c/vd55g1.c | 4 ---- drivers/media/i2c/vd56g3.c | 4 ---- drivers/media/i2c/video-i2c.c | 4 ---- .../media/platform/chips-media/wave5/wave5-vpu-dec.c | 4 ---- .../media/platform/chips-media/wave5/wave5-vpu-enc.c | 5 ----- drivers/media/platform/nvidia/tegra-vde/h264.c | 2 -- drivers/media/platform/qcom/iris/iris_hfi_queue.c | 1 - drivers/media/platform/raspberrypi/pisp_be/pisp_be.c | 2 -- drivers/media/platform/rockchip/rkvdec/rkvdec.c | 17 +++++++++-------- drivers/media/platform/verisilicon/hantro_drv.c | 1 - drivers/media/rc/gpio-ir-recv.c | 4 +--- drivers/net/virtio_net.c | 7 ++++--- drivers/platform/x86/intel/int3472/discrete.c | 6 ++++++ drivers/vhost/net.c | 9 +++++++-- drivers/virtio/virtio_input.c | 4 ++++ drivers/virtio/virtio_pci_legacy_dev.c | 4 ++-- drivers/virtio/virtio_pci_modern_dev.c | 4 ++-- include/linux/platform_data/x86/int3472.h | 1 + include/linux/virtio_config.h | 2 -- include/uapi/linux/vhost.h | 4 ++-- 39 files changed, 40 insertions(+), 110 deletions(-)