<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/tools/include, branch v3.12.10</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/tools/include?h=v3.12.10</id>
<link rel='self' href='https://git.amat.us/linux/atom/tools/include?h=v3.12.10'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-07-03T14:02:28Z</updated>
<entry>
<title>tools/include: use stdint types for user-space byteshift headers</title>
<updated>2013-07-03T14:02:28Z</updated>
<author>
<name>Yaakov Selkowitz</name>
<email>yselkowitz@users.sourceforge.net</email>
</author>
<published>2013-06-26T01:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b35310627f396efcc25d71fb343b3aa02039d20d'/>
<id>urn:sha1:b35310627f396efcc25d71fb343b3aa02039d20d</id>
<content type='text'>
Commit a07f7672d7cf0ff0d6e548a9feb6e0bd016d9c6c added user-space copies
of the byteshift headers to be used by hostprogs, changing e.g. u8 to __u8.
However, in order to cross-compile the kernel from a non-Linux system,
stdint.h types need to be used instead of linux/types.h types.

Signed-off-by: Yaakov Selkowitz &lt;yselkowitz@users.sourceforge.net&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
</content>
</entry>
<entry>
<title>tools/include: Add byteshift headers for endian access</title>
<updated>2012-02-28T18:22:51Z</updated>
<author>
<name>Matt Fleming</name>
<email>matt.fleming@intel.com</email>
</author>
<published>2012-02-28T13:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a07f7672d7cf0ff0d6e548a9feb6e0bd016d9c6c'/>
<id>urn:sha1:a07f7672d7cf0ff0d6e548a9feb6e0bd016d9c6c</id>
<content type='text'>
There are various hostprogs in the kernel that are rolling their own
implementations of {get,put}_unaligned_le*(). Copy the byteshift
headers from include/linux/unaligned so that they can all use a single
implementation.

This requires changing some of the data types to the userspace
exported ones (u32 -&gt; __u32, etc).

Signed-off-by: Matt Fleming &lt;matt.fleming@intel.com&gt;
Link: http://lkml.kernel.org/r/1330436245-24875-2-git-send-email-matt@console-pimps.org
Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
</entry>
</feed>
