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 7A485C433F5 for ; Fri, 18 Mar 2022 01:15:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231419AbiCRBQd (ORCPT ); Thu, 17 Mar 2022 21:16:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbiCRBQ3 (ORCPT ); Thu, 17 Mar 2022 21:16:29 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70A102976D2; Thu, 17 Mar 2022 18:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647566112; x=1679102112; h=date:from:to:cc:subject:message-id:mime-version; bh=r4mko7k/AH0w7KPMrUblI0WhnZhFqX+FTI9+xnVZOhU=; b=WE3CBC/pVAuEceMZUnC+56vh8kVjnIyfitObrZY2qj8B17l46Y99hKGK AbKDiHX0wsiR+229Ag0+FFl9KLRgTg4IPb16jcQ7l3jtMcXe/AhXrE3cr g+DSB/0K1V6XgzXsnP9fZpbVp5IpPjgqh/LFbLnvdOSncohA/jy8sSL7q nMRL/imT7vuEWDOo0+BiMtT65o/R35sLy8CrOIYRYIsKgW30oyoMx0mKt 49U7aBFHAA3EDIHC5qwIrIH89DwL4wrBw0RfhcBcfpybWC19HO6RiQby8 1Bn0DxQPwUpOJ+pE6D091/yma2aVRPq7HCmWyL0E8J8RfvoIQvQylQNK/ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10289"; a="281823266" X-IronPort-AV: E=Sophos;i="5.90,190,1643702400"; d="scan'208";a="281823266" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 18:15:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,190,1643702400"; d="scan'208";a="715255613" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 17 Mar 2022 18:15:10 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nV1Cv-000EIn-Sy; Fri, 18 Mar 2022 01:15:09 +0000 Date: Fri, 18 Mar 2022 09:14:26 +0800 From: kernel test robot To: "Tian, Kevin" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Jason Gunthorpe , linux-doc@vger.kernel.org Subject: [jgunthorpe:iommufd 2/13] htmldocs: Documentation/userspace-api/iommufd.rst:55: (SEVERE/4) Unexpected section title or transition. Message-ID: <202203180943.vNNAWkZa-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://github.com/jgunthorpe/linux iommufd head: 0ecea195175b25f110f9e0c66c94c5d00751a6ec commit: a33afc78a9c19bc4e34f21acc8b521f125a0825f [2/13] iommufd: Overview documentation reproduce: make htmldocs If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> Documentation/userspace-api/iommufd.rst:55: (SEVERE/4) Unexpected section title or transition. vim +55 Documentation/userspace-api/iommufd.rst 54 > 55 _________________________________________________________ 56 | iommufd | 57 | [1] | 58 | _________________ | 59 | | | | 60 | | | | 61 | | | | 62 | | | | 63 | | | | 64 | | | | 65 | | | [3] [2] | 66 | | | ____________ __________ | 67 | | IOAS |<--| |<------| | | 68 | | | |HW_PAGETABLE| | DEVICE | | 69 | | | |____________| |__________| | 70 | | | | | | 71 | | | | | | 72 | | | | | | 73 | | | | | | 74 | | | | | | 75 | |_________________| | | | 76 | | | | | 77 |_________|___________________|___________________|_______| 78 | | | 79 | _____v______ _______v_____ 80 | PFN storage | | | | 81 |------------>|iommu_domain| |struct device| 82 |____________| |_____________| 83 --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org