<?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/rss">
    <title>LWN.net</title>
    <link>http://lwn.net</link>
    <description>
 LWN.net is a comprehensive source of news and opinions from
        and about the Linux community.  This is the main LWN.net feed,
        listing all articles which are posted to the site front page.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/499242/rss" />
	<rdf:li resource="http://lwn.net/Articles/499184/rss" />
	<rdf:li resource="http://lwn.net/Articles/499178/rss" />
	<rdf:li resource="http://lwn.net/Articles/499117/rss" />
	<rdf:li resource="http://lwn.net/Articles/499101/rss" />
	<rdf:li resource="http://lwn.net/Articles/499099/rss" />
	<rdf:li resource="http://lwn.net/Articles/498898/rss" />
	<rdf:li resource="http://lwn.net/Articles/498877/rss" />
	<rdf:li resource="http://lwn.net/Articles/498868/rss" />
	<rdf:li resource="http://lwn.net/Articles/498847/rss" />
	<rdf:li resource="http://lwn.net/Articles/498698/rss" />
	<rdf:li resource="http://lwn.net/Articles/498664/rss" />
	<rdf:li resource="http://lwn.net/Articles/498616/rss" />
	<rdf:li resource="http://lwn.net/Articles/498571/rss" />
	<rdf:li resource="http://lwn.net/Articles/498564/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/499242/rss">
      <title>The Design of LLVM (Dr. Dobb's)</title>
      <link>http://lwn.net/Articles/499242/rss</link>
      <dc:date>2012-05-30T14:25:29+00:00</dc:date>
      <dc:creator>corbet</dc:creator>
      <description>
      Dr. Dobb's has &lt;a
href=&quot;http://www.drdobbs.com/architecture-and-design/240001128&quot;&gt;a
moderately detailed overview of the design of LLVM&lt;/a&gt; by Chris Lattner.
&quot;&lt;span&gt;In particular, LLVM IR is both well specified and the only interface
to the optimizer. This property means that all you need to know to write a
front end for LLVM is what LLVM IR is, how it works, and the invariants it
expects. Since LLVM IR has a first-class textual form, it is both possible
and reasonable to build a front end that outputs LLVM IR as text, then uses
UNIX pipes to send it through the optimizer sequence and code generator of
your choice.  It might be surprising, but this is actually a pretty novel
property to LLVM and one of the major reasons for its success in a broad
range of different applications. Even the widely successful and relatively
well-architected GCC compiler does not have this property: its GIMPLE
mid-level representation is not a self-contained representation.&lt;/span&gt;&quot;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/499184/rss">
      <title>What's new in Fedora 17 (The H)</title>
      <link>http://lwn.net/Articles/499184/rss</link>
      <dc:date>2012-05-29T23:41:24+00:00</dc:date>
      <dc:creator>ris</dc:creator>
      <description>
      The H has a nice &lt;a
href=&quot;http://www.h-online.com/open/features/What-s-new-in-Fedora-17-1585254.html&quot;&gt;summary
of the new features in Fedora 17&lt;/a&gt;.  &quot;&lt;span&gt;Of the many changes made, the two that stand out are software rendering for GNOME Shell and the sandbox function for isolating applications. These, and many other changes, are likely to find their way into other distributions soon. Time will tell whether that will also be the case for the much-discussed filesystem reorganisation.&lt;/span&gt;&quot;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/499178/rss">
      <title>Google launches Chromebook, Chromebox and gets it right (GigaOm)</title>
      <link>http://lwn.net/Articles/499178/rss</link>
      <dc:date>2012-05-29T20:39:29+00:00</dc:date>
      <dc:creator>corbet</dc:creator>
      <description>
      GigaOm &lt;a
href=&quot;http://gigaom.com/2012/05/29/google-newchromebook-chromebox/&quot;&gt;reviews&lt;/a&gt;
the new Chromebook from Samsung, along with the associated desktop
&quot;Chromebox&quot; device.  &quot;&lt;span&gt;The ChromeOS and the devices based on the OS
have reached a point in maturity where they can be used as an 'optional' or
second computer. It is also benefiting from the fact that most of us have
become used to living and working inside the browser.&lt;/span&gt;&quot;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/499117/rss">
      <title>Security updates for Tuesday</title>
      <link>http://lwn.net/Articles/499117/rss</link>
      <dc:date>2012-05-29T20:26:38+00:00</dc:date>
      <dc:creator>ris</dc:creator>
      <description>
      &lt;b&gt;Fedora&lt;/b&gt; has updated &lt;b&gt;php&lt;/b&gt; (&lt;a href=&quot;http://lwn.net/Articles/499121/&quot;&gt;F16&lt;/a&gt;;
&lt;a href=&quot;http://lwn.net/Articles/499122/&quot;&gt;F15&lt;/a&gt;: code execution),
&lt;b&gt;php-eaccelerator&lt;/b&gt; (&lt;a href=&quot;http://lwn.net/Articles/499123/&quot;&gt;F16&lt;/a&gt;; &lt;a
href=&quot;http://lwn.net/Articles/499124/&quot;&gt;F15&lt;/a&gt;: code execution), &lt;b&gt;maniadrive&lt;/b&gt; (&lt;a
href=&quot;http://lwn.net/Articles/499126/&quot;&gt;F16&lt;/a&gt;; &lt;a href=&quot;http://lwn.net/Articles/499127/&quot;&gt;F15&lt;/a&gt;: code
execution), &lt;b&gt;ikiwiki&lt;/b&gt; (&lt;a href=&quot;http://lwn.net/Articles/499129/&quot;&gt;F17&lt;/a&gt;; &lt;a
href=&quot;http://lwn.net/Articles/499130/&quot;&gt;F16&lt;/a&gt;; &lt;a href=&quot;http://lwn.net/Articles/499131/&quot;&gt;F15&lt;/a&gt;:
cross-site scripting), &lt;b&gt;xinetd&lt;/b&gt; (&lt;a href=&quot;http://lwn.net/Articles/499142/&quot;&gt;F16&lt;/a&gt;;
&lt;a href=&quot;http://lwn.net/Articles/499143/&quot;&gt;F15&lt;/a&gt;: service disclosure flaw), &lt;a
href=&quot;http://lwn.net/Articles/499163/&quot;&gt;F17: sudo&lt;/a&gt; (privilege escalation), &lt;a
href=&quot;http://lwn.net/Articles/499164/&quot;&gt;F17: openssl&lt;/a&gt; (denial of service), &lt;a
href=&quot;http://lwn.net/Articles/499165/&quot;&gt;F17: python-tornado&lt;/a&gt; (HTTP header injection),
&lt;a href=&quot;http://lwn.net/Articles/499166/&quot;&gt;F16: kernel&lt;/a&gt; (denial of service), &lt;a
href=&quot;http://lwn.net/Articles/499167/&quot;&gt;F16: dokuwiki&lt;/a&gt; (cross-site scripting/request
forgery), and &lt;a href=&quot;http://lwn.net/Articles/499168/&quot;&gt;F16: libreoffice&lt;/a&gt; (code
execution).
&lt;p&gt;
&lt;b&gt;Gentoo&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/499132/&quot;&gt;chromium, v8&lt;/a&gt;
(multiple vulnerabilities).
&lt;p&gt;
&lt;b&gt;Mandriva&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/499135/&quot;&gt;pidgin&lt;/a&gt;
(multiple vulnerabilities), &lt;a href=&quot;http://lwn.net/Articles/499148/&quot;&gt;util-linux-ng&lt;/a&gt;
(denial of service), and &lt;a href=&quot;http://lwn.net/Articles/499153/&quot;&gt;ncpfs&lt;/a&gt; (/etc/mtab
truncation).
&lt;p&gt;
&lt;b&gt;openSUSE&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/499136/&quot;&gt;sudo&lt;/a&gt; (privilege
escalation), &lt;a href=&quot;http://lwn.net/Articles/499137/&quot;&gt;python-django&lt;/a&gt; (multiple
vulnerabilities), &lt;a href=&quot;http://lwn.net/Articles/499138/&quot;&gt;jakarta-poi&lt;/a&gt; (denial of
service), &lt;a href=&quot;http://lwn.net/Articles/499149/&quot;&gt;cobbler&lt;/a&gt; (remote code execution),
&lt;a href=&quot;http://lwn.net/Articles/499150/&quot;&gt;chromium, v8&lt;/a&gt; (multiple vulnerabilities), &lt;a
href=&quot;http://lwn.net/Articles/499152/&quot;&gt;wireshark&lt;/a&gt; (denial of service), &lt;a
href=&quot;http://lwn.net/Articles/499154/&quot;&gt;net-snmp&lt;/a&gt; (denial of service), and &lt;a
href=&quot;http://lwn.net/Articles/499155/&quot;&gt;mailman&lt;/a&gt; (information disclosure).
&lt;p&gt;
&lt;b&gt;Ubuntu&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/499118/&quot;&gt;11.10: kernel&lt;/a&gt;
(multiple vulnerabilities), &lt;a href=&quot;http://lwn.net/Articles/499119/&quot;&gt;10.04 LTS: ec2
kernel&lt;/a&gt; (multiple vulnerabilities), &lt;a href=&quot;http://lwn.net/Articles/499120/&quot;&gt;8.04
LTS: kernel&lt;/a&gt; (denial of service).
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/499101/rss">
      <title>Fedora 17 released</title>
      <link>http://lwn.net/Articles/499101/rss</link>
      <dc:date>2012-05-29T14:44:32+00:00</dc:date>
      <dc:creator>corbet</dc:creator>
      <description>
      The Fedora 17 release is out.  &quot;&lt;span&gt;Frankly, we believe this is the beefiest release ever -- chock full of 
