2.6.33-rc8-git: nouveaufb hangs on boot on MacBookPro5,3
Dear all, nouveaufb hangs on MacBookPro5,3 with PFIFO_INTR 0x04000000 - Ch1 when booting in efi mode via elilo. I am attaching a (dirty) screenshot, maybe someone can clear this up http://sonnenburgs.de/media/bugs/nouveau_hang_2.6.33-rc8.jpg If there is anything else you want me to try, please say so. S... 6 Mar 2010 11:51
[PATCH 6/7] kgdb,docs: Update the kgdb docs to include kms
Randy Dunlap wrote: On 02/12/10 14:36, Jason Wessel wrote: Update the kgdb docs to include information about kernel mode setting support. Randy, Thanks again. All these changes are folded into the kms docs patch. Jason. -- To unsubscribe from this list: send the line "unsubscribe li... 17 Feb 2010 17:55
ll_temac: Add support for V2 LLTEMAC core
From: "Steven J. Magnani" <steve(a)digidescorp.com> Date: Wed, 17 Feb 2010 11:14:20 -0600 LLTEMAC V1 cores place only received packet length in the app4 word. V2 cores place additional information in app4. Mask out the additional information when retrieving the packet length. Signed-off-by: Steven J. M... 17 Feb 2010 17:55
ll_temac: Fix MAC address configuration from userland
From: "Steven J. Magnani" <steve(a)digidescorp.com> Date: Wed, 17 Feb 2010 11:55:07 -0600 A userland command to set the LLTEMAC MAC address, i.e. "ifconfig eth0 hw addr xx:yy:zz:pp:dd:qq", results in a device address of 00:01:xx:yy:zz:pp. Correct this. Signed-off-by: Steven J. Magnani <steve(a)digides... 17 Feb 2010 17:55
[PATCH 0/14 V9] Work to enable SmartMedia/xD support in mtd
This is slightly updated version of my patchset. Now I can tell you for sure that hotplug works. It was used/abused for long time. I did some changes in richoh card reader driver, to work better after resume and renamed it to r852. I kindly ask you to merge this patchset to 2.6.34. If I/users find other bugs th... 17 Feb 2010 17:54
[PATCH tip/core/rcu 14/18] rcu: fix citation of Mathieu's dissertation
Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- Documentation/RCU/RTFP.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt index 5051209..96b7c00 100644 --- a/Documentation/RCU/RTFP.txt +++ b/Documentation/RCU... 17 Feb 2010 16:46
[PATCH tip/core/rcu 16/18] rcu: use canonical URL for Mathieu's dissertation
The version numbers change too quickly, so use a canonical URL that represents the most recent version. Signed-off-by: Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> --- Documentation/RCU/RTFP.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/RCU/RTFP.txt b/Documentati... 17 Feb 2010 16:46
[PATCH v4 2/5] PCI: read bridge windows before filling in subtractive decode resources
No functional change; this fills in the bus subtractive decode resources after reading the bridge window information rather than before. Also, print out the subtractive decode resources as we already do for the positive decode windows. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> --- drivers/pci/pr... 17 Feb 2010 15:38
kmemcheck: Test the full object in kmemcheck_is_obj_initialized()
Catalin Marinas wrote: This is a fix for bug #14845 (bugzilla.kernel.org). The update_checksum() function in mm/kmemleak.c calls kmemcheck_is_obj_initialised() before scanning an object. When KMEMCHECK_PARTIAL_OK is enabled, this function returns true. However, the crc32_le() reads smaller intervals (32-... 17 Feb 2010 15:37
[PATCH 1/3] gpiolib: Correct debugfs display of WM831x GPIO inversion
Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/gpio/wm831x-gpio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/wm831x-gpio.c b/drivers/gpio/wm831x-gpio.c index c5a00f7..2554180 100644 --- a/drivers/gpio/wm831x-gpio.c +++ b/drivers/gpio/wm83... 17 Feb 2010 14:30