Re: svn commit: r347984 - in head/sys: amd64/vmm/io arm/allwinner arm/allwinner/a10 arm/allwinner/clkng arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/mv arm/mv/armada arm/nvidia arm/nvidia/tegra1

2019-05-19 Thread Antoine Brodin
On Mon, May 20, 2019 at 2:38 AM Conrad Meyer wrote: > Author: cem > Date: Mon May 20 00:38:23 2019 > New Revision: 347984 > URL: https://svnweb.freebsd.org/changeset/base/347984 > > Log: > Extract eventfilter declarations to sys/_eventfilter.h > > This allows replacing "sys/eventfilter.h" incl

Re: svn commit: r347980 - head/lib/libsecureboot/openpgp

2019-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: sjg > Date: Sun May 19 20:24:17 2019 > New Revision: 347980 > URL: https://svnweb.freebsd.org/changeset/base/347980 > > Log: > load_key_buf do not free data from dearmor > > The data returned by dearmor is referenced by the key > leav

Re: svn commit: r347982 - head/sys/net

2019-05-19 Thread Rodney W. Grimes
> Author: melifaro > Date: Sun May 19 21:49:56 2019 > New Revision: 347982 > URL: https://svnweb.freebsd.org/changeset/base/347982 > > Log: > Fix rt_ifa selection during loopback route insertion process. > Currently such routes are added with a link-level IFA, which is > plain wrong. Onl

svn commit: r347986 - head/release/powerpc

2019-05-19 Thread Justin Hibbits
Author: jhibbits Date: Mon May 20 03:35:14 2019 New Revision: 347986 URL: https://svnweb.freebsd.org/changeset/base/347986 Log: Update loader size on powerpc isos Summary: loader has grown to the point it's overflowing the existing 307200 bytes allocated to it in the HFS boot partition

svn commit: r347985 - head/sys/dev/ksyms

2019-05-19 Thread Justin Hibbits
Author: jhibbits Date: Mon May 20 02:41:09 2019 New Revision: 347985 URL: https://svnweb.freebsd.org/changeset/base/347985 Log: ksyms: Fixup symbols for powerpc in the kernel, not just modules Summary: PowerPC kernels are fully position independent, just like kernel modules. The same fi

svn commit: r347984 - in head/sys: amd64/vmm/io arm/allwinner arm/allwinner/a10 arm/allwinner/clkng arm/arm arm/broadcom/bcm2835 arm/freescale/imx arm/mv arm/mv/armada arm/nvidia arm/nvidia/tegra12...

2019-05-19 Thread Conrad Meyer
Author: cem Date: Mon May 20 00:38:23 2019 New Revision: 347984 URL: https://svnweb.freebsd.org/changeset/base/347984 Log: Extract eventfilter declarations to sys/_eventfilter.h This allows replacing "sys/eventfilter.h" includes with "sys/_eventfilter.h" in other header files (e.g., sys/{

svn commit: r347982 - head/sys/net

2019-05-19 Thread Alexander V. Chernikov
Author: melifaro Date: Sun May 19 21:49:56 2019 New Revision: 347982 URL: https://svnweb.freebsd.org/changeset/base/347982 Log: Fix rt_ifa selection during loopback route insertion process. Currently such routes are added with a link-level IFA, which is plain wrong. Only after the insert

Re: svn commit: r347979 - in head: lib/libomp tools/build/mk

2019-05-19 Thread Dimitry Andric
On 19 May 2019, at 23:17, Enji Cooper wrote: > >> On May 19, 2019, at 13:13, Dimitry Andric wrote: >> >> Author: dim >> Date: Sun May 19 20:13:55 2019 >> New Revision: 347979 >> URL: https://svnweb.freebsd.org/changeset/base/347979 >> >> Log: >> To avoid unnecessarily modifying ports, add a -l

Re: svn commit: r347979 - in head: lib/libomp tools/build/mk

2019-05-19 Thread Enji Cooper
> On May 19, 2019, at 13:13, Dimitry Andric wrote: > > Author: dim > Date: Sun May 19 20:13:55 2019 > New Revision: 347979 > URL: https://svnweb.freebsd.org/changeset/base/347979 > > Log: > To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCC > does not ship a -lomp symlink

Re: svn commit: r347968 - head/sys/kern

2019-05-19 Thread Yoshihiro Ota
Hi Konstantin, I coundn't remount ro->rw a few days ago. This change isn't related, then. I will check/tesst it again later, then. Thanks, Hiro On Sun, 19 May 2019 20:51:04 +0300 Konstantin Belousov wrote: > On Sun, May 19, 2019 at 11:52:28AM -0400, Yoshihiro Ota wrote: > > Hi, > > > > Does t

Re: svn commit: r347695 - in head/sys: amd64/amd64 amd64/include kern

2019-05-19 Thread Niclas Zeising
oot@mordor:~ so, I'll ping freebsd-x11 Hi! drm-current-kmod was updated to the 20190519 snapshot, can you try that? If it still fails, please send a message to x...@freebsd.org . Thanks! Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mai

svn commit: r347981 - in head/lib/libsecureboot: . h tests

2019-05-19 Thread Simon J. Gerraty
Author: sjg Date: Sun May 19 20:28:49 2019 New Revision: 347981 URL: https://svnweb.freebsd.org/changeset/base/347981 Log: libsecureboot: allow control of when pseudo pcr is updated During boot we only want to measure things which *must* be verified - this should provide more deterministi

svn commit: r347980 - head/lib/libsecureboot/openpgp

2019-05-19 Thread Simon J. Gerraty
Author: sjg Date: Sun May 19 20:24:17 2019 New Revision: 347980 URL: https://svnweb.freebsd.org/changeset/base/347980 Log: load_key_buf do not free data from dearmor The data returned by dearmor is referenced by the key leave it alone! Reviewed by: stevek MFC after:2 days Mod

svn commit: r347979 - in head: lib/libomp tools/build/mk

2019-05-19 Thread Dimitry Andric
Author: dim Date: Sun May 19 20:13:55 2019 New Revision: 347979 URL: https://svnweb.freebsd.org/changeset/base/347979 Log: To avoid unnecessarily modifying ports, add a -lgomp symlink, since GCC does not ship a -lomp symlink. Also update OptionalObsoleteFiles for this, and add 32-bit varian

svn commit: r347978 - head/tools/build/mk

2019-05-19 Thread Dimitry Andric
Author: dim Date: Sun May 19 19:42:35 2019 New Revision: 347978 URL: https://svnweb.freebsd.org/changeset/base/347978 Log: Fix OptionalObsoleteFiles copy/paste mistake from r345236, which connected libomp to the build. The comparison should not have been against ${MK_OPENSSH}, but against $

svn commit: r347976 - head/sys/netinet

2019-05-19 Thread Michael Tuexen
Author: tuexen Date: Sun May 19 17:53:36 2019 New Revision: 347976 URL: https://svnweb.freebsd.org/changeset/base/347976 Log: Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. This issue was found by running syzkaller. MFC after:3 days Modified: head/sy

Re: svn commit: r347968 - head/sys/kern

2019-05-19 Thread Konstantin Belousov
On Sun, May 19, 2019 at 11:52:28AM -0400, Yoshihiro Ota wrote: > Hi, > > Does this change fix 'mount -u -rw /path' to remount read-only device with > write mode? > I moticed an issue a couple of days ago but didn't have time to conform nor > report. I do not understand your description. If you

svn commit: r347975 - head/sys/netinet

2019-05-19 Thread Michael Tuexen
Author: tuexen Date: Sun May 19 17:28:00 2019 New Revision: 347975 URL: https://svnweb.freebsd.org/changeset/base/347975 Log: Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. Some issues where found by running syzkaller. MF

