<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers, branch v2.6.38</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.38</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.38'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2011-03-14T18:17:43Z</updated>
<entry>
<title>Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6</title>
<updated>2011-03-14T18:17:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-14T18:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=215fd2fa8879247ac6e3af1dc44af7cae8c06f1e'/>
<id>urn:sha1:215fd2fa8879247ac6e3af1dc44af7cae8c06f1e</id>
<content type='text'>
* 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm/radeon: fix problem with changing active VRAM size. (v2)
</content>
</entry>
<entry>
<title>watchdog: hpwdt: eliminate section mismatch warning</title>
<updated>2011-03-14T10:44:31Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-03-02T03:49:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b77b708868c23737a4d25a474736cc924deb44f1'/>
<id>urn:sha1:b77b708868c23737a4d25a474736cc924deb44f1</id>
<content type='text'>
hpwdt_init_nmi_decoding() is called in hpwdt_init_one error handling,
thus remove the  __devexit annotation of hpwdt_exit_nmi_decoding().

This patch fixes below warning:

WARNING: drivers/watchdog/hpwdt.o(.devinit.text+0x36f): Section mismatch in reference from the function hpwdt_init_one() to the function .devexit.text:hpwdt_exit_nmi_decoding()
The function __devinit hpwdt_init_one() references
a function __devexit hpwdt_exit_nmi_decoding().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
hpwdt_exit_nmi_decoding() so it may be used outside an exit section.

Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Acked-by: Thomas Mingarelli &lt;Thomas.Mingarelli@hp.com&gt;
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>watchdog: w83697ug_wdt: Fix set bit 0 to activate GPIO2</title>
<updated>2011-03-14T10:40:30Z</updated>
<author>
<name>Wim Van Sebroeck</name>
<email>wim@iguana.be</email>
</author>
<published>2011-02-21T19:28:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=943413c5b6e117a7eca029e3b07704d3b230d938'/>
<id>urn:sha1:943413c5b6e117a7eca029e3b07704d3b230d938</id>
<content type='text'>
outb_p(c || 0x01, WDT_EFDR); -&gt; || should be |

Reported-By: Toralf Förster &lt;toralf.foerster@gmx.de&gt;
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>watchdog: sch311x_wdt: fix printk condition</title>
<updated>2011-03-14T10:40:21Z</updated>
<author>
<name>Dan Carpenter</name>
<email>error27@gmail.com</email>
</author>
<published>2011-02-23T20:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6899a8e13f76f37029084c891312e2cfad1305c8'/>
<id>urn:sha1:6899a8e13f76f37029084c891312e2cfad1305c8</id>
<content type='text'>
"==" has higher precedence than "&amp;".  Since
if (sch311x_sio_inb(sio_config_port, 0x30) &amp; (0x01 == 0)) is always
false the message is never printed.

Signed-off-by: Dan Carpenter &lt;error27@gmail.com&gt;
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>watchdog: sch311x_wdt: Fix LDN active check</title>
<updated>2011-03-14T10:39:53Z</updated>
<author>
<name>Wim Van Sebroeck</name>
<email>wim@iguana.be</email>
</author>
<published>2011-02-21T19:09:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a450c786a5769745cc8fa873a66ed3c377875ead'/>
<id>urn:sha1:a450c786a5769745cc8fa873a66ed3c377875ead</id>
<content type='text'>
if (sch311x_sio_inb(sio_config_port, 0x30) &amp;&amp; 0x01 == 0) -&gt; &amp;&amp; should be &amp;

Reported-By: Toralf Förster &lt;toralf.foerster@gmx.de&gt;
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>watchdog: cpwd: Fix buffer-overflow</title>
<updated>2011-03-14T10:39:27Z</updated>
<author>
<name>Wim Van Sebroeck</name>
<email>wim@iguana.be</email>
</author>
<published>2011-02-21T10:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bbd562d717a84c6464211e8bd5efa0d9e25edc6d'/>
<id>urn:sha1:bbd562d717a84c6464211e8bd5efa0d9e25edc6d</id>
<content type='text'>
cppcheck-1.47 reports:
[drivers/watchdog/cpwd.c:650]: (error) Buffer access out-of-bounds: p.devs

The source code is
	for (i = 0; i &lt; 4; i++) {
		misc_deregister(&amp;p-&gt;devs[i].misc);

where devs is defined as WD_NUMDEVS big and WD_NUMDEVS is equal to 3.
So the 4 should be a 3 or WD_NUMDEVS.

Reported-By: David Binderman
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>drm/radeon: fix problem with changing active VRAM size. (v2)</title>
<updated>2011-03-14T02:51:04Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2011-03-13T23:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5359533801e3dd3abca5b7d3d985b0b33fd9fe8b'/>
<id>urn:sha1:5359533801e3dd3abca5b7d3d985b0b33fd9fe8b</id>
<content type='text'>
So we used to use lpfn directly to restrict VRAM when we couldn't
access the unmappable area, however this was removed in
93225b0d7bc030f4a93165347a65893685822d70 as it also restricted
the gtt placements. However it was only later noticed that this
broke on some hw.

This removes the active_vram_size, and just explicitly sets it
when it changes, TTM/drm_mm will always use the real_vram_size,
and the active vram size will change the TTM size used for lpfn
setting.

We should re-work the fpfn/lpfn to per-placement at some point
I suspect, but that is too late for this kernel.

Hopefully this addresses:
https://bugs.freedesktop.org/show_bug.cgi?id=35254

v2: fix reported useful VRAM size to userspace to be correct.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging</title>
<updated>2011-03-13T23:01:11Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-13T23:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c9a816c0ecb8cef8e6573a8eab47fc48c765e0a1'/>
<id>urn:sha1:c9a816c0ecb8cef8e6573a8eab47fc48c765e0a1</id>
<content type='text'>
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
  hwmon/f71882fg: Set platform drvdata to NULL later
  hwmon/f71882fg: Fix a typo in a comment
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6</title>
<updated>2011-03-13T23:00:28Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-13T23:00:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=eebea5d13d391981061d6ef069a841002eba4a7a'/>
<id>urn:sha1:eebea5d13d391981061d6ef069a841002eba4a7a</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
  [SCSI] target: Fix t_transport_aborted handling in LUN_RESET + active I/O shutdown
</content>
</entry>
<entry>
<title>Merge git://git.infradead.org/users/dwmw2/mtd-2.6.38</title>
<updated>2011-03-13T22:56:22Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2011-03-13T22:56:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e8444a3e3b56b268c6ca31a2f77040fd944834fb'/>
<id>urn:sha1:e8444a3e3b56b268c6ca31a2f77040fd944834fb</id>
<content type='text'>
* git://git.infradead.org/users/dwmw2/mtd-2.6.38:
  mtd: add "platform:" prefix for platform modalias
  mtd: mtd_blkdevs: fix double free on error path
  mtd: amd76xrom: fix oops at boot when resources are not available
  mtd: fix race in cfi_cmdset_0001 driver
  mtd: jedec_probe: initialise make sector erase command variable
  mtd: jedec_probe: Change variable name from cfi_p to cfi
</content>
</entry>
</feed>
