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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDC8DC76190 for ; Fri, 26 Jul 2019 03:19:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B9F0422CB8 for ; Fri, 26 Jul 2019 03:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564111163; bh=TA2/A7/aYVi+w9fs09QV2KgjxvFhSx9MDkIoEj1FfsQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=mWY25IiPfJrvvvalH7tOXV7XcaIurisHAIMgn69rhQ+8PJIbuO8/lchEtsEOKBs9d raTQqBp8U7qlhHHKx6AARFV12VxJyIiypbVv1ZqFtHVFzcVEgY0v1RHxRH1mGnNUSM df2/x0QFJGljTbnbOxhGzWidgE17HIUs13HkTqgU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726173AbfGZDTW (ORCPT ); Thu, 25 Jul 2019 23:19:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:44352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbfGZDTW (ORCPT ); Thu, 25 Jul 2019 23:19:22 -0400 Received: from localhost.localdomain (c-73-223-200-170.hsd1.ca.comcast.net [73.223.200.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D3198206E0; Fri, 26 Jul 2019 03:19:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564111161; bh=TA2/A7/aYVi+w9fs09QV2KgjxvFhSx9MDkIoEj1FfsQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iqmmG2Ei81U1zJFShXG4vbqoELrd8E0IF2OEgDmM2vS9nZcHITvmNbnbW+1mcVOj1 yBg1R7JmSxwa/w/Ou2BVMo9r5m1oJH5tkN4Lw4JEi2wiHfnZNZW2LKQz0gnzXqeJQB jsHKlRgRWoKBX/kiJaYIgpsvC5+LCDOhTe3fNhvc= Date: Thu, 25 Jul 2019 20:19:20 -0700 From: Andrew Morton To: Michel Lespinasse Cc: LKML Subject: Re: [PATCH] rbtree: sync up the tools/ copy of the code with the main one Message-Id: <20190725201920.fa67c2a95e975dcbb1f859af@linux-foundation.org> In-Reply-To: <20190703034812.53002-1-walken@google.com> References: <20190703034812.53002-1-walken@google.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Jul 2019 20:48:12 -0700 Michel Lespinasse wrote: > I should probably have done this in the same commit that changed the > main rbtree code to avoid generating code twice for the cached rbtree > versions. > > Not copying the reviewers of the previous change as tools/ is just another > copy of it. Copying LKML anyway because the additional noise > won't make as much of a difference there :) That isn't really a changelog. Could we please have a few words describing the change? Was it a simple `cp'?