From 99d5108d7e29aa819daba0545d545c423bcef4cc Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Wed, 4 Apr 2018 09:42:24 -0400 Subject: Linux v4.16 --- debugconfig/CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION | 1 + debugconfig/CONFIG_BPF_KPROBE_OVERRIDE | 1 + debugconfig/CONFIG_FAIL_FUNCTION | 1 + 3 files changed, 3 insertions(+) create mode 100644 debugconfig/CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION create mode 100644 debugconfig/CONFIG_BPF_KPROBE_OVERRIDE create mode 100644 debugconfig/CONFIG_FAIL_FUNCTION (limited to 'debugconfig') diff --git a/debugconfig/CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION b/debugconfig/CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION new file mode 100644 index 000000000..80056c1a1 --- /dev/null +++ b/debugconfig/CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION @@ -0,0 +1 @@ +CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION=y diff --git a/debugconfig/CONFIG_BPF_KPROBE_OVERRIDE b/debugconfig/CONFIG_BPF_KPROBE_OVERRIDE new file mode 100644 index 000000000..cf1d8d5bb --- /dev/null +++ b/debugconfig/CONFIG_BPF_KPROBE_OVERRIDE @@ -0,0 +1 @@ +CONFIG_BPF_KPROBE_OVERRIDE=y diff --git a/debugconfig/CONFIG_FAIL_FUNCTION b/debugconfig/CONFIG_FAIL_FUNCTION new file mode 100644 index 000000000..f41816ded --- /dev/null +++ b/debugconfig/CONFIG_FAIL_FUNCTION @@ -0,0 +1 @@ +CONFIG_FAIL_FUNCTION=y -- cgit