Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On 11/2/15, Roger Pau Monné wrote: > El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >> Yes, at next week I have time for the test. Please ping me again at >> Monday. > > Ping :). Pong. :) I now stared a new build with the patch, so I will report back 1-2 hours from now. >

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 29/10/15 a les 22.48, Oliver Pinter ha escrit: > Yes, at next week I have time for the test. Please ping me again at > Monday. Ping :). ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
Citrix Systems R root@nyi-01 src# uname -a FreeBSD nyi-01.build.hardenedbsd.org 11.0-CURRENT-HBSD FreeBSD 11.0-CURRENT-HBSD #14 8f6110b(jenkins-world-kernel-20151102): Mon Nov 2 09:42:26 EST 2015 r...@nyi-01.build.hardenedbsd.org:/usr/obj/usr/src/sys/JENKINS amd64 root@nyi-01 src# uptime 10:05AM u

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Adrian Chadd
On 2 November 2015 at 09:18, Andriy Gapon wrote: > On 02/11/2015 18:13, Adrian Chadd wrote: >> The same reason we don't use it for dri, etc. >> >> The vendor driver isn't portable by any stretch. We could put it >> there, but then we'd have to maintain the vendor changes on top

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-02 Thread Jason Harmening
On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote: > > It's almost certainly not related to sysinit ordering. This exception > is happening during mmc probing after interrupts are enabled. > > It appears that the problem is the faulting code is running on one of > the very

svn commit: r290275 - in head: lib/libdpv lib/libfigpar sys/sys

2015-11-02 Thread Devin Teske
Author: dteske Date: Mon Nov 2 20:03:59 2015 New Revision: 290275 URL: https://svnweb.freebsd.org/changeset/base/290275 Log: Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi) Modified: head/lib/libdpv/dialogrc.c head/lib/libdpv/dialogrc.h head/lib/libfigpar/figpar.3

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Oleksandr Tymoshenko
> On Nov 2, 2015, at 1:36 AM, Andrew Turner wrote: > > On Sun, 1 Nov 2015 22:17:39 + (UTC) > Oleksandr Tymoshenko wrote: > >> Author: gonzo >> Date: Sun Nov 1 22:17:39 2015 >> New Revision: 290245 >> URL:

svn commit: r290264 - head/usr.sbin/makefs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 08:43:15 2015 New Revision: 290264 URL: https://svnweb.freebsd.org/changeset/base/290264 Log: Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by dereferencing a NULL function pointer Add some asserts to ensure that isolevel is always

svn commit: r290272 - head/sys/arm64/arm64

2015-11-02 Thread Andrew Turner
Author: andrew Date: Mon Nov 2 16:43:26 2015 New Revision: 290272 URL: https://svnweb.freebsd.org/changeset/base/290272 Log: Make the arm64_cpu driver quiet as it adds no new information. Only report the register used to start each cpu in bootverbose. Sponsored by: ABT Systems Ltd

Re: svn commit: r290259 - head/usr.sbin/makefs

2015-11-02 Thread Benjamin Kaduk
On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 2 07:36:42 2015 > New Revision: 290259 > URL: https://svnweb.freebsd.org/changeset/base/290259 > > Log: > Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 > > Sections

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Adrian Chadd
The same reason we don't use it for dri, etc. The vendor driver isn't portable by any stretch. We could put it there, but then we'd have to maintain the vendor changes on top of it in subversion and I kinda dont want to think about how that'll work out.. :) -adrian

svn commit: r290273 - in head/sys/arm: arm include

