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 1DA84C6FA82 for ; Tue, 27 Sep 2022 19:25:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231724AbiI0TZ3 (ORCPT ); Tue, 27 Sep 2022 15:25:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229685AbiI0TZ0 (ORCPT ); Tue, 27 Sep 2022 15:25:26 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2DD85A82F for ; Tue, 27 Sep 2022 12:25:24 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 4E5592CD; Tue, 27 Sep 2022 19:25:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 4E5592CD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1664306724; bh=hm1pn6IwiHYS/BojC7LqQUhE+b88DFYu+8Kiy4+hfkk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=B1UmYf3gyZRM/9vF+J/Zvtc7xtogiUUpJmc+LCeUtg2Evfie7+nAPfF8VanpyQRRI pQFBc8z3rTQUX6ComHqjG0XZdS8wlZfDoh9bpvPDx9JgTyH5iBJbD1CWsWRK0bIfX3 7JMNoPtLd3lVYVxOVdWXH4yUHSNfkq0ip/QJ3Gewt8RIT6nLKJkEMoPFM9Shs+UUQc ZxuVD6vDUiI4uyPtS9Z3gwWZV7eBWJwS8J7+RMOJYOZHnUstmPX8b1dJJMNMglbe09 KuNi9d9/yqC0GP1vWo0zA4C4q+8HK7pnyBWZNrrx+WF2Q4YJZx1wVyDen1XMUI/5Wc W11BMLU0H7zQg== From: Jonathan Corbet To: Mark Brown Cc: =?utf-8?B?0L3QsNCx?= , Greg KH , Greg Kroah-Hartman , Linux Kernel Mailing List , Linux Next Mailing List , Manfred Spraul Subject: Re: linux-next: manual merge of the driver-core tree with the jc_docs tree In-Reply-To: References: <20220926210631.657728-1-broonie@kernel.org> <20220926224621.47llaskp6mihi4dd@tarta.nabijaczleweli.xyz> <878rm5rbka.fsf@meer.lwn.net> Date: Tue, 27 Sep 2022 13:25:23 -0600 Message-ID: <87czbgoc0s.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mark Brown writes: > On Mon, Sep 26, 2022 at 04:54:45PM -0600, Jonathan Corbet wrote: >> =D0=BD=D0=B0=D0=B1 writes: > >> > This also reveals that I missed NBD_REQUEST_MAGIC >> > (needs to go, same reason as NBD_REPLY_MAGIC) >> > in the first pass, but that's unrelated here. > >> I've been trying to make sense of that merge myself. Is the right >> solution that I should just drop 32ba63d4b2e1a ? Manfred, thoughts on >> that? > > That'd certainly be a viable option too. OK, I have dropped the conflicting patch. Manfred, if there are changes there that still need to get in, please resubmit that part and we'll get it done. Thanks, jon