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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 11074C433E0 for ; Wed, 12 Aug 2020 21:02:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E16932078B for ; Wed, 12 Aug 2020 21:02:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597266145; bh=6utElTIMp6Y9MeCHgu3TyjV0Jmtf8NSbJU9kqfJyuoE=; h=Date:From:To:Subject:Reply-To:List-ID:From; b=BbJjcEZnS3T3MzcLGNiHFBvlgh62WKoioe8phWEI1cGIGameCXhY6Ilppikd1ZKJ6 TmX+Lo2iZTNLjsgZhNERqkF5HPwwuszBwxnpKasqj7ne/9o0MofdfUePBVgMna/NHr ZmwEemj+zX9iRu6A4MCCfAM3ewM8EDsHAZnatTvQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726604AbgHLVCZ (ORCPT ); Wed, 12 Aug 2020 17:02:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:49370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbgHLVCZ (ORCPT ); Wed, 12 Aug 2020 17:02:25 -0400 Received: from localhost.localdomain (c-71-198-47-131.hsd1.ca.comcast.net [71.198.47.131]) (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 75C4A20774; Wed, 12 Aug 2020 21:02:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597266143; bh=6utElTIMp6Y9MeCHgu3TyjV0Jmtf8NSbJU9kqfJyuoE=; h=Date:From:To:Subject:From; b=iqfs81rx/agY5ZFLOMMPxpFeys7PB8PU3jWcRBWfZPTUj+UFeC4mPbWZkFxnsW+OF rzTzNFRSUL161D9isQonODlfKjzohuAz2HLISUlmoTTP/UdYoh0EBZrxRC9nHuKJef 1QZYS5GANbBOYavN1OwWM5QcNvKmBp/MxweyUZ7U= Date: Wed, 12 Aug 2020 14:02:23 -0700 From: akpm@linux-foundation.org To: jgg@nvidia.com, krzk@kernel.org, mm-commits@vger.kernel.org Subject: [merged] mm-mmu_notifier-fix-and-extend-kerneldoc.patch removed from -mm tree Message-ID: <20200812210223.ajF_jYx_h%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Sender: mm-commits-owner@vger.kernel.org Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: mm: mmu_notifier: fix and extend kerneldoc has been removed from the -mm tree. Its filename was mm-mmu_notifier-fix-and-extend-kerneldoc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Krzysztof Kozlowski Subject: mm: mmu_notifier: fix and extend kerneldoc Fix W=1 compile warnings (invalid kerneldoc): mm/mmu_notifier.c:187: warning: Function parameter or member 'interval_sub' not described in 'mmu_interval_read_bgin' mm/mmu_notifier.c:708: warning: Function parameter or member 'subscription' not described in 'mmu_notifier_registr' mm/mmu_notifier.c:708: warning: Excess function parameter 'mn' description in 'mmu_notifier_register' mm/mmu_notifier.c:880: warning: Function parameter or member 'subscription' not described in 'mmu_notifier_put' mm/mmu_notifier.c:880: warning: Excess function parameter 'mn' description in 'mmu_notifier_put' mm/mmu_notifier.c:982: warning: Function parameter or member 'ops' not described in 'mmu_interval_notifier_insert' Link: http://lkml.kernel.org/r/20200728171109.28687-4-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski Reviewed-by: Jason Gunthorpe Signed-off-by: Andrew Morton --- mm/mmu_notifier.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/mm/mmu_notifier.c~mm-mmu_notifier-fix-and-extend-kerneldoc +++ a/mm/mmu_notifier.c @@ -166,7 +166,7 @@ static void mn_itree_inv_end(struct mmu_ /** * mmu_interval_read_begin - Begin a read side critical section against a VA * range - * interval_sub: The interval subscription + * @interval_sub: The interval subscription * * mmu_iterval_read_begin()/mmu_iterval_read_retry() implement a * collision-retry scheme similar to seqcount for the VA range under @@ -686,7 +686,7 @@ EXPORT_SYMBOL_GPL(__mmu_notifier_registe /** * mmu_notifier_register - Register a notifier on a mm - * @mn: The notifier to attach + * @subscription: The notifier to attach * @mm: The mm to attach the notifier to * * Must not hold mmap_lock nor any other VM related lock when calling @@ -856,7 +856,7 @@ static void mmu_notifier_free_rcu(struct /** * mmu_notifier_put - Release the reference on the notifier - * @mn: The notifier to act on + * @subscription: The notifier to act on * * This function must be paired with each mmu_notifier_get(), it releases the * reference obtained by the get. If this is the last reference then process @@ -965,7 +965,8 @@ static int __mmu_interval_notifier_inser * @interval_sub: Interval subscription to register * @start: Starting virtual address to monitor * @length: Length of the range to monitor - * @mm : mm_struct to attach to + * @mm: mm_struct to attach to + * @ops: Interval notifier operations to be called on matching events * * This function subscribes the interval notifier for notifications from the * mm. Upon return the ops related to mmu_interval_notifier will be called _ Patches currently in -mm which might be from krzk@kernel.org are iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix.patch rtl818x-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch ntb-intel-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch virtio-pci-constify-ioreadx-iomem-argument-as-in-generic-implementation.patch