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 15fe03e7cb30 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits dd7961fc7d6f Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] omits 40b4bed92c67 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 36ece3a23f3a Merge branch 'misc-6.19' into next-fixes adds 8f3e00af8e52 riscv, bpf: Fix incorrect usage of BPF_TRAMP_F_ORIG_STACK adds e558cca21779 bpf, test_run: Subtract size of xdp_frame from allowed met [...] adds ab86d0bf01f6 selftests/bpf: Update xdp_context_test_run test to check m [...] adds 9df5fad801c5 bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str() adds ec69daabe452 bpf: Fix reference count leak in bpf_prog_test_run_xdp() new c537e12daeec Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] adds 003c492f9e76 media: Documentation: mali-c55: Use v4l2-isp version identifier adds 8c0af684bd8e media: mali-c55: Remove duplicated version check adds 22cd0db47f4f media: uapi: mali-c55-config: Remove version identifier adds 63d957123092 media: rzg2l-cru: csi-2: Support RZ/V2H input sizes adds 905120d7470e media: ov02c10: Fix bayer-pattern change after default vfl [...] adds d0bb6f1f2b79 media: ov02c10: Adjust x-win/y-win when changing flipping [...] adds 1d2e3b4443a8 media: ov02c10: Fix the horizontal flip control adds b75710155a82 media: ipu-bridge: Add DMI quirk for Dell XPS laptops with [...] adds 69d6c6fc79eb media: ov02c10: Remove unnecessary hflip and vflip pointers new d19954ee63b2 Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/ [...] new 6a069876eb14 rust: bitops: fix missing _find_* functions on 32-bit ARM new e0d4140e8043 Merge tag 'bitmap-for-6.19-rc5' of https://github.com/norov/linux adds be4b7e584a0c scsi: ufs: dt-bindings: Fix several grammar errors adds 1523d50abad0 scsi: core: Correct documentation for scsi_test_unit_ready() adds 9a49157deeb2 scsi: core: Fix error handler encryption support adds ee229e7c256a scsi: ufs: core: Configure MCQ after link startup adds 001556d29872 scsi: mpt3sas: Update maintainer list adds d0f6cfb49192 scsi: bfa: Update outdated comment adds 309a29b5965a scsi: ufs: host: mediatek: Make read-only array scale_us s [...] new 944aacb68baf Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new e330294b5d89 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] new a5e977f927de Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 437cc6057e01 btrfs: remove zoned statistics from sysfs new c83f697f89a7 Merge branch 'misc-6.19' into next-fixes new 2be42efa7633 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
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 (15fe03e7cb30) \ N -- N -- N refs/heads/fs-current (2be42efa7633)
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: .../devicetree/bindings/ufs/ufs-common.yaml | 4 +- .../media/v4l/metafmt-arm-mali-c55.rst | 2 +- MAINTAINERS | 1 + arch/riscv/net/bpf_jit_comp64.c | 6 +-- drivers/media/i2c/ov02c10.c | 28 +++++------- drivers/media/pci/intel/Kconfig | 2 +- drivers/media/pci/intel/ipu-bridge.c | 29 ++++++++++++ .../media/platform/arm/mali-c55/mali-c55-params.c | 7 --- .../media/platform/renesas/rzg2l-cru/rzg2l-csi2.c | 41 ++++++++++------- drivers/scsi/bfa/bfa_fcs.c | 2 +- drivers/scsi/scsi_error.c | 24 ++++++++++ drivers/scsi/scsi_lib.c | 2 +- drivers/ufs/core/ufshcd.c | 7 +-- drivers/ufs/host/ufs-mediatek.c | 2 +- fs/btrfs/sysfs.c | 52 ---------------------- include/scsi/scsi_eh.h | 6 +++ include/uapi/linux/media/arm/mali-c55-config.h | 9 ---- kernel/bpf/verifier.c | 5 +++ net/bpf/test_run.c | 25 +++++++---- rust/helpers/bitops.c | 42 +++++++++++++++++ .../bpf/prog_tests/xdp_context_test_run.c | 14 ++++-- 21 files changed, 185 insertions(+), 125 deletions(-)