<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Makefile, branch linux-2.6.27.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.27.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.27.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2012-03-17T13:03:58Z</updated>
<entry>
<title>Linux 2.6.27.62</title>
<updated>2012-03-17T13:03:58Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2012-03-17T13:03:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bc4e1a77b06519a01e7aed1125695598e27ddeb2'/>
<id>urn:sha1:bc4e1a77b06519a01e7aed1125695598e27ddeb2</id>
<content type='text'>
Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.27.61</title>
<updated>2012-02-12T20:40:04Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2012-02-12T20:40:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=74dbd0b53ef8475bc87b0a8278f3fbaa346936ae'/>
<id>urn:sha1:74dbd0b53ef8475bc87b0a8278f3fbaa346936ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.27.60</title>
<updated>2012-02-11T14:40:57Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2012-02-11T14:30:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5a85ebb7fb8286f1a7a5148a340d66860fe80c95'/>
<id>urn:sha1:5a85ebb7fb8286f1a7a5148a340d66860fe80c95</id>
<content type='text'>
Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
</content>
</entry>
<entry>
<title>kbuild: Fix passing -Wno-* options to gcc 4.4+</title>
<updated>2012-02-11T14:40:52Z</updated>
<author>
<name>Michal Marek</name>
<email>mmarek@suse.cz</email>
</author>
<published>2011-05-02T10:51:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1e1df1cdad42883dc7877b9524367531400ce0cb'/>
<id>urn:sha1:1e1df1cdad42883dc7877b9524367531400ce0cb</id>
<content type='text'>
commit 8417da6f2128008c431c7d130af6cd3d9079922e upstream.

Starting with 4.4, gcc will happily accept -Wno-&lt;anything&gt; in the
cc-option test and complain later when compiling a file that has some
other warning. This rather unexpected behavior is intentional as per
http://gcc.gnu.org/PR28322, so work around it by testing for support of
the opposite option (without the no-). Introduce a new Makefile function
cc-disable-warning that does this and update two uses of cc-option in
the toplevel Makefile.

Reported-and-tested-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
</content>
</entry>
<entry>
<title>kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0</title>
<updated>2012-02-11T14:40:52Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@redhat.com</email>
</author>
<published>2011-04-21T21:28:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=da0acbfbf94229fb2e3cb569d62671d3273939ae'/>
<id>urn:sha1:da0acbfbf94229fb2e3cb569d62671d3273939ae</id>
<content type='text'>
commit af0e5d565d2fffcd97d1e2d89669d627cc04e8b8 upstream.

Disable the new -Wunused-but-set-variable that was added in gcc 4.6.0
It produces more false positives than useful warnings.

This can still be enabled using W=1
[gregkh - No it can not for 2.6.32, but we don't care]

Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Tested-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
</content>
</entry>
<entry>
<title>Linux 2.6.27.59</title>
<updated>2011-04-30T14:53:51Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2011-04-30T14:53:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1f4c79cdb3fd856edde28af25576bcd8341eef78'/>
<id>urn:sha1:1f4c79cdb3fd856edde28af25576bcd8341eef78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.27.58</title>
<updated>2011-02-09T21:15:44Z</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2011-02-09T21:15:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=01265a1d2e80c9e32b28a867241aad6535eed9f1'/>
<id>urn:sha1:01265a1d2e80c9e32b28a867241aad6535eed9f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.27.57</title>
<updated>2010-12-09T21:24:40Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-12-09T21:24:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=666bc219c81eeaf90cb6171dcfee4ef322abcde3'/>
<id>urn:sha1:666bc219c81eeaf90cb6171dcfee4ef322abcde3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.27.56</title>
<updated>2010-11-22T18:43:32Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-11-22T18:43:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=15816687e085c3e1acfb7b0f9446bd9999bb1a0b'/>
<id>urn:sha1:15816687e085c3e1acfb7b0f9446bd9999bb1a0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 2.6.27.55</title>
<updated>2010-10-29T04:04:39Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-10-29T04:04:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=89f5bcae3a7b0c6c42d77d275a343bcf4cf98c0b'/>
<id>urn:sha1:89f5bcae3a7b0c6c42d77d275a343bcf4cf98c0b</id>
<content type='text'>
</content>
</entry>
</feed>
