svn commit: r331997 - stable/10/sys/dev/usb/input

2018-04-04 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 4 08:45:41 2018 New Revision: 331997 URL: https://svnweb.freebsd.org/changeset/base/331997 Log: MFC r331642: Add support for right and middle click with integrated button to WSP USB trackpad driver. Submitted by: James Wright PR: 226961 Spo

svn commit: r332023 - stable/10/sys/fs/fuse

2018-04-04 Thread Ed Maste
Author: emaste Date: Wed Apr 4 13:16:00 2018 New Revision: 332023 URL: https://svnweb.freebsd.org/changeset/base/332023 Log: MFC r330354 (eadler): sys/fuse: fix off by one error Reported by: Ilja Van Sprundel Submitted by: Domagoj Stolfa Modified: stable/10/sys/fs/fuse/fuse_interna

svn commit: r332032 - stable/10/sys/compat/linux

2018-04-04 Thread Ed Maste
Author: emaste Date: Wed Apr 4 14:12:07 2018 New Revision: 332032 URL: https://svnweb.freebsd.org/changeset/base/332032 Log: MFC r330356 (eadler): sys/linux: Fix a few potential infoleaks in Linux IPC admbugs: 765, 812, 813, 814 Submitted by: Domagoj Stolfa Reported by: Ilja Van

svn commit: r332036 - stable/10/sys/compat/linux

2018-04-04 Thread Ed Maste
Author: emaste Date: Wed Apr 4 16:28:30 2018 New Revision: 332036 URL: https://svnweb.freebsd.org/changeset/base/332036 Log: Fix build: use correct variable name on stable/10 r332032 merged r330356 from HEAD but did not account for a renamed variable (of a different type) between stable/

Re: svn commit: r332032 - stable/10/sys/compat/linux

2018-04-04 Thread Ed Maste
On 4 April 2018 at 10:12, Ed Maste wrote: > Author: emaste > Date: Wed Apr 4 14:12:07 2018 > New Revision: 332032 > URL: https://svnweb.freebsd.org/changeset/base/332032 > > Log: > MFC r330356 (eadler): sys/linux: Fix a few potential infoleaks in Linux IPC stable/10 is still broken because of

svn commit: r332039 - stable/10/sys/compat/linux

2018-04-04 Thread Ed Maste
Author: emaste Date: Wed Apr 4 17:45:05 2018 New Revision: 332039 URL: https://svnweb.freebsd.org/changeset/base/332039 Log: Fix build: correct variable names on stable/10 r332032 merged r330356 from HEAD but did not account for a renamed variable (of a different type) between stable/10

svn commit: r332053 - stable/10/sys/dev/qlxgbe

2018-04-04 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 4 23:58:35 2018 New Revision: 332053 URL: https://svnweb.freebsd.org/changeset/base/332053 Log: MFC r331739 1. Add additional debug prints. 2. Break transmit when IFF_DRV_RUNNING is OFF. 3. set desc_count=0 for default case in switch in ql_rcv_isr() Modified