This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e72e9e693307 Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/l [...] new fe81536af397 landlock: Remove incorrect warning new 4767af82a08f landlock: Log the TGID of the domain creator new e4a0f9e0cacd selftests/landlock: Factor out audit fixture in audit_test new 6b4566400a29 selftests/landlock: Add PID tests for audit records new 50492f942c28 landlock: Fix documentation for landlock_create_ruleset(2) new 25b1fc1cdc89 landlock: Fix documentation for landlock_restrict_self(2) new 47ce2af848b7 landlock: Update log documentation new 30e268185e59 Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/ [...] new 4c3240850629 scsi: ufs: mcq: Add NULL check in ufshcd_mcq_abort() new cdd445258db9 scsi: mpi3mr: Fix pending I/O counter new 3b5091fee49f scsi: mpi3mr: Reset the pending interrupt flag new 7f533cc5ee4c scsi: target: iscsi: Fix timeout on deleted connection new f8cba9a700cf scsi: ufs: qcom: Add quirks for Samsung UFS devices new 569330a34a31 scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UF [...] new 54bebe46871d scsi: core: Clear flags for scsi_cmnd that did not complete new 08a966a917fe scsi: ufs: core: Add NULL check in ufshcd_mcq_compl_pendin [...] new b0b7ee3b574a scsi: mpi3mr: Add level check to control event logging new 02ddfb981de8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 18 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/scsi/mpi3mr/mpi3mr_fw.c | 8 +- drivers/scsi/scsi_lib.c | 6 +- drivers/target/iscsi/iscsi_target.c | 2 +- drivers/ufs/core/ufs-mcq.c | 12 +- drivers/ufs/core/ufshcd.c | 31 ++++++ drivers/ufs/host/ufs-qcom.c | 43 +++++++ drivers/ufs/host/ufs-qcom.h | 18 +++ include/uapi/linux/landlock.h | 87 ++++++++++----- include/ufs/ufs_quirks.h | 6 + security/landlock/domain.c | 4 +- security/landlock/domain.h | 2 +- security/landlock/syscalls.c | 27 +++-- tools/testing/selftests/landlock/audit.h | 21 ++-- tools/testing/selftests/landlock/audit_test.c | 154 +++++++++++++++++++++++--- tools/testing/selftests/landlock/fs_test.c | 3 +- 15 files changed, 342 insertions(+), 82 deletions(-)