condiments, more commonly known as Features, to customize your 
experience to your tastes. We take pride in our toppings, and in our 
fine ingredients; Fedora 17 includes both over- and  under-the-bun 
improvements that show off the power and flexibility of the advancing 
state of free (range) software.&lt;/span&gt;&quot;  Details can be found in &lt;a
href=&quot;http://fedoraproject.org/wiki/Releases/17/FeatureList&quot;&gt;the
Fedora&amp;nbsp;17 feature list&lt;/a&gt;.

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/499099/rss">
      <title>SFC expands compliance efforts to Samba and the Linux kernel</title>
      <link>http://lwn.net/Articles/499099/rss</link>
      <dc:date>2012-05-29T14:09:28+00:00</dc:date>
      <dc:creator>jake</dc:creator>
      <description>
      The Software Freedom Conservancy has &lt;a href=&quot;http://sfconservancy.org/news/2012/may/29/compliance/&quot;&gt;announced&lt;/a&gt; that the Samba project (which, like BusyBox, is another of SFC's member projects) will be engaging in license compliance efforts with the organization.  In addition, it announced a new &quot;GPL Compliance Project for Linux Developers&quot; that is working with seven Linux kernel copyright holders to work on compliance for their copyrights in the kernel. &quot;&lt;span&gt;Matthew Garrett, an accomplished Linux kernel developer, was the first to put forward his copyrights as part of the GPL Compliance Project for Linux Developers, and was quickly joined by six other individuals. In a statement today, Matthew noted: 'For some time, many Linux kernel copyright holders have offered our moral support to the BusyBox enforcement efforts through Conservancy, but didn't have the ability to formalize that support. I'm glad to put my copyrights forward for this new initiative, and welcome any Linux kernel copyright holders who wish to join us to reach out to Conservancy via &amp;lt;compliance@sfconservancy.org&amp;gt;.'&lt;/span&gt;&quot;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498898/rss">
      <title>[$] Relicensing and rebasing LibreOffice</title>
      <link>http://lwn.net/Articles/498898/rss</link>
      <dc:date>2012-05-28T16:53:17+00:00</dc:date>
      <dc:creator>corbet</dc:creator>
      <description>
      Projects the size of LibreOffice often tend to get a little unwieldy; the
