[OpenWrt-Devel] [PATCH] kernel: add missing symbol

2016-03-19 Thread Daniel Golle
Add missing symbol needed when building kernel with profiling enabled
for ARM or ARM64 targets.

Signed-off-by: Daniel Golle 
---
 config/Config-kernel.in | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 8ea11ed..4c191f0 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -42,9 +42,15 @@ config KERNEL_DEBUG_FS
  write to these files. Many common debugging facilities, such as
  ftrace, require the existence of debugfs.
 
+config KERNEL_ARM_PMU
+   bool
+   default n
+   depends on (arm || arm64)
+
 config KERNEL_PERF_EVENTS
bool
default n
+   select KERNEL_ARM_PMU if (arm || arm64)
 
 config KERNEL_PROFILING
bool "Compile the kernel with profiling enabled"
-- 
2.7.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] kernel: add missing symbol

2015-05-24 Thread Dirk Neukirchen
NET_SCTPPROBE is missing when enabling KPROBES

Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de
---
 target/linux/generic/config-3.18 | 1 +
 target/linux/generic/config-4.0  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 7a38dee..17a6303 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -2483,6 +2483,7 @@ CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_SFQ is not set
 # CONFIG_NET_SCH_TBF is not set
 # CONFIG_NET_SCH_TEQL is not set
+# CONFIG_NET_SCTPPROBE is not set
 # CONFIG_NET_TCPPROBE is not set
 # CONFIG_NET_TEAM is not set
 # CONFIG_NET_TULIP is not set
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0
index c3bb7fc..48f0281 100644
--- a/target/linux/generic/config-4.0
+++ b/target/linux/generic/config-4.0
@@ -2523,6 +2523,7 @@ CONFIG_NET_SCH_FQ_CODEL=y
 # CONFIG_NET_SCH_SFQ is not set
 # CONFIG_NET_SCH_TBF is not set
 # CONFIG_NET_SCH_TEQL is not set
+# CONFIG_NET_SCTPPROBE is not set
 # CONFIG_NET_SWITCHDEV is not set
 # CONFIG_NET_TCPPROBE is not set
 # CONFIG_NET_TEAM is not set
-- 
2.4.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] kernel: add missing symbol

2015-02-09 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org
---
 target/linux/generic/config-3.18 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index b831223..52cc3b0 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -3948,6 +3948,7 @@ CONFIG_TMPFS_XATTR=y
 # CONFIG_TPS65010 is not set
 # CONFIG_TPS6507X is not set
 # CONFIG_TR is not set
+# CONFIG_TRACEPOINT_BENCHMARK is not set
 # CONFIG_TRACER_SNAPSHOT is not set
 # CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
 # CONFIG_TRACE_BRANCH_PROFILING is not set
-- 
2.2.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel