From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: xenstored crashes with SIGSEGV Date: Thu, 12 Mar 2015 19:17:05 +0100 Message-ID: <20150312181705.GA14382@redhat.com> References: <548F60BF.4020901@univention.de> <1418726712.16425.213.camel@citrix.com> <1418727970.16425.217.camel@citrix.com> <1418732635.16425.221.camel@citrix.com> <1418897867.11882.11.camel@citrix.com> <54941BE4.5000208@univention.de> <54AB8C64.5030307@univention.de> <550181CE.8090204@univention.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <550181CE.8090204@univention.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Philipp Hahn Cc: Ian Campbell , George Dunlap , Ian Jackson , Xen-devel@lists.xen.org, David Vrabel , Jan Beulich , Frediano Ziglio List-Id: xen-devel@lists.xenproject.org On 03/12, Philipp Hahn wrote: > > Have you seen any other corruption No, > or is one of your patches likely to > fix something like the issue mentioned above: I am not sure I even understand the problem above ;) I mean, after the quick look I do not see how this connects to FPU. $rdi == 2 looks obviously wrong. > > $ git l1 --grep fpu v3.10.. -- arch/x86 > > c7b228a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip > > dc56c0f x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct() > > 5e23fee x86, fpu: copy_process: Sanitize fpu->last_cpu initialization > > f185350 x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math() > > 31d9633 x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu() This is only cleanups... I do not think this series can fix something. Oleg.