size of the code is such that even seemingly trivial tasks like &lt;a
href=&quot;http://people.gnome.org/~michael/blog/2012-01-09-unused.html&quot;&gt;removing
dead code&lt;/a&gt; can take a long time.  Considering the sheer size of the
project and the fact that its copyright ownership is distributed, it would
be natural to doubt the sanity of anybody proposing to simultaneously move
1.5 years worth of work to a new base and adopt a new license.  But that is
just what LibreOffice has in mind.  Click below (subscribers only) for the
full report.

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498877/rss">
      <title>This Cadillac Is Powered by Linux (Wired)</title>
      <link>http://lwn.net/Articles/498877/rss</link>
      <dc:date>2012-05-25T19:03:11+00:00</dc:date>
      <dc:creator>jake</dc:creator>
      <description>
      &lt;i&gt;Wired&lt;/i&gt; is &lt;a href=&quot;http://www.wired.com/autopia/2012/05/2013-cadillac-xts/&quot;&gt;impressed&lt;/a&gt; with the Linux-powered in-vehicle infotainment (IVI) system in the most recent Cadillac XTS.
&quot;&lt;span&gt;While the XTS’ spate of processors and controllers isn’t running the open source offspring of Linus Torvalds, the game-changing infotainment intender known as the Cadillac User Experience (CUE) is.
[...]
Buried deep within the dash is a three-core ARM 11 processor, powering two displays: one eight-inch capacitive touch screen — the first non-resistive display to come to a production car — and a second, 12.3-inch fully configurable instrument cluster mounted behind the steering wheel. Two of those cores adapt on the fly to handle voice commands powered by the same Nuance technology used by many automakers, along with Apple’s personal assistant, Siri. But with CUE, everything is processed on board.&lt;/span&gt;&quot;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498868/rss">
      <title>Friday's security advisories</title>
      <link>http://lwn.net/Articles/498868/rss</link>
      <dc:date>2012-05-25T18:21:40+00:00</dc:date>
      <dc:creator>jake</dc:creator>
      <description>
      &lt;p&gt;
