From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 275C4CDB47F for ; Wed, 11 Oct 2023 19:16:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232997AbjJKTQ5 (ORCPT ); Wed, 11 Oct 2023 15:16:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235117AbjJKTQ4 (ORCPT ); Wed, 11 Oct 2023 15:16:56 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D6579E; Wed, 11 Oct 2023 12:16:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description; bh=2Iixwz74n+/qQuHm7XfuTlwxoPxN37yWlbh01O/lYPc=; b=jYcNObovx67rauhlwiCkVBwfUS uuaHyOfyGv+YmYa+pyQW/bOPGRtXKAVEz+U9Tc1FY5r3vqvZYAcrAeaGLg0aFmQDZ9HGePFHOy5Ir X9hJubkOl9+HbnYuxvpCvQ/ITgTNYzVXrNqGxJmqT29MK6fP7P/ynHmj9kxiuz2ZRJmJyhSNTVfmo yVYsaT2hQKDCAUMirvWFCbU2bVXAhUE/XtBVr7kSp+KVxMLwMBHROikAbcbJ/Tn4v1VWKrYo10Mya +iaX8qlzJ3YCTeaJbXhnBMm/74E+xNqYkfe54iMySjy7KbSMSYSglm0GeNn0ZgZbS4z8ue1pBVfaM jRcnYAqg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qqehN-00GXKx-1R; Wed, 11 Oct 2023 19:16:49 +0000 Date: Wed, 11 Oct 2023 12:16:49 -0700 From: Luis Chamberlain To: Joel Granados Cc: Stephen Rothwell , Jens Axboe , Phillip Potter , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the sysctl tree Message-ID: References: <20231011162050.773ebb15@canb.auug.org.au> <20231011083612.4hymwsvc43hrwm6h@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231011083612.4hymwsvc43hrwm6h@localhost> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Oct 11, 2023 at 10:36:12AM +0200, Joel Granados wrote: > On Wed, Oct 11, 2023 at 04:20:50PM +1100, Stephen Rothwell wrote: > > Hi all, > >=20 > > The following commit is also in the block tree as a different commit > > (but the same patch): > >=20 > > 80f3c6cfab37 ("cdrom: Remove now superfluous sentinel element from ct= l_table array") > >=20 > > This is commit > >=20 > > 114b0ff62a65 ("cdrom: Remove now superfluous sentinel element from ct= l_table array") > >=20 > > in the block tree. > Is this a warning on the merge? or did it actually error out? if it is a > wraning and one of the two was skipped, it can be safely ignored as they > are the same. I can also remove that commit from my set and send another > version. @luis: How do you want to handle it? I just removed the cdrom patch from my tree. Luis