Re: [PATCH v7 3.2-rc2 4/30] uprobes: Define hooks for mmap/munmap.
From: Peter Zijlstra
Date: Wed Nov 23 2011 - 13:16:20 EST
On Fri, 2011-11-18 at 16:37 +0530, Srikar Dronamraju wrote:
> @@ -545,8 +547,14 @@ again: remove_next = 1 + (end > next->vm_end);
I'm not sure if you use quilt or git to produce these patches but can
you either add:
QUILT_DIFF_OPTS="-F ^[[:alpha:]\$_].*[^:]\$"
to your .quiltrc, or:
[diff "default"]
xfuncname = "^[[:alpha:]$_].*[^:]$"
to your .gitconfig ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/