<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/sparse.txt, branch v3.2.31</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/Documentation/sparse.txt?h=v3.2.31</id>
<link rel='self' href='https://git.amat.us/linux/atom/Documentation/sparse.txt?h=v3.2.31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2010-07-19T08:56:54Z</updated>
<entry>
<title>update email address</title>
<updated>2010-07-19T08:56:54Z</updated>
<author>
<name>Pavel Machek</name>
<email>pavel@ucw.cz</email>
</author>
<published>2010-07-18T12:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a2531293dbb7608fa672ff28efe3ab4027917a2f'/>
<id>urn:sha1:a2531293dbb7608fa672ff28efe3ab4027917a2f</id>
<content type='text'>
pavel@suse.cz no longer works, replace it with working address.

Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>doc: Change urls for sparse</title>
<updated>2010-04-27T20:59:07Z</updated>
<author>
<name>Bill Pemberton</name>
<email>wfp5p@virginia.edu</email>
</author>
<published>2010-04-27T20:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=05be7a868e229b26a5a7de217343f39b4dfed205'/>
<id>urn:sha1:05be7a868e229b26a5a7de217343f39b4dfed205</id>
<content type='text'>
The location of the sparse web page and git tree were no longer
valid.  This changes them to point to the current versions.

Signed-off-by: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>Documentation: explain the difference between __bitwise and __bitwise__</title>
<updated>2009-04-11T06:18:11Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2009-04-10T11:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=20375bf82567b5fecd331048c6cc1fc292b67710'/>
<id>urn:sha1:20375bf82567b5fecd331048c6cc1fc292b67710</id>
<content type='text'>
Simply added explanation from Al Viro in the following mail:
http://lkml.indiana.edu/hypermail/linux/kernel/0802.2/3164.html

Cc: Al Viro &lt;viro@ftp.linux.org.uk&gt;
Cc:  Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: sparse needs CF not CHECKFLAGS</title>
<updated>2008-07-25T20:12:39Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>Geert.Uytterhoeven@sonycom.com</email>
</author>
<published>2008-06-20T13:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a887a07d51be6c7cd2c4c373cd17273158d6a85d'/>
<id>urn:sha1:a887a07d51be6c7cd2c4c373cd17273158d6a85d</id>
<content type='text'>
Documentation/sparse.txt tells to use:

    make C=2 CHECKFLAGS="-D__CHECK_ENDIAN__"

However, this still doesn't enable endian checks. The correct syntax is:

    make C=2 CF="-D__CHECK_ENDIAN__"

This documentation bug was introduced by the following commit:

    commit 1c7bafe7206d928eaccbcbd08d868733e0fb7054
    Author: Robert P. J. Day &lt;rpjday@mindspring.com&gt;
    Date:   Wed Sep 13 07:57:50 2006 -0400

	kbuild: clarify "make C=" build option

	Clarify the use of "make C=" in the top-level Makefile, and fix a
	typo in the Documentation file.

	Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

This `typo' was not a typo, as `CF' had been introduced much earlier, by:

    commit 7b49bb9aff8b14d15da58111d8908c877c0a525e
    Author: viro@ZenIV.linux.org.uk &lt;viro@ZenIV.linux.org.uk&gt;
    Date:   Fri Sep 9 21:14:35 2005 +0100

	[PATCH] kbuild: CF=&lt;arguments&gt; passes arguments to sparse

	Allows to add to sparse arguments without mutilating makefiles - just
	pass CF=&lt;arguments&gt; and they will be added to CHECKFLAGS.

    Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
    Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] update 'getting sparse' info.</title>
<updated>2007-03-09T00:47:58Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@redhat.com</email>
</author>
<published>2007-03-09T00:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a55028ff74356895a50359dd9fb74d523b66723f'/>
<id>urn:sha1:a55028ff74356895a50359dd9fb74d523b66723f</id>
<content type='text'>
 - point to the sparse webpage
 - use git:// instead of rsync://

Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: clarify "make C=" build option</title>
<updated>2006-09-25T08:10:56Z</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-09-13T11:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1c7bafe7206d928eaccbcbd08d868733e0fb7054'/>
<id>urn:sha1:1c7bafe7206d928eaccbcbd08d868733e0fb7054</id>
<content type='text'>
Clarify the use of "make C=" in the top-level Makefile, and fix a
typo in the Documentation file.

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] docs: update sparse.txt with CHECK_ENDIAN</title>
<updated>2006-06-23T14:43:09Z</updated>
<author>
<name>Bob Copeland</name>
<email>me@bobcopeland.com</email>
</author>
<published>2006-06-23T09:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e83319510b04dd51a60da8a0b4ccf8b92b3ab1ad'/>
<id>urn:sha1:e83319510b04dd51a60da8a0b4ccf8b92b3ab1ad</id>
<content type='text'>
Update the sparse documentation to omit the -Wbitwise flag example (as it
is now passed by default), and document the kernel defines to enable
endianness checking.

Signed-off-by: Bob Copeland &lt;me@bobcopeland.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Documentation/sparse.txt: mention CF=-Wbitwise</title>
<updated>2005-11-07T15:53:54Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2005-11-07T09:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=55032eacdb3acf54f5ba2e4dd9205db2c5c0bce2'/>
<id>urn:sha1:55032eacdb3acf54f5ba2e4dd9205db2c5c0bce2</id>
<content type='text'>
Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] documentation: sparse no longer uses bk, but git</title>
<updated>2005-09-23T20:35:37Z</updated>
<author>
<name>Harald Welte</name>
<email>laforge@netfilter.org</email>
</author>
<published>2005-09-23T20:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=86513e726b494796175b6c4fdd705797f01b0ca2'/>
<id>urn:sha1:86513e726b494796175b6c4fdd705797f01b0ca2</id>
<content type='text'>
Signed-off-by: Harald Welte &lt;laforge@netfilter.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Documentation/sparse snapshot URL</title>
<updated>2005-09-09T21:03:44Z</updated>
<author>
<name>Ben Dooks</name>
<email>ben-lkinux@fluff.org</email>
</author>
<published>2005-09-09T20:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e272d50688a1cae66a12426da128483197843d9f'/>
<id>urn:sha1:e272d50688a1cae66a12426da128483197843d9f</id>
<content type='text'>
The URL for Documentation/sparse is wrong now that it is in git.

Signed-off-by: Ben Dooks &lt;ben-linux@fluff.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
