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 bc444b4dbd6c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds 5e7f0efd2323 selinux: match extended permissions to their base permissions new 09a0fa92e5b4 Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pu [...] adds f2893c0804d8 dm array: fix releasing a faulty array block twice in dm_a [...] adds 626f128ee9c4 dm array: fix unreleased btree blocks on closing a faulty [...] adds 0bb1968da273 dm array: fix cursor index when skipping across block boundaries new 6df90c02bae4 dm-verity FEC: Fix RS FEC repair for roots unaligned to bl [...] new 548c6edbed92 dm-verity FEC: Avoid copying RS parity bytes twice. new 47f33c27fc95 dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY new 80f130bfad1d dm thin: make get_first_thin use rcu-safe list first function new 0b7958fa05d5 Merge tag 'for-6.13/dm-fixes' of git://git.kernel.org/pub/ [...] adds 7bac65687510 scsi: ufs: qcom: Power off the PHY if it was already power [...] adds bb9850704c04 scsi: ufs: core: Honor runtime/system PM levels if set by [...] adds 4f78a56af4c4 scsi: ufs: qcom: Allow passing platform specific OF data adds 3b2f56860b05 scsi: ufs: qcom: Power down the controller/device during s [...] new eea6e4b4dfb8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new b7fe9b203d40 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (bc444b4dbd6c) \ N -- N -- N refs/heads/fs-current (b7fe9b203d40)
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 8 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/md/dm-ebs-target.c | 2 +- drivers/md/dm-thin.c | 5 ++- drivers/md/dm-verity-fec.c | 59 ++++++++++++++++----------------- drivers/md/persistent-data/dm-array.c | 19 +++++++---- drivers/ufs/core/ufshcd-priv.h | 6 ---- drivers/ufs/core/ufshcd.c | 10 +++--- drivers/ufs/host/ufs-qcom.c | 31 +++++++++++------- drivers/ufs/host/ufs-qcom.h | 5 +++ include/ufs/ufshcd.h | 2 -- security/selinux/avc.c | 61 +++++++++++++++++++---------------- security/selinux/hooks.c | 6 ++-- security/selinux/include/avc.h | 5 ++- security/selinux/include/security.h | 3 ++ security/selinux/ss/services.c | 28 ++++++++++++---- 14 files changed, 140 insertions(+), 102 deletions(-)