Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Konstantin Belousov
On Sun, Nov 13, 2016 at 12:33:57AM -0700, Warner Losh wrote: > On Sun, Nov 13, 2016 at 12:19 AM, Konstantin Belousov > wrote: > > On Sun, Nov 13, 2016 at 12:12:02AM -0700, Warner Losh wrote: > >> On Sat, Nov 12, 2016 at 11:58 PM, Konstantin Belousov > >>

Re: svn commit: r308565 - head/sys/kern

2016-11-12 Thread Gary Jennejohn
On Sat, 12 Nov 2016 08:40:28 -0800 John Baldwin wrote: > On 11/12/16 1:28 AM, Gary Jennejohn wrote: > > On Sat, 12 Nov 2016 00:23:09 + (UTC) > > John Baldwin wrote: > > > >> Author: jhb > >> Date: Sat Nov 12 00:23:09 2016 > >> New Revision: 308565 > >>

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Warner Losh
On Sun, Nov 13, 2016 at 12:19 AM, Konstantin Belousov wrote: > On Sun, Nov 13, 2016 at 12:12:02AM -0700, Warner Losh wrote: >> On Sat, Nov 12, 2016 at 11:58 PM, Konstantin Belousov >> wrote: >> > On Sat, Nov 12, 2016 at 03:19:13PM -0800, Adrian Chadd

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Adrian Chadd
On 12 November 2016 at 23:16, Konstantin Belousov wrote: > On Sat, Nov 12, 2016 at 11:10:43PM -0800, Adrian Chadd wrote: >> That disappeared from the file in a later commit? > From which commit did it disappeared ? > > The tunable is present since sys/kern/vfs_bio.c r308026.

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Konstantin Belousov
On Sat, Nov 12, 2016 at 11:10:43PM -0800, Adrian Chadd wrote: > That disappeared from the file in a later commit? >From which commit did it disappeared ? The tunable is present since sys/kern/vfs_bio.c r308026. I did not removed it, and did not see any commit removing the code by somebody else.

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Adrian Chadd
On 12 November 2016 at 23:12, Warner Losh wrote: > On Sat, Nov 12, 2016 at 11:58 PM, Konstantin Belousov > wrote: >> On Sat, Nov 12, 2016 at 03:19:13PM -0800, Adrian Chadd wrote: >>> hi! >>> >>> This broke freebsd on mips24k. >>> >>> BAD_PAGE_FAULT: pid 1

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Warner Losh
On Sat, Nov 12, 2016 at 11:58 PM, Konstantin Belousov wrote: > On Sat, Nov 12, 2016 at 03:19:13PM -0800, Adrian Chadd wrote: >> hi! >> >> This broke freebsd on mips24k. >> >> BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0: pc 0x4002a4 got a read >> fault (type 0x2) at 0 >>

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Adrian Chadd
That disappeared from the file in a later commit? -a On 12 November 2016 at 22:58, Konstantin Belousov wrote: > On Sat, Nov 12, 2016 at 03:19:13PM -0800, Adrian Chadd wrote: >> hi! >> >> This broke freebsd on mips24k. >> >> BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0:

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Konstantin Belousov
On Sat, Nov 12, 2016 at 03:19:13PM -0800, Adrian Chadd wrote: > hi! > > This broke freebsd on mips24k. > > BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0: pc 0x4002a4 got a read > fault (type 0x2) at 0 > Trapframe Register Dump: > zero: 0at: 0v0: 0v1: 0 > a0: 0x7fffeecc

Re: svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/um

2016-11-12 Thread Cy Schubert
In message

Re: svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/umou

2016-11-12 Thread Adrian Chadd
After looking at this, i'm not sure how this is supposed to work on a 32 bit platform at all. Is there some vendor patch to fix compilation on 32 bit platforms? If not, can we back this out until we get it compiling on 32 bit platforms? Thanks, -adrian

Re: svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/umou

2016-11-12 Thread Adrian Chadd
Fails to build on -mips: /usr/home/adrian/work/freebsd/head-embedded/src/contrib/amd/amd/readdir.c: In function 'amfs_generic_readdir': /usr/home/adrian/work/freebsd/head-embedded/src/contrib/amd/amd/readdir.c:947:42: error: cast from pointer to integer of different size

svn commit: r308607 - head/sys/kern

2016-11-12 Thread Justin Hibbits
Author: jhibbits Date: Sun Nov 13 00:46:11 2016 New Revision: 308607 URL: https://svnweb.freebsd.org/changeset/base/308607 Log: Add two new ddb commands: show device/show all devices Shows several useful pieces of information from the device including the softc and ivars pointers.

svn commit: r308606 - in head: bin/echo bin/sleep rescue/rescue sbin/md5 usr.bin/basename usr.bin/cmp usr.bin/col usr.bin/dc usr.bin/dirname usr.bin/elfdump usr.bin/fold usr.bin/getopt usr.bin/jot ...

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:30 2016 New Revision: 308606 URL: https://svnweb.freebsd.org/changeset/base/308606 Log: DIRDEPS_BUILD: Update dependencies. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/bin/echo/Makefile.depend

