Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81949?usp=email )
Change subject: lint/checkpatch: Add __aligned to the list of attribute notes ......................................................................
lint/checkpatch: Add __aligned to the list of attribute notes
This updates the script to upstream version 6.8 https://github.com/torvalds/linux/commit/2f9dadba5ba02e1510a04ce57ebfb9e08fd...
Change-Id: I9274e8b5ed5ada27c290c462b0c59eccf1b0b60d Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/81949 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de --- M util/lint/checkpatch.pl 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl index b6ac890..16b6bd3 100755 --- a/util/lint/checkpatch.pl +++ b/util/lint/checkpatch.pl @@ -517,6 +517,7 @@ __ro_after_init| __kprobes| $InitAttribute| + __aligned\s*(.*)| ____cacheline_aligned| ____cacheline_aligned_in_smp| ____cacheline_internodealigned_in_smp|