2015-11-02 Thread Zbigniew Bodek
Author: zbb Date: Mon Nov 2 16:56:34 2015 New Revision: 290273 URL: https://svnweb.freebsd.org/changeset/base/290273 Log: Add support for branch instruction on armv7 with ptrace single step Previous code supported only "continuous" code without any kind of branch instructions. To change

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Andriy Gapon
On 02/11/2015 18:13, Adrian Chadd wrote: > The same reason we don't use it for dri, etc. > > The vendor driver isn't portable by any stretch. We could put it > there, but then we'd have to maintain the vendor changes on top of it > in subversion and I kinda dont want to think about how that'll

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
the same as the mapped > version > (_bus_dmamap_load_buffer). This patch only modifies the x86 bounce buffer > code, other arches are left untouched. > > Reviewed by:kib, jah > Differential Revision: https://reviews.freebsd.org/D888 > Spons

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 02/11/15 a les 17.41, Oliver Pinter ha escrit: > Okay, the server survived a full buildworld + installer generation > with the new patch. Thanks for the heads up! I will wait a couple more days and then commit it. Roger. ___ svn-src-head@freebsd.org

Re: svn commit: r289279 - in head/sys: kern vm

2015-11-02 Thread Adrian Chadd
Hi, try this? adrian@victoria:~/work/freebsd/head-embedded/src/sys/kern % svn diff vfs_bio.c Index: vfs_bio.c === --- vfs_bio.c (revision 290048) +++ vfs_bio.c (working copy) @@ -3623,6 +3623,13 @@ if (bp ==

svn commit: r290276 - head/sys/net

2015-11-02 Thread Randall Stewart
Author: rrs Date: Mon Nov 2 21:21:00 2015 New Revision: 290276 URL: https://svnweb.freebsd.org/changeset/base/290276 Log: Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. MFC after:3 days Sponsored by: Netflix Inc. Differential Revision:

Re: svn commit: r289279 - in head/sys: kern vm

2015-11-02 Thread Adrian Chadd
Hi Tijl, and others; Here's something that Jeff came up with that fixes my problem: adrian@victoria:~/work/freebsd/head-embedded/src % svn diff sys/kern/ Index: sys/kern/vfs_bio.c === --- sys/kern/vfs_bio.c (revision 290048) +++

svn commit: r290298 - head/lib/libedit

2015-11-02 Thread Brooks Davis
Author: brooks Date: Mon Nov 2 22:21:02 2015 New Revision: 290298 URL: https://svnweb.freebsd.org/changeset/base/290298 Log: The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all take an int, not an int*. Sponsored by: DARPA, AFRL Discovered with: CHERI

svn commit: r290265 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 09:16:51 2015 New Revision: 290265 URL: https://svnweb.freebsd.org/changeset/base/290265 Log: Add testcases for -t cd9660 -o isolevel=[1-3] -- -o isolevel=1 currently fails because of path comparison issues, so mark it as an expected failure. -- -o

svn commit: r290266 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-11-02 Thread Andriy Gapon
Author: avg Date: Mon Nov 2 10:07:21 2015 New Revision: 290266 URL: https://svnweb.freebsd.org/changeset/base/290266 Log: zfs: allow the lookup of extended attributes of an unlinked file That's required for extattr_get_fd(2) and the like to work properly. PR: 203201 MFC

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-02 Thread Andrew Turner
On Sun, 1 Nov 2015 22:17:39 + (UTC) Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Sun Nov 1 22:17:39 2015 > New Revision: 290245 > URL: https://svnweb.freebsd.org/changeset/base/290245 > > Log: > Synchronize with latest upstream VCHI code: > > - Add

svn commit: r290267 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:08:00 2015 New Revision: 290267 URL: https://svnweb.freebsd.org/changeset/base/290267 Log: Clean up mtree keyword support a slight bit and add a few more default keywords - Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS - Test with the extra

svn commit: r290268 - head/usr.sbin/makefs/ffs

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 10:09:09 2015 New Revision: 290268 URL: https://svnweb.freebsd.org/changeset/base/290268 Log: Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with src/sys/ufs/ffs/ffs_bswap.c@1.39 Obtained from: NetBSD MFC after: 1 week Sponsored

Re: svn commit: r290276 - head/sys/net

2015-11-02 Thread Juli Mallett
On Mon, Nov 2, 2015 at 1:21 PM, Randall Stewart wrote: > Author: rrs > Date: Mon Nov 2 21:21:00 2015 > New Revision: 290276 > URL: https://svnweb.freebsd.org/changeset/base/290276 > > Log: > Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. > This

svn commit: r290316 - in head/sys: arm64/arm64 powerpc/powerpc sparc64/sparc64 x86/x86

2015-11-02 Thread Ian Lepore
Author: ian Date: Mon Nov 2 23:37:19 2015 New Revision: 290316 URL: https://svnweb.freebsd.org/changeset/base/290316 Log: Fix an alignment check that is wrong in half the busdma implementations. This will enable the elimination of a workaround in the USB driver that artifically allocates

svn commit: r290309 - in head/sys/arm: arm include xscale/ixp425

2015-11-02 Thread Ian Lepore
Author: ian Date: Mon Nov 2 22:49:39 2015 New Revision: 290309 URL: https://svnweb.freebsd.org/changeset/base/290309 Log: Eliminate the last dregs of the old global arm_root_dma_tag. In the old days, device drivers passed NULL for the parent tag when creating a new tag, and on arm

svn commit: r290317 - head/sys/powerpc/mpc85xx

2015-11-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 3 00:21:23 2015 New Revision: 290317 URL: https://svnweb.freebsd.org/changeset/base/290317 Log: Use the correct space (PCI addresses) for the I/O and memory ranges. PCIR_IOBASE/IOLIMIT/... all use PCI-space addresses, not host addresses. Modified:

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Gleb Smirnoff
On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote: A> > New Revision: 290234 A> > URL: https://svnweb.freebsd.org/changeset/base/290234 A> > A> > Log: A> > Install myself as src committer. A> > A> > Approved

svn commit: r290270 - head/usr.sbin/makefs/tests

2015-11-02 Thread Garrett Cooper
Author: ngie Date: Mon Nov 2 11:06:51 2015 New Revision: 290270 URL: https://svnweb.freebsd.org/changeset/base/290270 Log: Add testcases for -t ffs -o version=[12] Verify the filesystem type using dumpfs. Add preliminary support for NetBSD (needs to be validated) MFC after: 1 week

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Michal Meloun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a): > On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: > A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote: > A> > New Revision: 290234 A> > URL: >

