From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="V2ebkIoa" Received: from mail-yw1-x114a.google.com (mail-yw1-x114a.google.com [IPv6:2607:f8b0:4864:20::114a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1756610DE for ; Fri, 1 Dec 2023 07:51:45 -0800 (PST) Received: by mail-yw1-x114a.google.com with SMTP id 00721157ae682-5ca26c07848so38336787b3.0 for ; Fri, 01 Dec 2023 07:51:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1701445904; x=1702050704; darn=vger.kernel.org; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:from:to:cc:subject:date:message-id:reply-to; bh=PAeovdGjroVCsGrn3XWTlzE+J+H6t28MAePFWwHrtao=; b=V2ebkIoaA/4sdJFwyLW2bytuo8aTOTSk7eVqD7uHr94dXRp1UCU1yiLM/dP5jCTZMl uBMpO9uyfyQ9xdyp2H0cgX3BI5Yq+60r9GqCV9yhtm/ofDfy5e63xpBibB4H5DCRtFPm ZQaDmW4rfj5P3MY1vC7TfhzCPYdqfB3Uc90mm1jfr5MlhdlsRO4owFE0Rt9uZjZLrBZx TBH5uro7GP2O3UhKw+bpBltr1f9wnzdhyTjYdhqfGlkYurkT8O0cwHP1DubybnCFhBLB 6w7XFj4YqXb36SAmRYcQUwM+EutujCXuQn1cMVBIb0vjWM5tCHwR9bg/EstaPX6BQ46u B0Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701445904; x=1702050704; h=cc:to:from:subject:message-id:references:mime-version:in-reply-to :date:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PAeovdGjroVCsGrn3XWTlzE+J+H6t28MAePFWwHrtao=; b=OzZNosRfnEBkuO1w/H/23ZfOo/oqH91QBqz0WMd7iu7lybI4UuvescCaRW7D1iR1rE uCue9TKJonvqDOgMdcs+ws1pkRUTrGkPfreMOJnLmr2BICO4PAbbQfaO3bBiGpdOX9vA wXCqXUKXpiJHTwtlcDXnJuRNgsui9WqLWT3I/OhE+0stG5Kt1P5VA30EH/IPIArboR0E rTXIdg4MKSMwtCmVZ1ze1QqOeRwXNGsTJ4/79bwXwWDxgoQHnWqdATnYs/ZmHr+2RfXq mu/bV9wkk2DWdynnBO53rYa0ecSV2FypuHFctIzGxmEbfU1lTETmlfJ9zWeFKVY2322j 64Ug== X-Gm-Message-State: AOJu0YxsOiqYEn6ViWEBuYloOdsr8YgOKOXgyhZRttthRYaIx7nFdKdV NEjRcHzKkwoEeTiditH3X8LXyJ7XL/g= X-Google-Smtp-Source: AGHT+IF/BSqTj5Ow5+rxN/Ku1lgO8NWN9bOrodXJa+C378+RoNDDmNhF1Gt7nscSQbypYDY/mLQOj3BB6X8= X-Received: from zagreus.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:5c37]) (user=seanjc job=sendgmr) by 2002:a05:690c:fc1:b0:5d3:7ed5:dfc5 with SMTP id dg1-20020a05690c0fc100b005d37ed5dfc5mr198619ywb.9.1701445904264; Fri, 01 Dec 2023 07:51:44 -0800 (PST) Date: Fri, 1 Dec 2023 07:51:42 -0800 In-Reply-To: <20231201142539.7519d330@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 References: <20231201142539.7519d330@canb.auug.org.au> Message-ID: Subject: Re: linux-next: Fixes tag needs some work in the kvm-x86 tree From: Sean Christopherson To: Stephen Rothwell Cc: David Matlack , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="us-ascii" On Fri, Dec 01, 2023, Stephen Rothwell wrote: > Hi all, > > In commit > > 7cd1bf039eeb ("KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR") > > Fixes tag > > Fixes: f2928aae8b9a ("UPSTREAM: KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG") Ugh, my eyes glossed right over that. > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: cb00a70bd4b7 ("KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG") Yep, that's the one. I'll force push asap. Thanks Stephen!