svn commit: r358567 - in head/sys/arm64: arm64 include

2020-03-03 Thread Andrew Turner
Author: andrew Date: Tue Mar 3 08:28:16 2020 New Revision: 358567 URL: https://svnweb.freebsd.org/changeset/base/358567 Log: Store the boot exception level on arm64 so it can be queried later A hypervisor, e.g. bhyve, will need to know what exception levelthe kernel was in when it starte

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Eugene Grosbein
03.03.2020 5:50, Hiroki Sato wrote: > b) If you have security/openssl, sendmail in the base system does not > support SMTP AUTH because of incompatibility with the newer > versions of OpenSSL. Use mail/sendmail from ports. > > I still feel that b) is sub-optimal, but it would be too co

svn commit: r358568 - head/sys/netinet6

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 09:45:16 2020 New Revision: 358568 URL: https://svnweb.freebsd.org/changeset/base/358568 Log: fib6_rte_to_nh_*: return a link-local gw address with scope embedded In fib6_rte_to_nh_* when returning a link-local gateway address currently we do clear the scope. T

svn commit: r358569 - head/sys/netinet6

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 09:50:33 2020 New Revision: 358569 URL: https://svnweb.freebsd.org/changeset/base/358569 Log: in6_fib: return nh_ia in the ext interface as we do for IPv4 Like for IPv4 add nh_ia to the ext interface and return rt_ifa in order to be used for, e.g., packet/octet

svn commit: r358570 - head/lib/libc/sys

2020-03-03 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Tue Mar 3 09:51:53 2020 New Revision: 358570 URL: https://svnweb.freebsd.org/changeset/base/358570 Log: thr_self.2: Fix some typos in the thread identifier range Reported by: kaktus Approved by: bcr (mentor) Differential Revision:https:

svn commit: r358572 - head/sys/netinet6

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 11:32:47 2020 New Revision: 358572 URL: https://svnweb.freebsd.org/changeset/base/358572 Log: ip6_output: use new routing KPI when not passed a cached route Implement the equivalent of r347375 (IPv4) for the IPv6 output path. In IPv6 we get passed a cached rout

svn commit: r358573 - in head/sys/arm64: arm64 include

2020-03-03 Thread Andrew Turner
Author: andrew Date: Tue Mar 3 12:50:45 2020 New Revision: 358573 URL: https://svnweb.freebsd.org/changeset/base/358573 Log: Fix the spelling of the VIPT cache type field Sponsored by: Innovate UK Modified: head/sys/arm64/arm64/identcpu.c head/sys/arm64/include/armreg.h Modified: hea

svn commit: r358574 - head/usr.sbin/powerd

2020-03-03 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Tue Mar 3 13:25:08 2020 New Revision: 358574 URL: https://svnweb.freebsd.org/changeset/base/358574 Log: powerd.8: Improve style & fix typos - Sort options. - Do not use macros (like .Ar) to specify width for Bl (macros within that string are no

svn commit: r358575 - head/sys/netinet6

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 13:48:12 2020 New Revision: 358575 URL: https://svnweb.freebsd.org/changeset/base/358575 Log: ip6: retire in6_selectroute_fib() as promised 8 years ago In r231852 I added in6_selectroute_fib() as a compat function with the fibnum as an extra argument compared t

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Jung-uk Kim
On 20. 3. 3., Eugene Grosbein wrote: > 03.03.2020 5:50, Hiroki Sato wrote: > >> b) If you have security/openssl, sendmail in the base system does not >> support SMTP AUTH because of incompatibility with the newer >> versions of OpenSSL. Use mail/sendmail from ports. >> >> I still feel t

svn commit: r358576 - head/sys/kern

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 14:07:44 2020 New Revision: 358576 URL: https://svnweb.freebsd.org/changeset/base/358576 Log: upic_ktrls: make RSS compile again here The results of ktls_get_cpu() are stored in u_int and NETISR_CPUID_NONE requires u_int. Adjust uint16_t to uint_t in order to

svn commit: r358577 - head/sys/netinet

