From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 6D450224231 for ; Thu, 20 Mar 2025 17:38:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742492298; cv=none; b=cKexZid2TNCWbLptXNzeRFiUhf6wnwuW3lOfuw6j0l9B+Ri1urSgOhYU37qeUEE+os7E1A+EA0zh36bkvlQvmBAb6VaKzUYgwBZXHZrWwldmd0LxOklVjcHLJn+8dVhNnQL0638U6MtborG8lFtbgj0uX2ICY1yI0t7FmthyAkI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742492298; c=relaxed/simple; bh=Z9C15AkS/KNTsjiE9zrEWX9uPD+dMtK0liUErSu6KyI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nc4xj/5mLTztBnqDlzTc7MYJzBdKkzQp4Lk1jIRxJxEDIZ7UGdQ4svjbU2Hx0QxQAztPQWi+PXoYMq2wz1OpwmOIIqku1tCKe4WriyonPeDcmT9DpYT6prCHxCbcxZp7slTNMW8RozVG3lX6gyVg2KYtd/OGsSncrBVO5AJEuFU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=nnT3hIUB; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="nnT3hIUB" Date: Thu, 20 Mar 2025 17:38:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1742492291; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JpIl7s4k0QjfaNt0StcfT9UarLcu7cj3e49SR4rX/no=; b=nnT3hIUBsgnGM6OGhjR30ZyWUhY7Io2zWkwyvjvo7ABUJev55/ULGdbaumRz4w6Ds8Pe4t Zf9+bf/Z+Jb3PUnjkyMcyrIvl1etIwHwsJzCvSSpS7mnYW1js8s7Cx0MfMOUnSriq08mCq HNSNOWZ7fT4gMdtaQUc03ot9htnuEQA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Paolo Bonzini Cc: Marc Zyngier , kvm@vger.kernel.org, kvmarm@lists.linux.dev, Akihiko Odaki , Will Deacon , Vincent Donnefort , Sebastian Ott , Shameer Kolothum , Fuad Tabba Subject: Re: [GIT PULL] KVM/arm64 updates for 6.15 Message-ID: References: <86ecyrn9hf.wl-maz@kernel.org> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT On Thu, Mar 20, 2025 at 06:23:22PM +0100, Paolo Bonzini wrote: > On Thu, Mar 20, 2025 at 2:37 PM Oliver Upton wrote: > > > > Hey, > > > > On Thu, Mar 20, 2025 at 12:59:40PM +0000, Marc Zyngier wrote: > > > Paolo, > > > > > > On Thu, 20 Mar 2025 04:29:25 +0000, > > > Oliver Upton wrote: > > > > > > > > Hi Paolo, > > > > > > > > Here's the latest pile o' patches for 6.15. The pull is based on a later > > > > -rc than I usually aim for to handle some conflicts with fixes that went > > > > in 6.14, but all of these patches have had exposure in -next for a good > > > > while. > > > > > > > > There was a small conflict with the arm perf tree, which was addressed > > > > by Will pulling a prefix of the M1 PMU branch: > > > > > > > > https://lore.kernel.org/linux-next/20250312201853.0d75d9fe@canb.auug.org.au/ > > > > > > When you merge this, please also apply the patch below to address a > > > mismerge issue caught by Stephen, which causes a build breakage. > > > > The kvmarm-6.15 tag is fine, I caught this immediately when I was doing > > testing for the pull request but forgot to push the fix to /next in > > addition to the tag. > > Great, pulled now. Thanks! Awesome, thank you and sorry for the noise. Thanks, Oliver