Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3089C6FD1D for ; Tue, 14 Mar 2023 11:06:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230419AbjCNLGH (ORCPT ); Tue, 14 Mar 2023 07:06:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230301AbjCNLFx (ORCPT ); Tue, 14 Mar 2023 07:05:53 -0400 Received: from out199-15.us.a.mail.aliyun.com (out199-15.us.a.mail.aliyun.com [47.90.199.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 527A0763CA for ; Tue, 14 Mar 2023 04:05:16 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=jefflexu@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0Vds.3uU_1678791867; Received: from 30.221.131.40(mailfrom:jefflexu@linux.alibaba.com fp:SMTPD_---0Vds.3uU_1678791867) by smtp.aliyun-inc.com; Tue, 14 Mar 2023 19:04:28 +0800 Message-ID: Date: Tue, 14 Mar 2023 19:04:27 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [BUG REPORT] arch/x86/include/asm/uaccess_64.h:119: Error: junk at end of line Content-Language: en-US To: Borislav Petkov Cc: tglx@linutronix.de, mingo@redhat.com, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, "linux-kernel@vger.kernel.org" References: <20230314102316.GAZBBLFHKqQr9RSeM+@fat_crate.local> From: Jingbo Xu In-Reply-To: <20230314102316.GAZBBLFHKqQr9RSeM+@fat_crate.local> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/14/23 6:23 PM, Borislav Petkov wrote: > On Tue, Mar 14, 2023 at 11:12:13AM +0800, Jingbo Xu wrote: >> gcc (GCC) 6.5.1 20181026 (Alibaba 6.5.1-1) > > Looks like you should complain to whoever patched this gcc and broke it > in the process. Unless you can reproduce the issue with an official > compiler... > Yeah, thanks for the reply. I will try if I have a chance, though I doubt if I could compile the official compiler from the ground. -- Thanks, Jingbo