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 DA2EAC433F5 for ; Fri, 22 Apr 2022 07:22:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444651AbiDVHY6 (ORCPT ); Fri, 22 Apr 2022 03:24:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444739AbiDVHY5 (ORCPT ); Fri, 22 Apr 2022 03:24:57 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A13B45005C for ; Fri, 22 Apr 2022 00:22:03 -0700 (PDT) Received: from localhost (mdns.lwn.net [45.79.72.68]) (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 4BFBB2D3; Fri, 22 Apr 2022 07:22:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 4BFBB2D3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1650612121; bh=3JPPuZ2UfziPTfNN7iLT4YLUFPLT4ayIFEmKrIc2mkg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=BED3eAYOQ7FIm+3r3hULoP4loUm0Q0F6NzEGsMY8Mgp5d9jJoF+AKcHY5RtVhRgg5 HtXdxz7db4GTF4FjDNmI5tGQ5c0v3pgx2haHJIoTdj0dZWfzQJAGVF4bi+iC8H9k9O 9xiRKFUV4bgfJnYzP9M1cy9ieOZ4FWVfu+lacxk+syJI46xR9NpAvH/t6zy+8V5k5s KcFn8y5FoswX1zwZnYdTlHHQWHboYMS5BPdUy8afLP28aNlVSXeqCYqtExEhy5WfNR GPPw+xNWVQPNiGc32Lv11HyQhx8T/q8dSFPofrK8Of2UM1lCgWx9wjB9a9TvSdYpAG AJsyq4mfcTmcA== From: Jonathan Corbet To: Eric Biggers , Stephen Rothwell Cc: Theodore Ts'o , "Jason A. Donenfeld" , Bagas Sanjaya , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the random tree with the jc_docs tree In-Reply-To: References: <20220422135927.7fa82fa4@canb.auug.org.au> Date: Fri, 22 Apr 2022 01:21:56 -0600 Message-ID: <87wnfhzip7.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Eric Biggers writes: > That's not exactly the correct resolution, since it dropped the change to the > text of this paragraph that my patch made ("HalfSipHash" => "the hsiphash > functions"). > > We should get the updates to this file to go through one tree. Jason, probably > you'd want it to be yours? If you want changes to parts of Documentation/ to not go through the docs tree, just say the word and I'll avoid it. A MAINTAINERS file addition to direct those patches youward would also not be misplaced. Meanwhile, Jason, if you want to pick up the offending patches directly, I can drop them from docs-next. Thanks, jon