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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 0FD57C433DF for ; Fri, 22 May 2020 07:11:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C41C020757 for ; Fri, 22 May 2020 07:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590131489; bh=RK0sDSR+/5X7EHAHMKlK+l1aCrRrHSUPw39hiJQ067c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Lq+jpOt2Qlxbzt9CQZjQ1qDEIxQLYYrmao9hKAEfao7STaSN2LliOmSKax1GCOFrN ZcyA9XnGGELX8QQLXyXfHdU0eSzwDqmMzJga+j2rjkAhqmJE7VP5U1ivmrvZtUX2pg OQAuzTJgoTmAway6Uyw9ivtnmaWoXvYLbPKh1kAg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728435AbgEVHL3 (ORCPT ); Fri, 22 May 2020 03:11:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:36510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726578AbgEVHL1 (ORCPT ); Fri, 22 May 2020 03:11:27 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C23632072C; Fri, 22 May 2020 07:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590131487; bh=RK0sDSR+/5X7EHAHMKlK+l1aCrRrHSUPw39hiJQ067c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o/dLCgIDjw9BFbgWVW+8EJNf783rEnWRBPkvWRwWKY8qQPq4GAvaGXPZxynng9EXd CtJgC54G304K3qGYtmvZAhhPV4B87Nd+v2G6VB7GpzU9RP9s9Se/RJU6VWKZxRYZNL mgQu/fPX+glM8Qhai5jkXE399sqeQxZ5K0bfQc6s= Date: Fri, 22 May 2020 09:11:23 +0200 From: Greg KH To: Andra Paraschiv Cc: linux-kernel@vger.kernel.org, Anthony Liguori , Benjamin Herrenschmidt , Colm MacCarthaigh , Bjoern Doebel , David Woodhouse , Frank van der Linden , Alexander Graf , Martin Pohlack , Matt Wilson , Paolo Bonzini , Balbir Singh , Stefano Garzarella , Stefan Hajnoczi , Stewart Smith , Uwe Dannowski , kvm@vger.kernel.org, ne-devel-upstream@amazon.com Subject: Re: [PATCH v2 16/18] nitro_enclaves: Add sample for ioctl interface usage Message-ID: <20200522071123.GI771317@kroah.com> References: <20200522062946.28973-1-andraprs@amazon.com> <20200522062946.28973-17-andraprs@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200522062946.28973-17-andraprs@amazon.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 22, 2020 at 09:29:44AM +0300, Andra Paraschiv wrote: > Signed-off-by: Alexandru Vasile > Signed-off-by: Andra Paraschiv No changelog? > --- > samples/nitro_enclaves/.gitignore | 2 + > samples/nitro_enclaves/Makefile | 28 + > .../include/linux/nitro_enclaves.h | 23 + > .../include/uapi/linux/nitro_enclaves.h | 77 +++ Why are you not using the uapi files from the kernel itself? How are you going to keep these in sync? thanks, greg k-h