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.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 AFE1BC48BE0 for ; Fri, 11 Jun 2021 16:15:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9349861285 for ; Fri, 11 Jun 2021 16:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230265AbhFKQR4 (ORCPT ); Fri, 11 Jun 2021 12:17:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:47180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230026AbhFKQRz (ORCPT ); Fri, 11 Jun 2021 12:17:55 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8929860720; Fri, 11 Jun 2021 16:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623428157; bh=47KUDTDFZmEcC0m5FZ4g1b7cnY0AtXflqc5aNrX+qtU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XgG7pFdCLWpl+tBQC9REWK300WzqnQMy43GirHyGOuwrNnmdY9wZy0fiLW4l5piEW KPrlLsu4+QawjxreGGP9+s8VXKXUNF9H8JjBmiBzU3CHMCXqo1k9MaN8PgrCoVYBxk c9neROxBRPKbO3t5zRkiPzdBYq0BNDVR3pAmz6u2h4azuOatBlGwbSUPJM9gEBHPia fe+DC2pPa9eGzcKBu/Lof8fpRRUX6Y1V70Sx/FBcHqgzDV3fvq5JNJHmV5oHNkJVmq 2qydHB6xSJT6YQHspDWhiEaTuW06AeMPuV0UYUCd307TYO2G1n81LMi/heaTYh/YQ3 hTBH6eRtv1zoA== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, Will Deacon Cc: catalin.marinas@arm.com, kernel-team@android.com, Valentin Schneider , linux-arch@vger.kernel.org, Suren Baghdasaryan , Tejun Heo , Quentin Perret , Juri Lelli , Qais Yousef , Johannes Weiner , Morten Rasmussen , Vincent Guittot , linux-kernel@vger.kernel.org, Dietmar Eggemann , Greg Kroah-Hartman , Ingo Molnar , Peter Zijlstra , Daniel Bristot de Oliveira , Marc Zyngier , Mark Rutland , "Rafael J. Wysocki" Subject: Re: [PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems Date: Fri, 11 Jun 2021 17:15:42 +0100 Message-Id: <162341030594.552758.8287199558365049066.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210608180313.11502-1-will@kernel.org> References: <20210608180313.11502-1-will@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Jun 2021 19:02:53 +0100, Will Deacon wrote: > The sun is shining and its time for your weekly dose of asymmetric > 32-bit support patches, previously seen at: > > v1: https://lore.kernel.org/r/20201027215118.27003-1-will@kernel.org > v2: https://lore.kernel.org/r/20201109213023.15092-1-will@kernel.org > v3: https://lore.kernel.org/r/20201113093720.21106-1-will@kernel.org > v4: https://lore.kernel.org/r/20201124155039.13804-1-will@kernel.org > v5: https://lore.kernel.org/r/20201208132835.6151-1-will@kernel.org > v6: https://lore.kernel.org/r/20210518094725.7701-1-will@kernel.org > v7: https://lore.kernel.org/r/20210525151432.16875-1-will@kernel.org > v8: https://lore.kernel.org/r/20210602164719.31777-1-will@kernel.org > > [...] Since patches 1-4 are all arm64, don't do any harm on their own and conflict significantly with other arm64 changes queued for 5.14, I've queued them in the arm64 tree on the stable for-next/cpufeature branch: [01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct https://git.kernel.org/arm64/c/930a58b4093e [02/20] arm64: Allow mismatched 32-bit EL0 support https://git.kernel.org/arm64/c/2122a833316f [03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support https://git.kernel.org/arm64/c/2f6a49bbc01d [04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs https://git.kernel.org/arm64/c/873c3e89777c Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev 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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 BCC73C48BE0 for ; Fri, 11 Jun 2021 16:18:40 +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 88B3B60720 for ; Fri, 11 Jun 2021 16:18:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 88B3B60720 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Niu9Re6XtN4BGGotQ8xWb91kxfR2pQ/dfq3SiBkhzDQ=; b=W67JzH9BKIMkdc Z1w+tvmC87oSBdDM2Tv4PnfOXJU7gfiusBSP3SV22fgLQn2YuILMw3FF2TuQik07o0QtCZUWbXVK2 B7EofL/Z6b0WCmkUJwuInpAu/k9Qp7Dx1nk2oESWouNSZWE25kVRfKoZrcjOXP3cE+BCteTGT8qKK 0yJHffyVBQIiMFOwZ/noOmdreIU1rN0q6xHfw3DRQMVlOlRb9VpB5PSZ1gjxKOtB3DaTdaIQbh4Rv iKYYBhJTHttkSGgn9dLoF3Ws9+vuHTUni3lVjcvOTZJ1cf5zENl+FgMnYHuWkdUsUdv0OPFBsSgaY awDHvBd1bmplKji3cWRw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrjpj-005woC-Cx; Fri, 11 Jun 2021 16:16:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lrjp7-005wdj-Dh for linux-arm-kernel@lists.infradead.org; Fri, 11 Jun 2021 16:15:59 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8929860720; Fri, 11 Jun 2021 16:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623428157; bh=47KUDTDFZmEcC0m5FZ4g1b7cnY0AtXflqc5aNrX+qtU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XgG7pFdCLWpl+tBQC9REWK300WzqnQMy43GirHyGOuwrNnmdY9wZy0fiLW4l5piEW KPrlLsu4+QawjxreGGP9+s8VXKXUNF9H8JjBmiBzU3CHMCXqo1k9MaN8PgrCoVYBxk c9neROxBRPKbO3t5zRkiPzdBYq0BNDVR3pAmz6u2h4azuOatBlGwbSUPJM9gEBHPia fe+DC2pPa9eGzcKBu/Lof8fpRRUX6Y1V70Sx/FBcHqgzDV3fvq5JNJHmV5oHNkJVmq 2qydHB6xSJT6YQHspDWhiEaTuW06AeMPuV0UYUCd307TYO2G1n81LMi/heaTYh/YQ3 hTBH6eRtv1zoA== From: Will Deacon To: linux-arm-kernel@lists.infradead.org, Will Deacon Cc: catalin.marinas@arm.com, kernel-team@android.com, Valentin Schneider , linux-arch@vger.kernel.org, Suren Baghdasaryan , Tejun Heo , Quentin Perret , Juri Lelli , Qais Yousef , Johannes Weiner , Morten Rasmussen , Vincent Guittot , linux-kernel@vger.kernel.org, Dietmar Eggemann , Greg Kroah-Hartman , Ingo Molnar , Peter Zijlstra , Daniel Bristot de Oliveira , Marc Zyngier , Mark Rutland , "Rafael J. Wysocki" Subject: Re: [PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems Date: Fri, 11 Jun 2021 17:15:42 +0100 Message-Id: <162341030594.552758.8287199558365049066.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210608180313.11502-1-will@kernel.org> References: <20210608180313.11502-1-will@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210611_091557_528541_886F0F5D X-CRM114-Status: UNSURE ( 8.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, 8 Jun 2021 19:02:53 +0100, Will Deacon wrote: > The sun is shining and its time for your weekly dose of asymmetric > 32-bit support patches, previously seen at: > > v1: https://lore.kernel.org/r/20201027215118.27003-1-will@kernel.org > v2: https://lore.kernel.org/r/20201109213023.15092-1-will@kernel.org > v3: https://lore.kernel.org/r/20201113093720.21106-1-will@kernel.org > v4: https://lore.kernel.org/r/20201124155039.13804-1-will@kernel.org > v5: https://lore.kernel.org/r/20201208132835.6151-1-will@kernel.org > v6: https://lore.kernel.org/r/20210518094725.7701-1-will@kernel.org > v7: https://lore.kernel.org/r/20210525151432.16875-1-will@kernel.org > v8: https://lore.kernel.org/r/20210602164719.31777-1-will@kernel.org > > [...] Since patches 1-4 are all arm64, don't do any harm on their own and conflict significantly with other arm64 changes queued for 5.14, I've queued them in the arm64 tree on the stable for-next/cpufeature branch: [01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct https://git.kernel.org/arm64/c/930a58b4093e [02/20] arm64: Allow mismatched 32-bit EL0 support https://git.kernel.org/arm64/c/2122a833316f [03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support https://git.kernel.org/arm64/c/2f6a49bbc01d [04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs https://git.kernel.org/arm64/c/873c3e89777c Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel