[PATCH AUTOSEL 4.9 01/27] ARC: u-boot args: check that magic number is correct

2019-03-29 Thread Sasha Levin
From: Eugeniy Paltsev [ Upstream commit edb64bca50cd736c6894cc6081d5263c007ce005 ] In case of devboards we really often disable bootloader and load Linux image in memory via JTAG. Even if kernel tries to verify uboot_tag and uboot_arg there is sill a chance that we treat some garbage in register

[PATCH AUTOSEL 4.14 01/37] ARC: u-boot args: check that magic number is correct

2019-03-29 Thread Sasha Levin
From: Eugeniy Paltsev [ Upstream commit edb64bca50cd736c6894cc6081d5263c007ce005 ] In case of devboards we really often disable bootloader and load Linux image in memory via JTAG. Even if kernel tries to verify uboot_tag and uboot_arg there is sill a chance that we treat some garbage in register

[PATCH AUTOSEL 4.14 02/37] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

2019-03-29 Thread Sasha Levin
From: Corentin Labbe [ Upstream commit 0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97 ] We have now a HSDK device in our kernelci lab, but kernel builded via the hsdk_defconfig lacks ramfs supports, so it cannot boot kernelci jobs yet. So this patch enable CONFIG_BLK_DEV_RAM in hsdk_defconfig. Signe

[PATCH AUTOSEL 4.19 02/52] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

2019-03-29 Thread Sasha Levin
From: Corentin Labbe [ Upstream commit 0728aeb7ead99a9b0dac2f3c92b3752b4e02ff97 ] We have now a HSDK device in our kernelci lab, but kernel builded via the hsdk_defconfig lacks ramfs supports, so it cannot boot kernelci jobs yet. So this patch enable CONFIG_BLK_DEV_RAM in hsdk_defconfig. Signe

[PATCH AUTOSEL 4.19 01/52] ARC: u-boot args: check that magic number is correct

2019-03-29 Thread Sasha Levin
From: Eugeniy Paltsev [ Upstream commit edb64bca50cd736c6894cc6081d5263c007ce005 ] In case of devboards we really often disable bootloader and load Linux image in memory via JTAG. Even if kernel tries to verify uboot_tag and uboot_arg there is sill a chance that we treat some garbage in register

[PATCH] ARC: PAE40: don't panic and instead turn off hw ioc

2019-03-29 Thread Vineet Gupta
HSDK currently panics when built for HIGHMEM/ARC_HAS_PAE40 because ioc is enabled with default which doesn't for the 2 non contiguous memory nodes. So get PAE working with ioc disabled instead Tested with !PAE40 by forcing @ioc_enable=0 and running the glibc testsuite over ssh Signed-off-by: Vin

Re: [PATCH] trivial: MAINTAINERS: fix bad file pattern

2019-03-29 Thread Joe Perches
On Fri, 2019-03-29 at 17:57 +0300, Eugeniy Paltsev wrote: > Fix bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE > AXI DMAC DRIVER' NAK > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -14987,7 +14987,7 @@ F: > Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt > SYNOPSYS

[PATCH] trivial: MAINTAINERS: fix bad file pattern

2019-03-29 Thread Eugeniy Paltsev
Fix bad file pattern in MAINTAINERS section 'SYNOPSYS DESIGNWARE AXI DMAC DRIVER' Reported-by: Joe Perches Signed-off-by: Eugeniy Paltsev --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..30f5156336ed 100644 --- a/M