MAINTAINERS: EXT4 FILE SYSTEM - Add "Q" patchwork entry
On Wed, Jan 13, 2010 at 11:13:06PM -0800, Joe Perches wrote: Signed-off-by: Joe Perches <joe(a)perches.com> Signed-off-by: "Theodore Ts'o" <tytso(a)mit.edu> - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordo... 14 Jan 2010 15:48
[PATCH] HOWTO: Point to patchwork.kernel.org and patchwork.ozlabs.org
Documentation/* does not mention patchwork yet although quite a number of subsystem development lists is watched by patchwork now. Submitters and testers may find these sites useful. Signed-off-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> --- Documentation/HOWTO | 7 +++++++ 1 files changed, 7 insertions(... 14 Jan 2010 13:33
[PATCH] [mmotm v2] comment on swap notify locking constraints
A block device makes swap_slot_free_notify() callback when the last reference to a swap slot is dropped. This callback is made under swap_lock and page table lock. This is a note of warning for registered callback function which must meet these constraints. Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> --- ... 14 Jan 2010 13:33
perf: don't use obsolete getpagesize
perf uses the obsolete getpagesize function. Let's do better and use the correct POSIX interface to get the information: sysconf. Signed-off-by: Ulrich Drepper <drepper(a)redhat.com> diff --git a/tools/perf/util/data_map.c b/tools/perf/util/data_map.c index b557b83..cc8b396 100644 --- a/tools/perf/util/data_m... 14 Jan 2010 13:32
perf: don't use obsolete getpagesize
Em Thu, Jan 14, 2010 at 12:43:20PM -0500, Ulrich Drepper escreveu: perf uses the obsolete getpagesize function. Let's do better and use the correct POSIX interface to get the information: sysconf. Signed-off-by: Ulrich Drepper <drepper(a)redhat.com> I have this already in my queue, thanks! acme(a)pa... 14 Jan 2010 13:32
sparc: leds_resource.end assigned to itself in clock_board_probe()
On Thu, 14 Jan 2010 17:55:55 +0100 Roel Kluin <roel.kluin(a)gmail.com> wrote: These statements appear redundant. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- Is there any reason to assign this to itself? diff --git a/arch/sparc/kernel/central.c b/arch/sparc/kernel/central.c index f3b5... 15 Jan 2010 04:59
SATA_SIL on IXP425 workaround
On Monday 09 November 2009 06:31:21 pm Krzysztof Halasa wrote: I'm trying to add a workaround for IXP4xx CPUs to SATA SIL driver. The problem is that IXP4xx CPUs (Intel's XScale (ARM) network-oriented processors) are unable to perform 8 and 16-bit read from PCI MMIO, they can only do a full 32-bit readl(); ... 21 Jan 2010 16:54
[PATCH] sparc: leds_resource.end assigned to itself in clock_board_probe()
These statements appear redundant. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- Is there any reason to assign this to itself? diff --git a/arch/sparc/kernel/central.c b/arch/sparc/kernel/central.c index f3b5466..773caf4 100644 --- a/arch/sparc/kernel/central.c +++ b/arch/sparc/kernel/central.c @@ -9... 14 Jan 2010 12:25
alsa: use subsys_initcall for sound core instead of module_init
On Wed, Jan 13, 2010 at 07:48:07AM +0100, Takashi Iwai wrote: At Tue, 12 Jan 2010 20:20:39 -0200, Thadeu Lima de Souza Cascardo wrote: This is needed for built-in drivers which are built before the sound directory, like thinkpad_acpi. Otherwise, registering a card fails. Oh well,... 14 Jan 2010 12:25
[PATCH v5] tcp: harmonize tcp_vx_rcv header length assumptions
Harmonize tcp_v4_rcv() and tcp_v6_rcv() -- better document tcp doff and header length assumptions, and carefully compare implementations. Reduces multiply/shifts, marginally improving speed. Removes redundant tcp header length checks before checksumming. Instead, assumes (and documents) that any backlog proce... 14 Jan 2010 11:17