Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7859026ybi; Thu, 6 Jun 2019 02:41:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqwT0NF7gLUPngMbc67hyie+UVwyvZ3ucYtkq3LurUDCHBuP7NrF3rREP216FgH0RyYjpTJh X-Received: by 2002:a17:90a:258b:: with SMTP id k11mr7814920pje.110.1559814115250; Thu, 06 Jun 2019 02:41:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559814115; cv=none; d=google.com; s=arc-20160816; b=rnMet6IVFvG+s/GQV2pN3dS8D7uXpGJNnjM8fpCKM0nlQGBm1NF4K4ldD9I5ZpiW+5 wGpqeyOl+JJlSrSykGrbsRcN3N1HGEP9c19rVmqd+Dx7byidnQipf04JpdGPXdAhAwmT q7TC8Llc4FVEfIBWNNl6JL15PdxWW5hand+kd2YOp+MVSLmgzOeBl450g1yJQ70/o108 32lL3LsHIfNezORBv7Ju9trI/hV4YUiO9jdGSqNHdoY0fTGWN9C8IrEIEahw1wYP2w6T SEpbqEz+A6lrLKlzYLtjVBBbfdhn40e7nFPJR4xTJTHxRvSbMigLz3MmRSOXCPY+bk3B FjsQ== 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=Pcv01JWyMqbvIwLD7mO/DfHcVxueMfCmw29xhrGjk80=; b=BqXJvbimcgfA5eDUtR8vsC7LLLuAMaikxtOpHFCVLMaCjH0FInwVYGXC+1hstUOqMS OT46DQZeQcd73XLSuZMznN3rpeJ+LoQmZk4qxu9wHqwTfOAZfe8Lg0uQ2TRKeJ30wVKF 6nlK/OGgl64tkBU0QBve4wIktFX0svpt1NzvzskGqztXZsu6qedZT1mG3z4bTwMKsDxU AhyXx/ct8UfJuUKANKAG15dbgJKOSZusgdiBuzCfXLnnVEtOJraNSE00Njhi7KSROA+e EauJitu+zAJuTT7cogkM02P5IncTq80+cRGS/q8qoBV39jqPgxTPI6NE6uy3qZ0uPTTe o8Bg== 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 b20si1429868pjo.107.2019.06.06.02.41.38; Thu, 06 Jun 2019 02:41:55 -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 S1727897AbfFFJjx (ORCPT + 99 others); Thu, 6 Jun 2019 05:39:53 -0400 Received: from foss.arm.com ([217.140.101.70]:43958 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727359AbfFFJjx (ORCPT ); Thu, 6 Jun 2019 05:39:53 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0B1DB341; Thu, 6 Jun 2019 02:39:53 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E8BBF3F690; Thu, 6 Jun 2019 02:39:50 -0700 (PDT) Date: Thu, 6 Jun 2019 10:39:46 +0100 From: Will Deacon To: Kees Cook Cc: "George G. Davis" , Catalin Marinas , Andy Lutomirski , Will Drewry , Jiri Kosina , Julien Grall , Kristina Martsenko , Ard Biesheuvel , Mark Rutland , "moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)" , open list Subject: Re: [PATCH 1/3] ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix Message-ID: <20190606093946.GA6795@fuggles.cambridge.arm.com> References: <1559766612-12178-1-git-send-email-george_davis@mentor.com> <201906051503.010FF2AF@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201906051503.010FF2AF@keescook> User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 05, 2019 at 03:04:06PM -0700, Kees Cook wrote: > On Wed, Jun 05, 2019 at 04:30:09PM -0400, George G. Davis wrote: > > Fix a s/TIF_SECOMP/TIF_SECCOMP/ comment typo > > > > Cc: Jiri Kosina > > Signed-off-by: George G. Davis > > Sneaky missing "C"! :) > > Reviewed-by: Kees Cook I've already got a few arm64 patches for -rc4, so I'll include this one in my pull as it's harmless. Cheers, Will