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 84776C433FE for ; Tue, 29 Nov 2022 23:31:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230100AbiK2Xbe (ORCPT ); Tue, 29 Nov 2022 18:31:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229805AbiK2XbH (ORCPT ); Tue, 29 Nov 2022 18:31:07 -0500 Received: from mail-il1-x134.google.com (mail-il1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5772471F00 for ; Tue, 29 Nov 2022 15:30:41 -0800 (PST) Received: by mail-il1-x134.google.com with SMTP id x12so4477173ilg.1 for ; Tue, 29 Nov 2022 15:30:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=JfTE0wye7LTPK/U7NOzfJnWWxw++LJ/TUF4lsfmPtFk=; b=YhB8mzlJgfRmK85mMB5VDdLW+yGp3Hjjj4NSh1AYwLokWHkP4S3HJm8mlAHcezYPOa 4GdlkdOkGHdpzXvCvePTJtuG7RldXI2ZPP6y1VPmZSGENNJ1NeYw9cIEPYPGDTWOPPds 4nsBPDRdiKkGiSzTaQsnGF6BgauD5PZkg+oQE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JfTE0wye7LTPK/U7NOzfJnWWxw++LJ/TUF4lsfmPtFk=; b=H5Dx0v3h+1f9MzGQZCRAPMfeGElm4M/yxsav98tTJPvuaZP6p+/GyXW95QaVNZfwlu ZwdA9okNWRdmjTSF7YzF3knH2lm956twylx/cXfe48c2jBI8M/lhN4Yd9eJyAo/WOojo 1YWjoytGHt5nzqbAZTh72RaiVCkGt1k9xN5UqFMEcvoMpAGRKG1bK1qRAM/2w7DUXkG2 oouFVUnwf03Hx4TXlNy27Eg64WrynuCNzhzVeddZ06aTrooIYTA4nIcI0q5UHgxhenpm Zhw4Np4XaZkRGdU1blDV8dyYlpirsqAaY/wSmtKHGQLnrh4CqzNscgCVQHVjajJZBzVz CFnQ== X-Gm-Message-State: ANoB5pmBP/cbcgwWR8QjAxczDo7AXS5YwhCbA9jNSSOIagDQ/J7kYzw3 Qy/fFqQhOlP7pk0bdUqz/MJ7fw== X-Google-Smtp-Source: AA0mqf4uGQ6McVLvcY8GzQ2GHRIzKqmC6ZptyPot1v7oW9ixuvhW5c0mdZjzhLvOrkYkB1y+gvhCxA== X-Received: by 2002:a92:6e07:0:b0:300:1f82:73e5 with SMTP id j7-20020a926e07000000b003001f8273e5mr17223063ilc.85.1669764640682; Tue, 29 Nov 2022 15:30:40 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id z26-20020a05660217da00b006bccaa66ee4sm5914087iox.40.2022.11.29.15.30.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Nov 2022 15:30:40 -0800 (PST) Message-ID: <07f475de-98ae-87b2-0215-12a4a2b054d6@linuxfoundation.org> Date: Tue, 29 Nov 2022 16:30:39 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 0/6] selftests: Use "grep -E" instead of "egrep" Content-Language: en-US To: paulmck@kernel.org Cc: Tiezhu Yang , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, shuah@kernel.org, Shuah Khan References: <1669165413-12035-1-git-send-email-yangtiezhu@loongson.cn> <20221129221344.GF4001@paulmck-ThinkPad-P17-Gen-1> <20221129232212.GG4001@paulmck-ThinkPad-P17-Gen-1> From: Shuah Khan In-Reply-To: <20221129232212.GG4001@paulmck-ThinkPad-P17-Gen-1> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/29/22 16:22, Paul E. McKenney wrote: > Lazybones that I am, I would rather carry the patch than resolve > conflicts. Especially given the tendency for new rcutorture patches to > appear, thus changing the conflict resolution. > Sounds good. I will drop the one I applied to my tree. > My guess is that the patch is this one: > > https://lore.kernel.org/lkml/1669165413-12035-2-git-send-email-yangtiezhu@loongson.cn/ > > Or should I be looking elsewhere? > Yup that is one. thanks, -- Shuah