From patchwork Fri Jan 20 12:35:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13109739 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 CE3F8C25B4E for ; Fri, 20 Jan 2023 12:36:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230250AbjATMgT (ORCPT ); Fri, 20 Jan 2023 07:36:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230292AbjATMgM (ORCPT ); Fri, 20 Jan 2023 07:36:12 -0500 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31211BFF53; Fri, 20 Jan 2023 04:35:45 -0800 (PST) Received: by mail-pl1-x636.google.com with SMTP id k13so5256639plg.0; Fri, 20 Jan 2023 04:35:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+XT9kad4yNYrmYBEVNX5sJ/vTlzpH7jOnDJsBQpKUaY=; b=o1DizLMpkK/XWtupOkGIL0XJkwy5IvcKxYbOInCIMcgwXpUlGb3XbnVWRRSXoVptUZ qvJIFMD1FvcHncGKgonqG1rlQKlgeVxcU9cPYCyiDRijYNw7cd3YgGzwuTqGjv6Upxo1 dfwwz08WXNvcRbhCrGhevuFpZlnx/6vLcAxHq55K754d7q1I/7k3BpXeBwcZjrYObJlH xWMg5+igvxefRAE0dr77Y3pJezVM13Xu7UAHiKJ4k+5xQXfphuxdFQeLprWYZOA855fJ yauL6r3ayGXFR6o9GcJGOFR8ZTl8GLzdQBeOcFuHxPUU0lL+V3e6tXtEFp3JkK0+Lfcc YkMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+XT9kad4yNYrmYBEVNX5sJ/vTlzpH7jOnDJsBQpKUaY=; b=3iz1yVnEfFbKYA3HJcHkVuDBS/Ksq3rM1fFE6ivswEyC7J2PZVdyvQYnRA1xscOYTU Zx3NXCTW0nAKDNlw+8PxT5e8a7sN0cMaj8vgbT+ZsTVQjI08pmXS71STNA+jkWK/ps+P rOfFU5ND4o1PrkYZnLXFCwFFOjqTbAC43WR+eKETRN21/16pvrNYay1aSenl/HVEOA3K ft2FTqcQyaIWiRzuPyiRLA34Y/d9mHlDmOPORL4kwlx7kdFUigk6NNyMgOb4k9GMJczp utdf3qyvoxJochtN37I4njfAlzJR8IUPMGK7d31dXfFnKyDtI33z8G4vmWBugOl9b/4t Ulyg== X-Gm-Message-State: AFqh2kqLGxykb9w3VGe+cXqgxDFaUZbRaA9E1TneubQauawntMBzhQJK 3DMY0A8YNqyJNLZWlbVgbV0= X-Google-Smtp-Source: AMrXdXtR2dp2lGd836pplDAnvwEYyR4FgT1yvTQphEkpDyqJKKc/zFKYkS4KybH4feu7AhdF/DFATQ== X-Received: by 2002:a05:6a20:12d0:b0:b6:a6c4:87b0 with SMTP id v16-20020a056a2012d000b000b6a6c487b0mr20697785pzg.41.1674218143103; Fri, 20 Jan 2023 04:35:43 -0800 (PST) Received: from debian.me (subs02-180-214-232-6.three.co.id. [180.214.232.6]) by smtp.gmail.com with ESMTPSA id nm1-20020a17090b19c100b0022717d8d835sm1422965pjb.16.2023.01.20.04.35.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Jan 2023 04:35:42 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id 44717104FA4; Fri, 20 Jan 2023 19:35:37 +0700 (WIB) From: Bagas Sanjaya To: Freedesktop DRI List , Linux Kernel Mailing List , Linux Documentation , Linux KVM , Linux Next Mailing List Cc: Oded Gabbay , Jonathan Corbet , Paolo Bonzini , Jeffrey Hugo , Ofir Bitton , Sean Christopherson , Aaron Lewis , Bagas Sanjaya , Stephen Rothwell Subject: [PATCH linux-next 1/3] Documentation: accel: escape wildcard in special file path Date: Fri, 20 Jan 2023 19:35:32 +0700 Message-Id: <20230120123534.137413-2-bagasdotme@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230120123534.137413-1-bagasdotme@gmail.com> References: <20230120123534.137413-1-bagasdotme@gmail.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1452; i=bagasdotme@gmail.com; h=from:subject; bh=1v1ZVN3QD/qaEbSGAKvpr7+XFzT7pgg0PCoXuklJFvo=; b=owGbwMvMwCX2bWenZ2ig32LG02pJDMmnuqZa5MVnegeFrN/LpCgsEKFssnv28cyqSyuvH1voFf3k rL9ORykLgxgXg6yYIsukRL6m07uMRC60r3WEmcPKBDKEgYtTACZyrpnhv1dNBkdmUOZE7x515wDLSc 9DDPZLtaVuKN20l0FwSdSxPQz/3ZdM/7P784x1RZ7frfOjK45z9torf7sa/DTWsVbUa8dkdgA= X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Stephen Rothwell reported htmldocs warning then merging accel tree: Documentation/accel/introduction.rst:72: WARNING: Inline emphasis start-string without end-string. Sphinx confuses the file wildcards with inline emphasis (italics), hence the warning. Fix the warning by escaping wildcards. Link: https://lore.kernel.org/linux-next/20230120132116.21de1104@canb.auug.org.au/ Fixes: f65c5dac207322 ("docs: accel: Fix debugfs path") Reported-by: Stephen Rothwell Signed-off-by: Bagas Sanjaya Reviewed-by: Jeffrey Hugo --- Documentation/accel/introduction.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/accel/introduction.rst b/Documentation/accel/introduction.rst index 11cade51f387a6..89984dfececf0b 100644 --- a/Documentation/accel/introduction.rst +++ b/Documentation/accel/introduction.rst @@ -67,9 +67,9 @@ tree - drivers/accel/. The accelerator devices will be exposed to the user space with the dedicated 261 major number and will have the following convention: -- device char files - /dev/accel/accel* -- sysfs - /sys/class/accel/accel*/ -- debugfs - /sys/kernel/debug/accel/*/ +- device char files - /dev/accel/accel\* +- sysfs - /sys/class/accel/accel\*/ +- debugfs - /sys/kernel/debug/accel/\*/ Getting Started =============== From patchwork Fri Jan 20 12:35:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13109741 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 181FAC05027 for ; Fri, 20 Jan 2023 12:36:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230313AbjATMgU (ORCPT ); Fri, 20 Jan 2023 07:36:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230295AbjATMgN (ORCPT ); Fri, 20 Jan 2023 07:36:13 -0500 Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DDF9BD167; Fri, 20 Jan 2023 04:35:46 -0800 (PST) Received: by mail-pf1-x436.google.com with SMTP id i65so3876708pfc.0; Fri, 20 Jan 2023 04:35:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Lvj+lN3n7gefBrB84WznopDQnyQbloNFZJdkxIWwwlI=; b=ZfW1d0HR/tk/QCHoZnAMTXPdoeTVIT2gV3uMXWQzT31Mdof6xlOLODGS0vst1zBZS4 CCRjOqDiJBHMLCYX8bcdF4wSwTJUAe3h+tOzX1pwue5irt+hVJ0mFE5Wvql40VLysVl2 mi1AVGI9o5zTyIHpqUkINK4BZcV3J/Ir0nX2llGk9OTbPthamRiAEfTkkCNgt5Y2SeZt 7Am4smTPmyoY5pvr8pjx0qiHjuAg2w5lYIk7uyZ7HE7lAcUeJHv4u9XpHfxcTmcmlaax SYgaHTUjDIntLvPXlLZtZNvYljq6URzR4B+e2A+TuDb6ZGSGA8YoqyURoPTi7laUPjrz cDqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Lvj+lN3n7gefBrB84WznopDQnyQbloNFZJdkxIWwwlI=; b=WOe03OuWsoHrqblzPxbdQPtNueJseDCNk2in4DvCJXP5ktFkb8lqBPct0d1LPLV1A6 LnC6yJWwHTjp27nH4sfQOMOW7wQKiLgCUqU/qVjF55cASNsZbZm9aHMOsaWLxbVfCWbC 13BPFpEOH63ISlBXadVNelr577FCGDSBNP2gyfKBFSZBoqX2Tn2A+kk1FpFTfQS+T7+U 6G9Q1MAZMZ4GA6yfVwRTd6CuE+PevajbtES9o8EnvqsiSEIw1swdUYRooONPoK98+hms Gijwig3xEc0lseygPhjt9caghImX5tivmcYQv/0xtdptLKjgbFk14Mi/udw12krgXK9x XVyg== X-Gm-Message-State: AFqh2konu5pJdvUcn6cHqx2HE4ktRBEf87ldzWPUkP2/O8TWTNFioAWa bcivnUuuup6B9luwlSo/0yg= X-Google-Smtp-Source: AMrXdXtZ/M/gTDupP1SLugiGMDeZsFeFVq5ip3UIWgzNz4DvstctcAj8vF4TfiG0adZJw226cSjXwg== X-Received: by 2002:a62:aa0c:0:b0:58d:af0c:92f with SMTP id e12-20020a62aa0c000000b0058daf0c092fmr14179055pff.27.1674218143425; Fri, 20 Jan 2023 04:35:43 -0800 (PST) Received: from debian.me (subs02-180-214-232-6.three.co.id. [180.214.232.6]) by smtp.gmail.com with ESMTPSA id 128-20020a620586000000b0058b9dc62071sm15752917pff.6.2023.01.20.04.35.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Jan 2023 04:35:42 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id 5A7E5104FA0; Fri, 20 Jan 2023 19:35:37 +0700 (WIB) From: Bagas Sanjaya To: Freedesktop DRI List , Linux Kernel Mailing List , Linux Documentation , Linux KVM , Linux Next Mailing List Cc: Oded Gabbay , Jonathan Corbet , Paolo Bonzini , Jeffrey Hugo , Ofir Bitton , Sean Christopherson , Aaron Lewis , Bagas Sanjaya , Stephen Rothwell Subject: [PATCH linux-next 2/3] habanalabs: Fix list of /sys/class/habanalabs/hl/status Date: Fri, 20 Jan 2023 19:35:33 +0700 Message-Id: <20230120123534.137413-3-bagasdotme@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230120123534.137413-1-bagasdotme@gmail.com> References: <20230120123534.137413-1-bagasdotme@gmail.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=2954; i=bagasdotme@gmail.com; h=from:subject; bh=xOFrJ7qMCcoxa1ECSCebtHmj8ODJRFVzE+m4j/iDdnc=; b=owGbwMvMwCX2bWenZ2ig32LG02pJDMmnuqbeEXh1nd/aolWu1juU49p54U+xwWqVWwMfn1EV2bzf /ldQRykLgxgXg6yYIsukRL6m07uMRC60r3WEmcPKBDKEgYtTACYi7M3IsP6SoMTCC1xWYhNMViqZfm 3/53r29KqM49VitaEPFVQrdjMyzIxuln19YPMTNe9i51DHGQm9IaV9LjWC4euaA2LZFK4zAwA= X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Stephen Rothwell reported htmldocs warnings when merging accel tree: Documentation/ABI/testing/sysfs-driver-habanalabs:201: ERROR: Unexpected indentation. Documentation/ABI/testing/sysfs-driver-habanalabs:201: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/ABI/testing/sysfs-driver-habanalabs:201: ERROR: Unexpected indentation. Documentation/ABI/testing/sysfs-driver-habanalabs:201: WARNING: Block quote ends without a blank line; unexpected unindent. Fix these by fixing alignment of list of card status returned by /sys/class/habanalabs/hl/status. Link: https://lore.kernel.org/linux-next/20230120130634.61c3e857@canb.auug.org.au/ Fixes: 0a14c331682f61 ("habanalabs: update device status sysfs documentation") Reported-by: Stephen Rothwell Signed-off-by: Bagas Sanjaya Reviewed-by: Oded Gabbay --- .../ABI/testing/sysfs-driver-habanalabs | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Documentation/ABI/testing/sysfs-driver-habanalabs b/Documentation/ABI/testing/sysfs-driver-habanalabs index df2ca1a401b5a1..1b98b6503b23f5 100644 --- a/Documentation/ABI/testing/sysfs-driver-habanalabs +++ b/Documentation/ABI/testing/sysfs-driver-habanalabs @@ -202,17 +202,18 @@ Date: Jan 2019 KernelVersion: 5.1 Contact: ogabbay@kernel.org Description: Status of the card: - "operational" - Device is available for work. - "in reset" - Device is going through reset, will be available - shortly. - "disabled" - Device is not usable. - "needs reset" - Device is not usable until a hard reset will - be initiated. - "in device creation" - Device is not available yet, as it is - still initializing. - "in reset after device release" - Device is going through - a compute-reset which is executed after a device release - (relevant for Gaudi2 only). + + * "operational" - Device is available for work. + * "in reset" - Device is going through reset, will be + available shortly. + * "disabled" - Device is not usable. + * "needs reset" - Device is not usable until a hard reset + is initiated. + * "in device creation" - Device is not available yet, as it + is still initializing. + * "in reset after device release" - Device is going through + a compute-reset which is executed after a device release + (relevant for Gaudi2 only). What: /sys/class/habanalabs/hl/thermal_ver Date: Jan 2019 From patchwork Fri Jan 20 12:35:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bagas Sanjaya X-Patchwork-Id: 13109742 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 8D6B7C05027 for ; Fri, 20 Jan 2023 12:36:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229936AbjATMga (ORCPT ); Fri, 20 Jan 2023 07:36:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230182AbjATMgQ (ORCPT ); Fri, 20 Jan 2023 07:36:16 -0500 Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 701E8BFF42; Fri, 20 Jan 2023 04:35:52 -0800 (PST) Received: by mail-pj1-x102c.google.com with SMTP id s13-20020a17090a6e4d00b0022900843652so8944517pjm.1; Fri, 20 Jan 2023 04:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=EMRe8eLbb8kiHFG5rJAk+PE3/E/OOzFPOQcaCCbQAoA=; b=h9ZDQEpdJpvry7XWWAXJlAu+RImAffJ6mJRokPSxuAcl2ojeIUAJU0hYBM87Wef3Y8 qcYv78OCB4+F0a2EHi0QexCUL6KQ0DtM1FFTJEVsXO11eHp0daCIkA4LMm0Opmi+FPN3 jhn32UKAz8788V4RxXr8quDOe1L/wp0akqP6LII6QaCnyU271LrAxphlEh1tXgYq6pYP QuW5RwUWCDp2ACemGyrEa02k6zfNs9MnZC8GkkI6LUp5eX8Ct37FpjcEQEeWK4iX6BHf YoUFBXj0jO4eAJ2UdSeXQVt/b85CUCo/eEy8yh/UYWZvoGkemlhiTVLDWdEd1GEuoE2H 6q2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=EMRe8eLbb8kiHFG5rJAk+PE3/E/OOzFPOQcaCCbQAoA=; b=Pq5U0ZhHPJgl+aDWO3Ay8yMC9WwUSlhrfi5DV/LdToaPIGutms69RcaUtWdL1cxg9X GEUYI1vgYXGPrMc+C52GO0hxLKLMgk3QvgzZDXrRjKbcl2zkE3KY9YEbfyQN+oll52t4 5xjIn9WbnOQcJbAKiHuXEwzsjuuFN7FqoQnG1+YJLyzaDtJRooJGYy1Oq3Jormvbg1WZ jgq742PsAzDNSQ/2tcvYsRy2y1CfOamH3yYM7TqAS+znnE1We/63PFjB40Hu9dteipr0 G8aX3mdJ8AzRaeNNKQLUdgGuM4PC+C6wmoqJ8l4DR8SPQukQG6Ez0CMKL1o3cxn8jd/N suJg== X-Gm-Message-State: AFqh2kprPkizOjdGknyWdz/hT/Kk41msDk1p8er/M7L06lDryQV603ZR HFaTCHcI6lItOFlbyQXVgFU= X-Google-Smtp-Source: AMrXdXvVos2ggTL5T7HwbpOP+GXCUldlSyFLCZin7OjMSnh1W6yxJ50nEOUR/Xc6pUbJWCAKcPjonA== X-Received: by 2002:a05:6a21:398b:b0:b6:a58c:d01 with SMTP id ad11-20020a056a21398b00b000b6a58c0d01mr16824076pzc.30.1674218144599; Fri, 20 Jan 2023 04:35:44 -0800 (PST) Received: from debian.me (subs02-180-214-232-6.three.co.id. [180.214.232.6]) by smtp.gmail.com with ESMTPSA id z189-20020a6233c6000000b0058de3516c3esm5534003pfz.142.2023.01.20.04.35.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Jan 2023 04:35:42 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id 2CA5310189D; Fri, 20 Jan 2023 19:35:37 +0700 (WIB) From: Bagas Sanjaya To: Freedesktop DRI List , Linux Kernel Mailing List , Linux Documentation , Linux KVM , Linux Next Mailing List Cc: Oded Gabbay , Jonathan Corbet , Paolo Bonzini , Jeffrey Hugo , Ofir Bitton , Sean Christopherson , Aaron Lewis , Bagas Sanjaya , Stephen Rothwell Subject: [PATCH linux-next 3/3] kvm: x86/pmu: Add blank line separator before KVM_CAP_PMU_EVENT_MASKED_EVENTS code path list Date: Fri, 20 Jan 2023 19:35:34 +0700 Message-Id: <20230120123534.137413-4-bagasdotme@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230120123534.137413-1-bagasdotme@gmail.com> References: <20230120123534.137413-1-bagasdotme@gmail.com> MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1281; i=bagasdotme@gmail.com; h=from:subject; bh=ztjmBXMVnQA+Q8YPslWD2ffuuyTaZSosFKC4Wud/mqs=; b=owGbwMvMwCX2bWenZ2ig32LG02pJDMmnuqblvYpfyPXs1e8DP07fz4sKKRN5eY/58eVV/IEWT1Vv Kmzf31HKwiDGxSArpsgyKZGv6fQuI5EL7WsdYeawMoEMYeDiFICJnLvGyLBLoHBL85E3pyuuRp/+xf +y3l5IOY01q1D5xHmXgHn8/rcYGf4FlBw+lH5Gneue8eWN89Sf5jfYbNh89/ir5stxBk9Ou7EBAA== X-Developer-Key: i=bagasdotme@gmail.com; a=openpgp; fpr=701B806FDCA5D3A58FFB8F7D7C276C64A5E44A1D Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Stephen Rothwell reported htmldocs warning when merging kvm-x86 tree: Documentation/virt/kvm/api.rst:5070: ERROR: Unexpected indentation. Fix the warning by adding a blank line separator before KVM_CAP_PMU_EVENT_MASKED_EVENTS code path list to determine guest access. Link: https://lore.kernel.org/linux-next/20230120130927.3100f935@canb.auug.org.au/ Fixes: 651daa44b11c0e ("kvm: x86/pmu: Introduce masked events to the pmu event filter") Reported-by: Stephen Rothwell Signed-off-by: Bagas Sanjaya --- Documentation/virt/kvm/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index a477186c57c193..83e3acc9e3211d 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -5067,6 +5067,7 @@ An encoded event will follow this layout:: When the guest attempts to program the PMU, these steps are followed in determining if the guest should have access: + 1. Match the event select from the guest against the filter events. 2. If a match is found, match the guest's unit mask to the mask and match values of the included filter events.