svn commit: r308604 - head/targets/pseudo/userland/gnu

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:19 2016 New Revision: 308604 URL: https://svnweb.freebsd.org/changeset/base/308604 Log: Remove lingering ELFCOPY_AS_OBJCOPY missed in r306649. Sponsored by: Dell EMC Isilon Modified: head/targets/pseudo/userland/gnu/Makefile.depend Modified:

svn commit: r308603 - in head: . lib/libsysdecode

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:15 2016 New Revision: 308603 URL: https://svnweb.freebsd.org/changeset/base/308603 Log: Move libsysdecode-specific hack out of buildworld. This should fix the lib32 build since it was not removing the generated ioctl.c. This file is generated by a

svn commit: r308605 - in head: lib/libcapsicum lib/libefivar sbin/zfsbootcfg targets/pseudo/userland/misc usr.sbin/efivar

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:23 2016 New Revision: 308605 URL: https://svnweb.freebsd.org/changeset/base/308605 Log: DIRDEPS_BUILD: Connect new dependencies. MFC after:2 weeks Sponsored by: Dell EMC Isilon Added: head/lib/libcapsicum/Makefile.depend (contents, props

svn commit: r308602 - head/lib/libsysdecode

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:12 2016 New Revision: 308602 URL: https://svnweb.freebsd.org/changeset/base/308602 Log: Generate and use a proper .depend file for tables.h. Reported by: jhb MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r308600 - head/share/mk

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:05 2016 New Revision: 308600 URL: https://svnweb.freebsd.org/changeset/base/308600 Log: DIRDEPS_BUILD: Consolidate some logic for skipping of reading Makefile.depend. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified:

svn commit: r308601 - head/share/mk

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:09 2016 New Revision: 308601 URL: https://svnweb.freebsd.org/changeset/base/308601 Log: Fix 'rebuild during install' error to only trigger on 'make install'. This allows 'make foo install' or 'make all install'. It is a similar fix as r304697 did

svn commit: r308599 - head/share/mk

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:11:02 2016 New Revision: 308599 URL: https://svnweb.freebsd.org/changeset/base/308599 Log: Consolidate the "don't build" optimizations into _SKIP_BUILD. _SKIP_BUILD will be set when nothing is expected to be built. This can be used to optimize some

svn commit: r308598 - head/share/mk

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:10:59 2016 New Revision: 308598 URL: https://svnweb.freebsd.org/changeset/base/308598 Log: DIRDEPS_BUILD: Don't hook 'beforebuild' into 'all' in MAKELEVEL 0. This was a mistake in r295641, but is effectively prevented from being a problem due to

svn commit: r308597 - head/share/mk

2016-11-12 Thread Bryan Drewery
Author: bdrewery Date: Sun Nov 13 00:10:56 2016 New Revision: 308597 URL: https://svnweb.freebsd.org/changeset/base/308597 Log: Always set CLEANFILES, even if not building. This will ensure that 'make clean' does the right thing. MFC after:2 weeks Sponsored by: Dell EMC Isilon

Re: svn commit: r307626 - head/sys/ufs/ffs

2016-11-12 Thread Adrian Chadd
hi! This broke freebsd on mips24k. BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0: pc 0x4002a4 got a read fault (type 0x2) at 0 Trapframe Register Dump: zero: 0at: 0v0: 0v1: 0 a0: 0x7fffeecca1: 0a2: 0a3: 0 t0: 0t1: 0t2: 0t3: 0 t4: 0t5: 0

svn commit: r308584 - in head/sys: boot/fdt/dts/powerpc dev/dpaa powerpc/conf/dpaa

2016-11-12 Thread Justin Hibbits
Author: jhibbits Date: Sat Nov 12 20:45:03 2016 New Revision: 308584 URL: https://svnweb.freebsd.org/changeset/base/308584 Log: Make dpaa work with only slightly modified Linux device trees. Linux has a slightly different device tree definition for DPAA than originally done in the

svn commit: r308583 - head/share/man/man4

2016-11-12 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sat Nov 12 19:45:55 2016 New Revision: 308583 URL: https://svnweb.freebsd.org/changeset/base/308583 Log: Fix a broken link to the USB audio class specs. PR: 214240 Submitted by: Tobias Kortkamp t...@tobik.me MFC after:5 days Modified:

svn commit: r308582 - in head: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2016-11-12 Thread Mark Johnston
Author: markj Date: Sat Nov 12 19:26:12 2016 New Revision: 308582 URL: https://svnweb.freebsd.org/changeset/base/308582 Log: Remove the DTrace printt and typeref actions. These are FreeBSD-specific and were added in r178576 to provide the ability to pretty-print instances of compound

