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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 B58FCC12002 for ; Wed, 21 Jul 2021 14:42:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99FAC608FE for ; Wed, 21 Jul 2021 14:42:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238984AbhGUOB4 (ORCPT ); Wed, 21 Jul 2021 10:01:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233069AbhGUOBz (ORCPT ); Wed, 21 Jul 2021 10:01:55 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 190DFC061575; Wed, 21 Jul 2021 07:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gYtnqfL5mi01AypapuUeV0QNO83R6S+yM6GrYpNlxlQ=; b=YdkN7hT42xh2IyHLdQeeLSC10Y kdXYaAzGnB9fSomoALgFPcW6c30lkQWKOW0gIyj1splapRI4SwQ7+4+Qxxa9/TDXTKNtMYz8sCEEa eJkMpNB7ai1U/lH5QEOdUzhJv7QN3Z2p0YfmKXdGkjXdFpV+ff3ELE//wcqCZCVmxQtDu24haMi8z 51wKLVS0LXbvikpsaLGmjVRr0+yjFJKsMbwpAJS+79Lo1qE2vwYcbJbdjcqSRx1uRHui7L33e3h3e A9ghmrL9cTeUbD2XcfwPVZbi4Bjb86J+sMUXgG3cs3a4P0P0EtFOjbNPbo0DT1Qq0n7BGj+6+R08X 1+hCkJ8w==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m6DQI-009IMi-3a; Wed, 21 Jul 2021 14:42:16 +0000 Date: Wed, 21 Jul 2021 15:42:10 +0100 From: Christoph Hellwig To: Nikolay Borisov Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, ndesaulniers@google.com, torvalds@linux-foundation.org, linux-fsdevel@vger.kernel.org, david@fromorbit.com Subject: Re: [PATCH] lib/string: Bring optimized memcmp from glibc Message-ID: References: <20210721135926.602840-1-nborisov@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 21, 2021 at 05:35:42PM +0300, Nikolay Borisov wrote: > > > On 21.07.21 ??. 17:32, Christoph Hellwig wrote: > > This seems to have lost the copyright notices from glibc. > > > > I copied over only the code, what else needs to be brought up: > > Copyright (C) 1991-2021 Free Software Foundation, Inc. > This file is part of the GNU C Library. > Contributed by Torbjorn Granlund (tege@sics.se). > > The rest is the generic GPL license txt ? Last time I checked glibc is under LGPL.