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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202301060349.wchW6HX9-lkp@intel.com>
Date:   Fri, 6 Jan 2023 03:49:30 +0800
From:   kernel test robot <lkp@...el.com>
To:     Sergey Senozhatsky <senozhatsky@...omium.org>,
        Minchan Kim <minchan@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Cc:     oe-kbuild-all@...ts.linux.dev,
        Linux Memory Management List <linux-mm@...ck.org>,
        linux-kernel@...r.kernel.org,
        Sergey Senozhatsky <senozhatsky@...omium.org>
Subject: Re: [PATCH 3/4] zsmalloc: make zspage chain size configurable

Hi Sergey,

I love your patch! Perhaps something to improve:

[auto build test WARNING on akpm-mm/mm-everything]
[also build test WARNING on linus/master v6.2-rc2 next-20230105]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Sergey-Senozhatsky/zsmalloc-rework-zspage-chain-size-selection/20230105-133630
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything
patch link:    https://lore.kernel.org/r/20230105053510.1819862-4-senozhatsky%40chromium.org
patch subject: [PATCH 3/4] zsmalloc: make zspage chain size configurable
reproduce:
        # https://github.com/intel-lab-lkp/linux/commit/8bf0631808c5f8a1dc57932bc8d744f8206ea787
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Sergey-Senozhatsky/zsmalloc-rework-zspage-chain-size-selection/20230105-133630
        git checkout 8bf0631808c5f8a1dc57932bc8d744f8206ea787
        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/admin-guide/blockdev/zsmalloc.rst:19: WARNING: Literal block expected; none found.
>> Documentation/admin-guide/blockdev/zsmalloc.rst:21: WARNING: Unexpected indentation.
>> Documentation/admin-guide/blockdev/zsmalloc.rst:22: WARNING: Block quote ends without a blank line; unexpected unindent.
>> Documentation/admin-guide/blockdev/zsmalloc.rst: WARNING: document isn't included in any toctree

vim +19 Documentation/admin-guide/blockdev/zsmalloc.rst

    18	
  > 19	class  size almost_full almost_empty obj_allocated   obj_used pages_used pages_per_zspage freeable
    20	..
  > 21	   94  1536           0            0             0          0          0                3        0
  > 22	  100  1632           0            0             0          0          0                2        0
    23	..
    24	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

View attachment "config" of type "text/plain" (39373 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