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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA75FC64EC7 for ; Wed, 22 Feb 2023 15:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232071AbjBVPAc (ORCPT ); Wed, 22 Feb 2023 10:00:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231948AbjBVPAb (ORCPT ); Wed, 22 Feb 2023 10:00:31 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FAC738E80 for ; Wed, 22 Feb 2023 07:00:25 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2C1DBB815D5 for ; Wed, 22 Feb 2023 15:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 66797C43443; Wed, 22 Feb 2023 15:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677078022; bh=0oDUe0Xt/tqWs2ZxwJwubY6IyWBJxtkUnsBIUqtVhWM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kV9DJquxEHU02JBWtaMKauDl9LVCTnoMmVVWpipucOh1AnDtdGGttPPtWXKd3hJMH RS5V9w+khbSkP6XQGVjBDXknt5dHLcPAuEMeTgZcJTjHwmEVKYItJDtJCKRQeYTMML MRxJxzHS2ANxRXj/iiUkNOk5wkJH/GEDfgIKweqLoi83i5YoTaqA3cMSLZrr0Uo3hp HwWDsYxgu8N2xlPzpwbJyL+GkkZAtCZou9e4P8bwHBMW4TanRlEl+NuuJlZ76Flam6 n2l7Q9ODHLfjJFGNkuPvXvjTDJkqt5OsdeJi5HpnxXcPFXzqBuh+F5iqIni6O8piZ0 V1PaeNRT92T2g== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 422D0E270E2; Wed, 22 Feb 2023 15:00:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv, mm: Perform BPF exhandler fixup on page fault From: patchwork-bot+linux-riscv@kernel.org Message-Id: <167707802226.24438.2156387825530343210.git-patchwork-notify@kernel.org> Date: Wed, 22 Feb 2023 15:00:22 +0000 References: <20230214162515.184827-1-bjorn@kernel.org> In-Reply-To: <20230214162515.184827-1-bjorn@kernel.org> To: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@ci.codeaurora.org Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, bjorn@rivosinc.com, bpf@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Tue, 14 Feb 2023 17:25:15 +0100 you wrote: > From: Björn Töpel > > Commit 21855cac82d3 ("riscv/mm: Prevent kernel module to access user > memory without uaccess routines") added early exits/deaths for page > faults stemming from accesses to user-space without using proper > uaccess routines (where sstatus.SUM is set). > > [...] Here is the summary with links: - riscv, mm: Perform BPF exhandler fixup on page fault https://git.kernel.org/riscv/c/416721ff05fd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html