From owner-freebsd-hackers@freebsd.org Thu Jun 22 09:48:54 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9E26D87F8C for ; Thu, 22 Jun 2017 09:48:54 +0000 (UTC) (envelope-from karnajitw@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 837CF75063 for ; Thu, 22 Jun 2017 09:48:54 +0000 (UTC) (envelope-from karnajitw@gmail.com) Received: by mail-io0-x232.google.com with SMTP id e63so10908405iod.3 for ; Thu, 22 Jun 2017 02:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SWqBqtjvYRtuImXmRJicqLUGOw4z+SwbVClpXh1VYIU=; b=MiHPKAv2Sv7R9S+xOMHsziXZjbCYhxu6NIs7Q09p1De2ED6EAjNZ6NH+wlCj6i2818 PdQEj9DyCt6Ha1+cf7z2tIkrv3lwAusHvjvtW6NtbFVhzuCJk+Gm9/Af2PRTdKkAiYHE mqA39v652Jx8k29LKESe+5MJFc2rxLtUtZQMVtghyJ+F18q9eLOMIg5ShSC1U/NvJnJj f1TkZV+xiD4rcu9YrzqS+dCNbXEivD8B4H3rfx1TJ9j7tB/ItyjeFcBCbMMKD1z+eQS8 W7Z+YWWM5VQm0+YmQJVCeTjFqsPf+4MmIYy0P5rqABlbV8yYEDyCdjdl+1xSPUBLxp4j nxng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SWqBqtjvYRtuImXmRJicqLUGOw4z+SwbVClpXh1VYIU=; b=Wut5/zjN8/5cq6tMHPVxyG20JwxwG4u9KDALfJRMsX4gfAV/k/nkMxTS08qaF/HM8F Co+GEiVRrlgizQ32bPKR83SlvZwHFx9FNjHZECkr6ch5+d/bY9yjcleO9T5jNmGZbByK XGkoblEe4phBdJlta8lssYlqgjWVTFPXfaL+AOojH8P8e5apRTGRE4QKLvKwj20VnBGQ jfVIhoVV2xWReMl/TeX0RrGpvJjxS6b7vMJHYqOyzz78edgHyXBfMBNFSzso+ACH6ENh aDfelNdOFZIciZ/k+iQJHgHN6D7EP5pg94zVPid/m0miMjHI/KJexViWnYQbLjNW7nlz wKAA== X-Gm-Message-State: AKS2vOzqnPt774Jev8hNqzHn7pZANjxcSjtD5a+e/L+0Hio21dxzPGRr M6iQ5O1gnIiQOsEiCyWiY26hAmVjfQ== X-Received: by 10.107.201.148 with SMTP id z142mr1442372iof.18.1498124933971; Thu, 22 Jun 2017 02:48:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.136.131 with HTTP; Thu, 22 Jun 2017 02:48:53 -0700 (PDT) In-Reply-To: <20170622093117.GZ3437@kib.kiev.ua> References: <20170616132329.GY2088@kib.kiev.ua> <20170622093117.GZ3437@kib.kiev.ua> From: karnajit wangkhem Date: Thu, 22 Jun 2017 15:18:53 +0530 Message-ID: Subject: Re: Undesirable FPU tag word value after PT_SETFPREGS on i386 To: Konstantin Belousov Cc: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Thu, 22 Jun 2017 12:01:41 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 09:48:54 -0000 Thanks a lot for the info. On Thu, Jun 22, 2017 at 3:01 PM, Konstantin Belousov wrote: > On Thu, Jun 22, 2017 at 02:19:18PM +0530, karnajit wangkhem wrote: > > Hi, > > > > Sorry for reviving this thread again. Will it be possible for this fix to > > go freebsd 11 and head. The issue in my case is that lldb doesn't work > well > > with expression without this patch. > > > > Please guide me in this regard. > > The change was committed to HEAD in r320051, Jun 17. It will be merged to > stable/11 after the merge time, assuming re@ approve. >