[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Panic on CPU 0: FATAL TRAP: vec 7, #NM[0000]
- To: Andrew Cooper <Andrew.Cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 20 Jul 2022 15:20:34 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=E662UjOG/dd4T1UFc9fVSeya/8Qb8FOhoi4evWEj+fc=; b=CcH4v9WIuT/UTknXdy5O5uP+uq/sa+siXjFzNVY06DY3jI9aUt6SpOU23XQLPfLwuI6/p4fvMbGNW+wVPWcExUimP7HdoXQN8faFUrOvkhGp4EhSqJSif23YlEzjoZ5BFkNEM8L0P8ZnX7LsYw7CRaoKgThpMPeaO8Nm5cfNW6Qxi55yNKAjtIRBFMTONJCW4MP7qHn62glZwwGRODRolQ/NMXLX7d0Bx35VwdMbXKa9CgmCs8zAF3vULLgBGIT9sTQWds2MjFOoGv2OTVfwIsmB+e9ILCop1dKblEqLrGiM4Iu9B43khtTcOJlGhSNDKm0DoeL5sykkcyBNXf4UQw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NGlJQLh6ZpdJFH3BXyRgynXQdZkef6psuKtZYE+BS5HpXqwcTt6eo9fqMZSENyU/xIa98wv2WiaGY0aemkCD54Tj+yykQRbKIRH10dkrVXG250Kr7byVPmASsxGxsnCSgJ4BLD2QNcu9JPyLO+O2kfx/1s/HUHlKxW0AqYIjApQDtcoNTSEqO9nnhj/Rbf3yn0OtCyUY+nNWHEMrVv6KpDizP7yE3F+qYZ2CFEfDgAvYPWZmgWRK47pu9AgEZL5RYvoxlvkw6FWAh+zrlELBNuH4HWWckVk5ZAEFkB1nk9PJ+DGgrLVn+58rxhaqUWIu3rzZ2tc1220iYrmbqfHfNg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Michael Young <m.a.young@xxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, ChrisD <chris@xxxxxxxxxxxx>
- Delivery-date: Wed, 20 Jul 2022 13:20:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20.07.2022 13:28, Jan Beulich wrote:
> On 20.07.2022 12:02, Andrew Cooper wrote:
>> On 20/07/2022 09:19, Jan Beulich wrote:
>>> On 20.07.2022 06:48, ChrisD wrote:
>>>> So, you think it's a problem with fc36?
>>> Well, if that's where the binary came from, then yes.
>>
>> So
>> https://kojipkgs.fedoraproject.org//packages/xen/4.16.1/4.fc36/data/logs/x86_64/build.log
>> is the build log.
>>
>> For iommu_init.c I don't see anything overly concerning, although the
>> quantity of nonsense on the gcc cmdline is speaks volumes.
>>
>> One observation though. We do pass -mno-sse but not -mno-mmx.
>
> Right, but that should be no problem - the compiler isn't supposed
> to enable MMX without -mmmx.
Or so I - wrongly - thought. Will make a patch. Nevertheless I consider
gcc behavior here close to insane.
Jan
|