<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/coccinelle.txt, branch v3.17-rc3</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v3.17-rc3</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v3.17-rc3'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2013-07-03T20:58:20Z</updated>
<entry>
<title>Coccinelle: Update information about the minimal version required</title>
<updated>2013-07-03T20:58:20Z</updated>
<author>
<name>Nicolas Palix</name>
<email>nicolas.palix@imag.fr</email>
</author>
<published>2013-07-03T14:41:01Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=ec97946ed038f4b3faa587bc76152b198805b0c4'/>
<id>urn:sha1:ec97946ed038f4b3faa587bc76152b198805b0c4</id>
<content type='text'>
The naming convention of options has changed one year ago.
The options have been recently updated in the cocci file
and in scripts/coccicheck. This patch also adds this information
in the documentation.

Signed-off-by: Nicolas Palix &lt;nicolas.palix@imag.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>Coccinelle: Update the documentation</title>
<updated>2013-07-03T13:41:02Z</updated>
<author>
<name>Nicolas Palix</name>
<email>nicolas.palix@imag.fr</email>
</author>
<published>2013-06-20T12:00:19Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=78a95b9b4b3dcb53736a1834e8557d3e1668562a'/>
<id>urn:sha1:78a95b9b4b3dcb53736a1834e8557d3e1668562a</id>
<content type='text'>
 - The new default mode is 'report'.
 - The available modes are detailed a bit more.
 - Some information about the use of spatch options are
   also given concerning the use of indexing tools.

Signed-off-by: Nicolas Palix &lt;nicolas.palix@imag.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>coccicheck: span checks across CPUs</title>
<updated>2013-07-03T13:26:29Z</updated>
<author>
<name>Kees Cook</name>
<email>keescook@chromium.org</email>
</author>
<published>2013-06-18T21:49:29Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=90d06a46835ba73deffb483970fdc2bffa4bb274'/>
<id>urn:sha1:90d06a46835ba73deffb483970fdc2bffa4bb274</id>
<content type='text'>
This adds parallelism by default to the "coccicheck" target using
spatch's "-max" and "-index" arguments.

Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;
Signed-off-by: Nicolas Palix &lt;nicolas.palix@imag.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>Coccinelle: Add support to the SPFLAGS variable</title>
<updated>2013-04-08T13:42:03Z</updated>
<author>
<name>Nicolas Palix</name>
<email>nicolas.palix@imag.fr</email>
</author>
<published>2013-03-02T21:36:27Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=ed621cc4a5f6fd41cf02b2408273474d46ac4cac'/>
<id>urn:sha1:ed621cc4a5f6fd41cf02b2408273474d46ac4cac</id>
<content type='text'>
The SPFLAGS variable allows to pass additional options
to spatch, e.g. -use_glimpse.

Signed-off-by: Nicolas Palix &lt;nicolas.palix@imag.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>coccicheck: Allow the user to give a V= (verbose) argument</title>
<updated>2013-02-22T10:39:13Z</updated>
<author>
<name>Bernd Schubert</name>
<email>bernd.schubert@itwm.fraunhofer.de</email>
</author>
<published>2013-01-29T16:03:37Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=26e56720916a2a84704d46268375f204f58bebc8'/>
<id>urn:sha1:26e56720916a2a84704d46268375f204f58bebc8</id>
<content type='text'>
Do not run with verbosity on/off depending on the ONLINE variable,
which gets set with C=1 or C=2, but allow the user to set the
verbosity using kernel default make V= paramemter.
Verbosity is off by default now.

Signed-off-by: Bernd Schubert &lt;bernd.schubert@itwm.fraunhofer.de&gt;
CC: Julia Lawall &lt;Julia.Lawall@lip6.fr&gt;
Acked-by: Nicolas Palix &lt;nicolas.palix@imag.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>coccinelle.txt: update documentation to include M= option</title>
<updated>2012-01-14T21:25:56Z</updated>
<author>
<name>Greg Dietsche</name>
<email>Gregory.Dietsche@cuw.edu</email>
</author>
<published>2011-11-06T01:59:44Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=f95ab20972cfefa8ee5428d6c3afd4cb8eacabf4'/>
<id>urn:sha1:f95ab20972cfefa8ee5428d6c3afd4cb8eacabf4</id>
<content type='text'>
Adding documentation for the new M= option which limits Coccinelle
to a specific set of directories.

Signed-off-by: Greg Dietsche &lt;Gregory.Dietsche@cuw.edu&gt;
Acked-by: Julia Lawall &lt;julia.lawall@lip6.fr&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>scripts/coccinelle: update for compatability with Coccinelle 0.2.4</title>
<updated>2010-12-03T11:27:01Z</updated>
<author>
<name>Julia Lawall</name>
<email>julia@diku.dk</email>
</author>
<published>2010-11-24T14:54:18Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a1087ef6abedf0bfd60e5e3fddf33192cb2c1325'/>
<id>urn:sha1:a1087ef6abedf0bfd60e5e3fddf33192cb2c1325</id>
<content type='text'>
For doubleinit.cocci, Coccinelle 0.2.4 requires a comma after ... in a
field list.  Coccinelle also now behaves gracefully when a definition is
provided for a virtual that doesn't exist, so there is no need for the
semantic patch code to check for this case.

Updated the documentation to reflect the fact that the best results will
now be obtained with Coccinelle version 0.2.4 or later.

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
</content>
</entry>
<entry>
<title>Coccinelle: Fix documentation</title>
<updated>2010-10-27T22:32:23Z</updated>
<author>
<name>Nicolas Palix</name>
<email>npalix.work@gmail.com</email>
</author>
<published>2010-10-24T21:37:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=9dcf7990c2b8afe865d59f809a35a84d10f241f8'/>
<id>urn:sha1:9dcf7990c2b8afe865d59f809a35a84d10f241f8</id>
<content type='text'>
A file used as example has been moved elsewhere.
Update the documentation accordingly

Signed-off-by: Nicolas Palix &lt;npalix.work@gmail.com&gt;
Reported-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>Coccinelle: Update documentation</title>
<updated>2010-10-13T12:26:06Z</updated>
<author>
<name>Nicolas Palix</name>
<email>Nicolas.Palix@inria.fr</email>
</author>
<published>2010-10-12T22:49:07Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=32af08987b8f093195f8eef3ee4e1dbcfee891cd'/>
<id>urn:sha1:32af08987b8f093195f8eef3ee4e1dbcfee891cd</id>
<content type='text'>
 - Add information about use of the C={1,2} make flag
 - Add a description of the new chain mode mechanism
 - Add a link to the wiki

Signed-off-by: Nicolas Palix &lt;npalix.work@gmail.com&gt;
Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>Documentation: fix ubuntu distro name</title>
<updated>2010-06-29T13:27:00Z</updated>
<author>
<name>Kulikov Vasiliy</name>
<email>segooon@gmail.com</email>
</author>
<published>2010-06-29T12:31:16Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=fbe3290f4558c72abf6e264c4a2ee708b0495d55'/>
<id>urn:sha1:fbe3290f4558c72abf6e264c4a2ee708b0495d55</id>
<content type='text'>
10.04 is Lucid, not Karmic.

Signed-off-by: Kulikov Vasiliy &lt;segooon@gmail.com&gt;
Acked-by: Nicolas Palix &lt;npalix@diku.dk&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
</feed>
