diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-15 12:41:26 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-15 13:58:36 +0100 |
commit | 939fa07b041fef58196fba8dd4b5184adb7b4d3f (patch) | |
tree | 85df6f5dd68581ed42fc243153527b3e7c7c147d /target/linux/cns3xxx | |
parent | cae263227ffdec1bd0d005b7752f25b6ebc6f8fa (diff) | |
download | upstream-939fa07b041fef58196fba8dd4b5184adb7b4d3f.tar.gz upstream-939fa07b041fef58196fba8dd4b5184adb7b4d3f.tar.bz2 upstream-939fa07b041fef58196fba8dd4b5184adb7b4d3f.zip |
kernel: bump 4.14 to 4.14.93
Refreshed all patches.
Remove upstreamed:
- 510-f2fs-fix-sanity_check_raw_super-on-big-endian-machines.patch
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/060-pcie_abort.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.14/060-pcie_abort.patch b/target/linux/cns3xxx/patches-4.14/060-pcie_abort.patch index b5f0350571..87b1526c3a 100644 --- a/target/linux/cns3xxx/patches-4.14/060-pcie_abort.patch +++ b/target/linux/cns3xxx/patches-4.14/060-pcie_abort.patch @@ -82,7 +82,7 @@ { @@ -95,6 +168,11 @@ static int cns3xxx_pci_read_config(struc - ret = pci_generic_config_read32(bus, devfn, where, size, val); + ret = pci_generic_config_read(bus, devfn, where, size, val); + if (check_master_abort(bus, devfn, where)) { + printk(KERN_ERR "pci error: %04d:%02x:%02x.%02x %02x(%d)= master_abort on read\n", pci_domain_nr(bus), bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn), where, size); |