Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Bruce Ashfield
On Fri, Jun 11, 2021 at 12:15 PM Alexey Brodkin via lists.yoctoproject.org wrote: > > Hi Bruce, > > Looks like you were trying to fix-up an author of > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/commit/?h=yocto-5.10&id=b12e322c9f3144e3b18c8723790dc027476b3c70 > but mistakenly

Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Bruce Ashfield
On Fri, Jun 11, 2021 at 1:00 PM Alexey Brodkin wrote: > > Hi Bruce, > > > The author as it comes in on your patches is rejected by the yocto git > > servers, so yes, it had to be fixed up. > > Do you know what needs to be done to get that fixed? > I hope to keep sending patches from time to time >

Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Alexey Brodkin
Hi Bruce, > The author as it comes in on your patches is rejected by the yocto git > servers, so yes, it had to be fixed up. Do you know what needs to be done to get that fixed? I hope to keep sending patches from time to time (and was about to send yet another one just now), so would be good to

Re: [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM

2021-06-11 Thread Stephen Brennan
Mike Rapoport writes: > From: Mike Rapoport > > There are no architectures that support DISCONTIGMEM left. > > Remove the configuration option and the dead code it was guarding in the > generic memory management code. > > Signed-off-by: Mike Rapoport > --- > include/asm-generic/memory_model.h |

Re: [linux-yocto] [PATCH] ARC: Rename nSIM HS to HAPS HS

2021-06-11 Thread Alexey Brodkin
> > > The author as it comes in on your patches is rejected by the yocto git > > > servers, so yes, it had to be fixed up. > > > > Do you know what needs to be done to get that fixed? > > I hope to keep sending patches from time to time > > (and was about to send yet another one just now), > > so w

[PATCH] gcc: Fixes for ARC

2021-06-11 Thread Alexey Brodkin
A couple of fixes to be a part of 11.2 whenever it happens 1. https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=0061fabeb9393c362601486105202cfe837a5a68 Fixes "harfbuzz" build, see https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/382 for all the gory details. 2. https

[PATCH] gcc: Fixes for ARC

2021-06-11 Thread Alexey Brodkin
A couple of fixes to be a part of 11.2 whenever it happens 1. https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=0061fabeb9393c362601486105202cfe837a5a68 Fixes "harfbuzz" build, see https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/382 for all the gory details. 2. https

Re: [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM

2021-06-11 Thread Mike Rapoport
On Fri, Jun 11, 2021 at 01:53:48PM -0700, Stephen Brennan wrote: > Mike Rapoport writes: > > From: Mike Rapoport > > > > There are no architectures that support DISCONTIGMEM left. > > > > Remove the configuration option and the dead code it was guarding in the > > generic memory management code.