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:   Mon, 27 Sep 2021 23:23:33 +0800
From:   kernel test robot <lkp@...el.com>
To:     Aditya Srivastava <yashsri421@...il.com>
Cc:     llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
        linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
        linux-doc@...r.kernel.org
Subject: drivers/input/misc/max8925_onkey.c:2: warning: This comment starts
 with '/**', but isn't a kernel-doc comment. Refer
 Documentation/doc-guide/kernel-doc.rst

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   92477dd1faa650e50bd3bb35a6c0b8d09198cc35
commit: f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7 scripts: kernel-doc: improve parsing for kernel-doc comments syntax
date:   6 months ago
config: arm64-randconfig-r016-20210927 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dc6e8dfdfe7efecfda318d43a06fae18b40eb498)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64 

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

All warnings (new ones prefixed by >>):

>> drivers/input/misc/max8925_onkey.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * MAX8925 ONKEY driver


vim +2 drivers/input/misc/max8925_onkey.c

104a5f3cad8f2f Dmitry Torokhov 2012-03-06  @2   * MAX8925 ONKEY driver
3734574cac1002 Haojian Zhuang  2010-05-22   3   *
3734574cac1002 Haojian Zhuang  2010-05-22   4   * Copyright (C) 2009 Marvell International Ltd.
3734574cac1002 Haojian Zhuang  2010-05-22   5   *      Haojian Zhuang <haojian.zhuang@...vell.com>
3734574cac1002 Haojian Zhuang  2010-05-22   6   *
3734574cac1002 Haojian Zhuang  2010-05-22   7   * This file is subject to the terms and conditions of the GNU General
3734574cac1002 Haojian Zhuang  2010-05-22   8   * Public License. See the file "COPYING" in the main directory of this
3734574cac1002 Haojian Zhuang  2010-05-22   9   * archive for more details.
3734574cac1002 Haojian Zhuang  2010-05-22  10   *
3734574cac1002 Haojian Zhuang  2010-05-22  11   * This program is distributed in the hope that it will be useful,
3734574cac1002 Haojian Zhuang  2010-05-22  12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
3734574cac1002 Haojian Zhuang  2010-05-22  13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3734574cac1002 Haojian Zhuang  2010-05-22  14   * GNU General Public License for more details.
3734574cac1002 Haojian Zhuang  2010-05-22  15   *
3734574cac1002 Haojian Zhuang  2010-05-22  16   * You should have received a copy of the GNU General Public License
3734574cac1002 Haojian Zhuang  2010-05-22  17   * along with this program; if not, write to the Free Software
3734574cac1002 Haojian Zhuang  2010-05-22  18   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
3734574cac1002 Haojian Zhuang  2010-05-22  19   */
3734574cac1002 Haojian Zhuang  2010-05-22  20  

:::::: The code at line 2 was first introduced by commit
:::::: 104a5f3cad8f2f27cadbdf0029400ecd9e17ccc0 Input: max8925_onkey - avoid accessing input device too early

:::::: TO: Dmitry Torokhov <dmitry.torokhov@...il.com>
:::::: CC: Dmitry Torokhov <dmitry.torokhov@...il.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