[Bug #14792] Misdetection of the TV output
This message has been generated automatically as a part of a summary report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.32. Please verify if it still should be listed and let the tracking team know (either way). Bug-Entry : http://bugzilla.kernel.org/s... 21 Feb 2010 17:08
memcg: dirty pages instrumentation
On Sun, 21 Feb 2010, Andrea Righi wrote: diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 0b19943..c9ff1cd 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -137,10 +137,11 @@ static struct prop_descriptor vm_dirties; */ static int calc_period_shift(void) { - uns... 14 Mar 2010 23:11
[announce] gujin GPL bootloader version 2.8
There is a new version v2.8 of the Gujin bootloader at http://gujin.org with bugfixes and improvements, and Debian/Fedora packages for easy installation on i386/amd64 PC. The Debian package can be installed on Ubuntu and the Fedora package can be installed on Mandriva, those packages have very few dependencies. ... 21 Feb 2010 17:08
memcg: dirty pages accounting and limiting infrastructure
On Sun, 21 Feb 2010, Andrea Righi wrote: diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 1f9b119..ba3fe0d 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -25,6 +25,16 @@ struct page_cgroup; struct page; struct mm_struct; +/* Cgroup ... 17 Mar 2010 19:58
[PATCH -tip 5/9] perf probe: Use elfutils-libdw for analyzing debuginfo
Masami Hiramatsu wrote: Newer gcc introduces newer & richer debuginfo, and only libdw in elfutils project can support it. So perf probe moves onto elfutils-libdw from libdwarf. Hmm, this has some bit-width related issues on x86-64. I'll update this patch. Thank you, -- Masami -- To unsubscribe fr... 22 Feb 2010 06:20
[PATCH] unusual_devs.h: Fix capacity for SL11R-IDE 2.6c
SL11R-IDE 2.6c (at least) reports wrong capacity (one sector more). Reading that last sector causes the device not to work anymore (and looks like HAL or something does that automatically after plugging in): sd 5:0:0:0: [sdc] Device not ready sd 5:0:0:0: [sdc] Result: hostbyte=0x00 driverbyte=0x08 sd 5:0:0:0: [sdc... 21 Feb 2010 16:00
[PATCH 2/8] firewire: core: combine a bit of repeated code
Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> --- drivers/firewire/core-cdev.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Index: b/drivers/firewire/core-cdev.c =================================================================== --- a/drivers/firewire/core-cdev.c +++... 21 Feb 2010 12:38
[PATCH 4/8] firewire: ohci: reorder struct fw_ohci for better cache efficiency
The config_rom struct members are only accessed during relatively infrequent self-ID-complete interrupts and only if the local config ROM was changed, while the ar_, at_, ir_, it_ members are used very frequently during I/O. Hence move the config_rom members further down. More importantly, make the huge self_id_... 21 Feb 2010 12:38
[PATCH 8/8] firewire: ohci: extend initialization log message
by the number of available isochronous DMA contexts and active quirks which is occasionally useful information. Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> --- drivers/firewire/ohci.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) Index: b/drivers/firewire/ohci.c ==... 21 Feb 2010 12:38
[PATCH] Staging: wlan-ng: Fix 80 character limit warnings Fixed 2 warnings identified by the checkpatch.pl tool which occured due to two lines of code going over the 80 character limit. Fixed by wrapping the lines. Signed-off-by: Jim Dog <jimdog@nort
From: Jim Dog <jimdog(a)northern-indymedia.org> --- drivers/staging/wlan-ng/prism2usb.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c index 9dde68b..b55930c 100644 --- a/drivers/staging/wlan-ng/prism2usb... 21 Feb 2010 11:30