[PATCH] ARC: Remove 0x prefix from unit-address of node names

2018-12-07 Thread Alexey Brodkin
Done automatically with help of: --->8 sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts* --->8 Inspired by [1] and the like. [1] http://kisskb.ellerman.id.au/kisskb/buildresult/13612017/ Signed-off-by: Alexey

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 09:52

2018-12-07 Thread noreply
OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 09:52 http://kisskb.ellerman.id.au/kisskb/buildresult/13612266/ Commit: Merge tag 'for-linus-20181207' of git://git.kernel.dk/linux-block 0b43a299794ee9dba2dc1b0f0290b1acab9d445d Compiler: arc-linux-gcc.br_real (Buildroot 2016.11-git

kisskb: OK linus/axs101_defconfig/arcompact Sat Dec 08, 08:06

2018-12-07 Thread noreply
OK linus/axs101_defconfig/arcompact Sat Dec 08, 08:06 http://kisskb.ellerman.id.au/kisskb/buildresult/13612017/ Commit: Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 52f842ccd615564a75ef45f8a0985ff14a0a61ce Compiler:

kisskb: OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 08:05

2018-12-07 Thread noreply
OK linus/axs103_smp_defconfig/arcv2 Sat Dec 08, 08:05 http://kisskb.ellerman.id.au/kisskb/buildresult/13612016/ Commit: Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 52f842ccd615564a75ef45f8a0985ff14a0a61ce Compiler:

Re: [REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()

2018-12-07 Thread Doug Anderson
Hi, On Fri, Dec 7, 2018 at 9:42 AM Catalin Marinas wrote: > > On Tue, Dec 04, 2018 at 07:38:24PM -0800, Douglas Anderson wrote: > > Douglas Anderson (4): > > kgdb: Remove irq flags from roundup > > kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() > > kgdb: Don't round

Re: [REPOST PATCH v6 0/4] kgdb: Fix kgdb_roundup_cpus()

2018-12-07 Thread Catalin Marinas
On Tue, Dec 04, 2018 at 07:38:24PM -0800, Douglas Anderson wrote: > Douglas Anderson (4): > kgdb: Remove irq flags from roundup > kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() > kgdb: Don't round up a CPU that failed rounding up before > kdb: Don't back trace on a

Re: [PATCH v2 2/2] kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops

2018-12-07 Thread Michael Ellerman
Christophe Leroy writes: > checkpatch.pl reports the following: > > WARNING: struct kgdb_arch should normally be const > #28: FILE: arch/mips/kernel/kgdb.c:397: > +struct kgdb_arch arch_kgdb_ops = { > > This report makes sense, as all other ops struct, this > one should also be const. This