Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934093AbbKSL03 (ORCPT ); Thu, 19 Nov 2015 06:26:29 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:51096 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758193AbbKSL00 (ORCPT ); Thu, 19 Nov 2015 06:26:26 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, "linux-snps-arc@lists.infradead.org" Cc: Chen Gang , "vgupta@synopsys.com" , "dhowells@redhat.com" , "linux@arm.linux.org.uk" , "geert@linux-m68k.org" , "gerg@uclinux.org" , "jonas@southpole.se" , "abrodkin@synopsys.com" , Andrew Morton , "linux-arch@vger.kernel.org" , kernel mailing list , "linux-m68k@lists.linux-m68k.org" Subject: Re: [PATCH] include: asm-generic: page.h: Remove useless get_user_page and free_user_page Date: Thu, 19 Nov 2015 12:25:45 +0100 Message-ID: <5663971.11WtULN11Y@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:dkRECWtbzevwTTOZ+IwXXEh31XOVvxW3hICwiWSvBjXSPsnc25a RYM+h9CL6HIoCd/JZ8uxMyYLCMQJ+CbZP4iqjaIlEam0t4/9PKdfP50gRLjDN3xWEh7RPiu cLbBWi70V7K3PXnZRlypmZueW3s1rn93M0c6N+3ZHDkbzd3GlRPEWKRz7G0uTNXU5lF34i4 TRWQK9YLHc057tQ3OGdWw== X-UI-Out-Filterresults: notjunk:1;V01:K0:lOn0TjemJ5U=:u7co9X3QOrmXpcgEVxFSkc KGhoCFGD7zeiYW2pa2d80ZIkaz9yCOsp6SQjff/bogQ3xU80M6XPHe2wqQhTf2RIZlo7WwXH7 HrQnWgmsLzNiDBSTXSzIwW6Q6kgp8jNuNYeP52ttWT/opJSpYTO9+oEzdcnYKbDxbZuizIanu iLgdNdRgUynt8prOMTJ92tkB9t+xLVygH6rymEuVxM81nB2Tj6W+NHO4oVq9QhJ0xI4FZjE+8 Jvf1rqm8pNFuIg5PV5dwY2WYE7HcghgYpsZ/9RC8xWtRmhYRW8jg5JRTMFGUe2W+2O4F6JOgS ynt0uxXtehMoNxMx7fNPXUSnssn4wJF06ayYmfjw2wds6dWlnBptcArEB+ycN5eAcH+COR5RC IJBZKVQOhP1uOTEs0GPRuGd2r/QS3stl/zBjGIOtESFXMRSkFgia7gudtBcTWn1EoBQ3NuCxm El+s29YVz7HRBjC16rvFyXLSncrA9LGHrTqHOS6TnUngiciciTGfbsMu7zypMKVhEIFdQBGSF Mdzt6xShBtTONJzgjOriz0H98WlXaNpgWlINLs6zXlHiQwX96rAbJ94BdNYpAeZor+qwX5U4F FgZ+4jlP43mfuSpEFzl1sjPd5CPhXvaMoob3QZAZXkPTUvkwaI9gRkOOZ8ae6PcCKQ09snJH2 M/vT+jSdUClmjZynRXdEE08Aktr4u0Wq/gB0rDrSmoncCWCwh0s5asVq6Q3e/Xvfuatg0RL6r yW+WdhbxjX5/zSbN Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 29 On Thursday 19 November 2015 03:40:25 Chen Gang wrote: > diff --git a/include/asm-generic/page.h b/include/asm-generic/page.h > index 37d1fe2..67cfb7d 100644 > --- a/include/asm-generic/page.h > +++ b/include/asm-generic/page.h > @@ -24,9 +24,6 @@ > > #ifndef __ASSEMBLY__ > > -#define get_user_page(vaddr) __get_free_page(GFP_KERNEL) > -#define free_user_page(page, addr) free_page(addr) > - > #define clear_page(page) memset((page), 0, PAGE_SIZE) > #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) > > Looks good. I can take the asm-generic portion when you split it up, and I can also help you merge the remaining patches in case some of the arch maintainers fail to pick them up. I think all five of them are actively maintained though, so the patches should just go through the respective architecture trees. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/