diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 23:19:42 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 00:03:22 +0100 |
commit | 8c6668f088c87d1b8798553de194f12bc8cd8a17 (patch) | |
tree | 8a92a5e5ed92267b90ebf5a017db74c20f122dcb /target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch | |
parent | 455ae024d54243a853b7cb5e3094a1bd8e425425 (diff) | |
download | upstream-8c6668f088c87d1b8798553de194f12bc8cd8a17.tar.gz upstream-8c6668f088c87d1b8798553de194f12bc8cd8a17.tar.bz2 upstream-8c6668f088c87d1b8798553de194f12bc8cd8a17.zip |
kernel: bump 4.9 to 4.9.208
Refreshed all patches.
Compile-tested on: lantiq
Runtime-tested on: lantiq
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch b/target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch index 759357549b..9bc8055039 100644 --- a/target/linux/generic/pending-4.9/203-kallsyms_uncompressed.patch +++ b/target/linux/generic/pending-4.9/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++) { -@@ -507,6 +511,9 @@ static void *find_token(unsigned char *s +@@ -509,6 +513,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]; -@@ -579,6 +586,9 @@ static void optimize_result(void) +@@ -581,6 +588,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--) { -@@ -767,6 +777,8 @@ int main(int argc, char **argv) +@@ -769,6 +779,8 @@ int main(int argc, char **argv) symbol_prefix_char = *p; } else if (strcmp(argv[i], "--base-relative") == 0) base_relative = 1; |