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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1960CC433EF for ; Wed, 3 Nov 2021 01:15:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EED2060E73 for ; Wed, 3 Nov 2021 01:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231829AbhKCBS2 (ORCPT ); Tue, 2 Nov 2021 21:18:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229844AbhKCBS1 (ORCPT ); Tue, 2 Nov 2021 21:18:27 -0400 Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6292FC061714 for ; Tue, 2 Nov 2021 18:15:51 -0700 (PDT) Received: by mail-ed1-x531.google.com with SMTP id 5so3521361edw.7 for ; Tue, 02 Nov 2021 18:15:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2zvCgkl8b/Wk2WXewhtHuS7jVQtKJSDpG2z1kWhZOdM=; b=uykTM8HxpyxLVkotdRmBgm/2SOtdLqJVMmow3Brimq1l+k1IpMMBYMQDTKbf9Uqopa cglMT2z4t9An9rn1HEulyGcudPudiWgrcquv4K043IbjUE4kFIWDCA18NzyXZYh5RqK1 XHBWl+rE8w276wo6+oOmuhiIYH1ask4vFt3ZCVqyc0JDT14mCcxaXhBDTaYJwm93N2br /wAdiZpw3UMWJyBiDEDSe95V3IBRQrIh+Ocz+3RfJo/+Og1FiOQqwQ7dTHuGqznDFBUG 8pxaSW0+NDWjkm2NdqKgaIxE+5XMhDfwLsyK0eIiNYyVwCHLRyROLsRmi3Fyg8Rg/D5b hB8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2zvCgkl8b/Wk2WXewhtHuS7jVQtKJSDpG2z1kWhZOdM=; b=fzuRbwOTPg2dlSiu5aisLvbkwpgcBR4izUOEWt017RGVbi3iSRaNun3icIM185yLBh eQvHSeDh00uBkM31gHIzaKdm1rCWjs/OVX1QgnYGo4pg1fB0o0RO+syycuQQFoyDgSA/ 5MmsjJ+nufVZrHzm5Sqvy5W28++d8sHMJANpJM/35B7LImzYDXO40k4h5V+yahGycqOG XeOxXjpHBzn8Vp6YTFfrCtwnoZypHKRV9u5qPGBJ4rvrMBTmY4M5pl1l8dK9vBUBOKkP mKucfim/WV/SLK9gLP8XWzdcdYM8lOedK1qe80fUuuPlPzw7pVqYxyZcViK3MCX29AVU WsWw== X-Gm-Message-State: AOAM531Zlrlt/l6ss3qDyIOLdgca60wV4L/qdcNScuq4ZQz88jFhB5Gc nqW1+hFgoNR3dbU/Cr2cTJ2tFQ8lKAm/+D6d1Uo4 X-Google-Smtp-Source: ABdhPJw2IoBOCByQEbw64BV12T8gdoTquNYioInlmW8yGRuMELWdpjO3NsBKnoAwGpJD+HKDnG8w7r4XDNEc9GMsbLQ= X-Received: by 2002:a17:907:629b:: with SMTP id nd27mr49347316ejc.24.1635902149830; Tue, 02 Nov 2021 18:15:49 -0700 (PDT) MIME-Version: 1.0 References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> <87a6im87tq.fsf@mpe.ellerman.id.au> In-Reply-To: <87a6im87tq.fsf@mpe.ellerman.id.au> From: Paul Moore Date: Tue, 2 Nov 2021 21:15:38 -0400 Message-ID: Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC To: Michael Ellerman Cc: patch-notifications@ellerman.id.au, Benjamin Herrenschmidt , Paul Mackerras , Christophe Leroy , linux-kernel@vger.kernel.org, linux-audit@redhat.com, linuxppc-dev@lists.ozlabs.org, Eric Paris Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 2, 2021 at 7:19 PM Michael Ellerman wrote: > Paul Moore writes: > > On Tue, Nov 2, 2021 at 7:38 AM Michael Ellerman > > wrote: > >> > >> On Tue, 24 Aug 2021 13:36:13 +0000 (UTC), Christophe Leroy wrote: > >> > Commit e65e1fc2d24b ("[PATCH] syscall class hookup for all normal > >> > targets") added generic support for AUDIT but that didn't include > >> > support for bi-arch like powerpc. > >> > > >> > Commit 4b58841149dc ("audit: Add generic compat syscall support") > >> > added generic support for bi-arch. > >> > > >> > [...] > >> > >> Applied to powerpc/next. > >> > >> [1/1] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC > >> https://git.kernel.org/powerpc/c/566af8cda399c088763d07464463dc871c943b54 > > > > Did the test failure discussed earlier in this thread ever get > > resolved? If not, this really shouldn't be in linux-next IMO. > > It's not in next, that notification is from the b4 thanks script, which > didn't notice that the commit has since been reverted. Okay, thanks for the clarification. I know we had already talked about this so I was a little caught off guard when I saw this mail :) -- paul moore www.paul-moore.com 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB705C433F5 for ; Wed, 3 Nov 2021 01:16:11 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 7FD5460E73 for ; Wed, 3 Nov 2021 01:16:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7FD5460E73 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=paul-moore.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=redhat.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-490-8pynHwduOcSIfVXn_4FMNw-1; Tue, 02 Nov 2021 21:16:07 -0400 X-MC-Unique: 8pynHwduOcSIfVXn_4FMNw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7AC8B8066EB; Wed, 3 Nov 2021 01:16:03 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F5A119EF9; Wed, 3 Nov 2021 01:16:01 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id C6F511806D04; Wed, 3 Nov 2021 01:15:58 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 1A31FtKo019368 for ; Tue, 2 Nov 2021 21:15:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id C2F961121315; Wed, 3 Nov 2021 01:15:55 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast04.extmail.prod.ext.rdu2.redhat.com [10.11.55.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BEE4B1121314 for ; Wed, 3 Nov 2021 01:15:53 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ECB061064E69 for ; Wed, 3 Nov 2021 01:15:52 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-345-FV97Ja6OOpC0el6XgKEW9A-1; Tue, 02 Nov 2021 21:15:51 -0400 X-MC-Unique: FV97Ja6OOpC0el6XgKEW9A-1 Received: by mail-ed1-f41.google.com with SMTP id g14so3606095edz.2 for ; Tue, 02 Nov 2021 18:15:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2zvCgkl8b/Wk2WXewhtHuS7jVQtKJSDpG2z1kWhZOdM=; b=4CIonUM0J4TgQQb9O1FuuibDwpaE9dZmC2Xf7c/3ySKZwRTLhW+WmL7u8ONjGaFNSe ZVSQF2RyKN8UfBQCrtcZYweR+wLlCeKtF4tkIrGC8yjM+CiLy3Uivwdc51EPhbZTn33r dnQ56cSUvdB7GT7x4fKtbpF3PkjOdCKkNAPIAgqHOlAZB3BUyv23nSrKQ4T82p2EakBa LrY02wWw78S3Bin9CNLJ1zntOHpNogTr63XAUXvYGqCZamLLitIQzhA6aaXJ3wiavN6L Ggj5jkFUwjgohf/lV1EuYzLrrmSpQ+a5AhA1FT8uOHt/y5W0WspPXCrnGU0oyjoRaUBc EWBQ== X-Gm-Message-State: AOAM533C/xhc35owNUi0suiVBtIhJpjfSC36LGQzXeyDZxPyP/O685rf FFUQBfONGJpj7cBhZKS42kuvCKSMLzd1nkTQ5Rgx X-Google-Smtp-Source: ABdhPJw2IoBOCByQEbw64BV12T8gdoTquNYioInlmW8yGRuMELWdpjO3NsBKnoAwGpJD+HKDnG8w7r4XDNEc9GMsbLQ= X-Received: by 2002:a17:907:629b:: with SMTP id nd27mr49347316ejc.24.1635902149830; Tue, 02 Nov 2021 18:15:49 -0700 (PDT) MIME-Version: 1.0 References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> <87a6im87tq.fsf@mpe.ellerman.id.au> In-Reply-To: <87a6im87tq.fsf@mpe.ellerman.id.au> From: Paul Moore Date: Tue, 2 Nov 2021 21:15:38 -0400 Message-ID: Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC To: Michael Ellerman X-Mimecast-Impersonation-Protect: Policy=CLT - Impersonation Protection Definition; Similar Internal Domain=false; Similar Monitored External Domain=false; Custom External Domain=false; Mimecast External Domain=false; Newly Observed Domain=false; Internal User Name=false; Custom Display Name List=false; Reply-to Address Mismatch=false; Targeted Threat Dictionary=false; Mimecast Threat Dictionary=false; Custom Threat Dictionary=false X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-loop: linux-audit@redhat.com Cc: Benjamin Herrenschmidt , patch-notifications@ellerman.id.au, linux-kernel@vger.kernel.org, Christophe Leroy , linux-audit@redhat.com, Paul Mackerras , Eric Paris , linuxppc-dev@lists.ozlabs.org X-BeenThere: linux-audit@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Linux Audit Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=linux-audit-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Nov 2, 2021 at 7:19 PM Michael Ellerman wrote: > Paul Moore writes: > > On Tue, Nov 2, 2021 at 7:38 AM Michael Ellerman > > wrote: > >> > >> On Tue, 24 Aug 2021 13:36:13 +0000 (UTC), Christophe Leroy wrote: > >> > Commit e65e1fc2d24b ("[PATCH] syscall class hookup for all normal > >> > targets") added generic support for AUDIT but that didn't include > >> > support for bi-arch like powerpc. > >> > > >> > Commit 4b58841149dc ("audit: Add generic compat syscall support") > >> > added generic support for bi-arch. > >> > > >> > [...] > >> > >> Applied to powerpc/next. > >> > >> [1/1] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC > >> https://git.kernel.org/powerpc/c/566af8cda399c088763d07464463dc871c943b54 > > > > Did the test failure discussed earlier in this thread ever get > > resolved? If not, this really shouldn't be in linux-next IMO. > > It's not in next, that notification is from the b4 thanks script, which > didn't notice that the commit has since been reverted. Okay, thanks for the clarification. I know we had already talked about this so I was a little caught off guard when I saw this mail :) -- paul moore www.paul-moore.com -- Linux-audit mailing list Linux-audit@redhat.com https://listman.redhat.com/mailman/listinfo/linux-audit 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DDE2C433F5 for ; Wed, 3 Nov 2021 01:16:44 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 D544760E73 for ; Wed, 3 Nov 2021 01:16:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D544760E73 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=paul-moore.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HkTPk2J7Xz2ypV for ; Wed, 3 Nov 2021 12:16:42 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=paul-moore-com.20210112.gappssmtp.com header.i=@paul-moore-com.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=uykTM8Hx; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=paul-moore.com (client-ip=2a00:1450:4864:20::52f; helo=mail-ed1-x52f.google.com; envelope-from=paul@paul-moore.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=paul-moore-com.20210112.gappssmtp.com header.i=@paul-moore-com.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=uykTM8Hx; dkim-atps=neutral Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HkTNv73N5z2xDV for ; Wed, 3 Nov 2021 12:15:59 +1100 (AEDT) Received: by mail-ed1-x52f.google.com with SMTP id m14so3717728edd.0 for ; Tue, 02 Nov 2021 18:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2zvCgkl8b/Wk2WXewhtHuS7jVQtKJSDpG2z1kWhZOdM=; b=uykTM8HxpyxLVkotdRmBgm/2SOtdLqJVMmow3Brimq1l+k1IpMMBYMQDTKbf9Uqopa cglMT2z4t9An9rn1HEulyGcudPudiWgrcquv4K043IbjUE4kFIWDCA18NzyXZYh5RqK1 XHBWl+rE8w276wo6+oOmuhiIYH1ask4vFt3ZCVqyc0JDT14mCcxaXhBDTaYJwm93N2br /wAdiZpw3UMWJyBiDEDSe95V3IBRQrIh+Ocz+3RfJo/+Og1FiOQqwQ7dTHuGqznDFBUG 8pxaSW0+NDWjkm2NdqKgaIxE+5XMhDfwLsyK0eIiNYyVwCHLRyROLsRmi3Fyg8Rg/D5b hB8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2zvCgkl8b/Wk2WXewhtHuS7jVQtKJSDpG2z1kWhZOdM=; b=hc29+r4DpOQLZtDJyzmk+2oE8upRp/Lo4V/rgFZVG1wboaBC+aVI/FuG+f19nHH8FP wizAH51fGi15J2BuhMKXehmJkGJsv5D7JAZDdJ2jFP1GhXg7aBB2WWhuSsO3bpF4P6Gi tO+OTN2POK2yqxvsdRNDqT6DNTkv1KECecy0F/6IHtPmce2WpdUkDBkXUW7KnnLT78TP TEUBCeUOmiHsUK8YqLVUHuvdAt5zWUMCVZmpqZMftOvXVW1xGGHPffiKwr8U9PLlUAlE 3+d7JFUy/YwgpBlvtk/ciwUHG+i2vv78Dzl7TUlHyRSSj6o9YQzaBbZcxyCYGmH+IqiJ 7bcw== X-Gm-Message-State: AOAM530uQCc7KfITi5uF0Cbi1grIaqyjivgaBa9v5LQJd1wdNAZaKBxp xJmGsxDTyPX6snnJatpuycCjt+zPtBJt5Q6oKM0i X-Google-Smtp-Source: ABdhPJw2IoBOCByQEbw64BV12T8gdoTquNYioInlmW8yGRuMELWdpjO3NsBKnoAwGpJD+HKDnG8w7r4XDNEc9GMsbLQ= X-Received: by 2002:a17:907:629b:: with SMTP id nd27mr49347316ejc.24.1635902149830; Tue, 02 Nov 2021 18:15:49 -0700 (PDT) MIME-Version: 1.0 References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> <87a6im87tq.fsf@mpe.ellerman.id.au> In-Reply-To: <87a6im87tq.fsf@mpe.ellerman.id.au> From: Paul Moore Date: Tue, 2 Nov 2021 21:15:38 -0400 Message-ID: Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC To: Michael Ellerman Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: patch-notifications@ellerman.id.au, linux-kernel@vger.kernel.org, linux-audit@redhat.com, Paul Mackerras , Eric Paris , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Nov 2, 2021 at 7:19 PM Michael Ellerman wrote: > Paul Moore writes: > > On Tue, Nov 2, 2021 at 7:38 AM Michael Ellerman > > wrote: > >> > >> On Tue, 24 Aug 2021 13:36:13 +0000 (UTC), Christophe Leroy wrote: > >> > Commit e65e1fc2d24b ("[PATCH] syscall class hookup for all normal > >> > targets") added generic support for AUDIT but that didn't include > >> > support for bi-arch like powerpc. > >> > > >> > Commit 4b58841149dc ("audit: Add generic compat syscall support") > >> > added generic support for bi-arch. > >> > > >> > [...] > >> > >> Applied to powerpc/next. > >> > >> [1/1] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC > >> https://git.kernel.org/powerpc/c/566af8cda399c088763d07464463dc871c943b54 > > > > Did the test failure discussed earlier in this thread ever get > > resolved? If not, this really shouldn't be in linux-next IMO. > > It's not in next, that notification is from the b4 thanks script, which > didn't notice that the commit has since been reverted. Okay, thanks for the clarification. I know we had already talked about this so I was a little caught off guard when I saw this mail :) -- paul moore www.paul-moore.com