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 3D595EB8 for ; Wed, 13 Dec 2023 01:04:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="YzLp10Hi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DDBCC433C7; Wed, 13 Dec 2023 01:04:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1702429451; bh=jRcmunZdqVBmgZMSHxQNvJLJyp5lE+HoxqkjQbHila0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YzLp10HiNGQQh48rlwTPWhlzYHA6aJfjJ4OHqBKS9Faq932M0p81NqelJe7ebmO2c 7gl1qZjDGQ856AONb2cJrM/yJlW4O/izBup9U8UbpTRT3+cxHnbcCQ31ncdd2vJ2qG sDAZhde3WHFYxsu9JVmfg/QZMPN7jzhNpvI5TONg= Date: Tue, 12 Dec 2023 17:04:10 -0800 From: Andrew Morton To: Stephen Rothwell Cc: Ryan Roberts , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the mm tree Message-Id: <20231212170410.aa6972217ef0478f1dc9ae57@linux-foundation.org> In-Reply-To: <20231213075919.311c962b@canb.auug.org.au> References: <20231213075919.311c962b@canb.auug.org.au> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 Dec 2023 07:59:19 +1100 Stephen Rothwell wrote: > Hi all, > > In commit > > fa28adea6a65 ("mm: thp: Fix build warning when CONFIG_SYSFS is disabled") > > Fixes tag > > Fixes: fe2c9313a8c0 ("mm: thp: Introduce multi-size THP sysfs interface") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 17e9a3099850 ("mm: thp: introduce multi-size THP sysfs interface") Yes, but the base patch is in mm-unstable so its hash changes every day. I'll just remove the hash: Fixes: ("mm: thp: Introduce multi-size THP sysfs interface") which I expect will generate another hello-from-Stephen.