On 17/12/2015 11:38 AM, Gleb Smirnoff wrote:
> I'm sorry that wasn't able to review D4111 in time, but I have
> very strong concerns against r292275. And r292379 doesn't
> improve situation. I am asking you to back out both patches,
> and then we can get together back to the problem. The 156226
>
Author: gnn
Date: Thu Dec 17 02:02:09 2015
New Revision: 292394
URL: https://svnweb.freebsd.org/changeset/base/292394
Log:
Switch the IPsec related statistics to using the built in sysctl
variable set rather than reading from kernel memory.
This also makes the -z (zero) flag work correctly
On Thu, 17 Dec 2015 02:49:18 +0300
Gleb Smirnoff wrote:
> Ivan,
>
> can you please test r292386?
>
It works.
The panic was gone.
Thank you for your work.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src
Steven,
I'm sorry that wasn't able to review D4111 in time, but I have
very strong concerns against r292275. And r292379 doesn't
improve situation. I am asking you to back out both patches,
and then we can get together back to the problem. The 156226
bug was sitting for 2 years in the bugzilla
Author: markj
Date: Thu Dec 17 00:02:53 2015
New Revision: 292389
URL: https://svnweb.freebsd.org/changeset/base/292389
Log:
Consistently use ${AWK} instead of hard-coding the program name.
MFC after:3 days
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
Author: markj
Date: Thu Dec 17 00:00:27 2015
New Revision: 292388
URL: https://svnweb.freebsd.org/changeset/base/292388
Log:
Support an arbitrary number of arguments to DTrace syscall probes.
Rather than pushing all eight possible arguments into dtrace_probe()'s
stack frame, make the sysc
Ivan,
can you please test r292386?
--
Totus tuus, Glebius.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: glebius
Date: Wed Dec 16 23:48:50 2015
New Revision: 292386
URL: https://svnweb.freebsd.org/changeset/base/292386
Log:
Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.
With the new VOP_GETPAGES() KPI the "count" argument counts pages already,
and doesn't need to be translated
Author: markj
Date: Wed Dec 16 23:46:27 2015
New Revision: 292385
URL: https://svnweb.freebsd.org/changeset/base/292385
Log:
Remove the unused systrace device file and fix style bugs.
MFC after:1 week
Modified:
head/sys/cddl/dev/systrace/systrace.c
Modified: head/sys/cddl/dev/systra
Author: markj
Date: Wed Dec 16 23:39:27 2015
New Revision: 292384
URL: https://svnweb.freebsd.org/changeset/base/292384
Log:
Fix style issues around existing SDT probes.
- Use SDT_PROBE() instead of SDT_PROBE(). This has no functional effect
at the moment, but will be needed for some fu
On Thu, 17 Dec 2015 02:06:33 +0300
Gleb Smirnoff wrote:
> Ivan,
>
> can you please test this patch?
>
>
About ZFS: I have not default options
vfs.zfs.prefetch_disable=1
vfs.zfs.arc_max="2G"
vfs.zfs.vdev.cache.max=65536
vfs.zfs.vdev.cache.size="16M"
Perhaps it has something to clarify the
On Thu, 17 Dec 2015 02:06:33 +0300
Gleb Smirnoff wrote:
> Ivan,
>
> can you please test this patch?
>
>
Not helps.
Dec 17 01:28:46 nonamehost kernel: Fatal trap 12: page fault while in kernel
mode
Dec 17 01:28:46 nonamehost kernel: cpuid = 1; apic id = 01
Dec 17 01:28:46 nonamehost kern
Author: cem
Date: Wed Dec 16 23:23:12 2015
New Revision: 292383
URL: https://svnweb.freebsd.org/changeset/base/292383
Log:
vm_page.h: page busy macro fixups
Minor changes to:
- delete extraneous trailing semicolons from macro definitions, and
- correct spelling of "busying" in panic
Ivan,
can you please test this patch?
--
Totus tuus, Glebius.
Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
===
--- sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c (revision 292382)
+++ sys/cddl/c
Ivan,
can you please show?
kgdb> list *zfs_freebsd_getpages+0x96
--
Totus tuus, Glebius.
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@
On Wed, 16 Dec 2015 21:30:45 + (UTC)
Gleb Smirnoff wrote:
> Author: glebius
> Date: Wed Dec 16 21:30:45 2015
> New Revision: 292373
> URL: https://svnweb.freebsd.org/changeset/base/292373
>
> Log:
> A change to KPI of vm_pager_get_pages() and underlying
> VOP_GETPAGES().
> o With new KP
Author: smh
Date: Wed Dec 16 22:26:28 2015
New Revision: 292379
URL: https://svnweb.freebsd.org/changeset/base/292379
Log:
Fix issues introduced by r292275
* Fix panic for etherswitches which don't have a LLADDR.
* Disabled DELAY in unsolicited NDA, which needs further work.
* Fixed mis
Author: glebius
Date: Wed Dec 16 21:30:45 2015
New Revision: 292373
URL: https://svnweb.freebsd.org/changeset/base/292373
Log:
A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().
o With new KPI consumers can request contiguous ranges of pages, and
unlike before, all p
Author: ian
Date: Wed Dec 16 20:54:28 2015
New Revision: 292366
URL: https://svnweb.freebsd.org/changeset/base/292366
Log:
Flag the first port on a Sheevaplug ftdi serial device as jtag.
Modified:
head/sys/dev/usb/serial/uftdi.c
Modified: head/sys/dev/usb/serial/uftdi.c
=
Author: jilles
Date: Wed Dec 16 20:33:47 2015
New Revision: 292360
URL: https://svnweb.freebsd.org/changeset/base/292360
Log:
sh: Fix use-after-free when attempting to modify a read-only variable.
Reported by: bapt
MFC after:1 week
Modified:
head/bin/sh/var.c
Modified: head/bin/s
> On 16 Dec 2015, at 13:09, Steven Hartland wrote:
>
> I've attached a patch which should fix if you could test that would be great,
> but I'd still like to understand if there is something wrong elsewhere before
> I do.
The board boots & works with this patch.
Thanks,
Kristof
__
Author: emaste
Date: Wed Dec 16 19:48:03 2015
New Revision: 292355
URL: https://svnweb.freebsd.org/changeset/base/292355
Log:
Remove lldb(1) files if WITHOUT_LLDB is set
Sponsored by: The FreeBSD Foundation
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/bui
On Wed, Dec 16, 2015 at 07:06:31AM -0800, John Baldwin wrote:
> On Wednesday, December 16, 2015 12:56:45 AM Randall Stewart wrote:
> > Author: rrs
> > Date: Wed Dec 16 00:56:45 2015
> > New Revision: 292309
> > URL: https://svnweb.freebsd.org/changeset/base/292309
> >
> > Log:
> > First cut of t
Author: emaste
Date: Wed Dec 16 19:23:10 2015
New Revision: 292350
URL: https://svnweb.freebsd.org/changeset/base/292350
Log:
Enable LLDB by default on amd64 and arm64
LLDB is usable for userland core file and live debugging on amd64, and
for userland core file debugging on arm64. In gene
Author: bapt
Date: Wed Dec 16 17:45:03 2015
New Revision: 292345
URL: https://svnweb.freebsd.org/changeset/base/292345
Log:
Use human readable representation of ip for the pxeboot.ip kenv
While here use colon as a separator for pxeboot.hwaddr kenv
Sponsored by: Gandi.net
Modified:
head
On 16 December 2015 at 00:01, Konstantin Belousov wrote:
> On Wed, Dec 16, 2015 at 12:13:16AM +, Adrian Chadd wrote:
>> Author: adrian
>> Date: Wed Dec 16 00:13:16 2015
>> New Revision: 292299
>> URL: https://svnweb.freebsd.org/changeset/base/292299
>>
>> Log:
>> Don't call wakeup if we're j
> On Dec 16, 2015, at 08:15, John Baldwin wrote:
>
>> On Wednesday, December 16, 2015 10:58:47 AM Jonathan T. Looney wrote:
>>> On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote:
>>> Ahh I think I see this is a difference between our friend
>>> clang and gcc.. since I bet ppc uses gcc not cla
hi,
yeah, switchports at the moment are pure L2 interfaces, they don't
have addressing. This may eventually change if etherswitch grows slave
switch port support.
But I didn't think it was creating ifnet interfaces, only miibusses
and mii's for link status.
-a
On 16 December 2015 at 04:09, St
right, it's:
arswitch.c: err = mii_attach(sc->sc_dev, &sc->miibus[phy],
sc->ifp[phy],
arswitch.c: device_get_nameunit(sc->miibus[phy]),
-a
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo
48:59 2015(r292343)
+++ head/UPDATING Wed Dec 16 17:13:09 2015(r292344)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
Author: emaste
Date: Wed Dec 16 16:19:18 2015
New Revision: 292338
URL: https://svnweb.freebsd.org/changeset/base/292338
Log:
UEFI: combine GetMemoryMap and ExitBootServices and retry on error
The EFI memory map may change before or during the first
ExitBootServices call. In that case Exi
On Wednesday, December 16, 2015 12:56:45 AM Randall Stewart wrote:
> Author: rrs
> Date: Wed Dec 16 00:56:45 2015
> New Revision: 292309
> URL: https://svnweb.freebsd.org/changeset/base/292309
>
> Log:
> First cut of the modularization of our TCP stack. Still
> to do is to clean up the timer h
On Wednesday, December 16, 2015 10:58:47 AM Jonathan T. Looney wrote:
> On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote:
> > Ahh I think I see this is a difference between our friend
> > clang and gcc.. since I bet ppc uses gcc not clang :-o
>
> This sort of thing seems to happen often enough
On Dec 16, 2015, at 10:08 AM, Randall Stewart wrote:
> Ahh I think I see this is a difference between our friend
> clang and gcc.. since I bet ppc uses gcc not clang :-o
This sort of thing seems to happen often enough that it would be nice if
there was an option to automatically build two kernels
Author: ian
Date: Wed Dec 16 15:26:31 2015
New Revision: 292337
URL: https://svnweb.freebsd.org/changeset/base/292337
Log:
Build mount_smbfs for arm. Also sort the subdirs.
Modified:
head/usr.sbin/Makefile.arm
Modified: head/usr.sbin/Makefile.arm
r292336 should take care of that let me know if it does not..
I am getting on a plane to head back from CA. to S.C. shortly but I will be
online
for a couple more hours :-)
R
On Dec 16, 2015, at 6:00 AM, Ed Maste wrote:
> On 16 December 2015 at 00:56, Randall Stewart wrote:
>> Author: rrs
>>
Author: rrs
Date: Wed Dec 16 15:16:44 2015
New Revision: 292336
URL: https://svnweb.freebsd.org/changeset/base/292336
Log:
Remove redundant extern's that make the ppc compile fail.
Thanks Ed Maste for the heads up.
Modified:
head/sys/netinet/tcp_stacks/fastpath.c
Modified: head/sys/netinet
Ahh I think I see this is a difference between our friend
clang and gcc.. since I bet ppc uses gcc not clang :-o
I will have something for you in a sec.. sorry about that Ed
R
This is the difference between
On Dec 16, 2015, at 6:00 AM, Ed Maste wrote:
> On 16 December 2015 at 00:56, Randall S
On 16/12/2015 09:02, Alexander V. Chernikov wrote:
15.12.2015, 19:02, "Steven Hartland" :
Author: smh
Date: Tue Dec 15 16:02:11 2015
New Revision: 292275
URL: https://svnweb.freebsd.org/changeset/base/292275
Log:
Fix lagg failover due to missing notifications
When using lagg failover mod
On 16 December 2015 at 00:56, Randall Stewart wrote:
> Author: rrs
> Date: Wed Dec 16 00:56:45 2015
> New Revision: 292309
> URL: https://svnweb.freebsd.org/changeset/base/292309
>
> Log:
> First cut of the modularization of our TCP stack. Still
> to do is to clean up the timer handling using
Author: ngie
Date: Wed Dec 16 05:11:57 2015
New Revision: 292317
URL: https://svnweb.freebsd.org/changeset/base/292317
Log:
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite as
lib/libc/tests/resolv
Convert the testcases to ATF
MFC after: 1 week
Sponsored by: E
Author: ngie
Date: Wed Dec 16 05:44:53 2015
New Revision: 292319
URL: https://svnweb.freebsd.org/changeset/base/292319
Log:
Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros for
testing for kernel features via the feature_present(3) libcall
The semantics are similar to the other ma
Author: ngie
Date: Wed Dec 16 04:59:30 2015
New Revision: 292316
URL: https://svnweb.freebsd.org/changeset/base/292316
Log:
Remove hosts that don't resolve properly with the nss and resolv tests
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regressi
Author: ngie
Date: Wed Dec 16 08:09:03 2015
New Revision: 292323
URL: https://svnweb.freebsd.org/changeset/base/292323
Log:
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as
lib/libc/tests/nss
- Convert the testcases to ATF
- Do some style(9) cleanups:
-- Sort hea
Author: ngie
Date: Wed Dec 16 05:19:07 2015
New Revision: 292318
URL: https://svnweb.freebsd.org/changeset/base/292318
Log:
Add Makefile accidentally missed in r292317
MFC after: 1 week
X-MFC with: r292317
Sponsored by: EMC / Isilon Storage Division
Added:
head/lib/libc/tests/resolv/
Author: ngie
Date: Wed Dec 16 08:53:24 2015
New Revision: 292327
URL: https://svnweb.freebsd.org/changeset/base/292327
Log:
Use fabsl instead of fabs to mute -Wabsolute-value warnings from clang
because `nums[]` is an array of long doubles
MFC after: 1 week
Sponsored by: EMC / Isilon St
Author: kib
Date: Wed Dec 16 08:39:51 2015
New Revision: 292325
URL: https://svnweb.freebsd.org/changeset/base/292325
Log:
Simplify the loop step in the flushbuflist() and make it independed on
the type stability of the buffers memory. Instead of memoizing
pointer to the next buffer and val
Author: kib
Date: Wed Dec 16 08:48:37 2015
New Revision: 292326
URL: https://svnweb.freebsd.org/changeset/base/292326
Log:
Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up a
buffer for each block number in the range with gbincore(), look up the
next instantiated buffer wit
Author: des
Date: Wed Dec 16 09:17:07 2015
New Revision: 292330
URL: https://svnweb.freebsd.org/changeset/base/292330
Log:
Reset bufpos to 0 immediately after refilling the buffer. Otherwise, we
risk leaving the connection in an indeterminate state if the server fails
to send a chunk delimi
Author: melifaro
Date: Wed Dec 16 09:18:20 2015
New Revision: 292331
URL: https://svnweb.freebsd.org/changeset/base/292331
Log:
Convert if_stf(4) to new routing api.
Modified:
head/sys/net/if_stf.c
Modified: head/sys/net/if_stf.c
==
Author: ngie
Date: Wed Dec 16 09:11:11 2015
New Revision: 292328
URL: https://svnweb.freebsd.org/changeset/base/292328
Log:
Integrate a number of testcases from tools/regression/lib/msun
into the FreeBSD test suite
There's no functional change with these testcases; they're purposely
bei
Author: melifaro
Date: Wed Dec 16 09:16:06 2015
New Revision: 292329
URL: https://svnweb.freebsd.org/changeset/base/292329
Log:
Fix ARP reply handling changed in r286955.
If source of ARP request didn't pass the routing check
(e.g. not in directly connected network), be polite and
still
Author: ngie
Date: Wed Dec 16 08:25:12 2015
New Revision: 292324
URL: https://svnweb.freebsd.org/changeset/base/292324
Log:
Iterate down lib/libc/tests/nss...
MFC after: 1 week
X-MFC with: r292323
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/tests/Makefile
Mod
Author: des
Date: Wed Dec 16 09:20:45 2015
New Revision: 292332
URL: https://svnweb.freebsd.org/changeset/base/292332
Log:
As a followup to r292330, standardize on size_t and add a few comments.
Modified:
head/lib/libfetch/http.c
Modified: head/lib/libfetch/http.c
===
On 15/12/2015 22:58, Kristof Provost wrote:
On 15 Dec 2015, at 23:15, Kristof Provost wrote:
Based on the arp_announce() in the backtrace this commit looks like a possible
cause.
I see this in arp_announce():
KP: arp_announce() ifp->if_addr = 0
So that explains why we panic in 'lladdr = IF_LL
Author: melifaro
Date: Wed Dec 16 10:14:16 2015
New Revision: 292333
URL: https://svnweb.freebsd.org/changeset/base/292333
Log:
Provide additional lle data in IPv6 lltable dump used by ndp(8).
Before the change, things like lle state were queried via
SIOCGNBRINFO_IN6 by ndp(8) for _each
Author: skra
Date: Wed Dec 16 10:55:19 2015
New Revision: 292334
URL: https://svnweb.freebsd.org/changeset/base/292334
Log:
Adopt assert from amd64 in pmap_remove_pages().
Suggested by: kib
Approved by: kib (mentor)
Modified:
head/sys/arm/arm/pmap-v6-new.c
Modified: head/sys/arm/arm/
On Wed, Dec 16, 2015 at 12:13:16AM +, Adrian Chadd wrote:
> Author: adrian
> Date: Wed Dec 16 00:13:16 2015
> New Revision: 292299
> URL: https://svnweb.freebsd.org/changeset/base/292299
>
> Log:
> Don't call wakeup if we're just returning reserved space; just
> return the reservation and
15.12.2015, 19:02, "Steven Hartland" :
> Author: smh
> Date: Tue Dec 15 16:02:11 2015
> New Revision: 292275
> URL: https://svnweb.freebsd.org/changeset/base/292275
>
> Log:
> Fix lagg failover due to missing notifications
>
> When using lagg failover mode neither Gratuitous ARP (IPv4) or Unsol
> On 16 Dec 2015, at 00:08, Adrian Chadd wrote:
>
> oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it
> asap.
>
No worries, it happens:
https://github.com/freebsd/freebsd-wifi-build/issues/68
This fixed the problem for me:
diff --git a/build/bin/build_mfsroot b/build/b
60 matches
Mail list logo