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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 32164ECAAD3 for ; Sun, 4 Sep 2022 09:30:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Subject:From:References:Cc: To:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2di+pRlXiB8eBaR7MnD/5oE2m1TqOlWToGKNhj7T7G0=; b=svesT4zy8WHcrN S7u9+36ubt/wc9x6zgF8jCsiIgsWJjqNfdzCGBU0CYaReoLQOlUii1iUJNAaBPf5vHNWMPcdsbW2T /KgyqhafWvs7ie0u7H68kBYIcSOuJNHgQcEbzNSkWVV5cSOtacZF6++UZupMBbgBSraIwIEGeLNVc QLzo6dXHlWsorbl6Q9majueyfdUVbTPoRV94TB/L5coo6vz/l8eysZXvm/vx9FMARpajw3H058IEa XkXOABbqbp71mfaqQrzqZfUPRNYhsKzV/MKhip47bSOtuyFFSJYIuisrOVo6NuggPrecwkRJNFl5m jpZI+sn82DSFTg31io8g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUlwD-002VlA-5y; Sun, 04 Sep 2022 09:29:09 +0000 Received: from wp530.webpack.hosteurope.de ([2a01:488:42:1000:50ed:8234::]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUlw9-002VIi-Ke for linux-arm-kernel@lists.infradead.org; Sun, 04 Sep 2022 09:29:07 +0000 Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1oUlw0-00077B-BR; Sun, 04 Sep 2022 11:28:56 +0200 Message-ID: Date: Sun, 4 Sep 2022 11:28:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Content-Language: en-US, de-DE To: Stefan Wahren , regressions@lists.linux.dev Cc: bpf@vger.kernel.org, Linux ARM , jpalus@fastmail.com References: <56ffb198-8c93-1ec2-0b5e-9441e96359de@leemhuis.info> <76951173-ce4e-adda-e80e-7c313725e937@i2se.com> From: Thorsten Leemhuis Subject: Re: [BUG] null pointer dereference when loading bpf_preload on Raspberry Pi In-Reply-To: X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1662283745;081c4f42; X-HE-SMSGID: 1oUlw0-00077B-BR X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_022905_863443_6A7A672D X-CRM114-Status: UNSURE ( 9.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 03.09.22 16:44, Stefan Wahren wrote: > Am 03.09.22 um 16:17 schrieb Stefan Wahren: >> >> Am 19.06.22 um 19:06 schrieb Thorsten Leemhuis: >>> [TLDR: I'm adding this regression report to the list of tracked >>> regressions; all text from me you find below is based on a few templates >>> paragraphs you might have encountered already already in similar form.] >> >> as reported by Jan on Bugzilla [1] the issue has been resolved by >> >> e2dcac2f58f5 ("BPF: Fix potential bad pointer dereference in >> bpf_sys_bpf()") >> >> I can confirm the fix. > > sorry missed the link. > > [1] - https://bugzilla.kernel.org/show_bug.cgi?id=216105 > >> #regzbot fixed-by: |e2dcac2f58f5 Sorry, I'm totally behind with tracking the progress for some regressions because I'm busy preparing three talks :-/ Many thx for letting me know! FWIW, this is how you mail looked like here: ``` |I can confirm the fix. | |#regzbot fixed-by: |e2dcac2f58f5 || """ Regzbot ignored it, as the "#" has to be the first character in a new paragraph. And the "|" before e2dcac2f58f5 would have confused it as well. No worries, happens, that is easily fixed up: #regzbot fixed-by: e2dcac2f58f5 But I wanted to tell you, as it's not the first time you tried to interact with regzbot in a way that failed. I suspect you mailer does something odd. But as I said: no worries, things like that happen. :-D Ciao, Thorsten _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel