<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/tools/scripts, branch mips-hack-upstream</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/tools/scripts?h=mips-hack-upstream</id>
<link rel='self' href='https://git.amat.us/openocd/atom/tools/scripts?h=mips-hack-upstream'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2017-04-23T20:25:02Z</updated>
<entry>
<title>tools/scripts/checkpatch.pl: fix unescaped brace</title>
<updated>2017-04-23T20:25:02Z</updated>
<author>
<name>Chengyu Zheng</name>
<email>chengyu.zheng@polimi.it</email>
</author>
<published>2017-04-09T16:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6e8217784bfe4027a753f75a2c0fe732bfd8d2e0'/>
<id>urn:sha1:6e8217784bfe4027a753f75a2c0fe732bfd8d2e0</id>
<content type='text'>
Change-Id: If1d0fbe95223351ea098504cf24f076784b26a9c
Signed-off-by: Chengyu Zheng &lt;chengyu.zheng@polimi.it&gt;
Reviewed-on: http://openocd.zylin.com/4102
Tested-by: jenkins
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: fix unescaped left brace warnings</title>
<updated>2016-05-05T20:02:37Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2016-02-06T13:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=18a6fdc154ed61c641e2238c0f0ea6af0331c248'/>
<id>urn:sha1:18a6fdc154ed61c641e2238c0f0ea6af0331c248</id>
<content type='text'>
Basically, same as upstream 4e5d56bdf892e18832a6540b63ebf709966bce2a.

Unescaped left brace in string literals is deprecated since
perl v5.21.1.

Change-Id: I0e5f23bef821d2dca6ff4909ddbb06f4992718d4
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3228
Tested-by: jenkins
Reviewed-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<entry>
<title>checkpatch: fix check for the FSF address</title>
<updated>2015-01-08T23:05:24Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2014-11-27T07:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=a9a5c17cf5e1f55310aa218f178997f090304172'/>
<id>urn:sha1:a9a5c17cf5e1f55310aa218f178997f090304172</id>
<content type='text'>
Commit 4525c0a4c4d0aaa199c37a6d2245617e8445f213 cherry-picked check
for the FSF address presence from upstream. However, it has a typo
resulting in this obscure error when triggered:

Use of uninitialized value in concatenation (.) or string at /home/jenkins/.jenkins/jobs/openocd-gerrit/workspace/tools/scripts/checkpatch.pl line 1258.
ERROR:

This patch fixes it.

Change-Id: Ia417ef4782d21c8b3f1d39de88c4ab850a5a6630
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2414
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: check for the FSF mailing address</title>
<updated>2014-11-24T22:23:38Z</updated>
<author>
<name>Antony Pavlov</name>
<email>antonynpavlov@gmail.com</email>
</author>
<published>2014-10-10T04:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=4525c0a4c4d0aaa199c37a6d2245617e8445f213'/>
<id>urn:sha1:4525c0a4c4d0aaa199c37a6d2245617e8445f213</id>
<content type='text'>
This check code is imported from Linux v3.17 checkpatch.pl.

Change-Id: If39d834ee9b6131bccc92de38fd7c108650bd2f1
Signed-off-by: Antony Pavlov &lt;antonynpavlov@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2341
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Tested-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: check for openocd tree, not for kernel tree</title>
<updated>2014-11-24T22:23:14Z</updated>
<author>
<name>Antony Pavlov</name>
<email>antonynpavlov@gmail.com</email>
</author>
<published>2014-10-10T04:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=c5d89883165e02ea4f318e3cb0ba40d1fb6f04d1'/>
<id>urn:sha1:c5d89883165e02ea4f318e3cb0ba40d1fb6f04d1</id>
<content type='text'>
checkpatch.pl looks for linux kernel specific paths and files
to check source tree. As openocd misses kernel files it ends
with this error message:

    Must be run from the top-level dir. of a kernel tree

This patch also renames 'kernel' -&gt; 'openocd'
in source tree-related messages.

Due to checkpatch checking modifications on itself, lift the
restriction on having no spaces at the start of a line for Perl
scripts. This can be readded back later.

Change-Id: I89b7ca976bef5e13785bd3a43e597c9feb4c2df4
Signed-off-by: Antony Pavlov &lt;antonynpavlov@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2339
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: correct false positives reporting instructions</title>
<updated>2013-10-29T22:56:05Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-26T07:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=75b4cbe356467e48182790e39254cae88d590883'/>
<id>urn:sha1:75b4cbe356467e48182790e39254cae88d590883</id>
<content type='text'>
Change-Id: Ib45d3db4436a5df5215f2c2d8b8f9a6d48d5f348
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1786
Tested-by: jenkins
Reviewed-by: Mathias Küster &lt;kesmtp@freenet.de&gt;
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: treat jenkins as valid email</title>
<updated>2013-10-29T22:55:55Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-26T07:24:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=cadd5197153576602a0f3ac45113f4c8ba0733fc'/>
<id>urn:sha1:cadd5197153576602a0f3ac45113f4c8ba0733fc</id>
<content type='text'>
This is needed to avoid checkpatch barking on already committed patches.

Change-Id: Ic2b4cfa04c8230d45c68bbf6b370841f682b32d6
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1785
Tested-by: jenkins
Reviewed-by: Jens Bauer &lt;jens@gpio.dk&gt;
Reviewed-by: Mathias Küster &lt;kesmtp@freenet.de&gt;
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: add logging functions</title>
<updated>2013-10-15T20:40:23Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-14T06:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=bb3cd6ec438de16295152c64592408685ef9451f'/>
<id>urn:sha1:bb3cd6ec438de16295152c64592408685ef9451f</id>
<content type='text'>
It's commonly considered that user-visible strings should not be split
to different lines in the sources to ease grepping for them. Hence,
checkpatch traditionally makes an exception for logging functions,
lines having them can be of arbitrary length.

OpenOCD uses different (from Linux, the kernel) names, so they need to
be added to avoid false positives.

Change-Id: I1198c1ffc62b5403d97efa41e665c81a5b6bb3a3
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1696
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: remove __packed and __aligned checks</title>
<updated>2012-02-06T10:57:55Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-02-02T11:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=2af5b97ba31fed7bab2d43b987f815629e1cd8f7'/>
<id>urn:sha1:2af5b97ba31fed7bab2d43b987f815629e1cd8f7</id>
<content type='text'>
These checks are specific to linux kernel.

Change-Id: Ia9b837b5609922a897822f1d55f96f04c0f1f838
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/424
Tested-by: jenkins
</content>
</entry>
<entry>
<title>checkpatch: increase line length to 120</title>
<updated>2012-02-06T10:54:27Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-02-02T15:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=3da783f62854fd5e6dcde5a465680b067c4e630c'/>
<id>urn:sha1:3da783f62854fd5e6dcde5a465680b067c4e630c</id>
<content type='text'>
Change-Id: I963385d0a4880f2b1e55208c8dfe65c1870ac6e1
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/422
Tested-by: jenkins
</content>
</entry>
</feed>
