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 67C25C43217 for ; Fri, 18 Nov 2022 10:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240724AbiKRKJK (ORCPT ); Fri, 18 Nov 2022 05:09:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231534AbiKRKI5 (ORCPT ); Fri, 18 Nov 2022 05:08:57 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C74A2B60D for ; Fri, 18 Nov 2022 02:08:54 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7B2D0623FE for ; Fri, 18 Nov 2022 10:08:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78486C433D6; Fri, 18 Nov 2022 10:08:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1668766133; bh=RJlksabIXgLvCItKH/+Gz+PN2UGlsTyg0/Bb/Gkj/PI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zAT/qr7DNt+kR47RTVm2HLc6Vm4qcT+X6S8NsinNocV5dD12LUrUaqecKn6pS91th kapIdqM0u+dag0u2vE+GK16WbkXbSW0MkA4tZ9uUHwC7ux8RIUoBaxI7SeMmeLe7Ll S3F9krFYmt/eL8vunZwtCST8GKorgfy8wn0xvnpQ= Date: Fri, 18 Nov 2022 10:12:33 +0100 From: Greg KH To: Tiezhu Yang Cc: vincenzo.frascino@arm.com, linux-kernel@vger.kernel.org, luto@kernel.org, tglx@linutronix.de Subject: Re: [PATCH] lib/vdso: use "grep -E" instead of "egrep" Message-ID: References: <788b5155-fef5-0e44-721a-f9183e145ae5@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <788b5155-fef5-0e44-721a-f9183e145ae5@loongson.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 18, 2022 at 04:44:50PM +0800, Tiezhu Yang wrote: > Hi, > > This patch can not be found in the torvalds/linux.git or > next/linux-next.git tree, please take a look, thank you. That is because no one has applied it to their trees :(