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 ##