summaryrefslogtreecommitdiff
path: root/SubmittingPatches
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 14:21:31 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 14:21:31 +0200
commit4d3be7be483f92030912e976e4dea24edd723f34 (patch)
treef695f07c924f887357d590ecb8f7ba5fc9c81c89 /SubmittingPatches
parent214cb42c626cfe5fe5d9ef1e83e7b23cca1cf02b (diff)
bpf: split up instructions and extensions from header
Move them into a separate header file, so that it is more clean. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'SubmittingPatches')
0 files changed, 0 insertions, 0 deletions
name pattern "\1" Which are all the result of the DEFINE_PER_CPU pattern: scripts/tags.sh:200: '/\<DEFINE_PER_CPU([^,]*, *\([[:alnum:]_]*\)/\1/v/' scripts/tags.sh:201: '/\<DEFINE_PER_CPU_SHARED_ALIGNED([^,]*, *\([[:alnum:]_]*\)/\1/v/' The below cures them. All except the workqueue one are within reasonable distance of the 80 char limit. TJ do you have any preference on how to fix the wq one, or shall we just not care its too long? Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Tejun Heo <tj@kernel.org> Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/locking/lockdep.c')