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 DA6B0158520 for ; Thu, 16 Jan 2025 22:03:22 +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=1737065002; cv=none; b=eonFRicXuHgCLbSgV8l6hI+aiC14Ccid0apj5IKIk2tkRAze/NdOK1sMDKuTBgOS8/gkcfTfHSj9m18iytdPDLMIolVo5zePa9hY4hYGLtD3vWhwOhDo7oW/4ZnAI1O+TknxnBwrjxlmOfKXja+x0MgMyLSQ7Qtlts32R6+PnzY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737065002; c=relaxed/simple; bh=LiOzqYTKTMEbi3FFvSacJBkBVEx+fUM2YS7njBvdKos=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=es0snOHj5tPTvAPi8BZcOqdNngbfTLSZ+jcPIL8w0PogDfvhydDBfxPE5KSRscWN7s+vryh0dcKmfz5KAIK5y3md7WTK6rVMxjdcGrCyVNfeUpIHe1rRVCODz/p1Bf5kOrjDTwuggNS06OQo5s+hQthWM2SKDEwm3fHT3gfY0VM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=wg6qfMOI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="wg6qfMOI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2239C4CED6; Thu, 16 Jan 2025 22:03:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1737065002; bh=LiOzqYTKTMEbi3FFvSacJBkBVEx+fUM2YS7njBvdKos=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=wg6qfMOIWMQqQ39HANZgPgfGpsVypIx8vUiPqwr8ZnafAxoWuIvUptu+Y5iR7Xq/D CNrHdZg597s3wwS8iX9U2CrnV5nMrSdoUPshI3qpkvED7lCYrmmG7taR+/3fQNMOMt NxsOVbKO8iwHFigehT6ZEtXETPmq0kCwlvtmSfFI= Date: Thu, 16 Jan 2025 14:03:20 -0800 From: Andrew Morton To: Waiman Long Cc: Suren Baghdasaryan , sfr@canb.auug.org.au, peterz@infradead.org, mingo@redhat.com, will@kernel.org, boqun.feng@gmail.com, Liam.Howlett@Oracle.com, david@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] seqlock: add missing parameter documentation for raw_seqcount_try_begin() Message-Id: <20250116140320.6620b0b28dfd8f7ab435dec3@linux-foundation.org> In-Reply-To: <2c6d1945-aa88-4658-a623-caf5165771b2@redhat.com> References: <20250116182730.801497-1-surenb@google.com> <2c6d1945-aa88-4658-a623-caf5165771b2@redhat.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Thu, 16 Jan 2025 14:28:26 -0500 Waiman Long wrote: > > > > base-commit: 4637fa5d47a49c977116321cc575ea22215df22d > > Acked-by: Waiman Long > > The tip tree also has the "seqlock: add raw_seqcount_try_begin" commit > with a different hash - 96450ead1652. Yup, thanks. An awkward dependency thing. It'll sort itself out during the merge window. Now I'm wondering why we didn't just put that very simple patch straight into mainline then be happy. Oh well.