svn commit: r308581 - head/sys/modules/rpi_ft5406

2016-11-12 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Nov 12 19:05:41 2016 New Revision: 308581 URL: https://svnweb.freebsd.org/changeset/base/308581 Log: [rpi_ft5406] Add missing dependency on mbox_if.h Submitted by: hselasky MFC after:ASAP Modified: head/sys/modules/rpi_ft5406/Makefile Modified:

svn commit: r308580 - head/sys/net

2016-11-12 Thread Ryan Stone
Author: rstone Date: Sat Nov 12 19:03:23 2016 New Revision: 308580 URL: https://svnweb.freebsd.org/changeset/base/308580 Log: Don't read if_counters with if_addr_lock held Calling into an ifnet implementation with the if_addr_lock already held can cause a LOR and potentially a deadlock,

svn commit: r308579 - head/sys/geom/multipath

2016-11-12 Thread Alexander Motin
Author: mav Date: Sat Nov 12 18:57:38 2016 New Revision: 308579 URL: https://svnweb.freebsd.org/changeset/base/308579 Log: Do not report error on close even if we have no paths left. MFC after: 2 weeks Modified: head/sys/geom/multipath/g_multipath.c Modified:

svn commit: r308577 - head/sys/dev/iwm

2016-11-12 Thread Gavin Atkinson
Author: gavin Date: Sat Nov 12 18:33:56 2016 New Revision: 308577 URL: https://svnweb.freebsd.org/changeset/base/308577 Log: iwm: If firmware load fails during init via iwm_preinit() we bail out before calling ieee80211_ifattach() so the taskqueue hasn't been initialized. Don't try to drain

Re: svn commit: r306224 - head/sys/kern

2016-11-12 Thread Adrian Chadd
This causes the AR9331 / Carambola2 kernel to just plainly not start. :( -adrian On 22 September 2016 at 21:45, Mateusz Guzik wrote: > Author: mjg > Date: Fri Sep 23 04:45:11 2016 > New Revision: 306224 > URL: https://svnweb.freebsd.org/changeset/base/306224 > > Log: >

svn commit: r308576 - head/share/misc

2016-11-12 Thread Konrad Witaszczyk
Author: def Date: Sat Nov 12 18:04:03 2016 New Revision: 308576 URL: https://svnweb.freebsd.org/changeset/base/308576 Log: Add myself (def) as a src committer and pjd as my mentor. Approved by: pjd (mentor) Modified: head/share/misc/committers-src.dot Modified:

svn commit: r308575 - in head: share/man/man4 sys/dev/rtwn sys/dev/rtwn/pci sys/dev/rtwn/rtl8192c/pci sys/dev/rtwn/usb

2016-11-12 Thread Andriy Voskoboinyk
Author: avos Date: Sat Nov 12 17:58:37 2016 New Revision: 308575 URL: https://svnweb.freebsd.org/changeset/base/308575 Log: rtwn: enable 11n support for RTL8188CE. - Increase Rx buffer size from MCLBYTES to MJUMPAGESIZE. - Provide an additional defragmentation routine for frames larger

svn commit: r308570 - head/sys/arm/arm

2016-11-12 Thread Svatopluk Kraus
Author: skra Date: Sat Nov 12 17:24:41 2016 New Revision: 308570 URL: https://svnweb.freebsd.org/changeset/base/308570 Log: The return type of is_managed() was changed from boolean_t to bool type in r308569. Now, propagate this change further for consistency sake. MFC after:2 weeks

svn commit: r308569 - head/sys/arm/arm

2016-11-12 Thread Svatopluk Kraus
Author: skra Date: Sat Nov 12 17:03:21 2016 New Revision: 308569 URL: https://svnweb.freebsd.org/changeset/base/308569 Log: Always call PHYS_TO_VM_PAGE() in is_managed(). Fast road for addresses under first_page cannot be taken as this variable is connected only to vm_page_array segment.

Re: svn commit: r308565 - head/sys/kern

2016-11-12 Thread John Baldwin
On 11/12/16 1:28 AM, Gary Jennejohn wrote: > On Sat, 12 Nov 2016 00:23:09 + (UTC) > John Baldwin wrote: > >> Author: jhb >> Date: Sat Nov 12 00:23:09 2016 >> New Revision: 308565 >> URL: https://svnweb.freebsd.org/changeset/base/308565 >> >> Log: >> Allow scheduling

Re: svn commit: r308565 - head/sys/kern

2016-11-12 Thread Gary Jennejohn
On Sat, 12 Nov 2016 00:23:09 + (UTC) John Baldwin wrote: > Author: jhb > Date: Sat Nov 12 00:23:09 2016 > New Revision: 308565 > URL: https://svnweb.freebsd.org/changeset/base/308565 > > Log: > Allow scheduling during early boot. > > - Send IPI wakeups once SMP is