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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3ED23C4332F for ; Thu, 3 Mar 2022 13:06:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233563AbiCCNGt (ORCPT ); Thu, 3 Mar 2022 08:06:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230262AbiCCNGs (ORCPT ); Thu, 3 Mar 2022 08:06:48 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC0F651305; Thu, 3 Mar 2022 05:06:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 58B71B8253F; Thu, 3 Mar 2022 13:06:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F8CCC004E1; Thu, 3 Mar 2022 13:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646312759; bh=rH7GMRdryJ4vXOlSLW4fYujXOBHUP2yNPBkxdY3/pqc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XKjBjXMyfVBu2K3GUcQCQc1njLV/s3+M4ZWtxKF4NAU5NxrVy9KXWuvtqBcyWdtqV RezoeSmnvUU25H5afMgJ3RLNtTTER8TDPcItb9bade2MSwFELbeq4ZuW+iEsFBrFiZ LrlNMt5fsW8+bsUFCaAE9Am+UU/TJn5iQDJYZ+Ok= Date: Thu, 3 Mar 2022 14:05:56 +0100 From: Greg KH To: David Gow Cc: Kees Cook , "Gustavo A. R. Silva" , Nathan Chancellor , Nick Desaulniers , Rasmus Villemoes , Vitor Massaru Iha , Daniel Latypov , Anton Ivanov , Jeff Dike , Richard Weinberger , Masahiro Yamada , Arnd Bergmann , Linux Kernel Mailing List , linux-um , linux-kbuild@vger.kernel.org, KUnit Development , llvm@lists.linux.dev, x86@kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v3 7/7] UAPI: Introduce KUnit userspace compatibility Message-ID: References: <20220227184517.504931-1-keescook@chromium.org> <20220227184517.504931-8-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2022 at 04:27:13PM +0800, David Gow wrote: > On Mon, Feb 28, 2022 at 2:45 AM Kees Cook wrote: > > diff --git a/include/uapi/misc/kunit.h b/include/uapi/misc/kunit.h > > new file mode 100644 > > index 000000000000..afdffda583ae > > --- /dev/null > > +++ b/include/uapi/misc/kunit.h > > @@ -0,0 +1,181 @@ > > +#ifndef __UAPI_MISC_KUNIT_H__ > > +#define __UAPI_MISC_KUNIT_H__ > > +/* > > + * This is a light-weight userspace drop-in replacement for the in-kernel Someone forgot a SPDX license line for the new file. Didn't checkpatch complain about this? :( thanks, greg k-h