Re: svn commit: r347533 - in head/sys: compat/linux modules/linux_common

2019-05-19 Thread Tijl Coosemans
On Mon, 13 May 2019 17:48:16 + (UTC) Dmitry Chagin wrote: > Author: dchagin > Date: Mon May 13 17:48:16 2019 > New Revision: 347533 > URL: https://svnweb.freebsd.org/changeset/base/347533 > > Log: > Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functions > alter the userspace so

svn commit: r347974 - in head/sys: conf dev/usb dev/usb/net modules/usb/usb

2019-05-19 Thread Ian Lepore
Author: ian Date: Sun May 19 16:56:59 2019 New Revision: 347974 URL: https://svnweb.freebsd.org/changeset/base/347974 Log: Add common support functions for USB devices configured via FDT data. FDT data is sometimes used to configure usb devices which are hardwired into an embedded system.

Re: svn commit: r347968 - head/sys/kern

2019-05-19 Thread Yoshihiro Ota
Hi, Does this change fix 'mount -u -rw /path' to remount read-only device with write mode? I moticed an issue a couple of days ago but didn't have time to conform nor report. Thanks, Hiro On Sun, 19 May 2019 09:18:10 + (UTC) Konstantin Belousov wrote: > Author: kib > Date: Sun May 19 09:

svn commit: r347973 - in head/sys: compat/lindebugfs modules modules/lindebugfs

2019-05-19 Thread Johannes Lundberg
Author: johalun Date: Sun May 19 15:44:21 2019 New Revision: 347973 URL: https://svnweb.freebsd.org/changeset/base/347973 Log: LinuxKPI: Finalize move of lindebugfs from ports to base. The source file was moved to base earlier and also improved upon, but never compiled in. This patch will

svn commit: r347972 - head/sys/x86/x86

2019-05-19 Thread Stephen J. Kiernan
Author: stevek Date: Sun May 19 15:07:14 2019 New Revision: 347972 URL: https://svnweb.freebsd.org/changeset/base/347972 Log: Add missing setting of hv_base to the leaf that we used. Correct setting hv_high to use regs[0], not leaf. Modified: head/sys/x86/x86/identcpu.c Modified: head/sys/

svn commit: r347971 - in head/sys: amd64/linux compat/linux

2019-05-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sun May 19 12:58:44 2019 New Revision: 347971 URL: https://svnweb.freebsd.org/changeset/base/347971 Log: Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work. Reviewed by: dchagin MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential

svn commit: r347969 - head/sys/compat/linux

2019-05-19 Thread Dmitry Chagin
Author: dchagin Date: Sun May 19 09:23:20 2019 New Revision: 347969 URL: https://svnweb.freebsd.org/changeset/base/347969 Log: Linux send() call returns EAGAIN instead of ENOTCONN in case when the socket is non-blocking and connect() is not finished yet. Initial patch developed by Steven

svn commit: r347968 - head/sys/kern

2019-05-19 Thread Konstantin Belousov
Author: kib Date: Sun May 19 09:18:09 2019 New Revision: 347968 URL: https://svnweb.freebsd.org/changeset/base/347968 Log: Fix rw->ro remount when there is a text vnode mapping. Reported and tested by: hrs Sponsored by: The FreeBSD Foundation MFC after:16 days Modified: hea

Re: svn commit: r347695 - in head/sys: amd64/amd64 amd64/include kern

2019-05-19 Thread Dmitry Chagin
сб, 18 мая 2019 г. в 11:44, Konstantin Belousov : > On Sat, May 18, 2019 at 11:35:29AM +0300, Dmitry Chagin wrote: > > чт, 16 мая 2019 г. в 16:29, Konstantin Belousov : > > > > > Author: kib > > > Date: Thu May 16 13:28:48 2019 > > > New Revision: 347695 > > > URL: https://svnweb.freebsd.org/chang