From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50C48C433E1 for ; Thu, 21 May 2020 02:25:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F4E720748 for ; Thu, 21 May 2020 02:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727933AbgEUCZD (ORCPT ); Wed, 20 May 2020 22:25:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726833AbgEUCZD (ORCPT ); Wed, 20 May 2020 22:25:03 -0400 Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FF11C061A0E; Wed, 20 May 2020 19:25:03 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:601:9f00:477:9e51:a893:b0fe:602a]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id BE16A1275700E; Wed, 20 May 2020 19:25:01 -0700 (PDT) Date: Wed, 20 May 2020 19:24:58 -0700 (PDT) Message-Id: <20200520.192458.1023864875180768397.davem@davemloft.net> To: viro@zeniv.linux.org.uk Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCHES] uaccess-related stuff in net/* From: David Miller In-Reply-To: <20200521003657.GE23230@ZenIV.linux.org.uk> References: <20200511044328.GP23230@ZenIV.linux.org.uk> <20200511.170251.223893682017560321.davem@davemloft.net> <20200521003657.GE23230@ZenIV.linux.org.uk> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 20 May 2020 19:25:01 -0700 (PDT) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Al Viro Date: Thu, 21 May 2020 01:36:57 +0100 > On Mon, May 11, 2020 at 05:02:51PM -0700, David Miller wrote: >> From: Al Viro >> Date: Mon, 11 May 2020 05:43:28 +0100 >> >> > Assorted uaccess-related work in net/*. First, there's >> > getting rid of compat_alloc_user_space() mess in MCAST_... >> > [gs]etsockopt() - no need to play with copying to/from temporary >> > object on userland stack, etc., when ->compat_[sg]etsockopt() >> > instances in question can easly do everything without that. >> > That's the first 13 patches. Then there's a trivial bit in >> > net/batman-adv (completely unrelated to everything else) and >> > finally getting the atm compat ioctls into simpler shape. >> > >> > Please, review and comment. Individual patches in followups, >> > the entire branch (on top of current net/master) is in >> > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git #uaccess.net >> >> I have no problems with this series: >> >> Acked-by: David S. Miller > > OK, rebased on top of current net/master (no conflicts) and pushed out > to the same branch. Patches (for net-next) in followups Looks good, pulled into net-next.