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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 8AE1AC433E7 for ; Wed, 14 Oct 2020 21:53:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FC312222A for ; Wed, 14 Oct 2020 21:53:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602712408; bh=unxNc/dC6O+tH6k+cAVjKqEB/qHLKjUAq44H/HJFcxg=; h=Date:From:To:cc:Subject:In-Reply-To:References:List-ID:From; b=t9z/R6IDIEhb7Jq4w8oJkSWJ/Jp174JvBFrHtWpXCCnO1qN++LUiAHMTuL8IukyEA 7EhqxmpvD87vwuz/Q/nxoB3hMa54BdSxvajEqYSdEHOhmwQXHVCa72jn+DkboNHhv/ M67ixxULKhLCr4TAzPyUjdJ5r8IP2rKyd2RdMv0Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726065AbgJNVx1 (ORCPT ); Wed, 14 Oct 2020 17:53:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:34330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbgJNVx1 (ORCPT ); Wed, 14 Oct 2020 17:53:27 -0400 Received: from pobox.suse.cz (nat1.prg.suse.com [195.250.132.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AED1E21D81; Wed, 14 Oct 2020 21:53:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602712407; bh=unxNc/dC6O+tH6k+cAVjKqEB/qHLKjUAq44H/HJFcxg=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=NsseFkcnMxzgatfa0JyCZmW7laFl7xeL/xIz8uzgNlcLjBGQuMR+Y5mwvii8ZTNsY TkYbcjId3fhwk94WQMOQZAiT6dNU3hIYNxyaQSRvAxHz1D+IgIrDTkgX0NclumSkN5 PTD19AIm5L2dWWxKrr8IeRPGd0yUwfu8D8DsYbTw= Date: Wed, 14 Oct 2020 23:53:13 +0200 (CEST) From: Jiri Kosina To: Joe Lawrence cc: Miroslav Benes , jpoimboe@redhat.com, pmladek@suse.com, shuah@kernel.org, live-patching@vger.kernel.org Subject: Re: [PATCH] selftests/livepatch: Do not check order when using "comm" for dmesg checking In-Reply-To: Message-ID: References: <20200827110709.26824-1-mbenes@suse.cz> <20200827132058.GA24622@redhat.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org On Wed, 14 Oct 2020, Joe Lawrence wrote: > >> Acked-by: Joe Lawrence > >> > >> And not so important for selftests, but helpful for backporting efforts: > >> > >> Fixes: 2f3f651f3756 ("selftests/livepatch: Use "comm" instead of "diff" for > >> dmesg") > > > > I've added the Fixes: tag and applied to for-5.9/upstream-fixes. Thanks, > > > > Hi Jiri, > > I was looking at a list of livepatching commits that went into 5.9 for > backporting and was wondering if we ever merged this one? > > It's not a show-stopper, but would be nice to get this one in for 5.10 if > possible. Hi Joe, it was not enough of a trigger to actually send 5.9-rc pull request. But in cases like this, for-5.x/upstream-fixes branch gets included in 5.x+1 pull request. So it absolutely will land in 5.10. Thanks, -- Jiri Kosina SUSE Labs