From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7B09B1494D6; Fri, 23 Aug 2024 08:54:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724403258; cv=none; b=Z2akU6OWmxD7sNMHALNJTTiJkZAVcuih3BkhmwlZmYv1JgXwZMlD4GYhqzl0gekKcaIHOCpoJ2MwRkT0T/ep93W8nJ4/h1BygSEM7IRd3Er7GL2k67BcwGYUYvbxJZYE5nQPGEWyUP5m2hGKMa7ESCOOC8bjvn9SMLgJlKA52wo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724403258; c=relaxed/simple; bh=7i6fCcCwJYX6XAHAEsm0q7UIi0qq58vGvrmMaBBTV08=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KSl7oxhXiDWK2Qihj/gSM1GdqiKNnk3JzXauT3S7RlVf8F+NMu2xLfAUo6YOAJx1U4SfjH6QbTiND/IzUQy9vBT3a9o9b6DLGpjCk/DH7alQx4I1xa0BvV9/ySkWLTa/YS1DIkNaCCAD3V8yOtvXJxJpzXrPyhTki1P6Wsd01TI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DADAC32786; Fri, 23 Aug 2024 08:54:16 +0000 (UTC) Date: Fri, 23 Aug 2024 09:54:14 +0100 From: Catalin Marinas To: Oliver Upton Cc: Marc Zyngier , Zenghui Yu , kvmarm@lists.linux.dev, Paolo Bonzini , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon Subject: Re: [GIT PULL] KVM/arm64 fixes for 6.11, round #2 Message-ID: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Oliver, On Thu, Aug 22, 2024 at 01:36:33AM -0700, Oliver Upton wrote: > Paolo is on holiday for a few weeks and has asked that KVM arch maintainers > send pulls through the architecture trees in his absence. > > So lucky you, here's a pile of kvmarm crap from the past week. > > Details can be found in the tag, but this is a set of small fixes > around the shop thanks to syzkaller bringup on KVM/arm64 and a few > recently introduced bugs. Pulled into the arm64 for-next/fixes branch. I'll send a pull request to Linus later today. BTW, I'm also away next week. I'll randomly check emails but if you have another pull request, better send it to Will. Thanks. -- Catalin