Re: [PATCH v2 1/2] ARC: U-boot: check arguments paranoidly

2019-02-15 Thread Vineet Gupta
[...] > -char __initdata *uboot_arg; > +unsigned int __initdata uboot_arg; Why ? In both places it is actually used, it is intended as a pointer. The cast for range check is needed but lets cast there. See below for real reason. > -static inline int is_kernel(unsigned long addr) > +static in

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 10:36

2019-02-15 Thread noreply
OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 10:36 http://kisskb.ellerman.id.au/kisskb/buildresult/13693578/ Commit: Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block 24f0a48743a256bdec1bcb80708bc309da4aa261 Compiler: arc-linux-gcc.br_real (Buildroot 2

kisskb: OK linus/axs101_defconfig/arcompact Sat Feb 16, 10:36

2019-02-15 Thread noreply
OK linus/axs101_defconfig/arcompact Sat Feb 16, 10:36 http://kisskb.ellerman.id.au/kisskb/buildresult/13693579/ Commit: Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block 24f0a48743a256bdec1bcb80708bc309da4aa261 Compiler: arc-buildroot-linux-uclibc-gcc

kisskb: OK linus/axs101_defconfig/arcompact Sat Feb 16, 08:53

2019-02-15 Thread noreply
OK linus/axs101_defconfig/arcompact Sat Feb 16, 08:53 http://kisskb.ellerman.id.au/kisskb/buildresult/13693332/ Commit: Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm ae3fa8bd73c9b64416816ec0e9951cd8695c9854 Compiler: arc-buildr

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 08:53

2019-02-15 Thread noreply
OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 08:53 http://kisskb.ellerman.id.au/kisskb/buildresult/13693331/ Commit: Merge tag 'for-5.0/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm ae3fa8bd73c9b64416816ec0e9951cd8695c9854 Compiler: arc-linux-

[PATCH] ARC: [plat-hsdk]: Add reset controller handle to manage USB reset

2019-02-15 Thread Eugeniy Paltsev
DW USB controller on HSDK hangs sometimes after SW reset, so add reset handle to make possible to reset DW USB controller HW. Signed-off-by: Eugeniy Paltsev --- arch/arc/boot/dts/hsdk.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dt

Re: [PATCH v2 0/2] ARC: rework U-boot arguments handling

2019-02-15 Thread LABBE Corentin
On Thu, Feb 14, 2019 at 06:07:43PM +0300, Eugeniy Paltsev wrote: > Reworking U-boot args handling and enable uboot support > unconditionally. > > Changes v1->v2: > * Drop magic number check [in this patch series] > * Keep comment about cndline appending > > Changes RFC->v1: > * Don't add new A