[PATCH 06/14] drivers/firmware/iscsi_ibft.c: Use %pI4 to print netmask
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/firmware/iscsi_ibft.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/firmware/iscsi_ibft.c b/drivers/firmware/iscsi_ibft.c index 051d1eb..f82bcda 100644 --- a/drivers/firmware/iscsi_ibft.c +++ b/drivers/firmware/i... 16 Dec 2009 03:39
register_timer_hook use in arch/sh/oprofile
Hi Martin, On Wed, Jun 24, 2009 at 02:54:06PM +0200, Martin Schwidefsky wrote: On Wed, 24 Jun 2009 21:34:16 +0900 Paul Mundt <lethal(a)linux-sh.org> wrote: On Wed, Jun 24, 2009 at 02:28:28PM +0200, Martin Schwidefsky wrote: On Wed, 24 Jun 2009 20:29:29 +0900 Paul Mundt <lethal(a)linux-sh.org> wr... 16 Dec 2009 02:35
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov wrote: This patch introduces write-only file "cgroup.event_control" in every cgroup. To register new notification handler you need: - create an eventfd; - open a control file to be monitored. Callbacks register_event() and unregister_event() must be defined for the control fil... 15 Dec 2009 22:15
dm: sysfs add empty release function to avoid debug warning
On Tue, Dec 15, 2009 at 05:35:08PM +0000, James Bottomley wrote: commit: d2bb7df8cac647b92f51fb84ae735771e7adbfa7 From: Milan Broz <mbroz(a)redhat.com> Date: Thu, 10 Dec 2009 23:51:53 +0000 Subject: [PATCH] dm: sysfs add empty release function to avoid debug warning This patch just removes an unnecessa... 16 Dec 2009 09:02
[PATCH] OneNAND: Fix test of unsigned in onenand_otp_walk()
mtd->writesize and len are unsigned so the test does not work. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> --- you can test this with: #include <stdio.h> int main() { int c = 1, d = 1; unsigned a = 30; unsigned b = 10; if ((b * c) - (d + a) < 0) pr... 15 Dec 2009 20:03
ACPI: Remove repeated registered as cooling_device messages
applied thanks, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 15 Dec 2009 17:50
Pull request blackfin.git (for-linus branch)
The following changes since commit 3ea6b3d0e6d0ffd91c0f8cadeb69b7133c038b32: Linus Torvalds (1): Merge branch 'for_linus' of git://git.kernel.org/.../jack/linux-udf-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin.git for-linus Alexey Dobri... 15 Dec 2009 13:22
[Fwd: Re: [PATCH v2 1/4] Defer skb allocation -- add destroy buffers function for virtio]
Sorry, forgot to CC all. Thanks Shirley ... 15 Dec 2009 12:15
perf symbols: Make symbol_conf global
Em Tue, Dec 15, 2009 at 01:58:35PM -0200, Arnaldo Carvalho de Melo escreveu: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> This simplifies a lot of functions, less stuff to be done by tool writers. Ingo, this clashes with the batch Masami-san just submitted, please defer applying my series so that I... 15 Dec 2009 13:22
[PATCH -tip 14/14] perf probe: Fix to show which probe point is not found
Fix perf probe to show which probe point is not found. With out this patch, it shows just "No probe point found." This doesn't help users if they specify several probes. e.g. # perf probe -f --add schedule --add test Fatal: No probe point found. This patch makes error message more helpful as below. # per... 15 Dec 2009 11:09