<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/scripts/checkkconfigsymbols.py, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2017-02-03T10:49:06Z</updated>
<entry>
<title>checkkconfigsymbols.py: support Kconfig's 'imply' statement</title>
<updated>2017-02-03T10:49:06Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2017-02-02T17:00:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3b28f4f2c2c7fcb6770cdfe5e8cd284ee1bc9783'/>
<id>urn:sha1:3b28f4f2c2c7fcb6770cdfe5e8cd284ee1bc9783</id>
<content type='text'>
Support the new imply statement in Kconfig.  The imply statement has
been added by commit 237e3ad0f195 ("Kconfig: Introduce the "imply"
keyword") and is a weak version of a select, but the target symbol can
still be turned off.

Signed-off-by: Andreas Ziegler &lt;andreas.ziegler@fau.de&gt;
Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: don't sort similar symbols</title>
<updated>2017-01-19T10:28:31Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2017-01-18T12:08:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8e8e333179d6ea50fd0491b138e71dc9d98378ba'/>
<id>urn:sha1:8e8e333179d6ea50fd0491b138e71dc9d98378ba</id>
<content type='text'>
Don't sort the list of string-similar Kconfig symbols alphabetically to
preserve the correct order of string similarity.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: support git's "^" syntax</title>
<updated>2016-10-28T12:12:14Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-10-27T12:34:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0d18c19288601b66ad2852cceb66ae68972243dc'/>
<id>urn:sha1:0d18c19288601b66ad2852cceb66ae68972243dc</id>
<content type='text'>
Support git's "^" syntax for diffing two commits, for instance via
"--diff HEAD^^^..HEAD".

Signed-off-by: Michael Ellermann &lt;mpe@ellerman.id.au&gt;
Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols: use arglist instead of cmd string</title>
<updated>2016-08-28T09:08:34Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-28T06:51:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=2f9cc12bb34a4a90f18839a5ce35e1e4d33d6413'/>
<id>urn:sha1:2f9cc12bb34a4a90f18839a5ce35e1e4d33d6413</id>
<content type='text'>
Splitting a command string could lead to unintended arguments.  Use an
argument list in the execute() function instead.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymblos: consistent symbol terminology</title>
<updated>2016-08-28T09:08:34Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-28T06:51:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ef3f55438d95f0bfc5d4730db6e59058647832e2'/>
<id>urn:sha1:ef3f55438d95f0bfc5d4730db6e59058647832e2</id>
<content type='text'>
'symbol' and 'feature' are used synonymously to refer to Kconfig symbols
(configs, menus, etc.).  Use the term 'symbol' to have a consistent
terminology and to make the code more comprehensible.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: fix pylint and pep8 warnings</title>
<updated>2016-08-28T09:08:34Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-28T06:51:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=36c79c7face54ca10e2b57f42cfc956a53246c10'/>
<id>urn:sha1:36c79c7face54ca10e2b57f42cfc956a53246c10</id>
<content type='text'>
Fix pylint and pep8 warnings to have a consistent syntax and style.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols: use ArgumentParser</title>
<updated>2016-08-28T09:08:34Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-28T06:51:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=14390e31641e6fb482ad75b7f46bc54d798f8b87'/>
<id>urn:sha1:14390e31641e6fb482ad75b7f46bc54d798f8b87</id>
<content type='text'>
Replace the deprecated OptionParser with ArgumentParser, as recommended
by pylint.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: port to Python 3</title>
<updated>2016-08-28T09:08:34Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-28T06:51:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7c5227af25a1bee7c577162bd55600dae8023f5a'/>
<id>urn:sha1:7c5227af25a1bee7c577162bd55600dae8023f5a</id>
<content type='text'>
Python 2 is slowly dying, so port the script to Python 3.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: avoid shell injection</title>
<updated>2016-08-27T09:44:01Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@gmail.com</email>
</author>
<published>2016-08-27T08:59:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f175ba174ef3cb8c26e828c710e4e3b0f2bbbf55'/>
<id>urn:sha1:f175ba174ef3cb8c26e828c710e4e3b0f2bbbf55</id>
<content type='text'>
Use subprocess and set shell to False to avoid potential shell
injections.

Reported-by: Bernd Dietzel &lt;tcpip@t-online.de&gt;
Signed-off-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>checkkconfigsymbols.py: add --no-color option, don't print color to non-TTY</title>
<updated>2016-08-18T16:12:07Z</updated>
<author>
<name>Andrew Donnellan</name>
<email>andrew.donnellan@au1.ibm.com</email>
</author>
<published>2016-07-05T07:47:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4c73c0882b34d0383ff417e2d66c127f848cfe06'/>
<id>urn:sha1:4c73c0882b34d0383ff417e2d66c127f848cfe06</id>
<content type='text'>
Only print the ANSI colour escape codes if stdout is a TTY. Useful if
redirecting output to a file or piping to another script.

Also add a new option, --no-color, if the user wants to disable colour
output for whatever reason.

Signed-off-by: Andrew Donnellan &lt;andrew.donnellan@au1.ibm.com&gt;
Acked-by: Valentin Rothberg &lt;valentinrothberg@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
