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.6 required=3.0 tests=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 7C285C7618F for ; Wed, 17 Jul 2019 23:48:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5234B217F4 for ; Wed, 17 Jul 2019 23:48:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563407283; bh=Siv/KnNF60mlRWThubfKazGtO8AyOQXZRuU8aJ8ckCg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g8eJF546+fKz4Om+vLgBIiZv1w9HMql+osqVtZ4pww4DTSHt0mLPHr+rimaAjUwOu toHfnbYDlmQxIeCDFxV6KvTD4J7Jo7rib+UmW+kQ3PkHKJztkqHNXJSVA1GPRR80oZ nauCcEG0krkOlUEE2kambHYLIh3CNPdl4X/fEG/s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731320AbfGQXr7 (ORCPT ); Wed, 17 Jul 2019 19:47:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:54852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727792AbfGQXr7 (ORCPT ); Wed, 17 Jul 2019 19:47:59 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 60CBF21783; Wed, 17 Jul 2019 23:47:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563407278; bh=Siv/KnNF60mlRWThubfKazGtO8AyOQXZRuU8aJ8ckCg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BdnE4x7o3SNxyTDnkAjpMTth0y175vo1fyPd0ZZBFXmT+uF0mWagMJL+SuCoc5hCV tLQ72DTZJbhXyWJITTTQjrh1ViQh3ucgZWXaRiQXxX0DzcB7kcIgtGr4WKpJH4oPQe FJfBxhSADkt9Zqa9qIiiudtrzLYT46cin7mUCZn8= Date: Wed, 17 Jul 2019 19:47:57 -0400 From: Sasha Levin To: Jiri Benc Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Yonghong Song , Daniel Borkmann , linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, clang-built-linux@googlegroups.com Subject: Re: [PATCH AUTOSEL 5.2 226/249] selftests: bpf: fix inlines in test_lwt_seg6local Message-ID: <20190717234757.GD3079@sasha-vm> References: <20190715134655.4076-1-sashal@kernel.org> <20190715134655.4076-226-sashal@kernel.org> <20190717114334.5556a14e@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190717114334.5556a14e@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Jul 17, 2019 at 11:43:34AM +0200, Jiri Benc wrote: >On Mon, 15 Jul 2019 09:46:31 -0400, Sasha Levin wrote: >> From: Jiri Benc >> >> [ Upstream commit 11aca65ec4db09527d3e9b6b41a0615b7da4386b ] >> >> Selftests are reporting this failure in test_lwt_seg6local.sh: > >I don't think this is critical in any way and I don't think this is a >stable material. How was this selected? It fixes a bug, right? -- Thanks, Sasha