Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp8563495ybn; Tue, 1 Oct 2019 09:52:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqw9W3xujEqKEipDVEKdYANR0Qq0sobNwhKNy4BLwWEZRiHkeDbbFUtKotZf2pY6PlYbfFIU X-Received: by 2002:a17:906:3190:: with SMTP id 16mr5048833ejy.202.1569948736953; Tue, 01 Oct 2019 09:52:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569948736; cv=none; d=google.com; s=arc-20160816; b=DVjqvd5fY6kMZWULh1RgWNGcsGlmwWEoS8lKxm+hNeynDgw6XB56kG63k+USIpQIzJ dDhrcS51JRbigQMZYZdVUrk8EsbVkwhIP1kyXBTKMDvi1NgoB2sL4E16dDwa6n0hfo0Y JvZ3F5+I2VcK4Gg7MR/lrm73zC8q9knHhG8UmLbdLVKdn4pAXx0TP/rY+t6iHSc1xnKu WEreVZDSGkJP3uS9Qm/NR/q+akeeoPP8NV9yDtTUKuA6/DiKHsvpzusrC9/UC0WL1uhv sV4VFnKUu5umCVwRuJ3eN6WPVhX2wFvvfrP67iJsAOcv0Pgtn4B+UizWsdmyNcFeUJJh Q5CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=wF3rFfjAJJyhKPX/LBuknbo72Ndp2mNZGjiouRW1aGM=; b=yWlJEgV0Fp24T7SIkf+bJv/RkvFR7vYVVCr5KRutUSsLhxFIlGgKVKqe7EekrNLdZO 2jYi/KkXIRzZcQ+cEpS+jKjUvRbJSkb7OVvOKK+in0oxjmI0o6NAC/Ata/+iqa6sor+J pEphbxdzN5SGTLKm8YLhN288kN6VB1l6WFwvOAZKcYNmooJ4Ee3ZrC3D7167kMpNvwm0 ox6XDf14GbLMJi5o16VaAe+sIA5JQiJxCrLtGShrkFBAEhHsu2FDJjuVh07z31OUFN0S 2lxULEWGXDkgmR3xo1M//nnhBYT+aE5Z881AV3eLhIiuSGeIWZv72mex+bL2Ggrbq2vJ IN6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v27si9260533ejb.182.2019.10.01.09.51.52; Tue, 01 Oct 2019 09:52:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732709AbfJAQCF (ORCPT + 99 others); Tue, 1 Oct 2019 12:02:05 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:43234 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728249AbfJAQCE (ORCPT ); Tue, 1 Oct 2019 12:02:04 -0400 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iFKaw-0000Ns-A7; Tue, 01 Oct 2019 16:01:46 +0000 Date: Tue, 1 Oct 2019 18:01:45 +0200 From: Christian Brauner To: Aleksa Sarai , Kees Cook Cc: Ingo Molnar , Peter Zijlstra , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Rasmus Villemoes , Al Viro , Linus Torvalds , libc-alpha@sourceware.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/4] lib: introduce copy_struct_from_user() helper Message-ID: <20191001160144.z4y7gz4yla76apq4@wittgenstein> References: <20191001011055.19283-1-cyphar@cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191001011055.19283-1-cyphar@cyphar.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 01, 2019 at 11:10:51AM +1000, Aleksa Sarai wrote: > Patch changelog: > v4: > * __always_inline copy_struct_from_user(). [Kees Cook] > * Rework test_user_copy.ko changes. [Kees Cook] > v3: > > v2: > v1: > > This series was split off from the openat2(2) syscall discussion[1]. > However, the copy_struct_to_user() helper has been dropped, because > after some discussion it appears that there is no really obvious > semantics for how copy_struct_to_user() should work on mixed-vintages > (for instance, whether [2] is the correct semantics for all syscalls). > > A common pattern for syscall extensions is increasing the size of a > struct passed from userspace, such that the zero-value of the new fields > result in the old kernel behaviour (allowing for a mix of userspace and > kernel vintages to operate on one another in most cases). > > Previously there was no common lib/ function that implemented > the necessary extension-checking semantics (and different syscalls > implemented them slightly differently or incompletely[3]). This series > implements the helper and ports several syscalls to use it. > > Some in-kernel selftests are included in this patch. More complete > self-tests for copy_struct_from_user() are included in the openat2() > patchset. > > [1]: https://lore.kernel.org/lkml/20190904201933.10736-1-cyphar@cyphar.com/ > > [2]: commit 1251201c0d34 ("sched/core: Fix uclamp ABI bug, clean up and > robustify sched_read_attr() ABI logic and code") > > [3]: For instance {sched_setattr,perf_event_open,clone3}(2) all do do > similar checks to copy_struct_from_user() while rt_sigprocmask(2) > always rejects differently-sized struct arguments. > > Aleksa Sarai (4): > lib: introduce copy_struct_from_user() helper > clone3: switch to copy_struct_from_user() > sched_setattr: switch to copy_struct_from_user() > perf_event_open: switch to copy_struct_from_user() > > include/linux/bitops.h | 7 ++ > include/linux/uaccess.h | 70 +++++++++++++++++++ > include/uapi/linux/sched.h | 2 + > kernel/events/core.c | 47 +++---------- > kernel/fork.c | 34 ++-------- > kernel/sched/core.c | 43 ++---------- > lib/strnlen_user.c | 8 +-- > lib/test_user_copy.c | 136 +++++++++++++++++++++++++++++++++++-- > lib/usercopy.c | 55 +++++++++++++++ > 9 files changed, 288 insertions(+), 114 deletions(-) I've picked this up now and it's sitting in https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=copy_struct_from_user It should show up in linux-next tomorrow. I will let this sit there for a few days but overall this seems good to have in rc2. If someone objects and prefers to take it through their tree I can drop it. Christian