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
> >> wrote:
> >> > On Sat, Nov 12, 2016 at 03:1
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
> >> URL: https://svnweb.freebsd.org/chan
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 wrote:
>> >> hi!
>> >>
>> >> This broke freebs
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 wrote:
> >> hi!
> >>
> >> This broke freebsd on mips24k.
> >>
> >> BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0
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. I did not removed
> i
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.
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 tid 11 (init), uid 0: pc 0x4002a4 got
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
>> Trapframe Register Dump:
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: pc 0x4002a4 got a rea
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: 0x7fffeecca1:
Author: mav
Date: Sun Nov 13 03:56:26 2016
New Revision: 308608
URL: https://svnweb.freebsd.org/changeset/base/308608
Log:
Use providergone method to cover race between destroy and g_access().
Reviewed by: markj
MFC after:2 weeks
Sponsored by: iXsystems, Inc.
Modified:
head/sys/
In message
, Adrian Chadd writes:
> 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?
It builds and
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
__
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
[-Werror=pointer-to-int-ca
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.
Modifi
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
head/bin/sleep/Makefile.depe
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: head/
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:
head/lib/libsysdecode/M
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
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 ch
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 tr
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 f
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:
head/share/mk/bsd
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
M
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 r29669
Author: mav
Date: Sat Nov 12 23:58:07 2016
New Revision: 308596
URL: https://svnweb.freebsd.org/changeset/base/308596
Log:
MFC r308173:
Fix ZIL records ordering when ZVOL opened both with and without FSYNC.
Before this an earlier writes to a ZVOL opened without FSYNC could get to
ZIL af
Author: mav
Date: Sat Nov 12 23:53:37 2016
New Revision: 308595
URL: https://svnweb.freebsd.org/changeset/base/308595
Log:
MFC r308173:
Fix ZIL records ordering when ZVOL opened both with and without FSYNC.
Before this an earlier writes to a ZVOL opened without FSYNC could get to
ZIL af
Author: mav
Date: Sat Nov 12 23:52:39 2016
New Revision: 308594
URL: https://svnweb.freebsd.org/changeset/base/308594
Log:
MFC r308169:
Pass to zvol_log_truncate() same sync values as to zvol_log_write().
Surplus marking of TX_TRUNCATE records as sync could result in putting them
into Z
Author: mav
Date: Sat Nov 12 23:50:48 2016
New Revision: 308593
URL: https://svnweb.freebsd.org/changeset/base/308593
Log:
MFC r308169:
Pass to zvol_log_truncate() same sync values as to zvol_log_write().
Surplus marking of TX_TRUNCATE records as sync could result in putting them
into Z
Author: mav
Date: Sat Nov 12 23:40:40 2016
New Revision: 308592
URL: https://svnweb.freebsd.org/changeset/base/308592
Log:
MFC r308055: Add vdev_reopening support to vdev_geom.
It allows to avoid extra GEOM providers flapping without significant need.
Since GEOM got resize support, we don
Author: mav
Date: Sat Nov 12 23:39:08 2016
New Revision: 308591
URL: https://svnweb.freebsd.org/changeset/base/308591
Log:
MFC r308055: Add vdev_reopening support to vdev_geom.
It allows to avoid extra GEOM providers flapping without significant need.
Since GEOM got resize support, we don
Author: mav
Date: Sat Nov 12 23:38:04 2016
New Revision: 308590
URL: https://svnweb.freebsd.org/changeset/base/308590
Log:
MFC r308051: Matching GUIDs, handle possible race on vdev detach.
In case of vdev detach, causing top level mirror vdev destruction, leaf
vdev changes its GUID to one
Author: mav
Date: Sat Nov 12 23:37:26 2016
New Revision: 308589
URL: https://svnweb.freebsd.org/changeset/base/308589
Log:
MFC r308051: Matching GUIDs, handle possible race on vdev detach.
In case of vdev detach, causing top level mirror vdev destruction, leaf
vdev changes its GUID to one
Author: mav
Date: Sat Nov 12 23:36:27 2016
New Revision: 308588
URL: https://svnweb.freebsd.org/changeset/base/308588
Log:
MFC r308049: Improve few debugging log messages.
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Directory Properties:
stable/10/ (prop
Author: mav
Date: Sat Nov 12 23:35:40 2016
New Revision: 308587
URL: https://svnweb.freebsd.org/changeset/base/308587
Log:
MFC r308049: Improve few debugging log messages.
Modified:
stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Directory Properties:
stable/11/ (prop
Author: mav
Date: Sat Nov 12 23:32:00 2016
New Revision: 308586
URL: https://svnweb.freebsd.org/changeset/base/308586
Log:
MFC r307318: MFV r307314:
6988 spa_sync() spends half its time in dmu_objset_do_userquota_updates
Using a benchmark which creates 2 million files in one TXG, I observ
Author: mav
Date: Sat Nov 12 23:29:09 2016
New Revision: 308585
URL: https://svnweb.freebsd.org/changeset/base/308585
Log:
MFC r307318: MFV r307314:
6988 spa_sync() spends half its time in dmu_objset_do_userquota_updates
Using a benchmark which creates 2 million files in one TXG, I observ
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
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 FreeBSD
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:
h
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 type
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: head/sys/mod
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, a
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: head/sys/geom/multipath
Author: gjb
Date: Sat Nov 12 18:49:46 2016
New Revision: 308578
URL: https://svnweb.freebsd.org/changeset/base/308578
Log:
Fix relnotes build.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/11/release/doc/en_US.
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
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:
> cache: get rid of the
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: head/share/misc/committe
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
Author: hselasky
Date: Sat Nov 12 17:36:28 2016
New Revision: 308574
URL: https://svnweb.freebsd.org/changeset/base/308574
Log:
MFC r308437 and r308461:
Range check the jitter values to avoid bogus sample rate adjustments.
The expected deviation should not be more than 1Hz per second. The US
Author: hselasky
Date: Sat Nov 12 17:32:22 2016
New Revision: 308573
URL: https://svnweb.freebsd.org/changeset/base/308573
Log:
MFC r308437 and r308461:
Range check the jitter values to avoid bogus sample rate adjustments.
The expected deviation should not be more than 1Hz per second. The US
Author: hselasky
Date: Sat Nov 12 17:30:55 2016
New Revision: 308572
URL: https://svnweb.freebsd.org/changeset/base/308572
Log:
MFC r308437 and r308461:
Range check the jitter values to avoid bogus sample rate adjustments.
The expected deviation should not be more than 1Hz per second. The US
Author: hselasky
Date: Sat Nov 12 17:27:28 2016
New Revision: 308571
URL: https://svnweb.freebsd.org/changeset/base/308571
Log:
MFC r308437 and r308461:
Range check the jitter values to avoid bogus sample rate adjustments.
The expected deviation should not be more than 1Hz per second. The US
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
M
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. The
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 during early boot.
>>
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 started even if cold
57 matches
Mail list logo