Re: svn commit: r287836 - head/sys/conf

2015-09-15 Thread Andrew Turner
On 16 September 2015 01:44:19 CEST, Ed Maste wrote: >Author: emaste >Date: Tue Sep 15 23:44:19 2015 >New Revision: 287836 >URL: https://svnweb.freebsd.org/changeset/base/287836 > >Log: > arm64: add kbd.c to the build for ukbd to fix the build > > Pointy hat to: emaste > >Modified: > hea

Re: svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-15 Thread Allan Jude
On 2015-09-16 02:12, Nathan Whitehorn wrote: > Can we please fix this elsewhere? Like in gpart? As it is, this > mechanism is super-fragile: it applies only for one of the two ways of > configuring ZFS systems, and that only when running an interactive > install. It's somewhat alleviated by the fac

svn commit: r287851 - in head/sys: net netinet

2015-09-15 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Sep 16 06:23:15 2015 New Revision: 287851 URL: https://svnweb.freebsd.org/changeset/base/287851 Log: Unify loopback route switching: * prepare gateway before insertion * use RTM_CHANGE instead of explicit find/change route * Remove fib argument from ifa_switch_lo

Re: svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-15 Thread Nathan Whitehorn
Can we please fix this elsewhere? Like in gpart? As it is, this mechanism is super-fragile: it applies only for one of the two ways of configuring ZFS systems, and that only when running an interactive install. It's somewhat alleviated by the fact that the other cases can set up UEFI boot, but

svn commit: r287850 - in stable/10/sys: geom geom/multipath vm

2015-09-15 Thread Warner Losh
Author: imp Date: Wed Sep 16 04:38:07 2015 New Revision: 287850 URL: https://svnweb.freebsd.org/changeset/base/287850 Log: MFC 281310, 287567: r287567 | imp | 2015-09-08 11:47:56 -0600 (Tue, 08 Sep 2015) | 16 lines Mark the swap pager as direct dispatch compatible. r281310 | mav |

svn commit: r287849 - stable/10/sys/kern

2015-09-15 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 04:35:23 2015 New Revision: 287849 URL: https://svnweb.freebsd.org/changeset/base/287849 Log: MFC r287366: Use SLIST_FOREACH_SAFE() to fix iteration. Modified: stable/10/sys/kern/kern_event.c Directory Properties: stable/10/ (props changed) Modified: stable

svn commit: r287848 - head/include

2015-09-15 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 04:27:12 2015 New Revision: 287848 URL: https://svnweb.freebsd.org/changeset/base/287848 Log: Similar to r287844, create 'symlinks' cookie in proper place with -j and META_MODE. Sponsored by: EMC / Isilon Storage Division Modified: head/include/Makefile

svn commit: r287847 - stable/10/sys/kern

2015-09-15 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 04:23:08 2015 New Revision: 287847 URL: https://svnweb.freebsd.org/changeset/base/287847 Log: MFC r287599: Correct handling of open("name", O_DIRECTORY | O_CREAT). PR: 202892 Modified: stable/10/sys/kern/vfs_vnops.c Directory Properties: stable/10/ (p

svn commit: r287846 - stable/10/sys/vm

2015-09-15 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 04:20:39 2015 New Revision: 287846 URL: https://svnweb.freebsd.org/changeset/base/287846 Log: MFC r287591: There is no reason in the current kernel to disallow write access to the COW wired entry if the entry permissions allow it. Remove the check. Modified:

svn commit: r287845 - stable/10/sys/ufs/ffs

2015-09-15 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 04:15:46 2015 New Revision: 287845 URL: https://svnweb.freebsd.org/changeset/base/287845 Log: MFC r287361: Handle excess of D_NEWBLK in the same way as excess of D_INODEDEP and D_DIRREM, by scheduling ast to flush dependencies. For 32bit arches, reduce the t

svn commit: r287844 - head/include

2015-09-15 Thread Bryan Drewery
Author: bdrewery Date: Wed Sep 16 04:07:39 2015 New Revision: 287844 URL: https://svnweb.freebsd.org/changeset/base/287844 Log: Create 'copies' cookie in proper place in META_MODE. With -j the cookie would be created in CURDIR/sys/teken rather than OBJDIR. Sponsored by: EMC / Isilon St

svn commit: r287843 - head/usr.sbin/bsdinstall/scripts

2015-09-15 Thread Allan Jude
Author: allanjude Date: Wed Sep 16 03:32:27 2015 New Revision: 287843 URL: https://svnweb.freebsd.org/changeset/base/287843 Log: Add a number of models to the bsdinstall GPT hack blacklist PR: 194359 Approved by: bapt (mentor) MFC after:2 weeks Sponsored by: ScaleEngine

svn commit: r287842 - head/sbin/ifconfig

2015-09-15 Thread Allan Jude
Author: allanjude Date: Wed Sep 16 03:03:19 2015 New Revision: 287842 URL: https://svnweb.freebsd.org/changeset/base/287842 Log: Make ifconfig always exit with an error code if an important ioctl fails PR: 203062 Arm Twisting by: Kristof Provost Reviewed by: kp Approve

Re: svn commit: r287841 - head/sys/x86/acpica

2015-09-15 Thread Adrian Chadd
Hi, This is definitely mini-project space - we should just have a table and a lookup function to check for the quirk. -adrian ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail

Re: svn commit: r287841 - head/sys/x86/acpica

2015-09-15 Thread NGie Cooper
On Tue, Sep 15, 2015 at 7:02 PM, Bryan Drewery wrote: > On 9/15/2015 6:44 PM, Adrian Chadd wrote: >> + !strcmp(hw_vendor, "ASUSTeK Computer Inc.") && > > Style bug! kib committed the original style bug: https://svnweb.freebsd.org/base/head/sys/x86/acpica/madt.c?r1=286993&r

Re: svn commit: r287841 - head/sys/x86/acpica

2015-09-15 Thread Bryan Drewery
On 9/15/2015 6:44 PM, Adrian Chadd wrote: > + !strcmp(hw_vendor, "ASUSTeK Computer Inc.") && Style bug! -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

svn commit: r287841 - head/sys/x86/acpica

2015-09-15 Thread Adrian Chadd
Author: adrian Date: Wed Sep 16 01:44:11 2015 New Revision: 287841 URL: https://svnweb.freebsd.org/changeset/base/287841 Log: Add ASUS Sandybridge laptops to the similar x2apic disable logic that was recently added for Lenovo laptops. This is a prime candidate for conversion into a table

svn commit: r287840 - stable/9/sys/dev/msk

2015-09-15 Thread Pyun YongHyeon
Author: yongari Date: Wed Sep 16 00:45:48 2015 New Revision: 287840 URL: https://svnweb.freebsd.org/changeset/base/287840 Log: MFC r287238: Set DMA alignment constraint of status, TX and RX LEs(List Elements in Marvell terms) to 32768. 32768 looks overkill but it will ensure correct

svn commit: r287839 - stable/10/sys/dev/msk

2015-09-15 Thread Pyun YongHyeon
Author: yongari Date: Wed Sep 16 00:25:40 2015 New Revision: 287839 URL: https://svnweb.freebsd.org/changeset/base/287839 Log: MFC r287238: Set DMA alignment constraint of status, TX and RX LEs(List Elements in Marvell terms) to 32768. 32768 looks overkill but it will ensure correct

Re: svn commit: r287726 - in head/sys: conf sparc64/pci

2015-09-15 Thread John Baldwin
On Saturday, September 12, 2015 10:49:33 PM Marius Strobl wrote: > Author: marius > Date: Sat Sep 12 22:49:32 2015 > New Revision: 287726 > URL: https://svnweb.freebsd.org/changeset/base/287726 > > Log: > - Factor out the common and generic parts of the sparc64 host-PCI-bridge > drivers into

svn commit: r287838 - svnadmin/conf

2015-09-15 Thread Mark Johnston
Author: markj Date: Tue Sep 15 23:58:16 2015 New Revision: 287838 URL: https://svnweb.freebsd.org/changeset/base/287838 Log: Let cem roam free. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors == --- s

svn commit: r287837 - head/sys/ofed/drivers/infiniband/core

2015-09-15 Thread Mark Johnston
Author: markj Date: Tue Sep 15 23:56:31 2015 New Revision: 287837 URL: https://svnweb.freebsd.org/changeset/base/287837 Log: Ensure that the MAD agent's delayed taskqueue is completely stopped before proceeding. Otherwise, nothing prevents it from running after the MAD agent struct has been

svn commit: r287836 - head/sys/conf

2015-09-15 Thread Ed Maste
Author: emaste Date: Tue Sep 15 23:44:19 2015 New Revision: 287836 URL: https://svnweb.freebsd.org/changeset/base/287836 Log: arm64: add kbd.c to the build for ukbd to fix the build Pointy hat to:emaste Modified: head/sys/conf/files.arm64 Modified: head/sys/conf/files.arm64

svn commit: r287835 - in head/sys: kern sys

2015-09-15 Thread Mateusz Guzik
Author: mjg Date: Tue Sep 15 23:06:56 2015 New Revision: 287835 URL: https://svnweb.freebsd.org/changeset/base/287835 Log: sysctl: switch sysctllock to a sleepable rmlock, take 2 This restores r285125. Previous attempt was reverted due to a bug in rmlocks, which is fixed since r287833. M

svn commit: r287833 - head/sys/kern

2015-09-15 Thread John Baldwin
Author: jhb Date: Tue Sep 15 22:16:21 2015 New Revision: 287833 URL: https://svnweb.freebsd.org/changeset/base/287833 Log: Threads holding a read lock of a sleepable rm lock are not permitted to sleep. The rmlock implementation enforces this by disabling sleeping when a read lock is acquire

svn commit: r287832 - head/sys/netinet

2015-09-15 Thread Brad Davis
Author: brd (doc,ports committer) Date: Tue Sep 15 21:16:45 2015 New Revision: 287832 URL: https://svnweb.freebsd.org/changeset/base/287832 Log: Remove redundant 'man page' Reviewed by: allanjude Modified: head/sys/netinet/sctp_sysctl.h Modified: head/sys/netinet/sctp_sysctl.h

svn commit: r287831 - in head/sys: kern sys

2015-09-15 Thread Conrad E. Meyer
Author: cem Date: Tue Sep 15 20:22:30 2015 New Revision: 287831 URL: https://svnweb.freebsd.org/changeset/base/287831 Log: kevent(2): Note DOOMED vnodes with NOTE_REVOKE In poll mode, check for and wake VBAD vnodes. (Vnodes that are VBAD at registration will never be woken by the RECLAIM

svn commit: r287830 - head/sys/netinet

2015-09-15 Thread Hiren Panchasara
Author: hiren Date: Tue Sep 15 20:04:30 2015 New Revision: 287830 URL: https://svnweb.freebsd.org/changeset/base/287830 Log: Remove unnecessary tcp state transition call. Differential Revision:D3451 Reviewed by: markj MFC after:2 weeks Sponsored by:

svn commit: r287829 - head/sys/arm64/conf

2015-09-15 Thread Ed Maste
Author: emaste Date: Tue Sep 15 19:59:35 2015 New Revision: 287829 URL: https://svnweb.freebsd.org/changeset/base/287829 Log: arm64: add xhci driver and umass/ukbd to GENERIC for Cavium ThunderX Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sy

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Adrian Chadd
On 15 September 2015 at 11:34, Hans Petter Selasky wrote: > Hi Adrian, > > On 09/15/15 19:13, Adrian Chadd wrote: >> >> I know all of this. What I'm asking is different - what about the >> change(s) that broke/fixed the Xen network performance actually caused >> the change in behaviour? I know thi

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Hans Petter Selasky
Hi Adrian, On 09/15/15 19:13, Adrian Chadd wrote: I know all of this. What I'm asking is different - what about the change(s) that broke/fixed the Xen network performance actually caused the change in behaviour? I know things are sensitive to how the mbufs are broken up - I'd like to see exactly

svn commit: r287828 - in head/sys/dev/usb: . serial

2015-09-15 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Sep 15 18:21:56 2015 New Revision: 287828 URL: https://svnweb.freebsd.org/changeset/base/287828 Log: Add support for Sierra MC7355 card Submitted by: Jeremy Porter Approved by: loos Obtained from:pfSense MFC after:1 week Sponso

svn commit: r287827 - in head: sbin/geom/class/nop sys/geom/nop

2015-09-15 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 15 18:01:59 2015 New Revision: 287827 URL: https://svnweb.freebsd.org/changeset/base/287827 Log: Add a way to specify stripesize and stripeoffset to gnop(8). This makes it possible to "simulate" 4K media, to eg test alignment handling. Reviewed by: mav@ MFC

svn commit: r287826 - head/sys/netinet6

2015-09-15 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Sep 15 17:16:31 2015 New Revision: 287826 URL: https://svnweb.freebsd.org/changeset/base/287826 Log: Simplify nd6_cache_lladdr: * Move isRouter calculation code to separate nd6_is_router() function. * Make nd6_cache_lladdr() return void: its return value hasn't bee

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Adrian Chadd
On 15 September 2015 at 04:16, Hans Petter Selasky wrote: > On 09/14/15 20:35, Adrian Chadd wrote: >> >> Hi, >> >> So what's the actual behaviour of the new tso logic before and after >> the above change in tsomax? > > > Hi, > > The behaviour is the same, only the limits have changed a bit. > >> l

svn commit: r287825 - head/sys/dev/usb/controller

2015-09-15 Thread Ed Maste
Author: emaste Date: Tue Sep 15 16:08:25 2015 New Revision: 287825 URL: https://svnweb.freebsd.org/changeset/base/287825 Log: Add Cavium ThunderX xHCI controller PCI ID There is an issue with interrupts at the moment, but it works with polling mode set (hw.usb.xhci.use_polling=1). Re

svn commit: r287824 - head

2015-09-15 Thread Brad Davis
Author: brd (doc,ports committer) Date: Tue Sep 15 14:24:19 2015 New Revision: 287824 URL: https://svnweb.freebsd.org/changeset/base/287824 Log: Fix grammer in an error message PR: 202310 Submitted by: Chris Petrik Approved by: will Modified: head/Makefile.inc1 Modified:

svn commit: r287823 - head/usr.sbin/ctld

2015-09-15 Thread Alexander Motin
Author: mav Date: Tue Sep 15 13:37:48 2015 New Revision: 287823 URL: https://svnweb.freebsd.org/changeset/base/287823 Log: Add ctl-lun config option for consistency in HA setups. Modified: head/usr.sbin/ctld/ctl.conf.5 head/usr.sbin/ctld/ctld.c head/usr.sbin/ctld/kernel.c head/usr.sbin/

svn commit: r287822 - head/share/man/man9

2015-09-15 Thread Sergey Kandaurov
Author: pluknet Date: Tue Sep 15 13:24:52 2015 New Revision: 287822 URL: https://svnweb.freebsd.org/changeset/base/287822 Log: Bump .Dd. Modified: head/share/man/man9/timeout.9 Modified: head/share/man/man9/timeout.9 ===

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

2015-09-15 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 15 12:19:01 2015 New Revision: 287821 URL: https://svnweb.freebsd.org/changeset/base/287821 Log: Document NGM_PPPOE_SETMAXP. Submitted by: Dmitry Luhtionov Modified: head/share/man/man4/ng_pppoe.4 Modified: head/share/man/man4/ng_pppoe.4 ==

svn commit: r287820 - head/usr.sbin/i2c

