From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="kuQEMk9l" Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6C35BD3 for ; Mon, 4 Dec 2023 00:19:09 -0800 (PST) Received: from pwmachine.localnet (85-170-33-133.rev.numericable.fr [85.170.33.133]) by linux.microsoft.com (Postfix) with ESMTPSA id A4C2320B74C1; Mon, 4 Dec 2023 00:19:07 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A4C2320B74C1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1701677948; bh=zNdiGCp8zALVe6anH5p9izkP9vscRPIigBaZb0WK6BY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kuQEMk9l8v7JF9AXyXVJ/JqDiw7+nRzQ4n0rwzRvenh+BIyJH2BSPcPdNHvNp+WP9 0vTm8z5FeGc7dVeM4AUfA1kSY8+OsudNprYY/I0zh+8oFynBvDNC+RIMzAcdONaoeE HStxpGDkh7I+N6o8OlQLpsiy6H8CXiTw6p6xwhBs= From: Francis Laniel To: Greg KH Cc: stable@vger.kernel.org, Masami Hiramatsu , Jiri Olsa , Christoph Hellwig , Alexei Starovoitov Subject: Re: [PATCH 5.15.y v1 1/2] kallsyms: Make kallsyms_on_each_symbol generally available Date: Mon, 04 Dec 2023 09:19:05 +0100 Message-ID: <2709501.mvXUDI8C0e@pwmachine> In-Reply-To: <2023120247-unsocial-caress-14fe@gregkh> References: <20231201151957.682381-1-flaniel@linux.microsoft.com> <20231201151957.682381-2-flaniel@linux.microsoft.com> <2023120247-unsocial-caress-14fe@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Hi! Le samedi 2 d=E9cembre 2023, 00:02:58 CET Greg KH a =E9crit : > On Fri, Dec 01, 2023 at 04:19:56PM +0100, Francis Laniel wrote: > > From: Jiri Olsa > >=20 > > Making kallsyms_on_each_symbol generally available, so it can be > > used outside CONFIG_LIVEPATCH option in following changes. > >=20 > > Rather than adding another ifdef option let's make the function > > generally available (when CONFIG_KALLSYMS option is defined). > >=20 > > Cc: Christoph Hellwig > > Reviewed-by: Masami Hiramatsu > > Signed-off-by: Jiri Olsa > > Link: https://lore.kernel.org/r/20220510122616.2652285-2-jolsa@kernel.o= rg > > Signed-off-by: Alexei Starovoitov > > --- > >=20 > > include/linux/kallsyms.h | 7 ++++++- > > kernel/kallsyms.c | 2 -- > > 2 files changed, 6 insertions(+), 3 deletions(-) >=20 > What is the git id of this commit in Linus's tree? Sorry, the commit ID is [1]: d721def7392a7348ffb9f3583b264239cbd3702c Best regards. =2D-- [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ commit/?id=3Dd721def7392a7348ffb9f3583b264239cbd3702c