&lt;b&gt;Debian&lt;/b&gt; has updated &lt;a
href=&quot;http://lwn.net/Articles/498869/&quot;&gt;request-tracker3.8&lt;/a&gt; (multiple vulnerabilities).

&lt;p&gt;
&lt;b&gt;openSUSE&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/498870/&quot;&gt;cobbler&lt;/a&gt; (two
vulnerabilities).

&lt;p&gt;
&lt;b&gt;Ubuntu&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/498871/&quot;&gt;openssl&lt;/a&gt; (multiple
vulnerabilities).
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498847/rss">
      <title>Fedora 17 ARM Beta Release</title>
      <link>http://lwn.net/Articles/498847/rss</link>
      <dc:date>2012-05-25T16:24:29+00:00</dc:date>
      <dc:creator>jake</dc:creator>
      <description>
      A Fedora 17 beta for ARM is now &lt;a href=&quot;http://dl.fedoraproject.org/pub/fedora-secondary/releases/test/17-Beta/Images/&quot;&gt;available&lt;/a&gt;.  There are a number of images &lt;a href=&quot;http://fedoraproject.org/wiki/Architectures/ARM/Fedora_17_Beta&quot;&gt;provided&lt;/a&gt; for various targets (&quot;&lt;span&gt;QEMU, Trimslice, Beagleboard XM and iMX based hardware platforms.&lt;/span&gt;&quot;) &quot;&lt;span&gt;We invite you to take part in making Fedora 17 for ARM a solid release by downloading, testing,
