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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBBD8C8300C for ; Thu, 30 Apr 2020 11:41:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 916D52078D for ; Thu, 30 Apr 2020 11:41:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588246860; bh=dFK5BA/3XELie2QyZAN3A+reesHvuM/84wvUzjlEXjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=CHCPtrwfULO5ksXj9QsWnaEmZF1gsL+FsJN4ncWqSwCC8/xkRIhDBor3kk6Lmgbux kROYdQWBp4mOFZm2aBYPSvNqKa3EgcNZFr51NeGPAXIB8hAKqF2U5Lr+SnRO/ymmZF 1iYUj7V3ADkxKVgJgP1Ylp0JNUycZdJnIcUgb6Qg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726845AbgD3LlA (ORCPT ); Thu, 30 Apr 2020 07:41:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:44578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726481AbgD3Lk7 (ORCPT ); Thu, 30 Apr 2020 07:40:59 -0400 Received: from linux-8ccs.fritz.box (p3EE2CE96.dip0.t-ipconnect.de [62.226.206.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D7DD62076D; Thu, 30 Apr 2020 11:40:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588246859; bh=dFK5BA/3XELie2QyZAN3A+reesHvuM/84wvUzjlEXjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oJ4vqlhY9q6mW0qaJe33gktp4qfSReNIRP0NffZ1fV0NhvKpNzX2KdeK4p8uNboQB 0Wbbf1HDJV8lRESWG9GcD2SqxXScTe53oQmYrQj9MDmVgWNRPa87HGh8yM+x6JEbXP 69CfnTSEyai536ZC6PxTgj6+ywFAhvySsZV/B/ZM= Date: Thu, 30 Apr 2020 13:40:55 +0200 From: Jessica Yu To: Miroslav Benes Cc: Josh Poimboeuf , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Joe Lawrence Subject: Re: [PATCH v4 11/11] module: Make module_enable_ro() static again Message-ID: <20200430114055.GA15426@linux-8ccs.fritz.box> References: <20200430111032.GA4436@linux-8ccs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-OS: Linux linux-8ccs 4.12.14-lp150.12.61-default x86_64 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org +++ Miroslav Benes [30/04/20 13:35 +0200]: >On Thu, 30 Apr 2020, Jessica Yu wrote: > >> +++ Josh Poimboeuf [29/04/20 10:24 -0500]: >> >Now that module_enable_ro() has no more external users, make it static >> >again. >> > >> >Suggested-by: Jessica Yu >> >Signed-off-by: Josh Poimboeuf >> >> Thanks! Since this patch is separate from the rest and it's based on >> modules-next, I can just take this last patch through the modules tree. > >It depends on 8/11 of the series. > >Acked-by: Miroslav Benes > >for the patch. Ah yeah, you are right (you meant patch 9/11 right)? Will take both through modules-next.