mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
9307c29524
The x bit can easily get lost (patch(1) loses it, for example). Reported-by: Ramkumar Ramachandra <artagnon@gmail.com> Cc: Dave Young <dyoung@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
95 B
Makefile
7 lines
95 B
Makefile
all:
|
|
|
|
run_tests:
|
|
@/bin/sh ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
|
|
|
|
clean:
|