[PATCH v2] gen_compile_commands: fix missing 'sys' package

3 views
Skip to first unread message

Kortan

unread,
Sep 7, 2021, 11:30:34 PM9/7/21
to nat...@kernel.org, ndesau...@google.com, masa...@kernel.org, linux-...@vger.kernel.org, ll...@lists.linux.dev, clang-bu...@googlegroups.com, linux-...@vger.kernel.org, Kortan
We need to import the 'sys' package since the script has called
sys.exit() method.

Signed-off-by: Kortan <kort...@gmail.com>
---
Changes v1 -> v2:
* Fix commit title.
* Improve commit message.

scripts/clang-tools/gen_compile_commands.py | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/clang-tools/gen_compile_commands.py b/scripts/clang-tools/gen_compile_commands.py
index 0033eedce003..1d1bde1fd45e 100755
--- a/scripts/clang-tools/gen_compile_commands.py
+++ b/scripts/clang-tools/gen_compile_commands.py
@@ -13,6 +13,7 @@ import logging
import os
import re
import subprocess
+import sys

_DEFAULT_OUTPUT = 'compile_commands.json'
_DEFAULT_LOG_LEVEL = 'WARNING'
--
2.33.0

Nathan Chancellor

unread,
Sep 8, 2021, 1:07:55 PM9/8/21
to Kortan, ndesau...@google.com, masa...@kernel.org, linux-...@vger.kernel.org, ll...@lists.linux.dev, clang-bu...@googlegroups.com, linux-...@vger.kernel.org
On Wed, Sep 08, 2021 at 11:28:48AM +0800, Kortan wrote:
> We need to import the 'sys' package since the script has called
> sys.exit() method.
>
> Signed-off-by: Kortan <kort...@gmail.com>

Thank you for making those changes!

I should have mentioned that this probably warrants a Fixes: tag, which
can be generated by running:

$ git show -s --format='Fixes: %h ("%s")' 6ad7cbc01527223f3f92baac9b122f15651cf76b
Fixes: 6ad7cbc01527 ("Makefile: Add clang-tidy and static analyzer support to makefile")

as that was the patch that introduced this issue. I personally have a
git alias for this as it comes up enough.

$ git config --get alias.fixes
show -s --format="Fixes: %h (\"%s\")"

I do not think this warrants a v3, just something to keep in mind for
the future.

Fixes: 6ad7cbc01527 ("Makefile: Add clang-tidy and static analyzer support to makefile")
Reviewed-by: Nathan Chancellor <nat...@kernel.org>

Masahiro Yamada

unread,
Sep 9, 2021, 7:02:07 AM9/9/21
to Nathan Chancellor, Kortan, Nick Desaulniers, Linux Kbuild mailing list, ll...@lists.linux.dev, clang-built-linux, Linux Kernel Mailing List
On Thu, Sep 9, 2021 at 2:07 AM Nathan Chancellor <nat...@kernel.org> wrote:
>
> On Wed, Sep 08, 2021 at 11:28:48AM +0800, Kortan wrote:
> > We need to import the 'sys' package since the script has called
> > sys.exit() method.
> >
> > Signed-off-by: Kortan <kort...@gmail.com>
>
> Thank you for making those changes!
>
> I should have mentioned that this probably warrants a Fixes: tag, which
> can be generated by running:
>
> $ git show -s --format='Fixes: %h ("%s")' 6ad7cbc01527223f3f92baac9b122f15651cf76b
> Fixes: 6ad7cbc01527 ("Makefile: Add clang-tidy and static analyzer support to makefile")
>
> as that was the patch that introduced this issue. I personally have a
> git alias for this as it comes up enough.
>
> $ git config --get alias.fixes
> show -s --format="Fixes: %h (\"%s\")"
>
> I do not think this warrants a v3, just something to keep in mind for
> the future.
>
> Fixes: 6ad7cbc01527 ("Makefile: Add clang-tidy and static analyzer support to makefile")
> Reviewed-by: Nathan Chancellor <nat...@kernel.org>


Applied to linux-kbuild
with Fixes and Nathan's Reviewed-by.
Thanks.



> > ---
> > Changes v1 -> v2:
> > * Fix commit title.
> > * Improve commit message.
> >
> > scripts/clang-tools/gen_compile_commands.py | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/scripts/clang-tools/gen_compile_commands.py b/scripts/clang-tools/gen_compile_commands.py
> > index 0033eedce003..1d1bde1fd45e 100755
> > --- a/scripts/clang-tools/gen_compile_commands.py
> > +++ b/scripts/clang-tools/gen_compile_commands.py
> > @@ -13,6 +13,7 @@ import logging
> > import os
> > import re
> > import subprocess
> > +import sys
> >
> > _DEFAULT_OUTPUT = 'compile_commands.json'
> > _DEFAULT_LOG_LEVEL = 'WARNING'
> > --
> > 2.33.0
> >
> >



--
Best Regards
Masahiro Yamada

Nick Desaulniers

unread,
Sep 9, 2021, 1:22:38 PM9/9/21
to Kortan, nat...@kernel.org, masa...@kernel.org, linux-...@vger.kernel.org, ll...@lists.linux.dev, clang-bu...@googlegroups.com, linux-...@vger.kernel.org
On Tue, Sep 7, 2021 at 8:30 PM Kortan <kort...@gmail.com> wrote:
>
> We need to import the 'sys' package since the script has called
> sys.exit() method.
>
> Signed-off-by: Kortan <kort...@gmail.com>

I'm quite sure I've run this script before; how have we not noticed
such an issue before?

> ---
> Changes v1 -> v2:
> * Fix commit title.
> * Improve commit message.
>
> scripts/clang-tools/gen_compile_commands.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/scripts/clang-tools/gen_compile_commands.py b/scripts/clang-tools/gen_compile_commands.py
> index 0033eedce003..1d1bde1fd45e 100755
> --- a/scripts/clang-tools/gen_compile_commands.py
> +++ b/scripts/clang-tools/gen_compile_commands.py
> @@ -13,6 +13,7 @@ import logging
> import os
> import re
> import subprocess
> +import sys
>
> _DEFAULT_OUTPUT = 'compile_commands.json'
> _DEFAULT_LOG_LEVEL = 'WARNING'
> --
> 2.33.0
>
> --
> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-li...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/20210908032847.18683-1-kortanzh%40gmail.com.



--
Thanks,
~Nick Desaulniers

Nathan Chancellor

unread,
Sep 9, 2021, 3:28:45 PM9/9/21
to Nick Desaulniers, Kortan, masa...@kernel.org, linux-...@vger.kernel.org, ll...@lists.linux.dev, clang-bu...@googlegroups.com, linux-...@vger.kernel.org
On 9/9/2021 10:22 AM, 'Nick Desaulniers' via Clang Built Linux wrote:
> On Tue, Sep 7, 2021 at 8:30 PM Kortan <kort...@gmail.com> wrote:
>>
>> We need to import the 'sys' package since the script has called
>> sys.exit() method.
>>
>> Signed-off-by: Kortan <kort...@gmail.com>
>
> I'm quite sure I've run this script before; how have we not noticed
> such an issue before?

Nobody hitting the error paths in this script?

$ cat test.py
import sys

if __name__ == '__main__':
a = int(sys.argv[1])
print("a = %d" % a)
if a == 2:
printf(os.uname())

$ python3 test.py 1

$ python3 test.py 2
a = 2
Traceback (most recent call last):
File "/home/nathan/test.py", line 7, in <module>
print(os.uname())
NameError: name 'os' is not defined
Reply all
Reply to author
Forward
0 new messages