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 AD9E9C433EF for ; Wed, 4 May 2022 20:22:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238526AbiEDUZo (ORCPT ); Wed, 4 May 2022 16:25:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235219AbiEDUZo (ORCPT ); Wed, 4 May 2022 16:25:44 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5E75488A1; Wed, 4 May 2022 13:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=rLx+c7VTqOEfz7fcI/lgHktEMgXhYRDtYOiELRvMPrc=; b=LlrQjoofxxS7kPCi/rC2//Wwok Mb3oXzepzm1cWSQGZ444BCN1+dO/xftv7/5Z7Z27TmUORRD3gwB2sK4aoRXoJvbcROBnMZf9Rkjz7 FZ8t0ZEcP88eJ9MRJduocKOqSKYwT+i24NlHtWcfHvmAjDKgJBh/Qn2D8REn0NnFD4nArtfamhETt h8ITkBdmGl0/2bLuOcSz4yxzrmkCIQqUpDUc5U91wcD5MnLsGFustS1cp3KsoKgSvyS9LWCGbo4kM fbtG2Qj2Hi9qE8VpkLSTPb4hHt5BM9Q8GtwZF+70Nhdh1X6nFqnhyvMA4hPYf5ZHvVLftlkY0yQWk neJ1s9MQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmLVe-00CWlB-An; Wed, 04 May 2022 20:22:06 +0000 Date: Wed, 4 May 2022 13:22:06 -0700 From: Luis Chamberlain To: Masahiro Yamada Cc: linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] module: trivial cleanups for symbol search Message-ID: References: <20220504194245.1088063-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220504194245.1088063-1-masahiroy@kernel.org> Sender: Luis Chamberlain Precedence: bulk List-ID: On Thu, May 05, 2022 at 04:42:42AM +0900, Masahiro Yamada wrote: > > Masahiro Yamada (3): > module: do not pass opaque pointer for symbol search > module: do not binary-search in __ksymtab_gpl if fsa->gplok is false > module: merge check_exported_symbol() into > find_exported_symbol_in_section() > > kernel/module.c | 32 +++++++++++--------------------- > 1 file changed, 11 insertions(+), 21 deletions(-) Thanks! The droid you are looking for however has morphed quite a bit, any chance you can rebase onto modules-next [0] and resend a v2? [0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=modules-next Luis