diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-17 11:52:06 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-17 15:47:44 +0200 |
commit | 0cda4af005f22f3e9a18a1760d8482be1a45e02a (patch) | |
tree | 35eef68571fbc0af7a152bd59f47fb07f1999b39 /target/linux/mvebu/patches-4.14 | |
parent | 784d7f0251cfd01e12f55776bf858198ff606e3c (diff) | |
download | upstream-0cda4af005f22f3e9a18a1760d8482be1a45e02a.tar.gz upstream-0cda4af005f22f3e9a18a1760d8482be1a45e02a.tar.bz2 upstream-0cda4af005f22f3e9a18a1760d8482be1a45e02a.zip |
kernel: bump 4.14 to 4.14.70
Refreshed all patches.
Added new patch:
- 192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch
This fixes a bug introduced in upstream 4.14.68 which caused targets using
ubifs to produce file-system errors on boot, rendering them useless.
Compile-tested on: cns3xxx, imx6, x86_64
Runtime-tested on: cns3xxx, imx6, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mvebu/patches-4.14')
-rw-r--r-- | target/linux/mvebu/patches-4.14/421-rtc-armada38x-reset-after-rtc-power-loss.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/mvebu/patches-4.14/421-rtc-armada38x-reset-after-rtc-power-loss.patch b/target/linux/mvebu/patches-4.14/421-rtc-armada38x-reset-after-rtc-power-loss.patch index e9291c456f..885e3d7c5e 100644 --- a/target/linux/mvebu/patches-4.14/421-rtc-armada38x-reset-after-rtc-power-loss.patch +++ b/target/linux/mvebu/patches-4.14/421-rtc-armada38x-reset-after-rtc-power-loss.patch @@ -18,8 +18,6 @@ Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> drivers/rtc/rtc-armada38x.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -diff --git a/drivers/rtc/rtc-armada38x.c b/drivers/rtc/rtc-armada38x.c -index 1e4978c..bde53c8c 100644 --- a/drivers/rtc/rtc-armada38x.c +++ b/drivers/rtc/rtc-armada38x.c @@ -30,6 +30,8 @@ @@ -39,7 +37,7 @@ index 1e4978c..bde53c8c 100644 struct value_to_freq *val_to_freq; struct armada38x_rtc_data *data; }; -@@ -226,6 +229,23 @@ static int armada38x_rtc_read_time(struct device *dev, struct rtc_time *tm) +@@ -226,6 +229,23 @@ static int armada38x_rtc_read_time(struc return 0; } @@ -63,7 +61,7 @@ index 1e4978c..bde53c8c 100644 static int armada38x_rtc_set_time(struct device *dev, struct rtc_time *tm) { struct armada38x_rtc *rtc = dev_get_drvdata(dev); -@@ -237,6 +257,9 @@ static int armada38x_rtc_set_time(struct device *dev, struct rtc_time *tm) +@@ -237,6 +257,9 @@ static int armada38x_rtc_set_time(struct if (ret) goto out; @@ -73,6 +71,3 @@ index 1e4978c..bde53c8c 100644 spin_lock_irqsave(&rtc->lock, flags); rtc_delayed_write(time, rtc, RTC_TIME); spin_unlock_irqrestore(&rtc->lock, flags); --- -2.7.4 - |