[PATCH 2/2] perf annotate: Fix up usage of the build id cache
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> It was assuming that the cache was always available and also wasn't checking if the file found in the build id cache was just a kallsyms file, that is not supported by objdump for disassembly. Reported-by: Ingo Molnar <mingo(a)elte.hu> Cc: Frédéric Weisbecker <fwe... 23 May 2010 22:18
mm: Use memdup_user
> Signed-off-by: Julia Lawall <julia(a)diku.dk> --- mm/util.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/mm/util.c b/mm/util.c index f5712e8..4735ea4 100644 --- a/mm/util.c +++ b/mm/util.c @@ -225,15 +225,10 @@ char *strndup_user(const char __user *s,... 23 May 2010 21:13
linux-next: build failure in Linus' tree
Hi Linus, After merging the tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/ceph/msgpool.c: In function 'ceph_msgpool_put': fs/ceph/msgpool.c:173: error: implicit declaration of function 'kref_set' I cherry-picked the fix (commit f553069e5d7c6f53688ae4470173fcb1be97cbe7 "ceph: upd... 23 May 2010 21:13
Suspend block api (version 8)
On Saturday 22 May 2010, Arve Hjønnevåg wrote: This patch series adds a suspend-block api that provides the same functionality as the android wakelock api. This version adds a delay before suspending again if no suspend blockers were used during the last suspend attempt. Patches [1-6/8] applied to suspen... 26 May 2010 19:10
docbook: make mtd nand module init static
Darn. This series was supposed to go to Linus. I'll have to resend them... --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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 ... 23 May 2010 21:13
[PATCH 7/9] scsi_scan.c: fix/convert functions to use kernel-doc
From: Randy Dunlap <randy.dunlap(a)oracle.com> scsi_scan.c: fix incorrectly formatted kernel-doc notation & convert documentation of 2 functions into kernel-doc. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- drivers/scsi/scsi_scan.c | 26 +++++++++----------------- 1 file changed, 9 insertions(+)... 23 May 2010 21:13
[PATCH 3/9] Documentation/development-process: add staging & mmotm info
From: Randy Dunlap <randy.dunlap(a)oracle.com> Update explanation of mmotm. Add explanation of drivers/staging/. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Acked-by: Jonathan Corbet <corbet(a)lwn.net> --- Documentation/development-process/2.Process | 14 ++++++++------ 1 file changed, 8 insertions(... 23 May 2010 21:13
nouveau: fix acpi_lid_open undefined
On Sun, 2010-05-23 at 17:00 -0700, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) and NOUVEAU is built-in (not as a loadable module): nouveau_connector.c:(.text+0xe17ce): undefined reference to `acpi_lid_open'... 25 May 2010 00:31
[PATCH 1/9] docbook: make mtd nand module init static
From: H Hartley Sweeten <hsweeten(a)visionengravers.com> In the example the module_init function should be static. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: David Woodhouse <dwmw2(a)infradead.org> --- Documentation/DocBook/mtdnand.tm... 23 May 2010 21:13
[GIT PULL] [UPDATED] genesis updates for 2.6.35-rc1
This is a resend of the genesis updates with a few more changes rolled in. I still have a few more changes on top of this, but they depend on the second batch of sh updates and can wait until -rc2. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6.git Which contains: Guenna... 23 May 2010 21:13