From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 26D731F936 for ; Sun, 19 Jul 2026 08:18:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784449089; cv=none; b=o4OItVPC2ajKQTiOAf40QR2JJF8L6FCf//L3xz5qyc+gBweRe+H5VXqGXEpvcp8QhRzYxAZsdtFFEJ+DeGLXztoYcaZm7O0UCoVp11PIOE8sca6eery/2rXhfdraaUgJ+SrXaCvmtOoAmz6nCwyIpXZKm2j95YyP/n7OBJPC+So= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784449089; c=relaxed/simple; bh=CDR7qvXlXk8VHBJHykRPytF8pOsR/Hc+loXN0J/Kgks=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=oAdWl8Gw/Qrq1/YNda7j6nKaRCIMy/dgPVnvcOOGQAjKQYK2AqYW8dk1p/RSpkqbpI3Q0l3DQppJ/pcdj1EAVaFGKXAsxHAg+jGHyus50KGpH2Wc5bdVKOMO/9U3iZpCUpSqfYe0GFmVI05wjGMnJOsjJHrxIOwrZptJeAJKEg8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=4gVr2M7A; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=aipofyto; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="4gVr2M7A"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="aipofyto" From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1784449085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CDR7qvXlXk8VHBJHykRPytF8pOsR/Hc+loXN0J/Kgks=; b=4gVr2M7ASxdFb5+kYjI/I23JloqI2JA6/hoEj0Zr4ghQ6pnXhxO7dBNC0xE2ZbjgMzsj2m wbACrvUvURMEPDERaC2wxuCYhzIu9XspD1Qcp1ln71qtvlhuMgDoL9vv4ehUO9bdmOCoaF 4YWoA7l2AlQOlOYWa2bMM8NqKxKOXCnHTAKD3EUcWKoTrn6yUQqd6FuQMhzi5Shq5p/ee+ ZgWmCI6MqXMlZ1pZEISWH+nkVACs6roSHZGnbAbZEAy7hKnEOmEG1IDbPuh+IpKMKf0Xk0 nth93GuikFYdleNpeHL8M/Cjw3Ev2QJgbwdDnKmXd6h0LeGo5AaBoh1FZd5xww== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1784449085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CDR7qvXlXk8VHBJHykRPytF8pOsR/Hc+loXN0J/Kgks=; b=aipofytodjtRUujqejK0cskuj3YXVHgAeVt9RmYzTLwQUPIZe12u+XEOGlS90KnMWnCdke s+f4rtxjrE1LwGAw== To: Xiaofeng Yuan , pjw@kernel.org Cc: palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, broonie@kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Xiaofeng Yuan Subject: Re: [PATCH v2 1/2] riscv: mm: make EXECMEM_KPROBES writable without CONFIG_STRICT_MODULE_RWX In-Reply-To: <20260719081037.5749-2-xiaofengmian@163.com> References: <20260719081037.5749-1-xiaofengmian@163.com> <20260719081037.5749-2-xiaofengmian@163.com> Date: Sun, 19 Jul 2026 10:18:03 +0200 Message-ID: <87jyqr75qc.fsf@yellow.woof> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Xiaofeng Yuan writes: > ... > > Signed-off-by: Xiaofeng Yuan Commit description is missing. For the diff: Reviewed-by: Nam Cao 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 C5827C44512 for ; Sun, 19 Jul 2026 08:18:26 +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:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Udfw/CmrrddP6N2VGdXWXnYAw6peVqRWwTzQ3LaxQLQ=; b=VbyYPPMdvhF26Z Ow2BygAvZDZlXDAzaHmtK2TNkR+lZvetq5XuFAHl+Fn3XEs7d2bpnFKU8bu0WQkps/MV6VkQh1MaK e+U0bAy32PNJbtHsy6k69QTB9lnaFd7LMccsQf+CH44g6xPNQVnsiX4s/BAHPfaSy2GgItCTcug86 vLbGd6nZgZxwtScbj5PaYsVu23Mt27ygMGmM/tXlOCJ7TCLJQVbsoiZdoE5NGjnAVwLnBfJTTq1vP rvEKb937pCtwXEOcFOPXp5IboDVw4/Ugvc21ZwSqoC4jNmMFbjw/hU5t1s2bnpK4KSuIFsNVDcu0F WsI7iWQAAh0riBNiReCQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wlMj0-00000004qOR-1Htx; Sun, 19 Jul 2026 08:18:14 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wlMix-00000004qO1-2p4e for linux-riscv@lists.infradead.org; Sun, 19 Jul 2026 08:18:13 +0000 From: Nam Cao DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1784449085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CDR7qvXlXk8VHBJHykRPytF8pOsR/Hc+loXN0J/Kgks=; b=4gVr2M7ASxdFb5+kYjI/I23JloqI2JA6/hoEj0Zr4ghQ6pnXhxO7dBNC0xE2ZbjgMzsj2m wbACrvUvURMEPDERaC2wxuCYhzIu9XspD1Qcp1ln71qtvlhuMgDoL9vv4ehUO9bdmOCoaF 4YWoA7l2AlQOlOYWa2bMM8NqKxKOXCnHTAKD3EUcWKoTrn6yUQqd6FuQMhzi5Shq5p/ee+ ZgWmCI6MqXMlZ1pZEISWH+nkVACs6roSHZGnbAbZEAy7hKnEOmEG1IDbPuh+IpKMKf0Xk0 nth93GuikFYdleNpeHL8M/Cjw3Ev2QJgbwdDnKmXd6h0LeGo5AaBoh1FZd5xww== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1784449085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CDR7qvXlXk8VHBJHykRPytF8pOsR/Hc+loXN0J/Kgks=; b=aipofytodjtRUujqejK0cskuj3YXVHgAeVt9RmYzTLwQUPIZe12u+XEOGlS90KnMWnCdke s+f4rtxjrE1LwGAw== To: Xiaofeng Yuan , pjw@kernel.org Cc: palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, broonie@kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Xiaofeng Yuan Subject: Re: [PATCH v2 1/2] riscv: mm: make EXECMEM_KPROBES writable without CONFIG_STRICT_MODULE_RWX In-Reply-To: <20260719081037.5749-2-xiaofengmian@163.com> References: <20260719081037.5749-1-xiaofengmian@163.com> <20260719081037.5749-2-xiaofengmian@163.com> Date: Sun, 19 Jul 2026 10:18:03 +0200 Message-ID: <87jyqr75qc.fsf@yellow.woof> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260719_011811_876240_DE99A3A7 X-CRM114-Status: UNSURE ( 2.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Xiaofeng Yuan writes: > ... > > Signed-off-by: Xiaofeng Yuan Commit description is missing. For the diff: Reviewed-by: Nam Cao _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv