From dbdc568c1ed407d85183b75480100bef4e898955 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Aug 2017 17:12:12 +0200 Subject: [PATCH] linux4.13: update to 4.13.0rc5. Enable CONFIG_FUNCTION_GRAPH_TRACER=y. --- srcpkgs/linux4.13/files/arm64-dotconfig | 4 ++-- srcpkgs/linux4.13/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux4.13/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/linux4.13/files/arm64-dotconfig b/srcpkgs/linux4.13/files/arm64-dotconfig index 7ec8d87b0c8..cd0616e9d1a 100644 --- a/srcpkgs/linux4.13/files/arm64-dotconfig +++ b/srcpkgs/linux4.13/files/arm64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.13.0-rc4 Kernel Configuration +# Linux/arm64 4.13.0-rc5 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -7815,7 +7815,7 @@ CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y CONFIG_FUNCTION_TRACER=y -# CONFIG_FUNCTION_GRAPH_TRACER is not set +CONFIG_FUNCTION_GRAPH_TRACER=y # CONFIG_IRQSOFF_TRACER is not set CONFIG_SCHED_TRACER=y # CONFIG_HWLAT_TRACER is not set diff --git a/srcpkgs/linux4.13/files/x86_64-dotconfig b/srcpkgs/linux4.13/files/x86_64-dotconfig index 41ea8746807..b9b41f0647d 100644 --- a/srcpkgs/linux4.13/files/x86_64-dotconfig +++ b/srcpkgs/linux4.13/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.13.0-rc4 Kernel Configuration +# Linux/x86 4.13.0-rc5 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -8088,7 +8088,7 @@ CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y CONFIG_FUNCTION_TRACER=y -# CONFIG_FUNCTION_GRAPH_TRACER is not set +CONFIG_FUNCTION_GRAPH_TRACER=y # CONFIG_IRQSOFF_TRACER is not set # CONFIG_PREEMPT_TRACER is not set # CONFIG_SCHED_TRACER is not set diff --git a/srcpkgs/linux4.13/template b/srcpkgs/linux4.13/template index a70ede3d1a1..c23c7cfdb68 100644 --- a/srcpkgs/linux4.13/template +++ b/srcpkgs/linux4.13/template @@ -1,7 +1,7 @@ # Template file for 'linux4.13' pkgname=linux4.13 _distver=4.13.0 -_patchver=rc4 +_patchver=rc5 version=${_distver}${_patchver} revision=1 patch_args="-Np1" @@ -11,7 +11,7 @@ homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" distfiles="https://git.kernel.org/torvalds/t/linux-${_distver%.*}-${_patchver}.tar.xz" -checksum=ddd3afef11f98be9b42cd59a958aab615963c2413718a4d52274bbf82a8cd103 +checksum=431c1aa80a6df79c33430a51d79caf6627a94317fba13f5ef80f34b5acb77877 nodebug=yes # -dbg package is generated below manually nostrip=yes