From 0cda4af005f22f3e9a18a1760d8482be1a45e02a Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Mon, 17 Sep 2018 11:52:06 +0200 Subject: 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 --- .../421-rtc-armada38x-reset-after-rtc-power-loss.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'target/linux/mvebu') 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 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 - -- cgit v1.2.3