Re: [RFC PATCH 00/13] ARC: handle the lack of ZOL support

2022-03-03 Thread Sergey Matyukevich
Hi Vineet, > Thx for doing this. I think the series mixes a few things not related to ZOL > removal - the changelog for removal of -Os specific code seems incorrect > etc. > Let me repost with slight more cleanups. Great. I will help with testing of the updated version. Regards, Sergey

Re: [PATCH V3 05/30] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

2022-03-03 Thread Catalin Marinas
Hi Anshuman, On Mon, Feb 28, 2022 at 04:17:28PM +0530, Anshuman Khandual wrote: > +static inline pgprot_t __vm_get_page_prot(unsigned long vm_flags) > +{ > + switch (vm_flags & (VM_READ | VM_WRITE | VM_EXEC | VM_SHARED)) { > + case VM_NONE: > + return PAGE_NONE; > + case