Re: [PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES

2018-10-05 Thread Andrew Morton
On Fri, 5 Oct 2018 00:07:04 +0300 Mike Rapoport wrote: > When a memblock allocation APIs are called with align = 0, the alignment is > implicitly set to SMP_CACHE_BYTES. > > Replace all such uses of memblock APIs with the 'align' parameter explicitly > set to SMP_CACHE_BYTES and stop implicit

Re: [PATCH 33/36] dt-bindings: arm: Convert Tegra board/soc bindings to json-schema

2018-10-05 Thread Rob Herring
On Fri, Oct 5, 2018 at 5:20 PM Marcel Ziswiler wrote: > > Hi Rob > > On Fri, 2018-10-05 at 11:58 -0500, Rob Herring wrote: > > Convert Tegra SoC bindings to DT schema format using json-schema. > > [...] > Are you aware that -next already features a few updating commits > thereof from around the

Re: [RFC PATCH 0/9] patchable function pointers for pluggable crypto routines

2018-10-05 Thread Jason A. Donenfeld
Hi Ard, On Fri, Oct 5, 2018 at 10:13 AM Ard Biesheuvel wrote: > At the moment, the Zinc library [1] is being proposed as a solution for that, > and while it does address the usability problems, it does a lot more than > that, and what we end up with is a lot less flexible than what we have now.

Re: [PATCH] powerpc: Don't print kernel instructions in show_user_instructions()

2018-10-05 Thread Jann Horn
On Fri, Oct 5, 2018 at 3:21 PM Michael Ellerman wrote: > Recently we implemented show_user_instructions() which dumps the code > around the NIP when a user space process dies with an unhandled > signal. This was modelled on the x86 code, and we even went so far as > to implement the exact same bug

[PATCH AUTOSEL 4.18 24/48] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size

2018-10-05 Thread Sasha Levin
From: Nicholas Piggin [ Upstream commit 71d29f43b6332badc5598c656616a62575e83342 ] THP paths can defer splitting compound pages until after the actual remap and TLB flushes to split a huge PMD/PUD. This causes radix partition scope page table mappings to get out of synch with the host qemu page

Re: [RFC PATCH 1/9] kernel: add support for patchable function pointers

2018-10-05 Thread Jason A. Donenfeld
On Fri, Oct 5, 2018 at 7:29 PM Andy Lutomirski wrote: > (None of this is to say that I disagree with Jason, though -- I'm not > entirely convinced that this makes sense for Zinc. But maybe it can > be done in a way that makes everyone happy.) Zinc indeed will continue to push in the simpler and

Re: [RFC PATCH 1/9] kernel: add support for patchable function pointers

2018-10-05 Thread Jason A. Donenfeld
Hey Andy, On Fri, Oct 5, 2018 at 7:44 PM Andy Lutomirski wrote: > I *think* the only change to Zinc per se would be that the calls like > chacha20_simd() would be static calls or patchable functions or > whatever we want to call them. And there could be a debugfs to > override the default select

Re: [PATCH 33/36] dt-bindings: arm: Convert Tegra board/soc bindings to json-schema

2018-10-05 Thread Marcel Ziswiler
Hi Rob On Fri, 2018-10-05 at 11:58 -0500, Rob Herring wrote: > Convert Tegra SoC bindings to DT schema format using json-schema. > > Cc: Mark Rutland > Cc: Thierry Reding > Cc: Jonathan Hunter > Cc: devicet...@vger.kernel.org > Cc: linux-te...@vger.kernel.org > Signed-off-by: Rob Herring > --

<    1   2