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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 93DAFC433E2 for ; Tue, 15 Sep 2020 16:22:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6764220756 for ; Tue, 15 Sep 2020 16:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726320AbgIOQWp (ORCPT ); Tue, 15 Sep 2020 12:22:45 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:49549 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727430AbgIOQWV (ORCPT ); Tue, 15 Sep 2020 12:22:21 -0400 Received: from ip5f5af089.dynamic.kabel-deutschland.de ([95.90.240.137] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kIDNS-0005wg-Oh; Tue, 15 Sep 2020 16:00:18 +0000 Date: Tue, 15 Sep 2020 18:00:18 +0200 From: Christian Brauner To: Kees Cook Cc: linux-kernel@vger.kernel.org, Thadeu Lima de Souza Cascardo , Max Filippov , Michael Ellerman , Christian Brauner , Andy Lutomirski , Will Drewry , linux-kselftest@vger.kernel.org, linux-mips@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 06/15] selftests/seccomp: mips: Remove O32-specific macro Message-ID: <20200915160018.fstuxjp5mkwieweq@wittgenstein> References: <20200912110820.597135-1-keescook@chromium.org> <20200912110820.597135-7-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200912110820.597135-7-keescook@chromium.org> Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Sat, Sep 12, 2020 at 04:08:11AM -0700, Kees Cook wrote: > Instead of having the mips O32 macro special-cased, pull the logic into > the SYSCALL_NUM() macro. Additionally include the ABI headers, since > these appear to have been missing, leaving __NR_O32_Linux undefined. > > Signed-off-by: Kees Cook > --- Looks good! Acked-by: Christian Brauner