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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 7B244C433DB for ; Thu, 4 Feb 2021 08:30:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4366064E4D for ; Thu, 4 Feb 2021 08:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234658AbhBDIaL (ORCPT ); Thu, 4 Feb 2021 03:30:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:34220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232882AbhBDIaJ (ORCPT ); Thu, 4 Feb 2021 03:30:09 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 19B1D60295 for ; Thu, 4 Feb 2021 08:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612427368; bh=0Q4cTPJp6Fkx/ADmGTMdkkz0fHhEEp85X/ZCrKqMP/c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=sz/WHIzicOkLZSqPf4viyqWHRfNrpcd1YZx4r8OZ6G8kYZID0p73JWyHpa//9CpUL xdKB6RETqIsUDTnLyfmLcjZY2nYB/1wXIDnhbDq3G8ouW7hH+E+2FFCRb+blcBELpf GZhoD6h01tKz5mPpF3X1vwMhtmMrMDXbJk1TQYoYjBTpqk+XuBvU9QYGoFjdeVlcL8 HJXyiGzFS1/x3m2cI5pL3KuweI0MSSENoNyZjnUZz7mM2lmPeJHyG4p3Y5GqkIfhrQ xnX3Ofru01wgu6VBQAZXA5CDvCd6PCmICP6uxTN0ca+wiwcFGFyrINpIjUGXzSrnbg X3mdVar6v88tw== Received: by mail-ot1-f41.google.com with SMTP id s107so2602482otb.8 for ; Thu, 04 Feb 2021 00:29:28 -0800 (PST) X-Gm-Message-State: AOAM531Lk0qseeWfaFXEcDiXau0EbqqS/Sf/cmdBTlG3Au8YpdWGweJO OdKbXZOYhSuSIxjxQ7asviveTQHd6kiSKQNwELo= X-Google-Smtp-Source: ABdhPJwKfycSD6mWlO3tm8oJZK7oEda1IEHVbovGKCVDcbhcvSVIKKeZ4s9aqYPmXU5GJcmqIvo5UV24rcPQq/RL9lU= X-Received: by 2002:a05:6830:1614:: with SMTP id g20mr4825567otr.77.1612427367400; Thu, 04 Feb 2021 00:29:27 -0800 (PST) MIME-Version: 1.0 References: <20210203113626.220151-1-ardb@kernel.org> <161238528350.1984862.12324465919265084208.b4-ty@kernel.org> <20210204024429.GB5482@gondor.apana.org.au> In-Reply-To: <20210204024429.GB5482@gondor.apana.org.au> From: Ard Biesheuvel Date: Thu, 4 Feb 2021 09:29:16 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: (subset) Re: [PATCH v2 0/9] arm64: rework NEON yielding to avoid scheduling from asm code To: Herbert Xu Cc: Will Deacon , Linux Crypto Mailing List , Catalin Marinas , Android Kernel Team , Mark Rutland , Dave Martin , Eric Biggers , Linux ARM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, 4 Feb 2021 at 03:44, Herbert Xu wrote: > > On Wed, Feb 03, 2021 at 09:31:31PM +0000, Will Deacon wrote: > > > > Applied first patch only to arm64 (for-next/crypto), thanks! > > > > [1/9] arm64: assembler: add cond_yield macro > > https://git.kernel.org/arm64/c/d13c613f136c > > > > This is the only patch on the branch, so I'm happy for it to be pulled > > into the crypto tree too if it enables some of the other patches to land > > in 5.12. > > Hi Will: > > I think it might be easier if you take the lot. > > Acked-by: Herbert Xu > Half of the patches in this series conflict with 0df07d8117c3 crypto: arm64/sha - add missing module aliases in the cryptodev tree, so that won't work. 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=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 ECED5C433E0 for ; Thu, 4 Feb 2021 08:30:47 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 874FC60295 for ; Thu, 4 Feb 2021 08:30:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 874FC60295 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PrN3CZyyL/LNVLbhpdPZgj2d6gdLr6tITFTD53Bbm0I=; b=arE5L53w+ktJseFHg21xqblNe lmlgS6vN1jciDANMi0cXZEZTlV3GH4pXk/edM3FdefZL2gTUP9T1ZJbnucYC6zT7lFWSe83X0ykmO BWP0mBKuW77/vL/Q9vRNWm+eWYXat0d48v2MDuBnob57gKzWr7Lnd6DQ4iayprym5scFpOTKUo/Gl 1nt/Cuygv3J6lNmiAaAtD/vqw9OYaMWVfWsUQ+ISSWUR8akM2780uJiY1UybpWVcGl427DgbWhBf0 WyHIYjd8TRiMADI6PsU9xkF2+UB7YnrvldhgbB3kO6ehyjwdPwIAKaqZfms9MZf8TtAMQuokEGjDs C/JGy1S+w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7a18-0003zr-FU; Thu, 04 Feb 2021 08:29:34 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7a15-0003zM-Ut for linux-arm-kernel@lists.infradead.org; Thu, 04 Feb 2021 08:29:32 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2BE0664F51 for ; Thu, 4 Feb 2021 08:29:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612427368; bh=0Q4cTPJp6Fkx/ADmGTMdkkz0fHhEEp85X/ZCrKqMP/c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=sz/WHIzicOkLZSqPf4viyqWHRfNrpcd1YZx4r8OZ6G8kYZID0p73JWyHpa//9CpUL xdKB6RETqIsUDTnLyfmLcjZY2nYB/1wXIDnhbDq3G8ouW7hH+E+2FFCRb+blcBELpf GZhoD6h01tKz5mPpF3X1vwMhtmMrMDXbJk1TQYoYjBTpqk+XuBvU9QYGoFjdeVlcL8 HJXyiGzFS1/x3m2cI5pL3KuweI0MSSENoNyZjnUZz7mM2lmPeJHyG4p3Y5GqkIfhrQ xnX3Ofru01wgu6VBQAZXA5CDvCd6PCmICP6uxTN0ca+wiwcFGFyrINpIjUGXzSrnbg X3mdVar6v88tw== Received: by mail-ot1-f49.google.com with SMTP id k25so512500otb.4 for ; Thu, 04 Feb 2021 00:29:28 -0800 (PST) X-Gm-Message-State: AOAM533acddoxSEL4t9hfxCXIDO2gUlHPCfTbtM1Ej8tleWlMymyL9gq ZMrHLwIOxfQf1Ox0Qp8H5O79bYERDbaK0HIiReA= X-Google-Smtp-Source: ABdhPJwKfycSD6mWlO3tm8oJZK7oEda1IEHVbovGKCVDcbhcvSVIKKeZ4s9aqYPmXU5GJcmqIvo5UV24rcPQq/RL9lU= X-Received: by 2002:a05:6830:1614:: with SMTP id g20mr4825567otr.77.1612427367400; Thu, 04 Feb 2021 00:29:27 -0800 (PST) MIME-Version: 1.0 References: <20210203113626.220151-1-ardb@kernel.org> <161238528350.1984862.12324465919265084208.b4-ty@kernel.org> <20210204024429.GB5482@gondor.apana.org.au> In-Reply-To: <20210204024429.GB5482@gondor.apana.org.au> From: Ard Biesheuvel Date: Thu, 4 Feb 2021 09:29:16 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: (subset) Re: [PATCH v2 0/9] arm64: rework NEON yielding to avoid scheduling from asm code To: Herbert Xu X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210204_032932_099135_493EB8BE X-CRM114-Status: GOOD ( 18.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Will Deacon , Eric Biggers , Catalin Marinas , Linux Crypto Mailing List , Android Kernel Team , Dave Martin , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 4 Feb 2021 at 03:44, Herbert Xu wrote: > > On Wed, Feb 03, 2021 at 09:31:31PM +0000, Will Deacon wrote: > > > > Applied first patch only to arm64 (for-next/crypto), thanks! > > > > [1/9] arm64: assembler: add cond_yield macro > > https://git.kernel.org/arm64/c/d13c613f136c > > > > This is the only patch on the branch, so I'm happy for it to be pulled > > into the crypto tree too if it enables some of the other patches to land > > in 5.12. > > Hi Will: > > I think it might be easier if you take the lot. > > Acked-by: Herbert Xu > Half of the patches in this series conflict with 0df07d8117c3 crypto: arm64/sha - add missing module aliases in the cryptodev tree, so that won't work. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel