From 45c6ddad0b427ad93cdb57624d2298f05e7222bc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 16 May 2018 22:31:42 +0100 Subject: [PATCH] Update to 4.17-rc5 --- debian/changelog | 2 +- debian/patches/debian/sched-autogroup-disabled.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d0ece34cd..1267a8933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux (4.17~rc4-1~exp1) UNRELEASED; urgency=medium +linux (4.17~rc5-1~exp1) UNRELEASED; urgency=medium * New upstream release candidate diff --git a/debian/patches/debian/sched-autogroup-disabled.patch b/debian/patches/debian/sched-autogroup-disabled.patch index 96e2e97b0..e9988022e 100644 --- a/debian/patches/debian/sched-autogroup-disabled.patch +++ b/debian/patches/debian/sched-autogroup-disabled.patch @@ -8,8 +8,8 @@ it by default yet. --- a/kernel/sched/autogroup.c +++ b/kernel/sched/autogroup.c -@@ -4,7 +4,7 @@ - */ +@@ -5,7 +5,7 @@ + #include #include "sched.h" -unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;