From 4192f35808bcb84bf7123b186802fa75f47805b6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 27 Nov 2013 07:43:47 +0000 Subject: [PATCH] Enable JUMP_LABEL (Closes: #730071) svn path=/dists/trunk/linux/; revision=20827 --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 00df50781..4e3941c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ linux (3.12.1-1~exp1) UNRELEASED; urgency=low - HID: uhid: fix leak for 64/32 UHID_CREATE * [sh4] Remove some accidental inconsistencies in config * Enable CHECKPOINT_RESTORE (Closes: #682700) + * Enable JUMP_LABEL (Closes: #730071) [ Bastian Blank ] * Use compiler name instead of Linux version in compiler meta-packages. diff --git a/debian/config/config b/debian/config/config index f737649d6..731534f9a 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2,6 +2,7 @@ ## file: arch/Kconfig ## CONFIG_KPROBES=y +CONFIG_JUMP_LABEL=y CONFIG_UPROBES=y ##