linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [gregkh-spdx:spdx-linus 16/26] arch/x86/crypto/crc32-pclmul_asm.S:2: Error: junk at end of line, first unrecognized character is `*'
@ 2022-06-11  1:56 kernel test robot
  2022-06-13  7:38 ` [PATCH] x86/crypto: Remove stray comment terminator Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-06-11  1:56 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: kbuild-all, linux-kernel, Greg Kroah-Hartman, Allison Randal

Hi Thomas,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git spdx-linus
head:   ce3f3ccc90b8207946a4eea45c4bd539e35cbe2c
commit: 2eb72d6696c685369fca7cd63cb4b76d1be099e0 [16/26] treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE
config: i386-debian-10.3-kselftests (https://download.01.org/0day-ci/archive/20220611/202206110936.UIMGLIoN-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git/commit/?id=2eb72d6696c685369fca7cd63cb4b76d1be099e0
        git remote add gregkh-spdx https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git
        git fetch --no-tags gregkh-spdx spdx-linus
        git checkout 2eb72d6696c685369fca7cd63cb4b76d1be099e0
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash arch/x86/

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

All errors (new ones prefixed by >>):

   arch/x86/crypto/crc32-pclmul_asm.S: Assembler messages:
>> arch/x86/crypto/crc32-pclmul_asm.S:2: Error: junk at end of line, first unrecognized character is `*'


vim +2 arch/x86/crypto/crc32-pclmul_asm.S

78c37d191dd689 Alexander Boyko 2013-01-10 @2   */
78c37d191dd689 Alexander Boyko 2013-01-10  3  

:::::: The code at line 2 was first introduced by commit
:::::: 78c37d191dd6899d8c219fee597a17d6e3c5d288 crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation

:::::: TO: Alexander Boyko <alexander_boyko@xyratex.com>
:::::: CC: Herbert Xu <herbert@gondor.apana.org.au>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] x86/crypto: Remove stray comment terminator
  2022-06-11  1:56 [gregkh-spdx:spdx-linus 16/26] arch/x86/crypto/crc32-pclmul_asm.S:2: Error: junk at end of line, first unrecognized character is `*' kernel test robot
@ 2022-06-13  7:38 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2022-06-13  7:38 UTC (permalink / raw)
  To: kernel test robot
  Cc: kbuild-all, linux-kernel, Greg Kroah-Hartman, Allison Randal

It seems the SPDX patch script managed to confuse itself.

Fixes: 2eb72d6696c6 ("treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE")
Reported-by: kernel test robot <lkp@intel.com> 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/crypto/crc32-pclmul_asm.S |    2 --
 1 file changed, 2 deletions(-)

--- a/arch/x86/crypto/crc32-pclmul_asm.S
+++ b/arch/x86/crypto/crc32-pclmul_asm.S
@@ -1,6 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
- */
-
 /*
  * Copyright 2012 Xyratex Technology Limited
  *

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-13  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11  1:56 [gregkh-spdx:spdx-linus 16/26] arch/x86/crypto/crc32-pclmul_asm.S:2: Error: junk at end of line, first unrecognized character is `*' kernel test robot
2022-06-13  7:38 ` [PATCH] x86/crypto: Remove stray comment terminator Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).