2020-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 3 14:15:30 2020 New Revision: 358577 URL: https://svnweb.freebsd.org/changeset/base/358577 Log: tcp_hpts: make RSS kernel compile again. Add proper #includes, and #ifdefs and some style fixes to make RSS kernels compile again. There are still possible issues wit

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Eugene Grosbein
03.03.2020 21:06, Jung-uk Kim wrote: >>> b) If you have security/openssl, sendmail in the base system does not >>> support SMTP AUTH because of incompatibility with the newer >>> versions of OpenSSL. Use mail/sendmail from ports. >>> >>> I still feel that b) is sub-optimal, but it would

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Jung-uk Kim
On 20. 3. 3., Eugene Grosbein wrote: > 03.03.2020 21:06, Jung-uk Kim wrote: > b) If you have security/openssl, sendmail in the base system does not support SMTP AUTH because of incompatibility with the newer versions of OpenSSL. Use mail/sendmail from ports. I s

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Eugene Grosbein
03.03.2020 21:44, Jung-uk Kim wrote: > No, you'll have the same linker failure. Then what's the reason of the failure? We have to fix it for stable/11 users, too. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/s

svn commit: r358580 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-03-03 Thread Alexander Motin
Author: mav Date: Tue Mar 3 15:05:13 2020 New Revision: 358580 URL: https://svnweb.freebsd.org/changeset/base/358580 Log: Increase number of write completion threads, matching ZoL. Our iSCSI benchmarks on a large 80-core system show that previous limit of 8 threads can be a bottleneck.

svn commit: r358583 - in head/sys/arm64: arm64 include

2020-03-03 Thread Andrew Turner
Author: andrew Date: Tue Mar 3 15:25:01 2020 New Revision: 358583 URL: https://svnweb.freebsd.org/changeset/base/358583 Log: Move the arm64 cache identification to identcpu.c This allows us to call it on a per-CPU basis and to warn if the details are different across CPUs. While her

svn commit: r358584 - in head/sys/arm64: arm64 include

2020-03-03 Thread Andrew Turner
Author: andrew Date: Tue Mar 3 15:31:40 2020 New Revision: 358584 URL: https://svnweb.freebsd.org/changeset/base/358584 Log: Fix the spelling of aliasing. Sponsored by: Innovate UK Modified: head/sys/arm64/arm64/identcpu.c head/sys/arm64/include/cpufunc.h Modified: head/sys/arm64/arm

svn commit: r358585 - in head: sys/net tests/sys/netinet tests/sys/netinet6

2020-03-03 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Mar 3 15:33:43 2020 New Revision: 358585 URL: https://svnweb.freebsd.org/changeset/base/358585 Log: Fix dynamic redrects by adding forgotten RTF_HOST flag. Improve tests to verify the generated route flags. Reported by: jtl MFC after:2 weeks Modified:

svn commit: r358586 - head/sys/compat/linuxkpi/common/src

2020-03-03 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 3 15:49:34 2020 New Revision: 358586 URL: https://svnweb.freebsd.org/changeset/base/358586 Log: When closing a LinuxKPI file always use the real release function to avoid resource leakage when destroying a LinuxKPI character device. Submitted by: Andrew Boy

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread Cy Schubert
On March 2, 2020 2:50:47 PM PST, Hiroki Sato wrote: >Jung-uk Kim wrote > in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>: > >jk> > I merely try to understand how to unbreak upgrade path for >11.2-STABLE workstations >jk> > with stock sendmail and SSL support that also has many ports >insta

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread John Baldwin
On 3/3/20 6:48 AM, Cy Schubert wrote: > On March 2, 2020 2:50:47 PM PST, Hiroki Sato wrote: >> Jung-uk Kim wrote >> in <8e60a869-fe1e-9314-ffdc-76ed3e2dc...@freebsd.org>: >> >> jk> > I merely try to understand how to unbreak upgrade path for >> 11.2-STABLE workstations >> jk> > with stock sendma

Re: svn commit: r358411 - head/contrib/sendmail/src