2015-09-15 Thread Zbigniew Bodek
Author: zbb Date: Tue Sep 15 11:21:16 2015 New Revision: 287820 URL: https://svnweb.freebsd.org/changeset/base/287820 Log: Perform I2C transmission in a single burst when mode is "none" or not set Some more automated I2C controllers cannot explicitly create START/STOP/etc. conditions on t

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Hans Petter Selasky
On 09/14/15 20:35, Adrian Chadd wrote: Hi, So what's the actual behaviour of the new tso logic before and after the above change in tsomax? Hi, The behaviour is the same, only the limits have changed a bit. > like, what are the actual packet sizes being sent up to the hardware? It is not

svn commit: r287819 - head/sys/cam/scsi

2015-09-15 Thread Alexander Motin
Author: mav Date: Tue Sep 15 10:57:16 2015 New Revision: 287819 URL: https://svnweb.freebsd.org/changeset/base/287819 Log: Make CAM log errors that make it wait. Waiting can take minutes, and it would be good for user to know what is going on. MFC after:2 weeks Modified: head/

svn commit: r287818 - head/sys/cam/ctl

2015-09-15 Thread Alexander Motin
Author: mav Date: Tue Sep 15 10:42:53 2015 New Revision: 287818 URL: https://svnweb.freebsd.org/changeset/base/287818 Log: Fix completion/error status reporting. Modified: head/sys/cam/ctl/ctl_frontend_cam_sim.c Modified: head/sys/cam/ctl/ctl_frontend_cam_sim.c ==

svn commit: r287817 - vendor-sys/illumos/dist/uts/common/fs/zfs

2015-09-15 Thread Andriy Gapon
Author: avg Date: Tue Sep 15 09:59:13 2015 New Revision: 287817 URL: https://svnweb.freebsd.org/changeset/base/287817 Log: 6220 memleak in l2arc on debug build https://github.com/illumos/illumos-gate/commit/c546f36aa898d913ff77674fb5ff97f15b2e08b4 https://www.illumos.org/issues/6220

svn commit: r287816 - head/sys/cam/ctl

2015-09-15 Thread Alexander Motin
Author: mav Date: Tue Sep 15 09:36:46 2015 New Revision: 287816 URL: https://svnweb.freebsd.org/changeset/base/287816 Log: Close potential race between datamove and HA failover. Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r287815 - head/sys/netinet

2015-09-15 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Sep 15 08:50:44 2015 New Revision: 287815 URL: https://svnweb.freebsd.org/changeset/base/287815 Log: * Improve logging invalid arp messages * Remove redundant check in ip_arpinput Suggested by: glebius MFC after:2 weeks Modified: head/sys/netinet/if_eth

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Hans Petter Selasky
On 09/15/15 10:32, Roger Pau Monné wrote: El 14/09/15 a les 11.29, Hans Petter Selasky ha escrit: On 09/14/15 11:17, Roger Pau Monné wrote: El 22/09/14 a les 10.27, Hans Petter Selasky ha escrit: Hi Roger, Looking at the netfront code you should subtract 1 from tsomaxsegcount prior to r2877

svn commit: r287814 - stable/9/usr.sbin/pkg

2015-09-15 Thread Baptiste Daroussin
Author: bapt Date: Tue Sep 15 08:34:32 2015 New Revision: 287814 URL: https://svnweb.freebsd.org/changeset/base/287814 Log: Fix build with gcc Modified: stable/9/usr.sbin/pkg/pkg.c Modified: stable/9/usr.sbin/pkg/pkg.c =

Re: svn commit: r271946 - in head/sys: dev/oce dev/vmware/vmxnet3 dev/xen/netfront kern net netinet ofed/drivers/net/mlx4 sys

2015-09-15 Thread Roger Pau Monné
El 14/09/15 a les 11.29, Hans Petter Selasky ha escrit: > On 09/14/15 11:17, Roger Pau Monné wrote: >> El 22/09/14 a les 10.27, Hans Petter Selasky ha escrit: >>> Author: hselasky >>> Date: Mon Sep 22 08:27:27 2014 >>> New Revision: 271946 >>> URL: http://svnweb.freebsd.org/changeset/base/271946 >>