* Re: arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints [not found] <201901221204.ZqZgxRnA%fengguang.wu@intel.com> @ 2019-01-22 10:08 ` Borislav Petkov 2019-01-22 11:13 ` [kbuild-all] " Philip Li 0 siblings, 1 reply; 5+ messages in thread From: Borislav Petkov @ 2019-01-22 10:08 UTC (permalink / raw) To: kbuild test robot; +Cc: Ingo Molnar, kbuild-all, linux-kernel, Thomas Gleixner On Tue, Jan 22, 2019 at 12:53:11PM +0800, kbuild test robot wrote: > Hi Ingo, > > FYI, the error/warning still remains. Guys, we already discussed this: https://lists.01.org/pipermail/kbuild-all/2018-December/056206.html but you keep reporting it. You need to fix your reported issues tracking or otherwise no one will bother anymore. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints 2019-01-22 10:08 ` arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints Borislav Petkov @ 2019-01-22 11:13 ` Philip Li 2019-01-22 11:55 ` Borislav Petkov 0 siblings, 1 reply; 5+ messages in thread From: Philip Li @ 2019-01-22 11:13 UTC (permalink / raw) To: Borislav Petkov Cc: kbuild test robot, linux-kernel, Thomas Gleixner, Ingo Molnar, kbuild-all On Tue, Jan 22, 2019 at 11:08:34AM +0100, Borislav Petkov wrote: > On Tue, Jan 22, 2019 at 12:53:11PM +0800, kbuild test robot wrote: > > Hi Ingo, > > > > FYI, the error/warning still remains. > > Guys, > > we already discussed this: > > https://lists.01.org/pipermail/kbuild-all/2018-December/056206.html > > but you keep reporting it. > > You need to fix your reported issues tracking or otherwise no one will > bother anymore. thanks for the feedback, we will blacklist this. So may i understand based on the thread at https://lists.01.org/pipermail/kbuild-all/2018-December/056225.html, this is gcc-4.9 problem? > > Thx. > > -- > Regards/Gruss, > Boris. > > Good mailing practices for 400: avoid top-posting and trim the reply. > _______________________________________________ > kbuild-all mailing list > kbuild-all@lists.01.org > https://lists.01.org/mailman/listinfo/kbuild-all ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints 2019-01-22 11:13 ` [kbuild-all] " Philip Li @ 2019-01-22 11:55 ` Borislav Petkov 2019-01-30 3:28 ` Rong Chen 0 siblings, 1 reply; 5+ messages in thread From: Borislav Petkov @ 2019-01-22 11:55 UTC (permalink / raw) To: Philip Li Cc: kbuild test robot, linux-kernel, Thomas Gleixner, Ingo Molnar, kbuild-all On Tue, Jan 22, 2019 at 07:13:59PM +0800, Philip Li wrote: > thanks for the feedback, we will blacklist this. So may i understand based on > the thread at https://lists.01.org/pipermail/kbuild-all/2018-December/056225.html, > this is gcc-4.9 problem? AFAICT, this triggers only on gcc-4.9, 32-bit build. Or do you have other configurations which trigger it? -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints 2019-01-22 11:55 ` Borislav Petkov @ 2019-01-30 3:28 ` Rong Chen 2019-01-30 11:15 ` Borislav Petkov 0 siblings, 1 reply; 5+ messages in thread From: Rong Chen @ 2019-01-30 3:28 UTC (permalink / raw) To: Borislav Petkov, Philip Li Cc: Ingo Molnar, Thomas Gleixner, kbuild test robot, kbuild-all, linux-kernel On 1/22/19 7:55 PM, Borislav Petkov wrote: > On Tue, Jan 22, 2019 at 07:13:59PM +0800, Philip Li wrote: >> thanks for the feedback, we will blacklist this. So may i understand based on >> the thread at https://lists.01.org/pipermail/kbuild-all/2018-December/056225.html, >> this is gcc-4.9 problem? > AFAICT, this triggers only on gcc-4.9, 32-bit build. Or do you have > other configurations which trigger it? Hi Boris, we have added it to the blacklist, and there's no other configuration found in the past reports. Best Regards, Rong Chen ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints 2019-01-30 3:28 ` Rong Chen @ 2019-01-30 11:15 ` Borislav Petkov 0 siblings, 0 replies; 5+ messages in thread From: Borislav Petkov @ 2019-01-30 11:15 UTC (permalink / raw) To: Rong Chen Cc: Philip Li, Ingo Molnar, Thomas Gleixner, kbuild test robot, kbuild-all, linux-kernel On Wed, Jan 30, 2019 at 11:28:40AM +0800, Rong Chen wrote: > we have added it to the blacklist, and there's no other configuration found > in the past reports. Thanks. We'll dig it out again if it becomes more prominent. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-30 11:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201901221204.ZqZgxRnA%fengguang.wu@intel.com>
2019-01-22 10:08 ` arch/x86/include/asm/cmpxchg.h:245:2: error: 'asm' operand has impossible constraints Borislav Petkov
2019-01-22 11:13 ` [kbuild-all] " Philip Li
2019-01-22 11:55 ` Borislav Petkov
2019-01-30 3:28 ` Rong Chen
2019-01-30 11:15 ` Borislav Petkov
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox