Conflicts:
	include/asm-generic/atomic-instrumented.h
	kernel/kprobes.c
Use the upstream atomic-instrumented.h checksum, and pick
the kprobes version of kernel/kprobes.c, which effectively
reverts this upstream workaround:
  
645f224e7ba2: ("kprobes: Tell lockdep about kprobe nesting")
Since the new code *should* be fine without nesting.
Knock on wood ...
Signed-off-by: Ingo Molnar <mingo@kernel.org>
        INIT_LIST_HEAD(&p->thread_group);
        p->task_works = NULL;
  
 +#ifdef CONFIG_KRETPROBES
 +      p->kretprobe_instances.first = NULL;
 +#endif
 +
        /*
         * Ensure that the cgroup subsystem policies allow the new process to be
-        * forked. It should be noted the the new process's css_set can be changed
+        * forked. It should be noted that the new process's css_set can be changed
         * between here and cgroup_post_fork() if an organisation operation is in
         * progress.
         */