<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git, branch v3.1</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v3.1</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v3.1'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2011-10-24T07:10:05+00:00</updated>
<entry>
<title>Linux 3.1</title>
<updated>2011-10-24T07:10:05+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-24T07:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=c3b92c8787367a8bb53d57d9789b558f1295cc96'/>
<id>urn:sha1:c3b92c8787367a8bb53d57d9789b558f1295cc96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge git://git.infradead.org/iommu-2.6</title>
<updated>2011-10-24T05:08:24+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-24T05:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6a0596583fadd15dca293736114abdea306d3d7c'/>
<id>urn:sha1:6a0596583fadd15dca293736114abdea306d3d7c</id>
<content type='text'>
* git://git.infradead.org/iommu-2.6:
  intel-iommu: fix superpage support in pfn_to_dma_pte()
  intel-iommu: set iommu_superpage on VM domains to lowest common denominator
  intel-iommu: fix return value of iommu_unmap() API
  MAINTAINERS: Update VT-d entry for drivers/pci -&gt; drivers/iommu move
  intel-iommu: Export a flag indicating that the IOMMU is used for iGFX.
  intel-iommu: Workaround IOTLB hang on Ironlake GPU
  intel-iommu: Fix AB-BA lockdep report
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm</title>
<updated>2011-10-24T05:05:38+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-24T05:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=15cc91011246fa67f755eb3feea08d57a7692fde'/>
<id>urn:sha1:15cc91011246fa67f755eb3feea08d57a7692fde</id>
<content type='text'>
* 'for-linus' of http://people.redhat.com/agk/git/linux-dm:
  dm kcopyd: fix job_pool leak
</content>
</entry>
<entry>
<title>x86: Fix S4 regression</title>
<updated>2011-10-24T04:55:20+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2011-10-23T21:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=8548c84da2f47e71bbbe300f55edb768492575f7'/>
<id>urn:sha1:8548c84da2f47e71bbbe300f55edb768492575f7</id>
<content type='text'>
Commit 4b239f458 ("x86-64, mm: Put early page table high") causes a S4
regression since 2.6.39, namely the machine reboots occasionally at S4
resume.  It doesn't happen always, overall rate is about 1/20.  But,
like other bugs, once when this happens, it continues to happen.

This patch fixes the problem by essentially reverting the memory
assignment in the older way.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Cc: &lt;stable@kernel.org&gt;
Cc: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;
Cc: Yinghai Lu &lt;yinghai.lu@oracle.com&gt;
[ We'll hopefully find the real fix, but that's too late for 3.1 now ]
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>dm kcopyd: fix job_pool leak</title>
<updated>2011-10-23T19:55:17+00:00</updated>
<author>
<name>Alasdair G Kergon</name>
<email>agk@redhat.com</email>
</author>
<published>2011-10-23T19:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=d136f2efdf3a4faba47f58603f8ace2207234d75'/>
<id>urn:sha1:d136f2efdf3a4faba47f58603f8ace2207234d75</id>
<content type='text'>
Fix memory leak introduced by commit a6e50b409d3f9e0833e69c3c9cca822e8fa4adbb
(dm snapshot: skip reading origin when overwriting complete chunk).

When allocating a set of jobs from kc-&gt;job_pool, job-&gt;master_job must be
set (to point to itself) so that the mempool item gets freed when the
master_job completes.

master_job was introduced by commit c6ea41fbbe08f270a8edef99dc369faf809d1bd6
(dm kcopyd: preallocate sub jobs to avoid deadlock)

Reported-by: Michael Leun &lt;ml@newton.leun.net&gt;
Cc: Mikulas Patocka &lt;mpatocka@redhat.com&gt;
Signed-off-by: Alasdair G Kergon &lt;agk@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'samsung-fixes-4' of git://github.com/kgene/linux-samsung</title>
<updated>2011-10-23T07:44:40+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-23T07:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=1bf1aacedcda23c75e70fa3394e1caa6d4b5ee49'/>
<id>urn:sha1:1bf1aacedcda23c75e70fa3394e1caa6d4b5ee49</id>
<content type='text'>
* 'samsung-fixes-4' of git://github.com/kgene/linux-samsung:
  ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PM
  ARM: S5P: fix offset calculation on gpio-interrupt
</content>
</entry>
<entry>
<title>Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging</title>
<updated>2011-10-23T07:43:31+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-23T07:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=5117cc25fd43add94c04c9d2ace713c69a21bdb1'/>
<id>urn:sha1:5117cc25fd43add94c04c9d2ace713c69a21bdb1</id>
<content type='text'>
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (w83627ehf) Fix negative 8-bit temperature values
</content>
</entry>
<entry>
<title>ARM: S3C24XX: Fix s3c24xx build errors if !CONFIG_PM</title>
<updated>2011-10-21T19:00:53+00:00</updated>
<author>
<name>Domenico Andreoli</name>
<email>cavokz@gmail.com</email>
</author>
<published>2011-10-21T19:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=fb630b9fc902e24209166b1659a8b375bf38099c'/>
<id>urn:sha1:fb630b9fc902e24209166b1659a8b375bf38099c</id>
<content type='text'>
v2:
- register_syscore_ops(&amp;s3c24xx_irq_syscore_ops) does not need to be
  conditionally compiled out, it is already optimized out on !CONFIG_PM
- fix also s3c2412 and s3c2416 affected by the same build issue

v1:
s3c2440.c fails to build if !CONFIG_PM because in such case
s3c2410_pm_syscore_ops is not defined. Same error should happen also
in s3c2410.c and s3c2442.c

Signed-off-by: Domenico Andreoli &lt;cavokz@gmail.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>Merge git://github.com/herbertx/crypto</title>
<updated>2011-10-21T14:02:18+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-21T14:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=2efd7c0fdcbe041173e248ccc2d9c91df7f84ce5'/>
<id>urn:sha1:2efd7c0fdcbe041173e248ccc2d9c91df7f84ce5</id>
<content type='text'>
* git://github.com/herbertx/crypto:
  crypto: ghash - Avoid null pointer dereference if no key is set
</content>
</entry>
<entry>
<title>Merge branch 'fix/hda' of git://github.com/tiwai/sound</title>
<updated>2011-10-21T14:01:21+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-10-21T14:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=62ddc0046eae6b8e8374f0ac3b27b12a57baa2f6'/>
<id>urn:sha1:62ddc0046eae6b8e8374f0ac3b27b12a57baa2f6</id>
<content type='text'>
* 'fix/hda' of git://github.com/tiwai/sound:
  ALSA: HDA: conexant support for Lenovo T520/W520
  ALSA: hda - Add position_fix quirk for Dell Inspiron 1010
</content>
</entry>
</feed>
