[folded-merged] kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes.patch

This patch was dropped because it was folded into kasan-clean-up-kasan_shadow_scale_shift-usage.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes

WARNING: please, no space before tabs
#52: FILE: arch/arm64/include/asm/kasan.h:30:
+ * ^I^I^I^I(1ULL << (64 - KASAN_SHADOW_SCALE_SHIFT))$

total: 0 errors, 1 warnings, 83 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

./patches/kasan-clean-up-kasan_shadow_scale_shift-usage.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/arm64/include/asm/kasan.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/arm64/include/asm/kasan.h~kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes arch/arm64/include/asm/kasan.h
--- a/arch/arm64/include/asm/kasan.h~kasan-clean-up-kasan_shadow_scale_shift-usage-checkpatch-fixes
+++ a/arch/arm64/include/asm/kasan.h
@@ -27,7 +27,7 @@
  * [KASAN_SHADOW_OFFSET, KASAN_SHADOW_END) cover all 64-bits of virtual
  * addresses. So KASAN_SHADOW_OFFSET should satisfy the following equation:
  *      KASAN_SHADOW_OFFSET = KASAN_SHADOW_END -
- * 				(1ULL << (64 - KASAN_SHADOW_SCALE_SHIFT))
+ *				(1ULL << (64 - KASAN_SHADOW_SCALE_SHIFT))
  */
 #define KASAN_SHADOW_OFFSET     (KASAN_SHADOW_END - (1ULL << \
 					(64 - KASAN_SHADOW_SCALE_SHIFT)))
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

kasan-clean-up-kasan_shadow_scale_shift-usage.patch
lib-ubsanc-s-missaligned-misaligned.patch
maintainers-update-arm-oxnas-platform-support-patterns-fix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux