From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116071 invoked by alias); 1 Oct 2019 02:36:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 116063 invoked by uid 89); 1 Oct 2019 02:36:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy= X-HELO: youngberry.canonical.com Date: Tue, 01 Oct 2019 02:36:00 -0000 From: Christian Brauner To: Aleksa Sarai Cc: Ingo Molnar , Peter Zijlstra , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Kees Cook , Rasmus Villemoes , Al Viro , Linus Torvalds , libc-alpha@sourceware.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 4/4] perf_event_open: switch to copy_struct_from_user() Message-ID: <20191001023606.bkcji3tt6bgu6p5a@wittgenstein> References: <20191001011055.19283-1-cyphar@cyphar.com> <20191001011055.19283-5-cyphar@cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191001011055.19283-5-cyphar@cyphar.com> User-Agent: NeoMutt/20180716 X-SW-Source: 2019-10/txt/msg00011.txt.bz2 On Tue, Oct 01, 2019 at 11:10:55AM +1000, Aleksa Sarai wrote: > The change is very straightforward, and helps unify the syscall > interface for struct-from-userspace syscalls. > > Reviewed-by: Kees Cook > Signed-off-by: Aleksa Sarai Reviewed-by: Christian Brauner