Re: [PATCH v3 06/19] arch/loongarch: Implement with generic helpers

2023-06-28 Thread WANG Xuerui
Hi, On 2023/4/17 20:56, Thomas Zimmermann wrote: Replace the architecture's fbdev helpers with the generic ones from . No functional changes. v2: * use default implementation for fb_pgprotect() (Arnd) Signed-off-by: Thomas Zimmermann Cc: Huacai Chen Cc: WANG Xuerui --- arch

Re: [PATCH v3 10/24] sparc: Remove COMMAND_LINE_SIZE from uapi

2023-02-14 Thread WANG Xuerui
On 2023/2/14 16:50, Sergey Shtylyov wrote: On 2/14/23 10:49 AM, Alexandre Ghiti wrote: From: Palmer Dabbelt As far as I can tell this is not used by userspace and thus should not be part of the user-visible API. Signed-off-by: Palmer Dabbelt --- arch/sparc/include/asm/setup.h | 6

Re: [PATCH] mm: remove kern_addr_valid() completely

2022-10-18 Thread WANG Xuerui
d(addr) (1) - static inline unsigned long pmd_pfn(pmd_t pmd) { return (pmd_val(pmd) & _PFN_MASK) >> _PFN_SHIFT; Acked-by: WANG Xuerui # loongarch Thanks! -- WANG "xen0n" Xuerui Linux/LoongArch mailing list: htt