[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4063465a-126d-9bef-5831-d8340cb9aaec@arm.com>
Date: Mon, 14 Feb 2022 15:33:56 +0530
From: Anshuman Khandual <anshuman.khandual@....com>
To: kernel test robot <lkp@...el.com>, linux-mm@...ck.org
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
Christoph Hellwig <hch@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-arch@...r.kernel.org, Jeff Dike <jdike@...toit.com>,
linux-um@...ts.infradead.org
Subject: Re: [PATCH 23/30] um/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
On 2/14/22 12:10 PM, kernel test robot wrote:
> All errors (new ones prefixed by >>):
>
> arch/x86/um/mem_32.c: In function 'gate_vma_init':
>>> arch/x86/um/mem_32.c:20:26: error: '__P101' undeclared (first use in this function)
> 20 | gate_vma.vm_page_prot = __P101;
> | ^~~~~~
> arch/x86/um/mem_32.c:20:26: note: each undeclared identifier is reported only once for each function it appears in
Also the following instance still has reference to __PXXX symbols.
arch/arm/lib/uaccess_with_memcpy.c: user_ptr = vmap(&dst_page, 1, VM_IOREMAP, __pgprot(__P010));
Will fix both.
Powered by blists - more mailing lists