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] [day] [month] [year] [list]
Date:   Thu, 1 Dec 2022 16:46:12 +0800
From:   kernel test robot <lkp@...el.com>
To:     Shay Drory <shayd@...dia.com>, netdev@...r.kernel.org,
        kuba@...nel.org, davem@...emloft.net
Cc:     oe-kbuild-all@...ts.linux.dev, danielj@...dia.com,
        yishaih@...dia.com, jiri@...dia.com, saeedm@...dia.com,
        parav@...dia.com
Subject: Re: [PATCH net-next 7/8] devlink: Expose port function commands to
 control migratable

Hi Shay,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on net-next/master]

url:    https://github.com/intel-lab-lkp/linux/commits/Shay-Drory/devlink-Add-port-function-attribute-to-enable-disable-Roce-and-migratable/20221130-195607
patch link:    https://lore.kernel.org/r/20221130115217.7171-8-shayd%40nvidia.com
patch subject: [PATCH net-next 7/8] devlink: Expose port function commands to control migratable
reproduce:
        # https://github.com/intel-lab-lkp/linux/commit/e8458cc22a755577665ae67a15ca6b5d2166a04f
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Shay-Drory/devlink-Add-port-function-attribute-to-enable-disable-Roce-and-migratable/20221130-195607
        git checkout e8458cc22a755577665ae67a15ca6b5d2166a04f
        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/networking/devlink/devlink-port.rst:234: WARNING: Bullet list ends without a blank line; unexpected unindent.

vim +234 Documentation/networking/devlink/devlink-port.rst

   225	
   226	    $ devlink port function set pci/0000:06:00.0/2 migratable enable
   227	
   228	    $ devlink port show pci/0000:06:00.0/2
   229	    pci/0000:06:00.0/2: type eth netdev enp6s0pf0vf1 flavour pcivf pfnum 0 vfnum 1
   230	        function:
   231	            hw_addr 00:00:00:00:00:00 migratable enable
   232	
   233	- Bind VF to VFIO driver with migration support:
 > 234	$ echo <pci_id> > /sys/bus/pci/devices/0000:08:00.0/driver/unbind
   235	$ echo mlx5_vfio_pci > /sys/bus/pci/devices/0000:08:00.0/driver_override
   236	$ echo <pci_id> > /sys/bus/pci/devices/0000:08:00.0/driver/bind
   237	

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