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 F1733C4332F for ; Fri, 18 Nov 2022 23:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235286AbiKRXR6 (ORCPT ); Fri, 18 Nov 2022 18:17:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235278AbiKRXRY (ORCPT ); Fri, 18 Nov 2022 18:17:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 786D4711AA; Fri, 18 Nov 2022 15:00:19 -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 D1120627DB; Fri, 18 Nov 2022 23:00:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2AC7EC433D6; Fri, 18 Nov 2022 23:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668812418; bh=ufnMnm7hU1NeN0wwQvH3qd/2TEn0yGbyHyHllNoy8Cg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cHNfXbu1Cc+6ivHag6hQ3i46/PYFEyKubTlxcQ5VaBp1SpI5mmBTYlRFBYcKQh07U Y4ivLKzkHBE54D3rqh05reYHJ177GgoAxHPhG0b4YRFagpW/MvMdugXDbPdCy9rvGH PxpNjvpynpDLSwSkN3UJNoSfRN1LcyI7j/9XcNHkxEFBnOueS6sfxVOSUsoDFe977W s+3Wbtl4FyNUJ2e/qp90yNE/FG1H5H8r/IDLNd+97/doPDs4O0IJU/ge/HC8Blb9OJ YBhIYtbff9Fmh8pSxkmU+CF2JXIDv+FjUOvlUIwOHbGhz+ofdLUGqPNdY+PTX0/lvr LGqbT6kpI/OAw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0B2BAE29F44; Fri, 18 Nov 2022 23:00:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] samples: bpf: Use "grep -E" instead of "egrep" From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166881241804.2705.2361476082601817210.git-patchwork-notify@kernel.org> Date: Fri, 18 Nov 2022 23:00:18 +0000 References: <1668765001-12477-1-git-send-email-yangtiezhu@loongson.cn> In-Reply-To: <1668765001-12477-1-git-send-email-yangtiezhu@loongson.cn> To: Tiezhu Yang Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Fri, 18 Nov 2022 17:50:01 +0800 you wrote: > The latest version of grep claims the egrep is now obsolete so the build > now contains warnings that look like: > egrep: warning: egrep is obsolescent; using grep -E > fix this up by moving the related file to use "grep -E" instead. > > sed -i "s/egrep/grep -E/g" `grep egrep -rwl samples/bpf` > > [...] Here is the summary with links: - [bpf-next] samples: bpf: Use "grep -E" instead of "egrep" https://git.kernel.org/bpf/bpf-next/c/ee748cd95e3a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html