kisskb: OK linux-next/axs101_defconfig/arcompact Mon Dec 03, 19:41

2018-12-03 Thread noreply
OK linux-next/axs101_defconfig/arcompact Mon Dec 03, 19:41 http://kisskb.ellerman.id.au/kisskb/buildresult/13606058/ Commit: Add linux-next specific files for 20181203 210b1fd6d537597818f00d72d63652f137d1f41e Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4

RE: [PATCH v2] ARC: io.h: Implement reads{x}()/writes{x}()

2018-12-03 Thread David Laight
From: Vineet Gupta ... > > It also seems to have used a different type of loop to the > > other example, probably less efficient. > > (Not that I'm an expert on ARC opcodes.) > > The difference is due to ISA and ensuing ARC gcc backends. ARCompact based > cores > don't support unaligned access an

Re: [PATCH v2] ARC: change defconfig defaults to ARCv2

2018-12-03 Thread Alexey Brodkin
Hi Sasha, On Sun, 2018-12-02 at 06:49 +, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: 4.4.+ > > The bot has tested the following trees: v

Re: [PATCH v6 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

2018-12-03 Thread Daniel Thompson
On Tue, Nov 27, 2018 at 09:38:37AM -0800, Douglas Anderson wrote: > When I had lockdep turned on and dropped into kgdb I got a nice splat > on my system. Specifically it hit: > DEBUG_LOCKS_WARN_ON(current->hardirq_context) > > Specifically it looked like this: > sysrq: SysRq : DEBUG > -

Re: [PATCH v6 1/4] kgdb: Remove irq flags from roundup

2018-12-03 Thread Daniel Thompson
On Tue, Nov 27, 2018 at 09:38:36AM -0800, Douglas Anderson wrote: > The function kgdb_roundup_cpus() was passed a parameter that was > documented as: > > > the flags that will be used when restoring the interrupts. There is > > local_irq_save() call before kgdb_roundup_cpus(). > > Nobody used tho

Re: [PATCH v2] ARC: io.h: Implement reads{x}()/writes{x}()

2018-12-03 Thread Vineet Gupta
On 12/3/18 2:10 AM, David Laight wrote: > From: Vineet Gupta > ... >>> It also seems to have used a different type of loop to the >>> other example, probably less efficient. >>> (Not that I'm an expert on ARC opcodes.) >> The difference is due to ISA and ensuing ARC gcc backends. ARCompact based >