From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id ED1B83982408 for ; Wed, 2 Jun 2021 17:18:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ED1B83982408 Received: by mail-pf1-x435.google.com with SMTP id d16so2680750pfn.12 for ; Wed, 02 Jun 2021 10:18:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1XDDmiJ9zQqSB8HWkv0lsMfqCZR3V1maZ2fDQLq3bdw=; b=ovhf7GwDcz14Q47WvP4x93KaCBT88jMx/+DKRK0exwxas66+ATUL8egSo0ReUHRykX qLN1eYC7/903E3LsXIWkdRCAyR5/s2HnnvJdSbOI51TuFKFQNrlA+7qHvR65Wpba3YtK f/dsgI42lLeckVO/CjSw2WoDsz3pOPjBh6Ip13WnMD5mbOXlfHxad2hOrLyu7ineB0ON d5G7Hw1OV2zmvgsMPa9BHgxKTJ30vPlP6sJqR2V58PAmDodu+EGUVj46FlMDBK59qPVY Pi6SwDR1f9QwUUkV1jA6aUzpne3LNYy4sVPxwdUspGAM3HuzjQOU83TqCiJF+OX1rjG2 rTZQ== X-Gm-Message-State: AOAM531LCJfLQWwGJJ5mYgDDi7RNpf1PfGmaOSCziahYwt1LSAE6laLq 943x3KI7/fEL1fEcFcZP92HQU69o2Xi5/lNjrWk= X-Google-Smtp-Source: ABdhPJydj8HHa9ZgSOldqRRnoBd2qCCJjTE8+Z8foMygAzZvzyG+c4xLzB3popzFOaeOhmDiI4GpTgjQX+UW78Ak5rw= X-Received: by 2002:a63:1e16:: with SMTP id e22mr9950866pge.140.1622654338996; Wed, 02 Jun 2021 10:18:58 -0700 (PDT) MIME-Version: 1.0 References: <20210527233444.3492534-1-skpgkp2@gmail.com> <05b4b385-910b-c28d-cf78-c47df8ef2027@redhat.com> In-Reply-To: From: Noah Goldstein Date: Wed, 2 Jun 2021 13:18:47 -0400 Message-ID: Subject: Re: [PATCH] Improve test coverage of strlen function To: "H.J. Lu" Cc: "Carlos O'Donell" , GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 17:19:01 -0000 On Mon, May 31, 2021 at 11:21 AM H.J. Lu via Libc-alpha wrote: > > On Mon, May 31, 2021 at 7:42 AM Carlos O'Donell wrote: > > > > On 5/27/21 7:34 PM, Sunil K Pandey via Libc-alpha wrote: > > > This patch covers following test condition. > > > > > > - String starts with different alignment and ends at the page boundary > > > with less than 32 byte length. > > > - String starts with different alignment and cross page boundary with > > > 31 byte fixed length. > > > > Is this work covered by the Intel's copyright assignment with the FSF? > > > > Yes. Sunil will submit a v2 patch. Are you and Sunil working on a project together to improve testing of string/memory functions? > > -- > H.J.