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 D33BDC433EF for ; Tue, 2 Nov 2021 23:19:38 +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 B902B60EB9 for ; Tue, 2 Nov 2021 23:19:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B902B60EB9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au 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 4HkQpc13FLz2yS3 for ; Wed, 3 Nov 2021 10:19:36 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=CPycaGj8; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee2:21ea]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HkQnt3Jd1z2xBl for ; Wed, 3 Nov 2021 10:18:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=CPycaGj8; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HkQnt2VGhz4xbC; Wed, 3 Nov 2021 10:18:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1635895138; bh=YFiZDGWUC1/1vtgCtfKwz+BIRJgxcnCFDDMQt4TIZ2A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=CPycaGj8D5pOC4yfecRW+Ke8e5re9XWdhjA65Qiq8chCXBm3ZYrhm93zLw7ZbC3zA QapfvYm0yp2EYcSi1/9oXEq+IvKwtW+G+X0nFTHE1jqIaIT9dlt3l8YcrdaEW2ZoPw EsUBNhd77eObxHsm3TUjXmADxgCSCwEs+uLekAX08vCAR0HEWsCs3wJrLiJL/F/28g UGeGrOz6nYuyjwlsSEy2o5iL8Sp+dcMy2i0r7swWhgKjjs7k8buxQK8YFpNhfsfYcE AHLnlV+df3R8pm0+Z45YaFRQWEaSrMNsH9plxeUD14bDkA9xVIrJYZcqwrgx0Q1Xw1 n9lTkWgpbnz7w== From: Michael Ellerman To: Paul Moore , patch-notifications@ellerman.id.au Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC In-Reply-To: References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> Date: Wed, 03 Nov 2021 10:18:57 +1100 Message-ID: <87a6im87tq.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain 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: 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" 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. cheers 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 AA3B5C43219 for ; Tue, 2 Nov 2021 23:20:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 955DF60EBD for ; Tue, 2 Nov 2021 23:20:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231298AbhKBXWp (ORCPT ); Tue, 2 Nov 2021 19:22:45 -0400 Received: from gandalf.ozlabs.org ([150.107.74.76]:52287 "EHLO gandalf.ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231379AbhKBXVe (ORCPT ); Tue, 2 Nov 2021 19:21:34 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HkQnt2VGhz4xbC; Wed, 3 Nov 2021 10:18:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1635895138; bh=YFiZDGWUC1/1vtgCtfKwz+BIRJgxcnCFDDMQt4TIZ2A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=CPycaGj8D5pOC4yfecRW+Ke8e5re9XWdhjA65Qiq8chCXBm3ZYrhm93zLw7ZbC3zA QapfvYm0yp2EYcSi1/9oXEq+IvKwtW+G+X0nFTHE1jqIaIT9dlt3l8YcrdaEW2ZoPw EsUBNhd77eObxHsm3TUjXmADxgCSCwEs+uLekAX08vCAR0HEWsCs3wJrLiJL/F/28g UGeGrOz6nYuyjwlsSEy2o5iL8Sp+dcMy2i0r7swWhgKjjs7k8buxQK8YFpNhfsfYcE AHLnlV+df3R8pm0+Z45YaFRQWEaSrMNsH9plxeUD14bDkA9xVIrJYZcqwrgx0Q1Xw1 n9lTkWgpbnz7w== From: Michael Ellerman To: Paul Moore , patch-notifications@ellerman.id.au Cc: Benjamin Herrenschmidt , Paul Mackerras , Christophe Leroy , linux-kernel@vger.kernel.org, linux-audit@redhat.com, linuxppc-dev@lists.ozlabs.org, Eric Paris Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC In-Reply-To: References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> Date: Wed, 03 Nov 2021 10:18:57 +1100 Message-ID: <87a6im87tq.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. cheers 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 DFB87C433EF for ; Wed, 3 Nov 2021 12:53:34 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.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 EE64660295 for ; Wed, 3 Nov 2021 12:53:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EE64660295 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au 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-575-zwFlzuEKOsW4Kf1EqnekCw-1; Wed, 03 Nov 2021 08:53:29 -0400 X-MC-Unique: zwFlzuEKOsW4Kf1EqnekCw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 23F45EC1A0; Wed, 3 Nov 2021 12:53:26 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BCDB7708DF; Wed, 3 Nov 2021 12:53:25 +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 5651157DC1; Wed, 3 Nov 2021 12:53:22 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 1A2NJ6IK008692 for ; Tue, 2 Nov 2021 19:19:07 -0400 Received: by smtp.corp.redhat.com (Postfix) id A3CAE40CFD10; Tue, 2 Nov 2021 23:19:06 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast06.extmail.prod.ext.rdu2.redhat.com [10.11.55.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9EFFF40CFD08 for ; Tue, 2 Nov 2021 23:19:06 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (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 8424E1875068 for ; Tue, 2 Nov 2021 23:19:06 +0000 (UTC) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-407-Fpi-5rwNP2qwYaYJ_dZOdw-1; Tue, 02 Nov 2021 19:19:02 -0400 X-MC-Unique: Fpi-5rwNP2qwYaYJ_dZOdw-1 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HkQnt2VGhz4xbC; Wed, 3 Nov 2021 10:18:58 +1100 (AEDT) From: Michael Ellerman To: Paul Moore , patch-notifications@ellerman.id.au Subject: Re: [PATCH v2 RESEND] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC In-Reply-To: References: <163584790624.1845480.1785827913484538939.b4-ty@ellerman.id.au> Date: Wed, 03 Nov 2021 10:18:57 +1100 Message-ID: <87a6im87tq.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 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.84 on 10.11.54.1 X-loop: linux-audit@redhat.com X-Mailman-Approved-At: Wed, 03 Nov 2021 08:53:19 -0400 Cc: Benjamin Herrenschmidt , 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.15 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 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. cheers -- Linux-audit mailing list Linux-audit@redhat.com https://listman.redhat.com/mailman/listinfo/linux-audit