2020-03-03 Thread John Baldwin
On 3/3/20 6:56 AM, Eugene Grosbein wrote: > 03.03.2020 21:44, Jung-uk Kim wrote: > >> No, you'll have the same linker failure. > > Then what's the reason of the failure? We have to fix it for stable/11 users, > too. It can't be fixed, and even if you are on stable/12, it would be a problem if y

svn commit: r358589 - head/tests/sys/net

2020-03-03 Thread Olivier Cochard
Author: olivier (ports committer) Date: Tue Mar 3 17:35:15 2020 New Revision: 358589 URL: https://svnweb.freebsd.org/changeset/base/358589 Log: Skip if_epair regression test if module doesn't exist Approved by: kp Sponsored by: Netflix Differential Revision:https://reviews.fre

svn commit: r358590 - head/sys/cam

2020-03-03 Thread Warner Losh
Author: imp Date: Tue Mar 3 17:40:29 2020 New Revision: 358590 URL: https://svnweb.freebsd.org/changeset/base/358590 Log: Get rid of silly /* FALLTHROUGH */ lines Consistently omit /* FALLTHROUGH */ when we have a case statement that does nothing. Since compilers don't warn about stacked

svn commit: r358592 - head/sys/net

2020-03-03 Thread Brooks Davis
Author: brooks Date: Tue Mar 3 18:05:11 2020 New Revision: 358592 URL: https://svnweb.freebsd.org/changeset/base/358592 Log: Expose ifr_buffer_get_(buffer|length) outside if.c. This is a preparatory commit for D23933. Reviewed by: jhb Modified: head/sys/net/if.c head/sys/net/if_

svn commit: r358593 - head/sys/dev/mxge

2020-03-03 Thread Brooks Davis
Author: brooks Date: Tue Mar 3 18:58:43 2020 New Revision: 358593 URL: https://svnweb.freebsd.org/changeset/base/358593 Log: Use ifr_data_get_ptr() consistently. Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c =

svn commit: r358594 - head/sbin/dumpon

2020-03-03 Thread Eric van Gyzen
Author: vangyzen Date: Tue Mar 3 22:14:23 2020 New Revision: 358594 URL: https://svnweb.freebsd.org/changeset/base/358594 Log: dumpon: skip size check if using zstd As with gzip, let the dump device be smaller than physical memory when using zstd and full dumps. Also print the error

svn commit: r358595 - head/sys/dev/ismt

2020-03-03 Thread Justin Hibbits
Author: jhibbits Date: Tue Mar 3 22:23:56 2020 New Revision: 358595 URL: https://svnweb.freebsd.org/changeset/base/358595 Log: Add Atom C3000 (Denverton) SMT PCI ID MFC after:3 days Sponsored by: Juniper Networks, Inc Modified: head/sys/dev/ismt/ismt.c Modified: head/sys/dev/ismt

svn commit: r358596 - head/sys/sys

2020-03-03 Thread Conrad Meyer
Author: cem Date: Tue Mar 3 23:15:30 2020 New Revision: 358596 URL: https://svnweb.freebsd.org/changeset/base/358596 Log: sys/signalvar.h: Fix opposite boolean sense in comment Correct the sense of the comment describing sigsetmasked() to match the code. It was exactly backwards. W

svn commit: r358597 - head/sys/kern

2020-03-03 Thread Chuck Silvers
Author: chs Date: Wed Mar 4 00:22:50 2020 New Revision: 358597 URL: https://svnweb.freebsd.org/changeset/base/358597 Log: if vm_pager_get_pages_async() returns an error, release the sfio->nios refcount that we took earlier that represents the I/O that ended up not being started. Review

Re: svn commit: r358486 - head/sys/dev/bce

2020-03-03 Thread Warner Losh
On Mon, Mar 2, 2020 at 3:06 PM John Baldwin wrote: > On 3/1/20 9:27 AM, Warner Losh wrote: > > Author: imp > > Date: Sun Mar 1 17:27:30 2020 > > New Revision: 358486 > > URL: https://svnweb.freebsd.org/changeset/base/358486 > > > > Log: > > Remove all the compatibility hacks for systems that p