All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG REPORT] arch/x86/include/asm/uaccess_64.h:119: Error: junk at end of line
@ 2023-03-14  3:12 Jingbo Xu
  2023-03-14 10:23 ` Borislav Petkov
  0 siblings, 1 reply; 9+ messages in thread
From: Jingbo Xu @ 2023-03-14  3:12 UTC (permalink / raw)
  To: bp, tglx, mingo, dave.hansen, x86, hpa; +Cc: linux-kernel@vger.kernel.org

Hi,

My container failed to compile the latest v6.3, and bisecting shows that
commit 5d1dd961e74334a2178264193ea813d44ce5e725 ("x86/alternatives: Add
alt_instr.flags") introduces the regression.

```
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: found 'L', expected: ')'
./arch/x86/include/asm/uaccess_64.h:124: Error: junk at end of line,
first unrecognized character is `L'
```

The gcc inside container is:

	gcc (GCC) 6.5.1 20181026 (Alibaba 6.5.1-1)


While the gcc on the host can compile it successfully:
	
	gcc (GCC) 9.2.1 20200522 (Alibaba 9.2.1-3 2.17)


-- 
Thanks,
Jingbo

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

end of thread, other threads:[~2023-04-17 19:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14  3:12 [BUG REPORT] arch/x86/include/asm/uaccess_64.h:119: Error: junk at end of line Jingbo Xu
2023-03-14 10:23 ` Borislav Petkov
2023-03-14 11:04   ` Jingbo Xu
2023-04-15 17:56   ` Willy Tarreau
2023-04-15 18:56     ` Borislav Petkov
2023-04-16  8:36       ` Willy Tarreau
2023-04-17 18:14         ` Borislav Petkov
2023-04-17 18:32           ` H. Peter Anvin
2023-04-17 19:26             ` Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.