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=-7.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=ham 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 E22DAC28CC5 for ; Wed, 5 Jun 2019 22:04:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B69C2206BB for ; Wed, 5 Jun 2019 22:04:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="E94e8Jwg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726735AbfFEWEK (ORCPT ); Wed, 5 Jun 2019 18:04:10 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:43750 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726535AbfFEWEK (ORCPT ); Wed, 5 Jun 2019 18:04:10 -0400 Received: by mail-pg1-f196.google.com with SMTP id f25so84255pgv.10 for ; Wed, 05 Jun 2019 15:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=z9pLT8wo4kRTr+gtCA1M1Ly0FQFsqlnRs1HGSmoPjII=; b=E94e8JwgQ1kjzgi3CKj3KO4Qd7M8QoL1kgN7bbFarmoeIjauidKKrEvWajXojiYvQ/ mHIfWo89t6E1p1YP5+1JmZD2CGUB6k9L9m6EsRQC1PazIM8rW/MDn7SUjLgIMcuKKHwh I3kjpWYZ5nH/3EkDoehZP0AFenDdcZAi5161Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=z9pLT8wo4kRTr+gtCA1M1Ly0FQFsqlnRs1HGSmoPjII=; b=AU3MS9zRnOh2NcoqYIOLeGEOMglbo8SAc+e3yZkqX0QC3uW0WFTezb1QNiVsiAGUsQ 66nCfpjKTSDEShWG2WzDXq3QARKAgZAK/vcBCuvjOk9bC/cgOjca3WvW51ZCXyTQTkq5 s/8XjmjWoGgh7rZrkYW9tOMS5c3CQLUEjOJWh/Q5hnK9Uj6ydegzenxETvJnF5WRA+2z oQ69x2JHjWHvzb7fFOxP38PPBb3EdtHduZ2/iFNbjcHFEOlLNoZZE5kn2x5kFBvEkdd6 TfF9eNobo4UyoxNi2kDiAL+oEXcE6rwMf6eD+lN5H3BPDpEpH0YJDeYuBQW/App/0iAM x6KA== X-Gm-Message-State: APjAAAVhev3YKESRXMYAbPlcrjgpCqUz2r+r/wx+rtkhr9Sj5XacWPGd qVoYjTqJcvWihdIQbnuYtbFxTA== X-Google-Smtp-Source: APXvYqygxgCCFNGSe8MQ3vUVRmt6rBIiTDwLWg2bJm+/6PKlMLuvNBmD/F/ExTPEkkybIRsB1JGNnA== X-Received: by 2002:a63:e358:: with SMTP id o24mr68099pgj.78.1559772249489; Wed, 05 Jun 2019 15:04:09 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id m11sm3969pjv.21.2019.06.05.15.04.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 05 Jun 2019 15:04:08 -0700 (PDT) Date: Wed, 5 Jun 2019 15:04:06 -0700 From: Kees Cook To: "George G. Davis" Cc: Catalin Marinas , Will Deacon , 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: <201906051503.010FF2AF@keescook> References: <1559766612-12178-1-git-send-email-george_davis@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559766612-12178-1-git-send-email-george_davis@mentor.com> 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 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 -Kees > --- > arch/arm64/include/asm/thread_info.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h > index eb3ef73e07cf..f1d032be628a 100644 > --- a/arch/arm64/include/asm/thread_info.h > +++ b/arch/arm64/include/asm/thread_info.h > @@ -75,7 +75,7 @@ void arch_release_task_struct(struct task_struct *tsk); > * TIF_SYSCALL_TRACE - syscall trace active > * TIF_SYSCALL_TRACEPOINT - syscall tracepoint for ftrace > * TIF_SYSCALL_AUDIT - syscall auditing > - * TIF_SECOMP - syscall secure computing > + * TIF_SECCOMP - syscall secure computing > * TIF_SIGPENDING - signal pending > * TIF_NEED_RESCHED - rescheduling necessary > * TIF_NOTIFY_RESUME - callback before returning to user > -- > 2.7.4 > -- Kees Cook 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=-7.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED autolearn=ham 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 34AC7C28CC5 for ; Wed, 5 Jun 2019 22:04:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E5979206BB for ; Wed, 5 Jun 2019 22:04:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UHVLso+I"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="E94e8Jwg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E5979206BB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=deHbRpI8kvXSMcFh7bzRJq+Cf+/07cgLkajDBIPF7QA=; b=UHVLso+IkLmxyT WKWHOR+XTMD9trTRR2pe5ZFGSgm25IK0D/SCftRyT/oS74W5ZFBuwksiJAtTYZlhlsiGJ3kCQLDXP B1jpakeKekxiV3zarwdm+YzR6o/+5Ect9z8EyTxL8kSK+j3sy4m/66lmZo7Ot4IHs5TKCfj6T8rGX UzBD7RM+DkeHOqpOqFqQ5i4AAqchJLnQ7Mr4q1kXJs5UqWL0CflfEhKMsWVxCZszqtUpjN+iq4GH0 FCj/fipaICq1BDYjKKgyUnIerG/5k+IdbHp0o+i1jfKdv3OeQ68aBzT2VITZnwOGMGSo82A6rYtBW oBNWq/RGXPA2Tymhk/aA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hYe10-0007MN-RU; Wed, 05 Jun 2019 22:04:14 +0000 Received: from mail-pf1-x441.google.com ([2607:f8b0:4864:20::441]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hYe0x-0007Lc-Oq for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2019 22:04:13 +0000 Received: by mail-pf1-x441.google.com with SMTP id i189so137091pfg.10 for ; Wed, 05 Jun 2019 15:04:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=z9pLT8wo4kRTr+gtCA1M1Ly0FQFsqlnRs1HGSmoPjII=; b=E94e8JwgQ1kjzgi3CKj3KO4Qd7M8QoL1kgN7bbFarmoeIjauidKKrEvWajXojiYvQ/ mHIfWo89t6E1p1YP5+1JmZD2CGUB6k9L9m6EsRQC1PazIM8rW/MDn7SUjLgIMcuKKHwh I3kjpWYZ5nH/3EkDoehZP0AFenDdcZAi5161Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=z9pLT8wo4kRTr+gtCA1M1Ly0FQFsqlnRs1HGSmoPjII=; b=PEKJ9aq8h7DEDpNOYn5CPWl+/15k481SMnjMlZBSQM33Lz7mPUPx37SWbTbb4uCpmE FkHPc1p8yuSvsE0O1gt6imaNGqHaRr8SP5yiIafONKBV+MHDIqesP+8g8hkr3l/tF4XA UcyBz+1/cAXbxfD4IAreoF+Qyp+RIJLz7xfnBY7UePBE66YZGWj/d2sjZQqqf7187kV/ sW6RGpH+dKoB3vpYVQsl7eBVCoiv9DiBkte14Wv0U3gP3HHIwyMbO6q5knkobDAH41c9 HziSTv7RjCqCkpLf0BQlIiiTSUjDBDrEmOlyqnzXd0H9RJweDySBRPJ68eJUQSzn1nD0 lzwA== X-Gm-Message-State: APjAAAWoARz3qqLnipLp7vgZWJq1vKYbZbBPzp5msH0y4umyDNB9gz9e wvwO9jeuvybBxUa+i6T8hClJdg== X-Google-Smtp-Source: APXvYqygxgCCFNGSe8MQ3vUVRmt6rBIiTDwLWg2bJm+/6PKlMLuvNBmD/F/ExTPEkkybIRsB1JGNnA== X-Received: by 2002:a63:e358:: with SMTP id o24mr68099pgj.78.1559772249489; Wed, 05 Jun 2019 15:04:09 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id m11sm3969pjv.21.2019.06.05.15.04.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 05 Jun 2019 15:04:08 -0700 (PDT) Date: Wed, 5 Jun 2019 15:04:06 -0700 From: Kees Cook To: "George G. Davis" Subject: Re: [PATCH 1/3] ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix Message-ID: <201906051503.010FF2AF@keescook> References: <1559766612-12178-1-git-send-email-george_davis@mentor.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1559766612-12178-1-git-send-email-george_davis@mentor.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190605_150411_856989_A0DC37F4 X-CRM114-Status: GOOD ( 14.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Jiri Kosina , Ard Biesheuvel , Catalin Marinas , Will Deacon , open list , Kristina Martsenko , Andy Lutomirski , Julien Grall , Will Drewry , "moderated list:ARM64 PORT \(AARCH64 ARCHITECTURE\)" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 -Kees > --- > arch/arm64/include/asm/thread_info.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h > index eb3ef73e07cf..f1d032be628a 100644 > --- a/arch/arm64/include/asm/thread_info.h > +++ b/arch/arm64/include/asm/thread_info.h > @@ -75,7 +75,7 @@ void arch_release_task_struct(struct task_struct *tsk); > * TIF_SYSCALL_TRACE - syscall trace active > * TIF_SYSCALL_TRACEPOINT - syscall tracepoint for ftrace > * TIF_SYSCALL_AUDIT - syscall auditing > - * TIF_SECOMP - syscall secure computing > + * TIF_SECCOMP - syscall secure computing > * TIF_SIGPENDING - signal pending > * TIF_NEED_RESCHED - rescheduling necessary > * TIF_NOTIFY_RESUME - callback before returning to user > -- > 2.7.4 > -- Kees Cook _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel