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

2013-04-04 Thread Alexander Motin
The following reply was made to PR kern/157397; it has been noted by GNATS. From: Alexander Motin To: Matthias Andree Cc: bug-follo...@freebsd.org Subject: Re: kern/157397: [ada] ahci/ada/cam NCQ timeouts on Samsung and non-disable-ability Date: Thu, 04 Apr 2013 10:49:43 +0300 On 04.04.2013 0

misc/177625: GCVTqNZtMuxKao

2013-04-04 Thread ZUxHTUGMAAI
>Number: 177625 >Category: misc >Synopsis: GCVTqNZtMuxKao >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: curr

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Eitan Adler
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Eitan Adler To: bug-followup Cc: Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Thu, 4 Apr 2013 08:11:34 -0400 -- Forwarded message -- From: Brian Demsky Date: 4 Apr

misc/177630: despite mount options (late, failok, noauto), mount(1) returns 1 when the specified path does not exist

2013-04-04 Thread deeptech71
>Number: 177630 >Category: misc >Synopsis: despite mount options (late, failok, noauto), mount(1) returns >1 when the specified path does not exist >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quart

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
On Thu, 4 Apr 2013, Brian Demsky wrote: Description: 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 &= ~UC

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Bruce Evans To: Brian Demsky Cc: freebsd-gnats-sub...@freebsd.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Fri, 5 Apr 2013 00:46:32 +1100 (EST) This mes

Re: junk/177625: GCVTqNZtMuxKao

2013-04-04 Thread linimon
Synopsis: GCVTqNZtMuxKao State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Apr 4 13:59:27 UTC 2013 State-Changed-Why: spam http://www.freebsd.org/cgi/query-pr.cgi?pr=177625 ___ freebsd-bugs@freebsd.org mailing list h

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
On Fri, 5 Apr 2013, Bruce Evans wrote: On Thu, 4 Apr 2013, Brian Demsky wrote: Description: 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; retur

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Bruce Evans To: Bruce Evans Cc: Brian Demsky , freebsd-bugs@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Fri, 5 Apr 2013 02:16:02 +1

Re: kern/125647: [ciss] [panic] System randomly crashes - ciss driver

2013-04-04 Thread sbruno
Synopsis: [ciss] [panic] System randomly crashes - ciss driver Responsible-Changed-From-To: freebsd-bugs->sbruno Responsible-Changed-By: sbruno Responsible-Changed-When: Thu Apr 4 15:52:57 UTC 2013 Responsible-Changed-Why: Taking ticket for resolution. http://www.freebsd.org/cgi/query-pr.cgi?p

Re: kern/125723: [ciss] System randomly crashes or can not boot - ciss error

2013-04-04 Thread sbruno
Synopsis: [ciss] System randomly crashes or can not boot - ciss error Responsible-Changed-From-To: freebsd-bugs->sbruno Responsible-Changed-By: sbruno Responsible-Changed-When: Thu Apr 4 15:53:21 UTC 2013 Responsible-Changed-Why: Possible dup of kern/125647 http://www.freebsd.org/cgi/query-pr.cg

Re: kern/149219: [ciss] DL380 G6 P212 trouble

2013-04-04 Thread sbruno
Synopsis: [ciss] DL380 G6 P212 trouble Responsible-Changed-From-To: freebsd-bugs->sbruno Responsible-Changed-By: sbruno Responsible-Changed-When: Thu Apr 4 16:01:14 UTC 2013 Responsible-Changed-Why: Taking ticket for resolution http://www.freebsd.org/cgi/query-pr.cgi?pr=149219 __

Re: kern/148070: [ciss] [cam] [panic] panic: _mtx_lock_sleep: recursed on non-recursive mutex XPT topology lock @ /usr/src/sys/cam/cam_xpt.c:4814

2013-04-04 Thread sbruno
Old Synopsis: [cam] [panic] panic: _mtx_lock_sleep: recursed on non-recursive mutex XPT topology lock @ /usr/src/sys/cam/cam_xpt.c:4814 New Synopsis: [ciss] [cam] [panic] panic: _mtx_lock_sleep: recursed on non-recursive mutex XPT topology lock @ /usr/src/sys/cam/cam_xpt.c:4814 Responsible-Chang

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Brian Demsky
On Apr 4, 2013, at 8:16 AM, Bruce Evans wrote: > On Fri, 5 Apr 2013, Bruce Evans wrote: > >> On Thu, 4 Apr 2013, Brian Demsky wrote: >> Description: >>> Here is the code for swap context: >>> int >>> swapcontext(ucontext_t *oucp, const ucontext_t *ucp) >>> { >>> int ret; >>> if ((o

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Brian Demsky
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Brian Demsky To: Bruce Evans Cc: freebsd-bugs@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Thu, 4 Apr 2013 09:43:06 -0700 On Apr 4, 2013,

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
On Thu, 4 Apr 2013, Brian Demsky wrote: On Apr 4, 2013, at 8:16 AM, Bruce Evans wrote: On Fri, 5 Apr 2013, Bruce Evans wrote: On Thu, 4 Apr 2013, Brian Demsky wrote: Description: Here is the code for swap context: int swapcontext(ucontext_t *oucp, const ucontext_t *ucp) { int ret;

Re: misc/177624: Swapcontext can get compiled incorrectly

2013-04-04 Thread Bruce Evans
The following reply was made to PR misc/177624; it has been noted by GNATS. From: Bruce Evans To: Brian Demsky Cc: Bruce Evans , freebsd-bugs@FreeBSD.org, freebsd-gnats-sub...@freebsd.org Subject: Re: misc/177624: Swapcontext can get compiled incorrectly Date: Fri, 5 Apr 2013 06:38:51 +1

kern/177636: getdtablesize() is sometime return illegal value

2013-04-04 Thread Nobuyuki Koganemaru
>Number: 177636 >Category: kern >Synopsis: getdtablesize() is sometime return illegal value >Confidential: no >Severity: serious >Priority: high >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: