[PATCH 2/3] viafb: remove unused structure member
From: Harald Welte <laforge(a)gnumonks.org> viafb: remove unused structure member This patch removes a structure member 'on_slot' in the chip_info structure which is completely unused. Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> ---... 6 Sep 2009 23:06
BFS vs. mainline scheduler benchmarks and measurements
On Monday 07 September 2009 20:26:29 Ingo Molnar wrote: Could you profile it please? Also, what's the context-switch rate? As far as I can tell, the broadcom mips architecture does not have profiling support. It does only have some proprietary profiling registers that nobody wrote kernel support for, yet. --... 1 Oct 2009 06:11
[PATCH 1/1] AGP: amd64, fix pci reference leaks
Stanse found pci reference leaks in uli_agp_init and nforce3_agp_init initialization functions. The PCI devices are bridges, so it's not critical, but still worth fixing. http://stanse.fi.muni.cz/ Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Cc: David Airlie <airlied(a)linux.ie> --- drivers/char/agp/amd... 6 Sep 2009 17:32
iwlagn and sky2 stopped working, ACPI-related
On Sunday 06 September 2009, Rafael J. Wysocki wrote: This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.30. Please verify if it still should be listed and let me know (either way). ... 6 Sep 2009 17:32
[Bug #14070] lockdep warning triggered by dup_fd
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.30. Please verify if it still should be listed and let me know (either way). Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14070 S... 6 Sep 2009 17:32
[PATCH] ieee1394: sbp2: remove a workaround for Momobay FX-3A
The inquiry delay is not necessary anymore in tests on a recent kernel. Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> --- drivers/ieee1394/sbp2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: linux-2.6.31-rc9/drivers/ieee1394/sbp2.c ============================================... 6 Sep 2009 14:13
Zaurus suspend saga
Hi! Even with mtd regression fixed, spitz will still not suspend/resume correctly. I got hint that SPI suspend may be responsible... With 2.6.31-rc7: with corgi_enter_suspend stubbed out and parts of spitz_should_wakeup disabled, it suspends/resumes ok. spitz_pm.c parts -- yes it controls wakeup, but ... 2 Oct 2009 04:19
PROBLEM: kernel reboot before Decompressing Linux, after setting video mode
On Thu 2009-09-03 20:49:48, VirginSnow(a)vfemail.net wrote: [1.] One line summary of the problem: Linux kernel 2.6.30.5 reboots after setting video mode, but before issuing the "Decompressing Linux" message. Did earlier kernels work with same config? If yes, then that's rather nasty regress... 6 Sep 2009 02:16
[patch 54/71] xfs: fix spin_is_locked assert on uni-processor builds
2.6.30-stable review patch. If anyone has any objections, please let us know. ------------------ From: Christoph Hellwig <hch(a)infradead.org> upstream commit a8914f3a6d72c97328597a556a99daaf5cc288ae Without SMP or preemption spin_is_locked always returns false, so we can't do an assert with it. Instead use ... 4 Sep 2009 20:55
[patch 55/71] gspca - ov534: Fix ov772x
2.6.30-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jean-Francois Moine <moinejf(a)free.fr> The scan of the image packets of the sensor ov772x was broken when the sensor ov965x was added. [ Based on upstream c874f3aa, modified slightly for v2.6.30.5 ] Sign... 4 Sep 2009 20:55