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 CD20FC43334 for ; Fri, 1 Jul 2022 03:04:34 +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:References:In-Reply-To: Message-ID:Date: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=2wAJWmbxeLEj/+a/Wk8HfYX22kxmxFGm806U/kyuEFk=; b=mlodYRsQjXBkFf 2mxnb29M6JKvArgKNntFVjzKMcTgA5TmV0efwCw7JRP48Eh2xKLlTMHms7R1LZschmAdB4+bbxCOK caQvVuXlgAaobIPYCW5gLqYpWRHnJtPE5o2u7gC1WIfL9HGcvWGxyj4JbIL+zyuK6s+K4TPUq4k77 rhvH4+XNWHE2fZ/uzVD1eUPUtjKrVNEGHtgrmzcdEEEmeQJzym4MwAPmxieJ0X3/2Ppw+BLgwN2Hw YSGmyCVTuCIwp0hxX8Dck7XIvFFbSKbRNkLHjXazynfK2Ux9Cqw7vMdZLjGGABnzWEzXWhEmUAwb9 0Thyf3L6VLgRiX4qLEOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o76w9-002Ui2-Ea; Fri, 01 Jul 2022 03:03:17 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o76w6-002Ugi-Sx; Fri, 01 Jul 2022 03:03:16 +0000 X-UUID: 304dd18bdaa1413b9ec33fc11d22071e-20220630 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.7,REQID:83f722e5-6cd4-4c54-bde3-c387e5f357b4,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:87442a2,CLOUDID:ff8a4fd6-5d6d-4eaf-a635-828a3ee48b7c,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:-5,EDM:-3,IP:nil,URL:1,File:ni l,QS:nil,BEC:nil,COL:0 X-UUID: 304dd18bdaa1413b9ec33fc11d22071e-20220630 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1867192256; Thu, 30 Jun 2022 20:03:09 -0700 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) by mtkmbs11n1.mediatek.inc (172.21.101.185) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.3; Fri, 1 Jul 2022 10:42:34 +0800 Received: from mszsdtcf10.gcn.mediatek.inc (10.16.4.60) by mtkmbs11n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.3 via Frontend Transport; Fri, 1 Jul 2022 10:42:33 +0800 From: Haibo Li To: CC: , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 2/2] ANDROID: cfi: free old cfi shadow asynchronously Date: Fri, 1 Jul 2022 10:42:33 +0800 Message-ID: <20220701024233.52022-1-haibo.li@mediatek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220630_200314_978880_734FB823 X-CRM114-Status: GOOD ( 20.50 ) 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 > Hi, > > On Thu, Jun 30, 2022 at 2:47 AM Haibo Li wrote: > > > > Currenly, it uses synchronize_rcu() to wait old rcu reader to go away > > in update_shadow.In embedded platform like ARM CA7X, load_module > > blocks 40~50ms in update_shadow. > > When there are more than one hundred kernel modules, it blocks several > > seconds. > > > > To accelerate load_module,change synchronize_rcu to call_rcu. > > > > Signed-off-by: Haibo Li > > Signed-off-by: Lecopzer Chen > > Thanks for the patch! Please drop ANDROID: from the subject line, that's only > used in the Android kernel trees. > Thanks for the comment.I will change it in next patch. > > kernel/cfi.c | 12 ++++++++++-- > > 1 file changed, 10 insertions(+), 2 deletions(-) > > > > diff --git a/kernel/cfi.c b/kernel/cfi.c index > > 456771c8e454..a4836d59ca27 100644 > > --- a/kernel/cfi.c > > +++ b/kernel/cfi.c > > @@ -43,6 +43,8 @@ typedef u16 shadow_t; struct cfi_shadow { > > /* Page index for the beginning of the shadow */ > > unsigned long base; > > + /* rcu to free old cfi_shadow asynchronously */ > > + struct rcu_head rcu; > > /* An array of __cfi_check locations (as indices to the shadow) */ > > shadow_t shadow[1]; > > } __packed; > > @@ -182,6 +184,13 @@ static void remove_module_from_shadow(struct > cfi_shadow *s, struct module *mod, > > } > > } > > > > +static void _cfi_shadow_free_rcu(struct rcu_head *rcu) > > I think this can be simply renamed to free_shadow. Thanks for the comment.I will change it in next patch. > > > +{ > > + struct cfi_shadow *old = container_of(rcu, struct cfi_shadow, > > +rcu); > > + > > + vfree(old); > > +} > > + > > typedef void (*update_shadow_fn)(struct cfi_shadow *, struct module *, > > unsigned long min_addr, unsigned long > > max_addr); > > > > @@ -211,11 +220,10 @@ static void update_shadow(struct module *mod, > > unsigned long base_addr, > > > > rcu_assign_pointer(cfi_shadow, next); > > mutex_unlock(&shadow_update_lock); > > - synchronize_rcu(); > > > > if (prev) { > > set_memory_rw((unsigned long)prev, SHADOW_PAGES); > > - vfree(prev); > > + call_rcu(&prev->rcu, _cfi_shadow_free_rcu); > > } > > } > > It's probably better to keep the pages read-only until they're actually released. > Can you move the set_memory_rw call to the new function? > Since call_rcu and rcu callbacks change members in &prev->rcu,the old pages need to be rw at first. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel