Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks

2018-07-19 Thread Maxim Konovalov
Hi Randall, On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote: > Author: rrs > Date: Wed Jul 18 22:49:53 2018 > New Revision: 336465 > URL: https://svnweb.freebsd.org/changeset/base/336465 > > Log: > Bump the ICMP echo limits to match the RFC > [...] Just wonder, are there any practical r

svn commit: r336469 - in head/sys: amd64/amd64 xen/interface

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 07:39:35 2018 New Revision: 336469 URL: https://svnweb.freebsd.org/changeset/base/336469 Log: xen: add PVHv2 entry point The PVHv2 entry point is fairly similar to the multiboot1 one. The kernel is started in protected mode with paging disabled. More info

svn commit: r336470 - in head/sys: dev/xen/balloon dev/xen/console dev/xen/xenstore x86/xen xen xen/xenstore

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 07:54:45 2018 New Revision: 336470 URL: https://svnweb.freebsd.org/changeset/base/336470 Log: xen: remove direct usage of HYPERVISOR_start_info HYPERVISOR_start_info is only available to PV and PVHv1 guests, HVM and PVHv2 guests get this data from HVM param

svn commit: r336471 - head/sys/dev/xen/console

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 07:58:24 2018 New Revision: 336471 URL: https://svnweb.freebsd.org/changeset/base/336471 Log: xen: do not limit PV console usage to PV guests The Xen PV console is also available to HVM and PVHv2 guests, so don't limit the console usage to PV guests only.

svn commit: r336472 - head/sys/dev/xen/pvcpu

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 08:00:52 2018 New Revision: 336472 URL: https://svnweb.freebsd.org/changeset/base/336472 Log: xen: attach the PV CPU if no CPU device is present When booted as PVHv2, there's no ACPI CPU object, so attach the PV CPU device in order to take it's place.

svn commit: r336473 - in head/sys: x86/xen xen

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 08:13:41 2018 New Revision: 336473 URL: https://svnweb.freebsd.org/changeset/base/336473 Log: xen: allow very early initialization of the hypercall page Allow the hypercall page to be initialized very early, even before vtophys is functional. Also make the

svn commit: r336474 - in head/sys: amd64/amd64 x86/xen xen

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 08:44:52 2018 New Revision: 336474 URL: https://svnweb.freebsd.org/changeset/base/336474 Log: xen: implement early init helper for PVHv2 In order to setup an initial environment and jump into the generic hammer_time initialization function. Some of the code

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Andrey V. Elsukov
On 18.07.2018 18:15, Kyle Evans wrote: > Thanks again for the update! For some reason with 2.6, I'm seeing > hourly (+/- a minute or two) disconnects: > > Jul 18 08:16:47 shiva wpa_supplicant[63771]: wlan0: > CTRL-EVENT-DISCONNECTED bssid=... reason=1 locally_generated=1 > Jul 18 08:16:47 shiva ke

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Alexey Dokuchaev
On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote: > ... > Yesterday I updated my notebook (with iwm(4)) and also noticed that > wi-fi connection periodically breaks. /etc/rc.d/wpa_supplicant restart > wlan0 helps. After your message I reinstalled wpa_supplicant from old > source an

svn commit: r336475 - head/sys/xen/interface/arch-x86/hvm

2018-07-19 Thread Roger Pau Monné
Author: royger Date: Thu Jul 19 10:14:52 2018 New Revision: 336475 URL: https://svnweb.freebsd.org/changeset/base/336475 Log: xen: add missing file from r336474 Added: head/sys/xen/interface/arch-x86/hvm/start_info.h (contents, props changed) Added: head/sys/xen/interface/arch-x86/hvm/star

svn commit: r336476 - in head/sys/arm: arm include

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 11:27:11 2018 New Revision: 336476 URL: https://svnweb.freebsd.org/changeset/base/336476 Log: arm: Implement cpu_est_clockrate for armv[67] Modified: head/sys/arm/arm/machdep.c head/sys/arm/include/pcpu.h Modified: head/sys/arm/arm/machdep.c ==

svn commit: r336477 - head/sys/kern

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 11:28:14 2018 New Revision: 336477 URL: https://svnweb.freebsd.org/changeset/base/336477 Log: kern_cpu: When adding abs frequency allow for unordered insertion Keep the list ordered as some code assume that it is but allow for unordered cf_settings sets. Mod

svn commit: r336478 - head/sys/dev/cpufreq

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 11:31:49 2018 New Revision: 336478 URL: https://svnweb.freebsd.org/changeset/base/336478 Log: cpufreq_dt: Add operating-points-v2 support Oppv2 add more flexibility on regulator value for the core voltage amongst other new thing. For now only shared opp tab

svn commit: r336479 - head/sys/dev/fdt

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 11:41:53 2018 New Revision: 336479 URL: https://svnweb.freebsd.org/changeset/base/336479 Log: fdt_pinctrl: Add some TSLOG annotations While we see the time spent in the pin controller attach via the hooks in DEVICE_ATTACH, it is useful to see the time spent c

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote: > On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote: >> ... >> Yesterday I updated my notebook (with iwm(4)) and also noticed that >> wi-fi connection periodically breaks. /etc/rc.d/wpa_supplicant restart >> wlan0 helps. Afte

Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks

2018-07-19 Thread Michael Tuexen
> On 19. Jul 2018, at 03:12, Maxim Konovalov wrote: > > Hi Randall, > > On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote: > >> Author: rrs >> Date: Wed Jul 18 22:49:53 2018 >> New Revision: 336465 >> URL: https://svnweb.freebsd.org/changeset/base/336465 >> >> Log: >> Bump the ICMP echo

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Niclas Zeising
[ sending this again since I missed the list the first time, apologies if anyone receives a duplicate ] On 07/19/18 13:57, Kyle Evans wrote: On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote: On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote: ... Yesterday I updated my

svn commit: r336480 - head/share/mk

2018-07-19 Thread Ruslan Bukin
Author: br Date: Thu Jul 19 12:56:54 2018 New Revision: 336480 URL: https://svnweb.freebsd.org/changeset/base/336480 Log: Add a GCC 7.1.0 no-error warning flag. This is required to build libdevdctl. Note this flag is not required for GCC 8.1.0. Sponsored by: DARPA, AFRL Modified:

svn commit: r336481 - head/share/misc

2018-07-19 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Jul 19 12:58:10 2018 New Revision: 336481 URL: https://svnweb.freebsd.org/changeset/base/336481 Log: Update mentor and mentee information. Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision:https://reviews.freebsd.

svn commit: r336482 - head/share/mk

2018-07-19 Thread Ruslan Bukin
Author: br Date: Thu Jul 19 13:02:29 2018 New Revision: 336482 URL: https://svnweb.freebsd.org/changeset/base/336482 Log: PROFILE, TESTS and CXX build options are no longer broken for RISC-V. Sponsored by: DARPA, AFRL Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.

svn commit: r336483 - head/bin/sh

2018-07-19 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Jul 19 13:09:29 2018 New Revision: 336483 URL: https://svnweb.freebsd.org/changeset/base/336483 Log: Describe how to prevent *.core files from being created using ulimit. While here, pet mandoc. Reviewed by: eadler (previous revision), jilles (p

Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks

2018-07-19 Thread Maxim Konovalov
On Thu, 19 Jul 2018, 08:09-0400, Michael Tuexen wrote: > > On 19. Jul 2018, at 03:12, Maxim Konovalov > > wrote: > > > > Hi Randall, > > > > On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote: > > > >> Author: rrs > >> Date: Wed Jul 18 22:49:53 2018 > >> New Revision: 336465 > >> URL: https:

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas Zeising w rites: > [ sending this again since I missed the list the first time, apologies > if anyone receives a duplicate ] > > On 07/19/18 13:57, Kyle Evans wrote: > > On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Niclas Zeising
On 07/19/18 15:20, Cy Schubert wrote: In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas Zeising w rites: [ sending this again since I missed the list the first time, apologies if anyone receives a duplicate ] On 07/19/18 13:57, Kyle Evans wrote: On Thu, Jul 19, 2018 at 4:51

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising wrote: > [ sending this again since I missed the list the first time, apologies if > anyone receives a duplicate ] > > > On 07/19/18 13:57, Kyle Evans wrote: >> >> On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev >> wrote: >>> >>> On Thu, Jul 19, 2

Re: svn commit: r336481 - head/share/misc

2018-07-19 Thread Piotr P. Stefaniak
On 2018-07-19 12:58:10, Mateusz Piotrowski wrote: Author: 0mp (ports committer) Date: Thu Jul 19 12:58:10 2018 New Revision: 336481 URL: https://svnweb.freebsd.org/changeset/base/336481 Log: Update mentor and mentee information. Reviewed by: mat (mentor) Approved by: mat (mentor) Differ

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message , Kyle Evans writes: > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising > wrote: > > [ sending this again since I missed the list the first time, apologies if > > anyone receives a duplicate ] > > > > > > On 07/19/18 13:57, Kyle Evans wrote: > >> > >> On Thu, Jul 19, 2018 at 4:51 AM, Al

Re: svn commit: r336475 - head/sys/xen/interface/arch-x86/hvm

2018-07-19 Thread Rodney W. Grimes
> Author: royger > Date: Thu Jul 19 10:14:52 2018 > New Revision: 336475 > URL: https://svnweb.freebsd.org/changeset/base/336475 > > Log: > xen: add missing file from r336474 > > Added: > head/sys/xen/interface/arch-x86/hvm/start_info.h (contents, props changed) > > Added: head/sys/xen/int

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message , Kyle Evans writes: > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising > wrote: > > [ sending this again since I missed the list the first time, apologies if > > anyone receives a duplicate ] > > > > > > On 07/19/18 13:57, Kyle Evans wrote: > >> > >> On Thu, Jul 19, 2018 at 4:51 AM, Al

svn commit: r336484 - head/lib/msun/src

2018-07-19 Thread Bruce Evans
Author: bde Date: Thu Jul 19 14:24:48 2018 New Revision: 336484 URL: https://svnweb.freebsd.org/changeset/base/336484 Log: Oops, r336412 undid the fix of the overflow threshold in r323003. Restore the previous overflow threshold and adjust comments. Modified: head/lib/msun/src/s_csqrtl.c

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Oleg V. Nauman
On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: > In message il.com> > > , Kyle Evans writes: > > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising > > > > wrote: > > > [ sending this again since I missed the list the first time, apologies > > > if > > > anyone receives a duplicate

svn commit: r336488 - head/lib/msun/src

2018-07-19 Thread Bruce Evans
Author: bde Date: Thu Jul 19 15:04:10 2018 New Revision: 336488 URL: https://svnweb.freebsd.org/changeset/base/336488 Log: Fix spurious and extra underflows and resulting inaccuracies for some cases with 1 huge component and 1 tiny (but nowhere near denormal) component. Rescale earlier so th

svn commit: r336489 - head/usr.sbin/newsyslog

2018-07-19 Thread Conrad Meyer
Author: cem Date: Thu Jul 19 16:03:20 2018 New Revision: 336489 URL: https://svnweb.freebsd.org/changeset/base/336489 Log: newsyslog.8: Remove cutesy nonsense Sponsored by: Dell EMC Isilon Modified: head/usr.sbin/newsyslog/newsyslog.8 Modified: head/usr.sbin/newsyslog/newsyslog.8 ==

Re: svn commit: r336475 - head/sys/xen/interface/arch-x86/hvm

2018-07-19 Thread Roger Pau Monné
On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote: > > Author: royger > > Date: Thu Jul 19 10:14:52 2018 > > New Revision: 336475 > > URL: https://svnweb.freebsd.org/changeset/base/336475 > > > > Log: > > xen: add missing file from r336474 > > > > Added: > > head/sys/xen/interf

svn commit: r336491 - head/sys/vm

2018-07-19 Thread Alan Cox
Author: alc Date: Thu Jul 19 17:01:10 2018 New Revision: 336491 URL: https://svnweb.freebsd.org/changeset/base/336491 Log: Revert r329254. The underlying cause for the copy-on-write problem in multithreaded programs that was addressed by r329254 was in the implementation of pmap_enter() on

svn commit: r336492 - head/contrib/netbsd-tests/lib/libc/sys

2018-07-19 Thread Andrew Turner
Author: andrew Date: Thu Jul 19 17:13:46 2018 New Revision: 336492 URL: https://svnweb.freebsd.org/changeset/base/336492 Log: Stop writing past the end of the buffer in the msgget_limit test. The value in i is already correct to write to the last item in the buf array. Obtained from:

Re: svn commit: r336482 - head/share/mk [ ci.freebsd.org's FreeBSD-head-riscv64-build fail after this change ]

2018-07-19 Thread Mark Millard via svn-src-head
> Author: br > Date: Thu Jul 19 13:02:29 2018 > New Revision: 336482 > URL: > https://svnweb.freebsd.org/changeset/base/336482 > > > Log: > PROFILE, TESTS and CXX build options are no longer broken for RISC-V. > > . . . https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/9580/consoleText (

Re: svn commit: r336482 - head/share/mk [ ci.freebsd.org's FreeBSD-head-riscv64-build fail after this change ]

2018-07-19 Thread Li-Wen Hsu
On Thu, Jul 19, 2018 at 10:38:00 -0700, Mark Millard wrote: > > Author: br > > Date: Thu Jul 19 13:02:29 2018 > > New Revision: 336482 > > URL: > > https://svnweb.freebsd.org/changeset/base/336482 > > > > > > Log: > > PROFILE, TESTS and CXX build options are no longer broken for RISC-V. > > >

svn commit: r336497 - in head/lib/msun: . ld80 man src

2018-07-19 Thread Dimitry Andric
Author: dim Date: Thu Jul 19 18:44:10 2018 New Revision: 336497 URL: https://svnweb.freebsd.org/changeset/base/336497 Log: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD This is a follow-up to r336299. * lib/msun/Makefile: . Remove polevll.c * lib/msun/ld80/e_powl.c:

svn commit: r336498 - head/sys/kern

2018-07-19 Thread Konstantin Belousov
Author: kib Date: Thu Jul 19 19:03:18 2018 New Revision: 336498 URL: https://svnweb.freebsd.org/changeset/base/336498 Log: When reporting an error, print the errno value. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/kern/imgact_elf.c Modified: head/sys/

svn commit: r336499 - head/contrib/wpa/src/ap

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:04:30 2018 New Revision: 336499 URL: https://svnweb.freebsd.org/changeset/base/336499 Log: MFV: r336485 Address: hostapd: Avoid key reinstallation in FT handshake Obtained from:https://w1.fi/security/2017-1/\ rebased-v2.6-0001-host

svn commit: r336500 - in head/lib/msun: . ld80 man src

2018-07-19 Thread Dimitry Andric
Author: dim Date: Thu Jul 19 19:07:25 2018 New Revision: 336500 URL: https://svnweb.freebsd.org/changeset/base/336500 Log: Revert r336497 for now, as it breaks on architectures using gcc, with: cc1: warnings being treated as errors /usr/src/lib/msun/src/s_cpow.c: In function 'cpow': /us

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

2018-07-19 Thread Bryan Drewery
Did this issue get resolved? On 6/8/2018 11:37 AM, Konstantin Belousov wrote: > On Fri, Jun 08, 2018 at 02:30:10PM -0400, Mark Johnston wrote: >> On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote: >>> On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote: On Thu, Jun 7,

svn commit: r336501 - head/contrib/wpa/src/rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:22:26 2018 New Revision: 336501 URL: https://svnweb.freebsd.org/changeset/base/336501 Log: MFV: r336486 Prevent reinstallation of an already in-use group key. Upline git commit cb5132bb35698cc0c743e34fe0e845dfc4c3e410. Obtained from:https://w1.f

svn commit: r336502 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 19:32:08 2018 New Revision: 336502 URL: https://svnweb.freebsd.org/changeset/base/336502 Log: MFV r336487: Import upline security patch: Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases. This git commit 87e2db16bafcbc60b8d0016175814a73c1e

svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
Author: tuexen Date: Thu Jul 19 19:33:42 2018 New Revision: 336503 URL: https://svnweb.freebsd.org/changeset/base/336503 Log: Whitespace changes due to change if ident. Modified: head/sys/netinet/sctp.h head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_asconf.h head/sys/netinet/sctp_

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

2018-07-19 Thread Justin Hibbits
To the best of my understanding, the underlying race condition within the assert has not been solved. I've worked around it for now by simply removing the assert, but that's just a workaround to keep my development going. - Justin On Thu, Jul 19, 2018 at 2:09 PM Bryan Drewery wrote: > > Did this

svn commit: r336504 - head/sys/kern

2018-07-19 Thread Mark Johnston
Author: markj Date: Thu Jul 19 19:50:42 2018 New Revision: 336504 URL: https://svnweb.freebsd.org/changeset/base/336504 Log: Provide the full module path to preload_delete_name(). The basename will never match against the preload metadata, so these calls previously had no effect. Rev

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Alexey Dokuchaev
On Thu, Jul 19, 2018 at 07:33:43PM +, Michael Tuexen wrote: > New Revision: 336503 > URL: https://svnweb.freebsd.org/changeset/base/336503 > > Log: > Whitespace changes due to change if ident. Was it reviewed? Commit log does not answer this not does it explain why these changes are good.

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Ian Lepore
On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote: > > +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018 > > (r336503) > >  static struct mbuf * > > -sctp_asconf_error_response(uint32_t id, uint16_t cause, uint8_t *error_tlv, > > +sctp_asconf_error_response(uint32_t id,

svn commit: r336505 - in head/sys: amd64/amd64 i386/i386 kern vm

2018-07-19 Thread Mark Johnston
Author: markj Date: Thu Jul 19 20:00:28 2018 New Revision: 336505 URL: https://svnweb.freebsd.org/changeset/base/336505 Log: Have preload_delete_name() free pages backing preloaded data. On i386 and amd64, add a vm_phys segment for physical memory used to store the kernel binary and other

svn commit: r336507 - head/sys/kern

2018-07-19 Thread Mark Johnston
Author: markj Date: Thu Jul 19 20:11:08 2018 New Revision: 336507 URL: https://svnweb.freebsd.org/changeset/base/336507 Log: Delete an XXX comment addressed by r336505. X-MFC with: r336505 Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/link_elf_obj.c Modified: head/sys

svn commit: r336506 - head/contrib/wpa/src/rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:10:34 2018 New Revision: 336506 URL: https://svnweb.freebsd.org/changeset/base/336506 Log: MFV r336490: Prevent installation of an all-zero TK. This is also upline git commit 53bb18cc8b7a4da72e47e4b3752d0d2135cffb23. Obtained from:https://w1.fi/

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Conrad Meyer
These changes mostly seem like style regressions, rather than improvements. (Not to mention, largescale churn like this makes it more difficult for future readers to research history (confusing tools like "git/svn blame").) On Thu, Jul 19, 2018 at 12:33 PM, Michael Tuexen wrote: > Author: tuexen

svn commit: r336508 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
Author: tuexen Date: Thu Jul 19 20:11:14 2018 New Revision: 336508 URL: https://svnweb.freebsd.org/changeset/base/336508 Log: Revert https://svnweb.freebsd.org/changeset/base/336503 since I also ran the export script with different parameters. Modified: head/sys/netinet/sctp.h head/sys/ne

svn commit: r336509 - head/sys/powerpc/include

2018-07-19 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 19 20:13:33 2018 New Revision: 336509 URL: https://svnweb.freebsd.org/changeset/base/336509 Log: Merge the md_page structs for AIM and Book-E into a single unioned struct Summary: Ports like sysutils/lsof troll through kernel structures, and therefore incl

svn commit: r336510 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:14:33 2018 New Revision: 336510 URL: https://svnweb.freebsd.org/changeset/base/336510 Log: MFV r336493: Fix PTK rekeying to generate a new ANonce. This is also upline git commit 0adc9b28b39d414d5febfff752f6a1576f785c85. This commit is a NOP, just changi

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Devin Teske
> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote: > > On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote: >>> +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018 >>> (r336503) >>> static struct mbuf * >>> -sctp_asconf_error_response(uint32_t id, uint16_t cause, uint8

svn commit: r336511 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
Author: tuexen Date: Thu Jul 19 20:16:33 2018 New Revision: 336511 URL: https://svnweb.freebsd.org/changeset/base/336511 Log: Whitespace changes due to changes in ident. Modified: head/sys/netinet/sctp.h head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_asconf.h head/sys/netinet/sctp

svn commit: r336512 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:18:13 2018 New Revision: 336512 URL: https://svnweb.freebsd.org/changeset/base/336512 Log: MFV r336494: TDLS: Reject TPK-TK reconfiguration. This is also upline git commmit ff89af96e5a35c86f50330d2b86c18323318a60c. Once again this is a NOP as this is a

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Ian Lepore
On Thu, 2018-07-19 at 13:12 -0700, Devin Teske wrote: > > > > On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote: > > > > On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote: > > > > > > > > > > > +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018 > > > > (r336503) > > >

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Alexey Dokuchaev
On Thu, Jul 19, 2018 at 01:12:19PM -0700, Devin Teske wrote: > > On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote: > > ... > > "usually" may be true of freebsd, but most places I've worked consider > > the * (and & in c++) to be more associated with the type being declared > > than with the variable

svn commit: r336513 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:20:43 2018 New Revision: 336513 URL: https://svnweb.freebsd.org/changeset/base/336513 Log: MFV r336495: Another props change. The real work was done by r324696. We're simply syncing up with the vendor branch again. mport upline security patch: WNM: Ign

svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 19 20:22:46 2018 New Revision: 336514 URL: https://svnweb.freebsd.org/changeset/base/336514 Log: ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdout Some platforms use /chosen/stdout-path as the property containing the path to the stdout node,

svn commit: r336515 - head/contrib/wpa

2018-07-19 Thread Cy Schubert
Author: cy Date: Thu Jul 19 20:23:27 2018 New Revision: 336515 URL: https://svnweb.freebsd.org/changeset/base/336515 Log: MFV r336496: A props change to sync up with the vendor branch. The real work was done by r324696. FILS: Do not allow multiple (Re)Association Response frames. T

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
> On 19. Jul 2018, at 16:11, Conrad Meyer wrote: > > These changes mostly seem like style regressions, rather than > improvements. (Not to mention, largescale churn like this makes it > more difficult for future readers to research history (confusing tools > like "git/svn blame").) We have upstr

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Alexey Dokuchaev
On Thu, Jul 19, 2018 at 04:23:27PM -0400, Michael Tuexen wrote: > > On 19. Jul 2018, at 16:11, Conrad Meyer wrote: > > These changes mostly seem like style regressions, rather than > > improvements. (Not to mention, largescale churn like this makes it > > more difficult for future readers to rese

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
> On 19. Jul 2018, at 16:12, Devin Teske wrote: > > >> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote: >> >> On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote: +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018 (r336503) static struct mbuf * -sc

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Devin Teske
> On Jul 19, 2018, at 1:18 PM, Ian Lepore wrote: > > On Thu, 2018-07-19 at 13:12 -0700, Devin Teske wrote: >>> >>> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote: >>> >>> On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote: > > +++ head/sys/netinet/sctp_asconf.cThu J

Re: svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Nathan Whitehorn
Isn't stdout-path supposed to contain a string rather than an ihandle? This code assumes it is an ihandle (or xref phandle), which I think is wrong. -Nathan On 07/19/18 13:22, Justin Hibbits wrote: Author: jhibbits Date: Thu Jul 19 20:22:46 2018 New Revision: 336514 URL: https://svnweb.freebsd

Re: svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Kyle Evans
Seems like some bad decisions have been made with regards to naming... e.g. https://lkml.org/lkml/2018/6/25/784 On Thu, Jul 19, 2018 at 3:26 PM, Nathan Whitehorn wrote: > Isn't stdout-path supposed to contain a string rather than an ihandle? This > code assumes it is an ihandle (or xref phandle),

Re: svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Nathan Whitehorn
Oh wow. That's just... horrific. Here, it is a string: https://github.com/open-power/petitboot/blob/master/utils/hooks/30-dtb-updates.c#L560 So I think this code needs to accept both. -Nathan On 07/19/18 13:38, Kyle Evans wrote: Seems like some bad decisions have been made with regards to nami

Re: svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Emmanuel Vadot
On Thu, 19 Jul 2018 15:38:49 -0500 Kyle Evans wrote: > Seems like some bad decisions have been made with regards to naming... > e.g. https://lkml.org/lkml/2018/6/25/784 See this thread too : http://lists.infradead.org/pipermail/linux-arm-kernel/2018-June/584613.html They did bad things. It s

Re: svn commit: r336503 - in head/sys: netinet netinet6

2018-07-19 Thread Michael Tuexen
> On 19. Jul 2018, at 16:27, Alexey Dokuchaev wrote: > > On Thu, Jul 19, 2018 at 04:23:27PM -0400, Michael Tuexen wrote: >>> On 19. Jul 2018, at 16:11, Conrad Meyer wrote: >>> These changes mostly seem like style regressions, rather than >>> improvements. (Not to mention, largescale churn like

Re: svn commit: r336475 - head/sys/xen/interface/arch-x86/hvm

2018-07-19 Thread Rodney W. Grimes
> On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote: > > > Author: royger > > > Date: Thu Jul 19 10:14:52 2018 > > > New Revision: 336475 > > > URL: https://svnweb.freebsd.org/changeset/base/336475 > > > > > > Log: > > > xen: add missing file from r336474 > > > > > > Added: > > >

svn commit: r336517 - head/sys/powerpc/include

2018-07-19 Thread Justin Hibbits
Author: jhibbits Date: Thu Jul 19 21:06:58 2018 New Revision: 336517 URL: https://svnweb.freebsd.org/changeset/base/336517 Log: Revert r336509. Fails buildworld. I had naively assumed that building kernel would be sufficient to test that the header is sane. However, it turns out this no

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" writes: > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: > > In message > il.com> > > > > , Kyle Evans writes: > > > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising > > > > > > wrote: > > > > [ sending this ag

Re: svn commit: r336475 - head/sys/xen/interface/arch-x86/hvm

2018-07-19 Thread Ian Lepore
On Thu, 2018-07-19 at 13:49 -0700, Rodney W. Grimes wrote: > > > > On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote: > > > > > > > > > > > Author: royger > > > > Date: Thu Jul 19 10:14:52 2018 > > > > New Revision: 336475 > > > > URL: https://svnweb.freebsd.org/changeset/base/336

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert writes: > In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" > writes: > > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: > > > In message > > il.com> > > > > > > , Kyle Evans writes: > > >

svn commit: r336519 - in head/sys: arm64/arm64 arm64/include kern

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 21:58:06 2018 New Revision: 336519 URL: https://svnweb.freebsd.org/changeset/base/336519 Log: Raise the size of L3 table for early devmap on arm64 Some driver (like efifb) needs to map more than the current L2_SIZE Raise the size so we can map the framebuffer

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

2018-07-19 Thread Emmanuel Vadot
Author: manu Date: Thu Jul 19 21:59:52 2018 New Revision: 336520 URL: https://svnweb.freebsd.org/changeset/base/336520 Log: arm64: Add vt_efifb to GENERIC We can now have efifb being setup correctly. Enjoy video output on some boards when you couldn't before. Tested-On: Pine64 Tes

Re: svn commit: r336451 - in head/sys/dev/mlx5: . mlx5_core mlx5_en

2018-07-19 Thread Ian Lepore
On Wed, 2018-07-18 at 10:12 +, Hans Petter Selasky wrote: > Author: hselasky > Date: Wed Jul 18 10:12:53 2018 > New Revision: 336451 > URL: https://svnweb.freebsd.org/changeset/base/336451 > > Log: >   Update version information for the mlx5 and mlx5en(4) modules. >    >   While at it bump som

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert wrote: > In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert > writes: >> In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" >> writes: >> > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote: >> > > In m

Re: svn commit: r336514 - head/sys/dev/vt/hw/ofwfb

2018-07-19 Thread Justin Hibbits
You're right. I'm an idiot. I compiled but didn't try booting. Fixing it after I fix the build. - Justin On Thu, Jul 19, 2018 at 3:37 PM Nathan Whitehorn wrote: > > Isn't stdout-path supposed to contain a string rather than an ihandle? > This code assumes it is an ihandle (or xref phandle), whi

svn commit: r336524 - head

2018-07-19 Thread Warner Losh
Author: imp Date: Thu Jul 19 23:54:18 2018 New Revision: 336524 URL: https://svnweb.freebsd.org/changeset/base/336524 Log: Note big endian arm removal. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDA

svn commit: r336525 - in head: contrib/ntp/ntpd etc etc/mtree share/man/man4 sys/conf sys/modules sys/modules/mac_ntpd sys/security/mac_ntpd usr.sbin/ntp

2018-07-19 Thread Ian Lepore
Author: ian Date: Thu Jul 19 23:55:29 2018 New Revision: 336525 URL: https://svnweb.freebsd.org/changeset/base/336525 Log: Make it possible to run ntpd as a non-root user, add ntpd uid and gid. Code analysis and runtime analysis using truss(8) indicate that the only privileged operations

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote: > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert > wrote: >> In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert >> writes: >>> In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman" >>> writes: >>> > On Thursday

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Shawn Webb
On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote: > On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote: > > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert > > wrote: > >> In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert > >> writes: > >>> In message <17042686.mc0x0p

svn commit: r336526 - head

2018-07-19 Thread Ian Lepore
Author: ian Date: Fri Jul 20 00:44:04 2018 New Revision: 336526 URL: https://svnweb.freebsd.org/changeset/base/336526 Log: Add ntpd to the list of users/groups to check before installing. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ==

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrote: > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote: >> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote: >> > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert >> > wrote: >> >> In message <201807192114.w6jleapa097...@slippy.cwsent.com>,

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message , Kyle Evans writes: > On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrot > e: > > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote: > >> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote: > >> > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert > wrote: > >> >> In message <20180

Re: svn commit: r336525 - in head: contrib/ntp/ntpd etc etc/mtree . . . (with -r336526 as well): breaks ci.freebsd.org FreeBSD-head-sparc64-build (and others)

2018-07-19 Thread Mark Millard via svn-src-head
https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8759/consoleText shows ( -r336526 ): -- >>> Kernel build for GENERIC completed on Fri Jul 20 00:58:39 UTC 2018 -- + cd /usr/

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 7:57 PM, Cy Schubert wrote: > In message il.com> > , Kyle Evans writes: >> On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrot >> e: >> > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote: >> >> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote: >> >> > On Thu, Jul

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-19 Thread Cy Schubert
In message , Kyle Evans writes: > On Thu, Jul 19, 2018 at 7:57 PM, Cy Schubert wrot > e: > > In message > il.com> > > , Kyle Evans writes: > >> On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb w > rot > >> e: > >> > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote: > >> >> On Thu, Jul 19,

Re: svn commit: r336525 - in head: contrib/ntp/ntpd etc etc/mtree . . . (with -r336526 as well): breaks ci.freebsd.org FreeBSD-head-sparc64-build (and others)

2018-07-19 Thread Ian Lepore
On Thu, 2018-07-19 at 18:13 -0700, Mark Millard wrote: > https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8759/consoleTex > t shows > ( -r336526 ): > > -- > > > > > > > > > > > > > Kernel build for GENERIC completed on Fri Jul 20

svn commit: r336527 - head/tools/tools/crypto

2018-07-19 Thread Conrad Meyer
Author: cem Date: Fri Jul 20 01:51:05 2018 New Revision: 336527 URL: https://svnweb.freebsd.org/changeset/base/336527 Log: cryptocheck: Correct mismatch between OpenSSL use and OCF Blake2 This corrects a mistake introduced to the cryptocheck tool in r331418. Our CRYPTO_BLAKE2B and CRYP

svn commit: r336528 - head/contrib/wpa/src/rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Fri Jul 20 01:53:28 2018 New Revision: 336528 URL: https://svnweb.freebsd.org/changeset/base/336528 Log: Revert r336501. It was a of the wrong rev from the vendor branch. Modified: head/contrib/wpa/src/rsn_supp/wpa.c Modified: head/contrib/wpa/src/rsn_supp/wpa.c

Re: svn commit: r336451 - in head/sys/dev/mlx5: . mlx5_core mlx5_en

2018-07-19 Thread Allan Jude
On 2018-07-19 18:55, Ian Lepore wrote: > On Wed, 2018-07-18 at 10:12 +, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Wed Jul 18 10:12:53 2018 >> New Revision: 336451 >> URL: https://svnweb.freebsd.org/changeset/base/336451 >> >> Log: >>   Update version information for the mlx5 and m

Re: svn commit: r336528 - head/contrib/wpa/src/rsn_supp

2018-07-19 Thread Kyle Evans
On Thu, Jul 19, 2018 at 8:53 PM, Cy Schubert wrote: > Author: cy > Date: Fri Jul 20 01:53:28 2018 > New Revision: 336528 > URL: https://svnweb.freebsd.org/changeset/base/336528 > > Log: > Revert r336501. It was a of the wrong rev from the vendor branch. > I updated my diff @ https://people.free

svn commit: r336529 - head/contrib/wpa/src/rsn_supp

2018-07-19 Thread Cy Schubert
Author: cy Date: Fri Jul 20 02:04:10 2018 New Revision: 336529 URL: https://svnweb.freebsd.org/changeset/base/336529 Log: MFV: r336486 Prevent reinstallation of an already in-use group key. Upline git commit cb5132bb35698cc0c743e34fe0e845dfc4c3e410. Obtained from:https://w1.f

  1   2   >