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 73fa4732d888 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 66c96f160b15 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 8a6ad7745e13 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds fde46f60f6c5 selinux: change security_compute_sid to return the ssid or [...] new 7595b66ae9de Merge tag 'selinux-pr-20250624' of git://git.kernel.org/pu [...] new c55c7a85e02a um: ubd: Add missing error check in start_io_thread() new bc4e2ae08183 um: vfio: Prevent duplicate device assignments new 894894127602 um: Use correct data source in fpregs_legacy_set() new 2d65fc13be85 um: vector: Reduce stack usage in vector_eth_configure() new 2dca89df0d11 Merge tag 'uml-for-6.16-rc4' of git://git.kernel.org/pub/s [...] adds 752eb816b55a scsi: megaraid_sas: Fix invalid node index adds 2e083cd80229 scsi: ufs: core: Fix clk scaling to be conditional in rese [...] adds a35b29bdedb4 scsi: fnic: Fix crash in fnic_wq_cmpl_handler when FDMI times out adds 74f46a0524f8 scsi: fnic: Turn off FDMI ACTIVE flags on link down adds 9b9b8594654a scsi: fnic: Add and improve logs in FDMI and FDMI ABTS paths adds 18b5cb6f1fdd scsi: fnic: Set appropriate logging level for log message adds 85d6fbc47c30 scsi: fnic: Fix missing DMA mapping error in fnic_send_frame() new 92ca6c498a5e Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds b07f349d1864 spi: spi-cadence-quadspi: Fix pm runtime unbalance new c4dce0c094a8 Merge tag 'spi-fix-v6.16-rc3' of git://git.kernel.org/pub/ [...] new 887a4cb1f2b6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 9b6e78ea2f4b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 003148c75c8b 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 (73fa4732d888) \ N -- N -- N refs/heads/fs-current (003148c75c8b)
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 11 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: arch/um/drivers/ubd_user.c | 2 +- arch/um/drivers/vector_kern.c | 42 +++---- arch/um/drivers/vfio_kern.c | 14 +++ arch/x86/um/ptrace.c | 2 +- drivers/scsi/fnic/fdls_disc.c | 187 ++++++++++++++++++++++++------ drivers/scsi/fnic/fnic.h | 2 +- drivers/scsi/fnic/fnic_fcs.c | 2 + drivers/scsi/fnic/fnic_fdls.h | 1 + drivers/scsi/fnic/fnic_scsi.c | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 6 +- drivers/spi/spi-cadence-quadspi.c | 12 +- drivers/ufs/core/ufshcd.c | 3 +- security/selinux/ss/services.c | 16 ++- 13 files changed, 208 insertions(+), 83 deletions(-)