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]
Message-ID: <201907241057.q4MSlcap%lkp@intel.com>
Date:   Wed, 24 Jul 2019 10:38:08 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Han Nandor <nandor.han@...sala.com>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org,
        Sebastian Reichel <sre@...nel.org>
Subject: drivers/power/reset/nvmem-reboot-mode.c:27:42: warning: passing
 argument 2 of 'nvmem_cell_write' from incompatible pointer type

tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ad5e427e0f6b702e52c11d1f7b2b7be3bac7de82
commit: 7a78a7f7695bf9ef9cef3c06fbc5fa4573fd0eef power: reset: nvmem-reboot-mode: use NVMEM as reboot mode write interface
date:   4 weeks ago
config: x86_64-randconfig-s1-07240714 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout 7a78a7f7695bf9ef9cef3c06fbc5fa4573fd0eef
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All warnings (new ones prefixed by >>):

   drivers/power/reset/nvmem-reboot-mode.c: In function 'nvmem_reboot_mode_write':
>> drivers/power/reset/nvmem-reboot-mode.c:27:42: warning: passing argument 2 of 'nvmem_cell_write' from incompatible pointer type
     ret = nvmem_cell_write(nvmem_rbm->cell, &magic, sizeof(magic));
                                             ^
   In file included from drivers/power/reset/nvmem-reboot-mode.c:10:0:
   include/linux/nvmem-consumer.h:120:19: note: expected 'const char *' but argument is of type 'unsigned int *'
    static inline int nvmem_cell_write(struct nvmem_cell *cell,
                      ^

vim +/nvmem_cell_write +27 drivers/power/reset/nvmem-reboot-mode.c

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/gzip" (31381 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