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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8ED8DC433DF for ; Mon, 15 Jun 2020 07:55:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76E3220738 for ; Mon, 15 Jun 2020 07:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728550AbgFOHza (ORCPT ); Mon, 15 Jun 2020 03:55:30 -0400 Received: from mx2.suse.de ([195.135.220.15]:44810 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728260AbgFOHz3 (ORCPT ); Mon, 15 Jun 2020 03:55:29 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 2FE43AB76; Mon, 15 Jun 2020 07:55:32 +0000 (UTC) Date: Mon, 15 Jun 2020 09:55:27 +0200 (CEST) From: Miroslav Benes To: Joe Lawrence cc: Kamalesh Babulal , Petr Mladek , live-patching@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 3/3] selftests/livepatch: filter 'taints' from dmesg comparison In-Reply-To: Message-ID: References: <20200610172101.21910-1-joe.lawrence@redhat.com> <20200610172101.21910-4-joe.lawrence@redhat.com> <047eba61-b0b9-4e91-395f-13bafbf43af6@redhat.com> <20200612114706.GH4311@linux-b0ei> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1678380546-1327128221-1592207728=:5945" Sender: live-patching-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1678380546-1327128221-1592207728=:5945 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT > From > https://www.gnu.org/software/grep/manual/grep.html#The-Backslash-Character-and-Special-Expressions > : > > The ‘\’ character, when followed by certain ordinary characters, takes a > special meaning: > > ... > > ‘\<’ > > Match the empty string at the beginning of word. > ‘\>’ > > Match the empty string at the end of word. > > > I'd be happy to use any other (more readable!) whole-word matching grep trick, > this \ just happens to be committed to my cmdline muscle memory. There is 'grep -w' which I use for this. Miroslav --1678380546-1327128221-1592207728=:5945--