[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>, ChrisD <chris@xxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 20 Jul 2022 13:28:30 +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=WFivJr+JaY49LLdT/LQ9u4+a0rTu+ultC+v1a5et1uI=; b=ij/JK012fE6VLCSlzYc1LOgY6Dj3eerL4V0x/dPSicPI+pdDZKLpNjrBGdQ9gMgCzMkDcGqxd6JmEffgndNgKXhYzS8ZIjlTS/iunoL+JOC7KkfvO0m92eXhCrllOYhsVQHfcBuhGXLW3RuuwqYlB6sSZ72CE6332hZ/0uhDJGEv6LEgqjLZzqptChxlxIO4+UnGH9V3HCR8BFHEGGmBE2V249TRI/GH9upyCyEz45OgRFzn6xLock5f7EmyGiRq9Tj4zWe9O2J7S9r001NOGna3KYrPZ9XHxAMfxjN55FXIdMtiW+8B8HHx9xEn5AzJqEkmojnV/6C9/DKIOYc2Lw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lOoRa7c6juElYwa7XnI8EpShQIZ/zSagM2DlMLLEsMMqrlHfThnE3O9L5bidoZCjP1GaqyDWxQTlB3Mi68CX9DC/HcsHbOVfYuLMw/ICJ4yP3AEHogyt3kTdJBusur4Xhz0WV+KX7VyxXkgdD5oBSCmJI+BmzGT0riwEet/B2HLW7Y0ZOx392e8Wn9RNj2jjxbnib+RnRBgjBRY8kXvKds7YS8vmBnrwFkcwG4plZ+loUBs4aibtsLD4I6Yenq0VriSus2UYQqn3NbNwmnsUmW6FMyMbRLy1AeuZOfaCrxYL/PEWf3+SOe7t3WjgVL37y5fQH7TjJcZ+tlN8Mvc7vA==
- 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>
- Delivery-date: Wed, 20 Jul 2022 11:28:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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.
Jan
> I still
> can't figure out what makes the compiler think there's any SIMD to be
> done in this function.
>
> ~Andrew
|