diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:11:19 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:51:49 +0200 |
commit | c5b10c828239ec045e94503c1c218fe06b295c44 (patch) | |
tree | e75e009fc77110b0361bcfecab77f99fa7eaff39 /target/linux/generic/pending-4.19 | |
parent | 0b18fca82f5a4009d611abe9f06a0c3160ded837 (diff) | |
download | upstream-c5b10c828239ec045e94503c1c218fe06b295c44.tar.gz upstream-c5b10c828239ec045e94503c1c218fe06b295c44.tar.bz2 upstream-c5b10c828239ec045e94503c1c218fe06b295c44.zip |
kernel: bump 4.19 to 4.19.74
Refreshed all patches.
Fixes:
- CVE-2019-15504
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.19')
-rw-r--r-- | target/linux/generic/pending-4.19/132-spi-spi-gpio-fix-crash-when-num-chipselects-is-0.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/generic/pending-4.19/132-spi-spi-gpio-fix-crash-when-num-chipselects-is-0.patch b/target/linux/generic/pending-4.19/132-spi-spi-gpio-fix-crash-when-num-chipselects-is-0.patch index 7c171745c2..ed94f937c9 100644 --- a/target/linux/generic/pending-4.19/132-spi-spi-gpio-fix-crash-when-num-chipselects-is-0.patch +++ b/target/linux/generic/pending-4.19/132-spi-spi-gpio-fix-crash-when-num-chipselects-is-0.patch @@ -43,11 +43,9 @@ Signed-off-by: Petr Štetiar <ynezz@true.cz> drivers/spi/spi-gpio.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -diff --git a/drivers/spi/spi-gpio.c b/drivers/spi/spi-gpio.c -index 088772ebef9b..57d5b6dc0dd0 100644 --- a/drivers/spi/spi-gpio.c +++ b/drivers/spi/spi-gpio.c -@@ -242,10 +242,12 @@ static int spi_gpio_setup(struct spi_device *spi) +@@ -242,10 +242,12 @@ static int spi_gpio_setup(struct spi_dev * The CS GPIOs have already been * initialized from the descriptor lookup. */ |