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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8957EC6FD18 for ; Sat, 22 Apr 2023 18:35:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229633AbjDVSfo (ORCPT ); Sat, 22 Apr 2023 14:35:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbjDVSfn (ORCPT ); Sat, 22 Apr 2023 14:35:43 -0400 Received: from out-39.mta1.migadu.com (out-39.mta1.migadu.com [95.215.58.39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0375E3 for ; Sat, 22 Apr 2023 11:35:41 -0700 (PDT) Date: Sat, 22 Apr 2023 18:35:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1682188539; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XqHKKzVd619eUW5V99I0Zi7xDOwX3Ifa7w2NnKl+cO8=; b=BxSY27xplIiTxuCK6fU6aZ9yGZZjB8S3YhPaThBG/5CW/pthxfqMrkm0NraCjpZ4mAmQ1f xsJ7HphmpatYUayPF+WX4uvoDea59JzXoXU+btVetns3y6JoFD7ilehZDU27xIv2A3MstM gPBeAqjj+7FVh4WRPBdIXxVKfvMkJmQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: Paolo Bonzini , kvm@vger.kernel.org, kvmarm@lists.linux.dev, James Morse , Suzuki K Poulose , Zenghui Yu , Will Deacon , Mostafa Saleh , Dan Carpenter Subject: Re: [GIT PULL v2] KVM/arm64 fixes for 6.3, part #4 Message-ID: References: <417f815d-3cf1-45ea-eba7-83e42f249424@redhat.com> <1023162f05aac3b460effa4a7baa0760@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1023162f05aac3b460effa4a7baa0760@kernel.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Sat, Apr 22, 2023 at 10:05:38AM +0100, Marc Zyngier wrote: > On 2023-04-22 00:51, Paolo Bonzini wrote: > > On 4/19/23 17:54, Oliver Upton wrote: > > > Hi Paolo, > > > > > > Here is v2 of the last batch of fixes for 6.3 (for real this time!) > > > > > > Details in the tag, but the noteworthy addition is Dan's fix for a > > > rather obvious buffer overflow when writing to a firmware register. > > > > At least going by the Fixes tag, I think this one should have been > > Cc'd to stable as well. Can you send it next week or would you like > > someone else to handle the backport? Thanks for spotting that, I had a mental note to do so, but my memory is fleeting at best :) > Indeed, that's missing. But yes, backports are definitely on > the cards, and we'll make sure all stable versions get fixed > as soon as the fix hits Linus' tree. Between this last batch of fixes for 6.3 and the 6.4 pull we've accrued quite a backlog of stable-worthy patches, many of them are likely to be nontrivial backports. I'll do the config_lock series, and I can pick up the firmware reg fix if nobody else is handling that backport. Are you going to take a stab at the vCPU flags fix? -- Thanks, Oliver