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 38C62C433F5 for ; Tue, 5 Apr 2022 02:38:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229735AbiDECkM (ORCPT ); Mon, 4 Apr 2022 22:40:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229846AbiDECkA (ORCPT ); Mon, 4 Apr 2022 22:40:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A5FD2921E1 for ; Mon, 4 Apr 2022 18:42:17 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 3BA4C60DDD for ; Mon, 4 Apr 2022 23:58:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89E33C2BBE4; Mon, 4 Apr 2022 23:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649116724; bh=wL0AvquUaltiJYos7r/r/kHsQFf77whBwQb4Z/k9moc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AZeXPyRd9IKFvGmmkuiR2PKFb9V+dDxjvV+cnpm8suKkjNSuxsZ9kbOlpWYtNSHqz 614cUg4CkrMI+GP/Vd9dnAhH+GmTBRMbHr1n82wbY6QAUOZUVI9OCXiu7n0/fK6CDt tLjz7wTVlu+Lc/gM0lDP4fpKJIEYXUCkfMgTjAsSzC3VIX+jf405dOF4asSoK6Aok0 EWOVypN2A6FfwrU+se4IYwID5poRHhDy5r0AuG3wZa4W5vLUaaKqOPWFqGpwkYD34P 4v99tHy7x/cJMy4I8WyOFAf8OL6vN1upp9oNzlE0PNbxg9yaxcqK5wRYGyXIt1rsMg yFysji5OMPrXA== Date: Mon, 4 Apr 2022 16:58:43 -0700 From: Eric Biggers To: Jes Klinke Cc: Peter Huewe , linux-integrity@vger.kernel.org Subject: Re: PATCH: Google security chip, additional DID:VID Message-ID: References: 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-integrity@vger.kernel.org On Mon, Apr 04, 2022 at 04:44:57PM -0700, Jes Klinke wrote: > I have sent a separate email to the list with the patch, in which I > have cut out the long explanation, added Signed-off-by, and added the > delimiter for the diff. Let me know if there are anything else I have > overlooked. > > Regards > Jes Please use 'git format-patch', as submitting-patches.rst recommends. Also run scripts/checkpatch.pl on your patch. That will ensure that your patch is in the correct format. As-is, your patch doesn't apply. - Eric