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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,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 1F276C41514 for ; Fri, 26 Jul 2019 14:17:22 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 9908221850 for ; Fri, 26 Jul 2019 14:17:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Q1RDkCJU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9908221850 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 4D5DD4A4F6; Fri, 26 Jul 2019 10:17:21 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu X-Amavis-Alert: BAD HEADER SECTION, Header field occurs more than once: "To" occurs 3 times Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SGuzm3nkMukU; Fri, 26 Jul 2019 10:17:20 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 4996F4A520; Fri, 26 Jul 2019 10:17:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 2B2E64A4F9 for ; Fri, 26 Jul 2019 10:17:19 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu X-Amavis-Alert: BAD HEADER SECTION, Header field occurs more than once: "To" occurs 3 times Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ru-ioZnKCez9 for ; Fri, 26 Jul 2019 10:17:18 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 288AC4A4F6 for ; Fri, 26 Jul 2019 10:17:18 -0400 (EDT) Received: from localhost (unknown [23.100.24.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CC75E229F9; Fri, 26 Jul 2019 14:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564150637; bh=7vvR0BPXIOyC4A1NG2CnAxtG+FxJl2p9/zLtQ0tDJjg=; h=Date:From:To:To:To:Cc:Cc:Subject:In-Reply-To:References:From; b=Q1RDkCJU70Z/xZBGobrvvAdrIS+2oiiAuLkUCcDFE60oBdiXbjbfmzT+y6IVzb/3y w+4GiyLDpAI9q40n2jReHXlX1dyW0aQMU0wqMxT7yJSvhXb82rykozXdoTr1NIDnqy VA7y7l79oD4JUHoRkTB8IhjOeX8F7LX8Ln4AnpbQ= Date: Fri, 26 Jul 2019 14:17:16 +0000 From: Sasha Levin To: Sasha Levin To: Anders Roxell To: maz@kernel.org, catalin.marinas@arm.com, will@kernel.org Subject: Re: [PATCH 1/2] arm64: KVM: regmap: Mark expected switch fall-through In-Reply-To: <20190726112705.19000-1-anders.roxell@linaro.org> References: <20190726112705.19000-1-anders.roxell@linaro.org> Message-Id: <20190726141716.CC75E229F9@mail.kernel.org> Cc: , stable@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: a892819560c4 KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers. The bot has tested the following trees: v5.2.2, v5.1.19, v4.19.60. v5.2.2: Failed to apply! Possible dependencies: fdec2a9ef853 ("KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s") v5.1.19: Failed to apply! Possible dependencies: 73433762fcae ("KVM: arm64/sve: System register context switch and access support") be604c616ca7 ("arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO") fdec2a9ef853 ("KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s") v4.19.60: Failed to apply! Possible dependencies: 84135d3d18da ("KVM: arm/arm64: consolidate arch timer trap handlers") 8a411b060f82 ("KVM: arm/arm64: Remove arch timer workqueue") 9e01dc76be6a ("KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems") accb99bcd0ca ("KVM: arm/arm64: Simplify bg_timer programming") bd7d95cafb49 ("arm64: KVM: Consistently advance singlestep when emulating instructions") e604dd5d45c7 ("KVM: arm/arm64: timer: Rework data structures for multiple timers") fdec2a9ef853 ("KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks, Sasha _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm