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=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 64E25C432BE for ; Tue, 10 Aug 2021 09:41:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DD04610A3 for ; Tue, 10 Aug 2021 09:41:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235380AbhHJJlm (ORCPT ); Tue, 10 Aug 2021 05:41:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:38264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233409AbhHJJlm (ORCPT ); Tue, 10 Aug 2021 05:41:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4C07B61052; Tue, 10 Aug 2021 09:41:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628588480; bh=ifjWLtNNakbrvobAA7GQmhQorvj05jLq/kaLg7F4Rak=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TRTDauqdbq6MZZKltb7fqrtq9SDphm1e+Wh4U2D6sitxoYNDfsQB+gjKogOm8RBgZ ROJZiSb0Qi1QGiAFDi8Pen8v3OGsDkSGe9W6vJzgv+biBKFTOouVl6kE/ansDHD37z 1s8erBkfsNP2tyhut/DlMUD1YV8HvwWx52NQ6iFs= Date: Tue, 10 Aug 2021 11:41:18 +0200 From: Greg KH To: Ovidiu Panait Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.4 1/1] bpf, selftests: Adjust few selftest result_unpriv outcomes Message-ID: References: <20210804172001.3909228-1-ovidiu.panait@windriver.com> <20210804172001.3909228-2-ovidiu.panait@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 10, 2021 at 11:53:06AM +0300, Ovidiu Panait wrote: > On 04.08.2021 20:20, Ovidiu Panait wrote: > > From: Daniel Borkmann > > > > Given we don't need to simulate the speculative domain for registers with > > immediates anymore since the verifier uses direct imm-based rewrites instead > > of having to mask, we can also lift a few cases that were previously rejected. > > > > Signed-off-by: Daniel Borkmann > > Acked-by: Alexei Starovoitov > > [OP: backport to 5.4, small context adjustment in stack_ptr.c] > > Signed-off-by: Ovidiu Panait > > Hi Greg, > > > It seems that this patch was missed for the previous 5.4 release, could it > be included in the upcoming release? Ick, sorry about that, I missed it, my fault. I'll go queue it up now, thanks. greg k-h