Patch "kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc" has been added to the 5.10-stable tree

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

 



This is a note to let you know that I've just added the patch titled

    kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     kbuild-simplify-gcc_plugins-enablement-in-dummy-tools-gcc.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From f4c3b83b75b91c5059726cb91e3165cc01764ce7 Mon Sep 17 00:00:00 2001
From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Date: Sat, 23 Jan 2021 18:16:30 +0900
Subject: kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc

From: Masahiro Yamada <masahiroy@xxxxxxxxxx>

commit f4c3b83b75b91c5059726cb91e3165cc01764ce7 upstream.

With commit 1e860048c53e ("gcc-plugins: simplify GCC plugin-dev
capability test") applied, this hunk can be way simplified because
now scripts/gcc-plugins/Kconfig only checks plugin-version.h

Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 scripts/dummy-tools/gcc |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

--- a/scripts/dummy-tools/gcc
+++ b/scripts/dummy-tools/gcc
@@ -75,16 +75,12 @@ if arg_contain -S "$@"; then
 	fi
 fi
 
-# For scripts/gcc-plugin.sh
+# To set GCC_PLUGINS
 if arg_contain -print-file-name=plugin "$@"; then
 	plugin_dir=$(mktemp -d)
 
-	sed -n 's/.*#include "\(.*\)"/\1/p' $(dirname $0)/../gcc-plugins/gcc-common.h |
-	while read header
-	do
-		mkdir -p $plugin_dir/include/$(dirname $header)
-		touch $plugin_dir/include/$header
-	done
+	mkdir -p $plugin_dir/include
+	touch $plugin_dir/include/plugin-version.h
 
 	echo $plugin_dir
 	exit 0


Patches currently in stable-queue which might be from masahiroy@xxxxxxxxxx are

queue-5.10/documentation-kbuild-remove-references-to-gcc-plugin.sh.patch
queue-5.10/doc-gcc-plugins-update-gcc-plugins.rst.patch
queue-5.10/kbuild-simplify-gcc_plugins-enablement-in-dummy-tools-gcc.patch
queue-5.10/maintainers-adjust-gcc-plugins-after-gcc-plugin.sh-removal.patch
queue-5.10/gcc-plugins-simplify-gcc-plugin-dev-capability-test.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux