kprobes: Hide CONFIG_OPTPROBES and set if arch support optimized kprobes
* Masami Hiramatsu <mhiramat(a)redhat.com> wrote: config OPTPROBES - bool "Kprobes jump optimization support (EXPERIMENTAL)" - default y - depends on KPROBES + def_bool y + depends on KPROBES && HAVE_OPTPROBES depends on !PREEMPT - depends on HAVE_OPTPROBES select KALLSYMS_ALL hel... 13 Mar 2010 21:59
tracing: urgent fixes
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, Li Zefan and Lai Jiangshan told me they were finding various bugs with running a stress test. I asked for this test, and Li sent it to me. Running the test I was also able to trigger the same bugs that they were seeing. Unfortunately, these bugs... 13 Mar 2010 03:13
[PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mcount.pl
On ARM, we have two ABIs, and the ABI used is controlled via a config option. Object files built with one ABI can't be merged with object files built with the other ABI. So, record_mcount.pl needs to use the same compiler flags as the kernel when generating the object file with the mcount locations. Ensure this ... 13 Mar 2010 02:08
[PATCH 03/10] ftrace: allow building without frame pointers
With current gcc, compiling with both -pg and -fomit-frame-pointer is not allowed. However, -pg can be used to build without actually specying -fno-omit-frame-pointer, upon which the defaut behaviour for the target will be used. On ARM, it is not possible to build a Thumb-2 kernel with -fno-omit-frame-pointer (... 13 Mar 2010 02:08
[PATCH 02/10] ARM: ftrace: document mcount formats
Add a comment describing the mcount variants and how the callsites look like. Acked-by: Frederic Weisbecker <fweisbec(a)gmail.com> Signed-off-by: Rabin Vincent <rabin(a)rab.in> --- v2: Reword/expand comment. arch/arm/kernel/entry-common.S | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertio... 13 Mar 2010 02:08
[PATCH 06/10] ARM: ftrace: add Thumb-2 support
Fix the mcount routines to build and run on a kernel built with the Thumb-2 instruction set: - Without the BSYM, the following assembler errors appear: entry-common.S: Assembler messages: entry-common.S:179: Error: invalid immediate for address calculation (value = 0x00000004) - Without the orr, the ... 13 Mar 2010 02:08
[PATCH 00/10] ARM: ftrace: cleanups, Thumb-2, and dynamic ftrace (v2)
v2: Fixes as per review comments. The only code changes are the #error in 0004 and the removal of the #ifdef in 0009. The rest are comments and commit message rewording/expansion. This series contains fixes and improvements to the ARM ftrace support. It adds Thumb-2 support and re-implements the dynamic ftrace... 13 Mar 2010 02:08
staging: winbond: Renamed README to TODO and corrected Pavel's mail
Hi! diff --git a/drivers/staging/winbond/README b/drivers/staging/winbond/README deleted file mode 100644 index cb944e4..0000000 --- a/drivers/staging/winbond/README +++ /dev/null @@ -1,11 +0,0 @@ -TODO: - - sparse cleanups - - checkpatch cleanups - - kerneldoc cleanups - - remove typ... 13 Mar 2010 02:08
[PATCH] Security: Add break judge to smk_import_entry() in security/smack/smack_access.c
In smk_import_entry(), smack[i] = '\0' was set if found = 1, so: if (found) smack[i] = '\0'; No need to continue again, just can break the loop. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- security/smack/smack_access.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff... 13 Mar 2010 01:03
V4L/DVB: cxusb: Select all required frontend and tuner modules
On Fri, 2010-03-12 at 16:25 -0800, Greg KH wrote: 2.6.32-stable review patch. If anyone has any objections, please let me know. ---------------- From: Ben Hutchings <ben(a)decadent.org.uk> commit fc4a7f93087a48619005111895dcaa115f807399 upstream. cxusb uses the atbm8830 and lgs8gxx (not lgs8gl... 15 Mar 2010 12:20