<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git, branch v2.6.19-rc2</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v2.6.19-rc2</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=v2.6.19-rc2'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2006-10-13T16:25:04+00:00</updated>
<entry>
<title>Linux 2.6.19-rc2</title>
<updated>2006-10-13T16:25:04+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-13T16:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95'/>
<id>urn:sha1:b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95</id>
<content type='text'>
That was slightly more painful than really necessary..
</content>
</entry>
<entry>
<title>Include proper header file for PFN_DOWN()</title>
<updated>2006-10-13T15:42:10+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-13T15:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=b8a3ad5b53918787f4708ad9dfe90d2557cc78dd'/>
<id>urn:sha1:b8a3ad5b53918787f4708ad9dfe90d2557cc78dd</id>
<content type='text'>
The recent commit (99a10a60ba9bedcf5d70ef81414d3e03816afa3f) to fix up
mmap_kmem() broke compiles because it used PFN_DOWN() without including
&lt;linux/pfn.h&gt;.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix headers_check for O= builds; disable automatic check on UML.</title>
<updated>2006-10-13T15:35:39+00:00</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-10-13T15:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=0e7af8d04ecb4f6ba8cd1f731f036a004ad0e174'/>
<id>urn:sha1:0e7af8d04ecb4f6ba8cd1f731f036a004ad0e174</id>
<content type='text'>
 * make header_check work with O=

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] m68knommu: sync syscalls with m68k</title>
<updated>2006-10-13T15:35:39+00:00</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2006-10-12T21:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=e0fafda36a2fc5ecf8d11771f6c01c523b2a1fd8'/>
<id>urn:sha1:e0fafda36a2fc5ecf8d11771f6c01c523b2a1fd8</id>
<content type='text'>
m68knommu: sync syscalls with m68k

Signed-Off-By: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-Off-By: Greg Ungerer &lt;gerg@uclinux.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] thermal throttle: sysfs error checking</title>
<updated>2006-10-13T15:35:39+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2006-10-12T18:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=6569345abbcdbd1e13915a3bc5033c98817d0ec6'/>
<id>urn:sha1:6569345abbcdbd1e13915a3bc5033c98817d0ec6</id>
<content type='text'>
Get rid of warning in the thermal throttling code about not checking
sysfs return values.

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] uml shouldn't do HEADERS_CHECK</title>
<updated>2006-10-13T15:35:38+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2006-10-12T18:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=1b95817dd76084c10cb8dc899f429bcc85454741'/>
<id>urn:sha1:1b95817dd76084c10cb8dc899f429bcc85454741</id>
<content type='text'>
The lack of asm-um/Kbuild is deliberate.

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix up mmap_kmem</title>
<updated>2006-10-13T15:35:38+00:00</updated>
<author>
<name>Franck Bui-Huu</name>
<email>fbuihuu@gmail.com</email>
</author>
<published>2006-10-12T19:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=99a10a60ba9bedcf5d70ef81414d3e03816afa3f'/>
<id>urn:sha1:99a10a60ba9bedcf5d70ef81414d3e03816afa3f</id>
<content type='text'>
vma-&gt;vm_pgoff is an pfn _offset_ relatif to the begining
of the memory start. The previous code was doing at first:

	vma-&gt;vm_pgoff &lt;&lt; PAGE_SHIFT

which results into a wrong physical address since some
platforms have a physical mem start that can be different
from 0. After that the previous call __pa() on this
wrong physical address, however __pa() is used to convert
a _virtual_ address into a physical one.

This patch rewrites this convertion. It calculates the
pfn of PAGE_OFFSET which is the pfn of the mem start
then it adds the vma-&gt;vm_pgoff to it.

It also uses virt_to_phys() instead of __pa() since the
latter shouldn't be used by drivers.

Signed-off-by: Franck Bui-Huu &lt;fbuihuu@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes</title>
<updated>2006-10-13T15:30:33+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-13T15:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=a5344a9555fffd045218aced89afd6ca0f884e10'/>
<id>urn:sha1:a5344a9555fffd045218aced89afd6ca0f884e10</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes:
  [GFS2] Update git tree name/location
  [DLM] fix iovec length in recvmsg
  [GFS2] Pass the correct value to kunmap_atomic
  [GFS2] Fix bug where lock not held
  [DLM] Kconfig: don't show an empty DLM menu
  [GFS2] Fix uninitialised variable
  [GFS2] Fix a size calculation error
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6</title>
<updated>2006-10-13T15:14:41+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-10-13T15:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=411fdc1a711665cb4bd13df2a75213153d463375'/>
<id>urn:sha1:411fdc1a711665cb4bd13df2a75213153d463375</id>
<content type='text'>
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6:
  [VOYAGER] fix up ptregs removal mess
  [VOYAGER] fix up attribute packed specifiers in voyager.h
  [VOYAGER] fix genirq mess
</content>
</entry>
<entry>
<title>[PATCH] Get core dump code to work...</title>
<updated>2006-10-13T15:13:34+00:00</updated>
<author>
<name>Petr Vandrovec</name>
<email>petr@vandrovec.name</email>
</author>
<published>2006-10-13T02:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=7f14daa19ea36b200d237ad3ac5826ae25360461'/>
<id>urn:sha1:7f14daa19ea36b200d237ad3ac5826ae25360461</id>
<content type='text'>
The file based core dump code was broken by pipe changes - a relative
llseek returns the absolute file position on success, not the relative
one, so dump_seek() always failed when invoked with non-zero current
position.

Only success/failure can be tested with relative lseek, we have to trust
kernel that on success we've got right file offset.  With this fix in
place I have finally real core files instead of 1KB fragments...

Signed-off-by: Petr Vandrovec &lt;petr@vandrovec.name&gt;
[ Cleaned it up a bit while here - use SEEK_CUR instead of hardcoding 1 ]
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
