Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-03 Thread Brian Demsky
> The analysis is a little wrong about the problem. Ultimately, the tail call > to set context trashes the copies of bx and r14 on the stackā€¦. On Apr 3, 2013, at 10:03 PM, Eitan Adler wrote: > On 3 April 2013 23:10, Brian Demsky wrote: >> The following reply was made to PR misc/177624; it has

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-03 Thread Eitan Adler
On 3 April 2013 23:10, Brian Demsky wrote: > The following reply was made to PR misc/177624; it has been noted by GNATS. > > From: Brian Demsky > To: bug-follo...@freebsd.org > Cc: > Subject: Re: misc/177624: Swapcontext can get compiled incorrectly > Date: Wed, 03 Apr 2013 20:01:14 -0700 > > QS

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-03 Thread Brian Demsky
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Brian Demsky To: bug-follo...@freebsd.org Cc: Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Wed, 03 Apr 2013 20:01:14 -0700 QSBxdWljayBub3RlIHRoYXQgdGhlIHRhaWwgY2FsbCB0byBzZXQgY29udGV4

misc/177624: Swapcontext can get compiled incorrectly

2013-04-03 Thread Brian Demsky
>Number: 177624 >Category: misc >Synopsis: Swapcontext can get compiled incorrectly >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw

Bug in swapcontext method

2013-04-03 Thread Brian Demsky
Here is the code for swap context: int swapcontext(ucontext_t *oucp, const ucontext_t *ucp) { int ret; if ((oucp == NULL) || (ucp == NULL)) { errno = EINVAL; return (-1); } oucp->uc_flags &= ~UCF_SWAPPED; ret = getcontext(ouc

Re: kern/157397: [ada] ahci/ada/cam NCQ timeouts on Samsung and non-disable-ability

2013-04-03 Thread Matthias Andree
The following reply was made to PR kern/157397; it has been noted by GNATS. From: Matthias Andree To: bug-follo...@freebsd.org Cc: Subject: Re: kern/157397: [ada] ahci/ada/cam NCQ timeouts on Samsung and non-disable-ability Date: Thu, 04 Apr 2013 02:18:58 +0200 Further information requested

Re: kern/157397: [ada] ahci/ada/cam NCQ timeouts on Samsung and non-disable-ability

2013-04-03 Thread Matthias Andree
The following reply was made to PR kern/157397; it has been noted by GNATS. From: Matthias Andree To: bug-follo...@freebsd.org, Alexander Motin Cc: Subject: Re: kern/157397: [ada] ahci/ada/cam NCQ timeouts on Samsung and non-disable-ability Date: Thu, 04 Apr 2013 00:08:12 +0200 Further info

Re: kern/177536: [zfs] zfs livelock (deadlock) with high write-to-disk load

2013-04-03 Thread linimon
Old Synopsis: zfs livelock (deadlock) with high write-to-disk load New Synopsis: [zfs] zfs livelock (deadlock) with high write-to-disk load Responsible-Changed-From-To: freebsd-bugs->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Apr 3 20:14:16 UTC 2013 Responsible-Change

Re: ports/177605: security/switzerland: [PATCH] bad plist prevents packaging

2013-04-03 Thread linimon
Synopsis: security/switzerland: [PATCH] bad plist prevents packaging Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Apr 3 15:06:29 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=1

Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Mark Knight
The following reply was made to PR conf/177607; it has been noted by GNATS. From: Mark Knight To: Maxim Konovalov Cc: bug-follo...@freebsd.org Subject: Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Wed, 03 Apr 2013 15:51:35 +0100 Tha

Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Maxim Konovalov
The following reply was made to PR conf/177607; it has been noted by GNATS. From: Maxim Konovalov To: Mark Knight Cc: bug-follo...@freebsd.org Subject: Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Wed, 3 Apr 2013 18:00:20 +0400 (MSK)

Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Mark Knight
The following reply was made to PR conf/177607; it has been noted by GNATS. From: Mark Knight To: bug-follo...@freebsd.org Cc: Subject: Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Wed, 03 Apr 2013 13:37:02 +0100 Sorry, typo in my

Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Maxim Konovalov
The following reply was made to PR conf/177607; it has been noted by GNATS. From: Maxim Konovalov To: bug-follo...@freebsd.org Cc: Subject: Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Wed, 3 Apr 2013 16:05:14 +0400 (MSK) Just for

Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Maxim Konovalov
The following reply was made to PR conf/177607; it has been noted by GNATS. From: Maxim Konovalov To: Mark Knight Cc: bug-follo...@freebsd.org Subject: Re: conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration Date: Wed, 3 Apr 2013 16:03:04 +0400 (MSK)

conf/177607: named.conf comment to slave root suggests potentially dangerous BIND configuration

2013-04-03 Thread Mark Knight
>Number: 177607 >Category: conf >Synopsis: named.conf comment to slave root suggests potentially >dangerous BIND configuration >Confidential: no >Severity: serious >Priority: high >Responsible:freebsd-bugs >State: open >Quarter: >Keywords:

misc/177605: security/switzerland: [PATCH] bad plist prevents packaging

2013-04-03 Thread John Marino
>Number: 177605 >Category: misc >Synopsis: security/switzerland: [PATCH] bad plist prevents packaging >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >

Re: conf/175265: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.)

2013-04-03 Thread maxim
Synopsis: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.) State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Wed Apr 3 09:22:44 UTC 2013 State-Changed-Why: Fixed in head, stable/8,9. http://www.freebsd.org/cgi/query-pr.cgi?pr=175265

Re: conf/175265: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.)

2013-04-03 Thread Fabian Wenk
The following reply was made to PR conf/175265; it has been noted by GNATS. From: Fabian Wenk To: Maxim Konovalov Cc: bug-follo...@freebsd.org Subject: Re: conf/175265: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.) Date: Wed, 03 Apr 2013 11:14:43 +0200 Hello Maxim O

Re: conf/175265: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.)

2013-04-03 Thread Maxim Konovalov
The following reply was made to PR conf/175265; it has been noted by GNATS. From: Maxim Konovalov To: Fabian Wenk Cc: bug-follo...@freebsd.org Subject: Re: conf/175265: [named] named.root updated (new IP addresses for D.ROOT-SERVERS.NET.) Date: Wed, 3 Apr 2013 11:59:05 +0400 (MSK) Hi Fabian,