<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/284472/">
    <title>LWN: Comments on "A summary of 2.6.26 API changes"</title>
    <link>http://lwn.net/Articles/284472/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;A summary of 2.6.26 API changes&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/285866/rss" />
	<rdf:li resource="http://lwn.net/Articles/285816/rss" />
	<rdf:li resource="http://lwn.net/Articles/285804/rss" />
	<rdf:li resource="http://lwn.net/Articles/285784/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/285866/rss">
      <title>A summary of 2.6.26 API changes</title>
      <link>http://lwn.net/Articles/285866/rss</link>
      <dc:date>2008-06-12T14:14:41+00:00</dc:date>
      <dc:creator>nix</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
I'm not sure if a change to MAINTAINERS counts as an API change, really. :)
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/285816/rss">
      <title>GCC inline parameter</title>
      <link>http://lwn.net/Articles/285816/rss</link>
      <dc:date>2008-06-12T07:30:09+00:00</dc:date>
      <dc:creator>hjernemadsen</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
The option have been in the kernel for quite some time, but unfortunately 
it didn't work:

&lt;a href=&quot;http://lkml.org/lkml/2008/3/3/122&quot;&gt;http://lkml.org/lkml/2008/3/3/122&lt;/a&gt;
&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/285804/rss">
      <title>A summary of 2.6.26 API changes</title>
      <link>http://lwn.net/Articles/285804/rss</link>
      <dc:date>2008-06-12T05:59:24+00:00</dc:date>
      <dc:creator>hharrison</dc:creator>
      <description>
      &lt;div class=&quot;FormattedComment&quot;&gt;&lt;pre&gt;
There's also the new unaligned access helpers that do byteswapping if
required:

u16 get_unaligned_le16
u32 get_unaligned_le32
u64 get_unaligned_le64
u16 get_unaligned_be16
u32 get_unaligned_be32
u64 get_unaligned_be64

Which returns a cpu-endian value from a (possibly) unaligned pointer
stored in the given endianness.

void put_unaligned_le16
void put_unaligned_le32
void put_unaligned_le64
void put_unaligned_be16
void put_unaligned_be32
void put_unaligned_be64

Which stores a cpu-endian value to a (possibly) unaligned pointer
in the given endianness.

&lt;/pre&gt;&lt;/div&gt;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/285784/rss">
      <title>GCC inline parameter</title>
      <link>http://lwn.net/Articles/285784/rss</link>
      <dc:date>2008-06-12T03:00:34+00:00</dc:date>
      <dc:creator>pr1268</dc:creator>
      <description>
      &lt;p&gt;Hasn't the &amp;quot;GCC decide whether to inline&amp;quot; parameter setting been around for a while?  I can recall seeing that in&lt;/p&gt;

&lt;p style=&quot;padding-left: 1.5em;&quot;&gt;&lt;font face=&quot;monospace&quot; size=&quot;+1&quot;&gt;Kernel hacking &amp;rarr; Kernel debugging &amp;rarr; Force gcc to inline functions marked 'inline'&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;for at least a year now.&lt;/p&gt;

&lt;p&gt;Or, is its default value changing?  I assume that leaving it unselected implies that gcc will decide whether to inline (as the change bullet above says).&lt;/p&gt;
      
      </description>
    </item>
</rdf:RDF>

