lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 15 Sep 2022 12:09:02 +0800
From:   kernel test robot <lkp@...el.com>
To:     Palmer Dabbelt <palmer@...osinc.com>
Cc:     kbuild-all@...ts.01.org, Ammar Faizi <ammarfaizi2@...weeb.org>,
        GNU/Weeb Mailing List <gwml@...r.gnuweeb.org>,
        linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [ammarfaizi2-block:palmer/linux/riscv-hwprobe 2/4] htmldocs:
 Documentation/riscv/hwprobe.rst:40: WARNING: Unexpected indentation.

tree:   https://github.com/ammarfaizi2/linux-block palmer/linux/riscv-hwprobe
head:   9be297f7ed349945cccc85f8df9d90e5ab68c1d9
commit: b4d5e48f9f63b0c36801f57df0c22c7328f841c2 [2/4] (WIP) RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
reproduce:
        # https://github.com/ammarfaizi2/linux-block/commit/b4d5e48f9f63b0c36801f57df0c22c7328f841c2
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block palmer/linux/riscv-hwprobe
        git checkout b4d5e48f9f63b0c36801f57df0c22c7328f841c2
        make menuconfig
        # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
        make htmldocs

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@...el.com>

All warnings (new ones prefixed by >>):

>> Documentation/riscv/hwprobe.rst:40: WARNING: Unexpected indentation.

vim +40 Documentation/riscv/hwprobe.rst

    27	
    28	* :RISCV_HWPROBE_KEY_MVENDORID:: Contains the value of :mvendorid:, as per the
    29	  ISA specifications.
    30	* :RISCV_HWPROBE_KEY_MARCHID:: Contains the value of :marchid:, as per the ISA
    31	  specifications.
    32	* :RISCV_HWPROBE_KEY_MIMPLID:: Contains the value of :mimplid:, as per the ISA
    33	  specifications.
    34	* :RISCV_HWPROBE_KEY_BASE_BEHAVIOR:: A bitmask containing the base user-visible
    35	  behavior that this kernel supports.  The following base user ABIs are defined:
    36	    * :RISCV_HWPROBE_BASE_BEHAVIOR_IMA:: Support for rv32ima or rv64ima, as
    37	      defined by version 2.2 of the user ISA and version 1.10 of the privileged
    38	      ISA, with the following known exceptions (more exceptions may be added,
    39	      but only if it can be demonstrated that the user ABI is not broken):
  > 40	        * The :fence.i: instruction cannot be directly executed by userspace

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