First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
[PATCH] tracing: extend recordmcount to better support Blackfin mcount
On Wed, Aug 11, 2010 at 14:54, Steven Rostedt wrote: You want me to pull it? or should this go via another tree? i was planning on it going through your tree ;) -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordom... 11 Aug 2010 15:50
[PATCH] pc8736x_gpio: depends on X86_32
From: Randy Dunlap <randy.dunlap(a)oracle.com> Fix kconfig dependency warning for PC8736x_GPIO by restricting it to X86_32. warning: (SCx200_GPIO && SCx200 || PC8736x_GPIO && X86) selects NSC_GPIO which has unmet direct dependencies (X86_32) NSC_GPIO is X86_32 only. The other driver (SCx200_GPIO) that selects ... 11 Aug 2010 15:50
[PATCH 1/2] tracing: Fix an unallocated memory access in function_graph
From: Shaohua Li <shaohua.li(a)intel.com> With CONFIG_DEBUG_PAGEALLOC, I observed an unallocated memory access in function_graph trace. It appears we find a small size entry in ring buffer, but we access it as a big size entry. The access overflows the page size and touches an unallocated page. Cc: <stable(a)kerne... 11 Aug 2010 15:50
[PATCH 0/2] [GIT PULL] tracing: updates for 2.6.36 and stable
Ingo, Please pull the latest tip/perf/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/urgent Huang Ying (1): tracing: Fix ring_buffer_read_page reading out of page boundary Shaohua Li (1): tracing: Fix an unallocated... 11 Aug 2010 15:50
[PATCH 2/2] tracing: Fix ring_buffer_read_page reading out of page boundary
From: Huang Ying <ying.huang(a)intel.com> With the configuration: CONFIG_DEBUG_PAGEALLOC=y and Shaohua's patch: [PATCH]x86: make spurious_fault check correct pte bit Function call graph trace with the following will trigger a page fault. # cd /sys/kernel/debug/tracing/ # echo function_graph > current_tracer ... 11 Aug 2010 15:50
tracing: extend recordmcount to better support Blackfin mcount
On Fri, 2010-08-06 at 03:26 -0400, Mike Frysinger wrote: The mcount call on Blackfin systems includes some stack manipulation around the actual call site, so extend the build time perl script to support this. This way we can avoid doing the calculation at runtime. Hmm, this might be something we could do i... 11 Aug 2010 15:50
v4l2-ctrls.c: needs to include slab.h
On Mon, 2010-08-09 at 10:56 -0700, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> v4l2-ctrls.c needs to include slab.h to prevent build errors: This appears to have been missed. Running mainline git: Linux amalthea 2.6.35-06998-g3d30701 #1 SMP Wed Aug 11 15:33:16 BST 2010 x86_64 Intel(R) Co... 11 Aug 2010 15:50
initial support for LogicPD's OMAP3 SOM andTORPEDO development kits
-----Original Message----- From: Sam Ravnborg [mailto:sam(a)ravnborg.org] Sent: Wednesday, August 11, 2010 1:55 PM To: Jacob Tanenbaum Cc: linux(a)arm.linux.org.uk; linux-omap(a)vger.kernel.org; linux-kernel(a)vger.kernel.org; rmk(a)arm.linux.org.uk; tony(a)atomide.com Subject: Re: [PATCH 1/4] initial support for LogicP... 11 Aug 2010 15:50
drivers/net: Convert unbounded kzalloc calls to kcalloc
On 08/11/10 19:02, Joe Perches wrote: These changes may be slightly safer in some instances. There are other kzalloc calls with a multiply, but those calls are typically "small fixed #" * sizeof(some pointer)" and those are not converted. Signed-off-by: Joe Perches <joe(a)perches.com> For the rt... 12 Aug 2010 03:52
[PATCH] crypto/Kconfig: fix typo
algolithm -> algorithm Signed-off-by: Andy Isaacson <adi(a)hexapodia.org> --- crypto/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 1cd497d..27484e4 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -102,7 +102,7 @@ config CRYPTO_MANA... 11 Aug 2010 14:44
First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65