Author: ngie
Date: Sat Oct 25 07:20:46 2014
New Revision: 273633
URL: https://svnweb.freebsd.org/changeset/base/273633
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194589
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
On Fri, Oct 24, 2014 at 10:45:46PM +0300, Konstantin Belousov wrote:
> On Fri, Oct 24, 2014 at 07:33:07PM +, Rui Paulo wrote:
> > On Oct 24, 2014, at 12:20 PM, Konstantin Belousov
> > wrote:
> >
> > > +static int
> > > +hpet_mmap(struct cdev *cdev, vm_ooffset_t offset, vm_paddr_t *paddr,
> >
Author: tuexen
Date: Sat Oct 25 09:25:29 2014
New Revision: 273634
URL: https://svnweb.freebsd.org/changeset/base/273634
Log:
Fix a use of an uninitialized variable by makeing sure
that sctp_med_chunk_output() always initialized the reason_code
instead of relying on the caller.
The variabl
Author: mav
Date: Sat Oct 25 12:50:26 2014
New Revision: 273635
URL: https://svnweb.freebsd.org/changeset/base/273635
Log:
Add basic iSNS client to the iSCSI target.
This makes ctld(8) register its iSCSI targets and portals on configured
iSNS servers to allow initiators find them without
Author: mav
Date: Sat Oct 25 15:16:19 2014
New Revision: 273638
URL: https://svnweb.freebsd.org/changeset/base/273638
Log:
Revert somewhat hackish geom_disk optimization, committed as part of r256880,
and the following r273143 commit, supposed to workaround introduced issue by
quite innocent
On Oct 25, 2014, at 02:00, Konstantin Belousov wrote:
>
> Ok, I did looked at the pte of the HPET page. I get the value
> 0x8000fed00025
> which coincides with the resource address 0xfed0 reported
> by devinfo -vr for hpet (to double-check my findings). The low
> bits indicate that PAT0
Author: mav
Date: Sat Oct 25 17:07:35 2014
New Revision: 273640
URL: https://svnweb.freebsd.org/changeset/base/273640
Log:
Add support for 12/16-byte EUI and 16-byte NAA IDs.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: jpaetzel
Date: Sat Oct 25 17:42:44 2014
New Revision: 273641
URL: https://svnweb.freebsd.org/changeset/base/273641
Log:
This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky's
crash.sh script attached to FreeNAS bug 4109:
https://bugs.freenas.org/issues/4109
Three
Author: jhb
Date: Sat Oct 25 19:31:34 2014
New Revision: 273644
URL: https://svnweb.freebsd.org/changeset/base/273644
Log:
Clarify that pthread_cleanup_push()/pop() are implemented as macros that
create a new code block and thus must be balanced at the same lexical
scope. (This is also a re
On Saturday, October 25, 2014 12:16:36 AM Xin LI wrote:
> Author: delphij
> Date: Sat Oct 25 00:16:36 2014
> New Revision: 273616
> URL: https://svnweb.freebsd.org/changeset/base/273616
>
> Log:
> Fix build.
Thanks, I had this fixed in the tree I used for testing but it didn't get
committed in
On Saturday, October 25, 2014 07:42:44 AM Andrey Chernov wrote:
> On 25.10.2014 6:21, Andrey Chernov wrote:
> > On 24.10.2014 23:55, John Baldwin wrote:
> >> Author: jhb
> >> Date: Fri Oct 24 19:55:49 2014
> >> New Revision: 273601
> >> URL: https://svnweb.freebsd.org/changeset/base/273601
> >>
>
On Sat, 2014-10-25 at 19:31 +, John Baldwin wrote:
> Author: jhb
> Date: Sat Oct 25 19:31:34 2014
> New Revision: 273644
> URL: https://svnweb.freebsd.org/changeset/base/273644
>
> Log:
> Clarify that pthread_cleanup_push()/pop() are implemented as macros that
> create a new code block and
Author: jhb
Date: Sat Oct 25 20:42:47 2014
New Revision: 273646
URL: https://svnweb.freebsd.org/changeset/base/273646
Log:
Use correct type in __DEVOLATILE().
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umtx.c
=
Author: kib
Date: Sat Oct 25 21:01:50 2014
New Revision: 273647
URL: https://svnweb.freebsd.org/changeset/base/273647
Log:
Set the caching mode for the usermode mapping of the HPET registers
page to uncached.
Reviewed by: rpaulo
Sponsored by: The FreeBSD Foundation
MFC after:1 we
On Sat, Oct 25, 2014 at 07:42:44AM +0400, Andrey Chernov wrote:
> On 25.10.2014 6:21, Andrey Chernov wrote:
> > On 24.10.2014 23:55, John Baldwin wrote:
> >> Author: jhb
> >> Date: Fri Oct 24 19:55:49 2014
> >> New Revision: 273601
> >> URL: https://svnweb.freebsd.org/changeset/base/273601
> >>
> >
Author: gjb
Date: Sun Oct 26 01:41:54 2014
New Revision: 273653
URL: https://svnweb.freebsd.org/changeset/base/273653
Log:
Fix a few issues with creating VOLUME_LABEL for the
installation ISOs:
- TYPE, BRANCH, and REVISION are only defined if
OSRELEASE is not defined, so in situatio
Author: mjg
Date: Sun Oct 26 01:47:55 2014
New Revision: 273654
URL: https://svnweb.freebsd.org/changeset/base/273654
Log:
Now that sysctl_root is only called with sysctl lock in shared mode, update
its assertion to require that.
Update comment missed in r273400: sysctl_xlock/unlock -> sy
On Thu, Oct 23, 2014 at 12:14:03PM -0400, John Baldwin wrote:
> On Tuesday, October 21, 2014 3:05:45 pm Mateusz Guzik wrote:
> > Author: mjg
> > Date: Tue Oct 21 19:05:44 2014
> > New Revision: 273401
> > URL: https://svnweb.freebsd.org/changeset/base/273401
> >
> > Log:
> > Implement shared loc
Author: neel
Date: Sun Oct 26 03:03:41 2014
New Revision: 273666
URL: https://svnweb.freebsd.org/changeset/base/273666
Log:
Don't pass the 'error' return from an I/O port handler directly to vm_run().
Most I/O port handlers return -1 to signal an error. If this value is returned
without m
Its not clear from this why you elected to disable the test and hide the
issue instead of fixing the panic cause, could you clarify please?
On 25/10/2014 07:10, Garrett Cooper wrote:
Author: ngie
Date: Sat Oct 25 06:10:01 2014
New Revision: 273630
URL: https://svnweb.freebsd.org/changeset/base
Author: neel
Date: Sun Oct 26 04:44:28 2014
New Revision: 273683
URL: https://svnweb.freebsd.org/changeset/base/273683
Log:
Move the ACPI PM timer emulation into vmm.ko.
This reduces variability during timer calibration by keeping the emulation
"close" to the guest. Additionally having al
Author: mjg
Date: Sun Oct 26 05:39:42 2014
New Revision: 273684
URL: https://svnweb.freebsd.org/changeset/base/273684
Log:
Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS
groups.
Submitted by: Tiwei Bie
X-Additional: JuniorJobs project
MFC after:2 weeks
Mo
On Sat, Oct 25, 2014 at 9:22 PM, Steven Hartland wrote:
> Its not clear from this why you elected to disable the test and hide the
> issue instead of fixing the panic cause, could you clarify please?
See:
https://lists.freebsd.org/pipermail/freebsd-testing/2014-October/000584.html
https://lis
Author: mjg
Date: Sun Oct 26 06:04:09 2014
New Revision: 273685
URL: https://svnweb.freebsd.org/changeset/base/273685
Log:
Tidy up sys_setgroups and kern_setgroups.
- 'groups' initialization to NULL is always ovewrwriten before use, so plug it
- get rid of 'goto out'
- kern_setgroups's
24 matches
Mail list logo