diff --git a/srcpkgs/linux4.3/files/x86_64-dotconfig b/srcpkgs/linux4.3/files/x86_64-dotconfig index 2ff851f69c6..cfafdb3b7d8 100644 --- a/srcpkgs/linux4.3/files/x86_64-dotconfig +++ b/srcpkgs/linux4.3/files/x86_64-dotconfig @@ -7108,7 +7108,7 @@ CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set # CONFIG_STACK_TRACER is not set -# CONFIG_BLK_DEV_IO_TRACE is not set +CONFIG_BLK_DEV_IO_TRACE=y CONFIG_KPROBE_EVENT=y CONFIG_UPROBE_EVENT=y CONFIG_PROBE_EVENTS=y diff --git a/srcpkgs/linux4.3/template b/srcpkgs/linux4.3/template index 1b5e6d602d0..877770c9753 100644 --- a/srcpkgs/linux4.3/template +++ b/srcpkgs/linux4.3/template @@ -1,14 +1,14 @@ # Template file for 'linux4.3' pkgname=linux4.3 -version=4.3.0 +version=4.3.1 revision=1 -wrksrc="linux-${version%.*}" +wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" -distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version%.*}.tar.xz" -checksum=4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae +distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz" +checksum=11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72 nocross=yes nodebug=yes