svn commit: r293820 - in stable/10/sys/dev/hyperv: include vmbus

2016-01-13 Thread Xin LI
Author: delphij Date: Wed Jan 13 08:22:53 2016 New Revision: 293820 URL: https://svnweb.freebsd.org/changeset/base/293820 Log: MFC r292861: hyperv: vmbus: run non-blocking message handlers in vmbus_msg_swintr() We'll remove the per-channel control_work_queue because it can't properly

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Slawa Olhovchenkov
On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > Author: allanjude > Date: Tue Jan 12 16:38:09 2016 > New Revision: 293776 > URL: https://svnweb.freebsd.org/changeset/base/293776 > > Log: > MFC: r284589 > Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Allan Jude
On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > >> Author: allanjude >> Date: Tue Jan 12 16:38:09 2016 >> New Revision: 293776 >> URL: https://svnweb.freebsd.org/changeset/base/293776 >> >> Log: >> MFC: r284589 >> Add the ability

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Warner Losh
> On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: >> On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: >> >>> Author: allanjude >>> Date: Tue Jan 12 16:38:09 2016 >>> New Revision: 293776 >>> URL: https://svnweb.freebsd.org/changeset/b

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Matthew Ahrens
On Wed, Jan 13, 2016 at 8:32 AM, Warner Losh wrote: > > > On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > >> On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > >> > >>> Author: allanjude > >>> Date: Tue Jan 12 16:38:09 2016 > >>>

Re: svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-13 Thread Slawa Olhovchenkov
On Wed, Jan 13, 2016 at 08:35:14AM -0800, Matthew Ahrens wrote: > On Wed, Jan 13, 2016 at 8:32 AM, Warner Losh wrote: > > > > > > On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > > > > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > > >> On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude

svn commit: r293853 - in stable/10/sys: kern sparc64/include sparc64/sparc64

2016-01-13 Thread Marius Strobl
Author: marius Date: Wed Jan 13 21:38:52 2016 New Revision: 293853 URL: https://svnweb.freebsd.org/changeset/base/293853 Log: MFC: r292943, r292960 - (Ab)use udivx for dividing the u_int pc_cpuid when implementing CPU_ISSET(), CPU_SET() etc. in sparc64 asm. This approach has the ben

svn commit: r293857 - stable/10/sys/dev/drm2/i915

2016-01-13 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Wed Jan 13 21:56:48 2016 New Revision: 293857 URL: https://svnweb.freebsd.org/changeset/base/293857 Log: drm/i915: Remove "Attempting to unbind pinned buffer" message This error message is removed in later versions of Linux and currently, it spams users. PR:

svn commit: r293859 - stable/10/release

2016-01-13 Thread Glen Barber
Author: gjb Date: Thu Jan 14 00:26:31 2016 New Revision: 293859 URL: https://svnweb.freebsd.org/changeset/base/293859 Log: MFC 293452: Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. PR: 205998 Sponsored by:

svn commit: r293865 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
Author: allanjude Date: Thu Jan 14 01:42:09 2016 New Revision: 293865 URL: https://svnweb.freebsd.org/changeset/base/293865 Log: MFC: r287473 Add the new sesutil(8) utility for managing SCSI Enclosure Services (SES) device. MFC: r287493 Fix iteration bug MFC: r287485, r287494,

svn commit: r293866 - stable/10/sys/fs/ext2fs

2016-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 14 01:50:06 2016 New Revision: 293866 URL: https://svnweb.freebsd.org/changeset/base/293866 Log: MFC r293683: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch by:

svn commit: r293876 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
Author: allanjude Date: Thu Jan 14 04:25:29 2016 New Revision: 293876 URL: https://svnweb.freebsd.org/changeset/base/293876 Log: Convert usr.sbin/sesutil to LPADD/DPADD for stable/10 Direct commit to stable/10 Pointy Hat To: allanjude Modified: stable/10/usr.sbin/sesutil/Makefile M