summarylogtreecommitdiffstats
path: root/ck-patch-for-4.19.34+.patch
diff options
context:
space:
mode:
authorshmilee2019-04-22 22:15:41 +0800
committershmilee2019-04-22 22:15:41 +0800
commit12c82a4c315909639e44e05ce4e4bc69538e5a82 (patch)
treef6f1b67d6a1820a78c9d9c86cbf37e0554d2c534 /ck-patch-for-4.19.34+.patch
parenta9050630c7aa7ff337bab52fb34c53ab65dd0ba0 (diff)
downloadaur-12c82a4c315909639e44e05ce4e4bc69538e5a82.tar.gz
update to LTS 4.19.36
Diffstat (limited to 'ck-patch-for-4.19.34+.patch')
-rw-r--r--ck-patch-for-4.19.34+.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ck-patch-for-4.19.34+.patch b/ck-patch-for-4.19.34+.patch
new file mode 100644
index 000000000000..721c9a02c39e
--- /dev/null
+++ b/ck-patch-for-4.19.34+.patch
@@ -0,0 +1,15 @@
+--- patch-4.19.25-ck1 2019-04-22 19:37:07.000000000 +0800
++++ patch-4.19.34-ck1 2019-04-22 21:25:52.000000000 +0800
+@@ -16165,10 +16165,10 @@
+ index cc02050fd0c4..7dac6885128e 100644
+ --- a/kernel/sysctl.c
+ +++ b/kernel/sysctl.c
+-@@ -126,9 +126,17 @@ static int __maybe_unused one = 1;
+- static int __maybe_unused two = 2;
++@@ -127,9 +127,17 @@ static int __maybe_unused one = 1;
+ static int __maybe_unused four = 4;
+ static unsigned long one_ul = 1;
++ static unsigned long long_max = LONG_MAX;
+ -static int one_hundred = 100;
+ -static int one_thousand = 1000;
+ -#ifdef CONFIG_PRINTK