svn commit: r290318 - head/lib/libc/net

2015-11-02 Thread Hiroki Sato
Author: hrs Date: Tue Nov 3 00:46:06 2015 New Revision: 290318 URL: https://svnweb.freebsd.org/changeset/base/290318 Log: sdl->sdl_len in sockaddr_dl can be longer than sizeof(struct sockaddr_dl). Modified: head/lib/libc/net/getnameinfo.c Modified: head/lib/libc/net/getnameinfo.c

svn commit: r290319 - head/sys/powerpc/mpc85xx

2015-11-02 Thread Justin Hibbits
Author: jhibbits Date: Tue Nov 3 00:54:14 2015 New Revision: 290319 URL: https://svnweb.freebsd.org/changeset/base/290319 Log: Use 64-bit addresses for configuring inbound and outbound address windows. This allows using the full host and PCI ranges in the controller configuration.

svn commit: r290321 - head/sys/boot/fdt/dts/arm

2015-11-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Nov 3 04:50:58 2015 New Revision: 290321 URL: https://svnweb.freebsd.org/changeset/base/290321 Log: Raspberry Pi firmware passes cache line size as a DTB parameter - Add cache-line-size paramter to vchiq node - Add cache_line_size DTB parameter referencing to

Re: svn commit: r290234 - head/share/misc

2015-11-02 Thread Konstantin Belousov
On Mon, Nov 02, 2015 at 12:47:18PM +0100, Michal Meloun wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a): > > On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote: > > A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal

svn commit: r290320 - head/sys/kern

2015-11-02 Thread Mark Johnston
Author: markj Date: Tue Nov 3 03:29:35 2015 New Revision: 290320 URL: https://svnweb.freebsd.org/changeset/base/290320 Log: Have elf_lookup() return an error if the specified non-weak symbol could not be found. Otherwise, relocations against such symbols will be silently ignored instead of