and
providing your valuable feedback.  Please join us on the IRC in #fedora-arm on Freenode or send 
feedback and comments to the ARM mailing list.&lt;/span&gt;&quot;

      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498698/rss">
      <title>Android Malware Genome Project launched (The H)</title>
      <link>http://lwn.net/Articles/498698/rss</link>
      <dc:date>2012-05-24T22:34:50+00:00</dc:date>
      <dc:creator>n8willis</dc:creator>
      <description>
      The H &lt;a href=&quot;http://www.h-online.com/open/news/item/Android-Malware-Genome-Project-launched-1583915.html&quot;&gt;covers&lt;/a&gt; the debut of the &lt;a href=&quot;http://www.malgenomeproject.org/&quot;&gt;Android Malware Genome Project&lt;/a&gt; by researchers from North Carolina State University.  The team &quot;&lt;span&gt;has already collected more than 1,200 samples of Android malware, including GingerMaster and DroidKungFu, and has organised them into various malware families. [Xuxian] Jiang told Dark Reading that 'the purpose is to engage the research community to better our understanding of mobile threats and develop effective solutions against them.'&lt;/span&gt;&quot; Access to the data set, however, is restricted.
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498664/rss">
      <title>RPM 4.10 released</title>
      <link>http://lwn.net/Articles/498664/rss</link>
      <dc:date>2012-05-24T19:39:03+00:00</dc:date>
      <dc:creator>n8willis</dc:creator>
      <description>
      Panu Matilainen &lt;a href=&quot;http://lwn.net/Articles/498661/&quot;&gt;announces&lt;/a&gt; the release of RPM 4.10.0.  Most of the changes targeted robustness and correctness, but a few new features crept in as well, including support for parsing the tilde (~) operator in package version numbers.
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498616/rss">
      <title>Thursday's security updates</title>
      <link>http://lwn.net/Articles/498616/rss</link>
      <dc:date>2012-05-24T18:18:21+00:00</dc:date>
      <dc:creator>n8willis</dc:creator>
      <description>
      &lt;p&gt;
&lt;b&gt;Debian&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/498625/&quot;&gt;sudo&lt;/a&gt; (privilege escalation) and &lt;a href=&quot;http://lwn.net/Articles/498627/&quot;&gt;libxml2&lt;/a&gt; (arbitrary code execution).

&lt;p&gt;
&lt;b&gt;Mandriva&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/498628/&quot;&gt;ES 5.0 firefox&lt;/a&gt; (multiple vulnerabilities).

&lt;p&gt;
&lt;b&gt;Ubuntu&lt;/b&gt; has updated &lt;a href=&quot;http://lwn.net/Articles/498633/&quot;&gt;net-snmp&lt;/a&gt; (denial of service).
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498571/rss">
      <title>SSL fix flags forged certificates before they're accepted by browsers (Ars Technica)</title>
      <link>http://lwn.net/Articles/498571/rss</link>
      <dc:date>2012-05-24T14:57:12+00:00</dc:date>
      <dc:creator>n8willis</dc:creator>
      <description>
      &lt;p&gt;Over at Ars Technica, Dan Goodin &lt;a href=&quot;http://arstechnica.com/security/2012/05/ssl-fix-flags-forged-certificates-before-theyre-accepted-by-browsers/&quot;&gt;writes&lt;/a&gt; about Trust Assertions for Certificate Keys (TACK), a proposed extension to SSL/TLS designed to discover fake certificates before they are accepted. &quot;&lt;span&gt;The opt-in system works by allowing SSL sites to sign valid SSL certificates, the domain name, and an expiration date with a TACK key. Once an end user has visited the site a few times using a TACK-compatible browser, a 'pin' for that site is activated on the user's computer. If the end user later encounters a forged certificate for that same site—as was the case when DigiNotar was breached—the browser will reject the session and return a warning to the user.&lt;/span&gt;&quot;  One of TACK's co-creators is Moxie Marlinspike, who &lt;a href=&quot;http://lwn.net/Articles/463547/&quot;&gt;proposed&lt;/a&gt; the Convergence alternative certificate-management framework in 2011.&lt;/p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/498564/rss">
      <title>GCC Explorer - an interactive take on compilation</title>
      <link>http://lwn.net/Articles/498564/rss</link>
      <dc:date>2012-05-24T13:23:00+00:00</dc:date>
      <dc:creator>corbet</dc:creator>
      <description>
      Matt Godbolt &lt;a href=&quot;http://xania.org/201205/gcc-explorer&quot;&gt;announces GCC explorer&lt;/a&gt;, a web-based tool for exploring how code tweaks change the machine code emitted by the compiler.  &quot;&lt;span&gt;Particularly with some of the newer features of C++11 — lambdas, move constructors, threading primitives etc — it’s nice to be able to see how your elegant code becomes beautiful (and maybe even fairly optimal) machine code.&lt;/span&gt;&quot;  The GCC explorer code is &lt;a href=&quot;https://github.com/mattgodbolt/gcc-explorer&quot;&gt;on github&lt;/a&gt; for those who want to set up their own instance.
      
      </description>
    </item>
</rdf:RDF>

