aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-01-04 23:45:20 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-01-05 00:43:36 +0100
commitb6cdc042af3451c82562a3310fd8f70b925b475f (patch)
tree6c96b539e4a4831517f96383c62f5aea9fd44d95 /target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch
parent1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055 (diff)
downloadupstream-b6cdc042af3451c82562a3310fd8f70b925b475f.tar.gz
upstream-b6cdc042af3451c82562a3310fd8f70b925b475f.tar.bz2
upstream-b6cdc042af3451c82562a3310fd8f70b925b475f.zip
kernel: bump 4.19 to 4.19.93
Refreshed all patches. The patch hack-4.19/550-loop-better-discard-for-block-devices.patch was replaced with an new version of the patch from: https://lore.kernel.org/patchwork/patch/1153625/ https://lore.kernel.org/patchwork/patch/1153626/ Compile-tested on: ipq40xx, lantiq Runtime-tested on: ipq40xx, lantiq Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch')
-rw-r--r--target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch b/target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch
index 6f0adb5ce5..9230279fca 100644
--- a/target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch
+++ b/target/linux/generic/pending-4.19/203-kallsyms_uncompressed.patch
@@ -75,7 +75,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
output_label("kallsyms_token_table");
off = 0;
for (i = 0; i < 256; i++) {
-@@ -500,6 +504,9 @@ static void *find_token(unsigned char *s
+@@ -502,6 +506,9 @@ static void *find_token(unsigned char *s
{
int i;
@@ -85,7 +85,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
for (i = 0; i < len - 1; i++) {
if (str[i] == token[0] && str[i+1] == token[1])
return &str[i];
-@@ -572,6 +579,9 @@ static void optimize_result(void)
+@@ -574,6 +581,9 @@ static void optimize_result(void)
{
int i, best;
@@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
/* using the '\0' symbol last allows compress_symbols to use standard
* fast string functions */
for (i = 255; i >= 0; i--) {
-@@ -754,6 +764,8 @@ int main(int argc, char **argv)
+@@ -756,6 +766,8 @@ int main(int argc, char **argv)
absolute_percpu = 1;
else if (strcmp(argv[i], "--base-relative") == 0)
base_relative = 1;