Re: svn commit: r364989 - head/sys/dev/jedec_dimm

2020-08-31 Thread Ravi Pokala
-Original Message- From: on behalf of Eric van Gyzen Date: 2020-08-31, Monday at 08:03 To: , , Subject: svn commit: r364989 - head/sys/dev/jedec_dimm Author: vangyzen Date: Mon Aug 31 15:03:23 2020 New Revision: 364989 URL:

svn commit: r365012 - head/lib/libc/gen

2020-08-31 Thread John Baldwin
Author: jhb Date: Mon Aug 31 21:55:25 2020 New Revision: 365012 URL: https://svnweb.freebsd.org/changeset/base/365012 Log: Fix the build of scandir_b with GCC. Use explicit typedefs for block thunk structures as in r264143. Reviewed by: kib, adrian MFC after:1 week

svn commit: r365015 - in head/sys/dev: an wi

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 23:31:16 2020 New Revision: 365015 URL: https://svnweb.freebsd.org/changeset/base/365015 Log: Warn for the non pccard attachments These devices have non-pccard attachments. Warn for those as well. Both an and wi don't do the modern cyrpto needed to use these

Re: svn commit: r364989 - head/sys/dev/jedec_dimm

2020-08-31 Thread Andriy Gapon
On 31/08/2020 18:03, Eric van Gyzen wrote: > Author: vangyzen > Date: Mon Aug 31 15:03:23 2020 > New Revision: 364989 > URL: https://svnweb.freebsd.org/changeset/base/364989 > > Log: > jedec_dimm: fix array overrun > > Coverity detected the overrunning of sc->part_str. > > Submitted

svn commit: r365022 - head/sys/libkern

2020-08-31 Thread Warner Losh
Author: imp Date: Tue Sep 1 04:37:55 2020 New Revision: 365022 URL: https://svnweb.freebsd.org/changeset/base/365022 Log: Smaller crc for the boot loader. Save 7k of text space by using simpler crc32 for standalone case. we don't need all that fancy optimization in the boot loader, so

svn commit: r365008 - head/share/man/man4

2020-08-31 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Aug 31 20:02:32 2020 New Revision: 365008 URL: https://svnweb.freebsd.org/changeset/base/365008 Log: vtnet(4): improve the wording PR: 247936 Submitted by: PauAmma Reported by: PauAmma MFC after:7 days Differential Revision:

svn commit: r365013 - head/share/mk

2020-08-31 Thread John Baldwin
Author: jhb Date: Mon Aug 31 21:57:01 2020 New Revision: 365013 URL: https://svnweb.freebsd.org/changeset/base/365013 Log: Suppress -Wempty-body warnings in GCC 6.x and later. libc++ in LLVM 11 uses an empty else clause in include/c++/v1/__thread_support which triggers this warning.

svn commit: r365018 - head

2020-08-31 Thread Ed Maste
Author: emaste Date: Tue Sep 1 00:14:40 2020 New Revision: 365018 URL: https://svnweb.freebsd.org/changeset/base/365018 Log: Makefile.inc1: comment .endif to ease finding matching .if Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

Re: svn commit: r364985 - stable/12/libexec/rc/rc.d

2020-08-31 Thread Konstantin Belousov
On Mon, Aug 31, 2020 at 12:14:20PM +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Aug 31 12:14:20 2020 > New Revision: 364985 > URL: https://svnweb.freebsd.org/changeset/base/364985 > > Log: > In 13-CURRENT, the linux rc script uses "nocover" mount option to avoid >

svn commit: r365019 - head/sys/fs/nfsclient

2020-08-31 Thread Rick Macklem
Author: rmacklem Date: Tue Sep 1 01:10:16 2020 New Revision: 365019 URL: https://svnweb.freebsd.org/changeset/base/365019 Log: Add a check to test for the case of the "tls" option being used with "udp". The KERN_TLS only supports TCP, so use of the "tls" option with "udp" will not work.

svn commit: r365021 - head/sys/powerpc/powerpc

2020-08-31 Thread Brandon Bergren
Author: bdragon Date: Tue Sep 1 01:57:56 2020 New Revision: 365021 URL: https://svnweb.freebsd.org/changeset/base/365021 Log: [PowerPC] Remove unused openpic_set_priority(). When SMP support for powerpc was added in r178628, the last callers of this function were removed. All code that

svn commit: r365007 - stable/12/sys/vm

2020-08-31 Thread Mark Johnston
Author: markj Date: Mon Aug 31 19:59:05 2020 New Revision: 365007 URL: https://svnweb.freebsd.org/changeset/base/365007 Log: Revert r364987, r364988. The removal of the kernel_map symbol breaks at least one out-of-tree module, the nvidia binary driver. Revert the removal for now to

svn commit: r365014 - head/sys/dev/cxgbe

2020-08-31 Thread Navdeep Parhar
Author: np Date: Mon Aug 31 22:44:59 2020 New Revision: 365014 URL: https://svnweb.freebsd.org/changeset/base/365014 Log: cxgbe(4): Check for descriptors before writing a TLS or raw work request. This fixes a regression in r362905. Submitted by: jhb@ Sponsored by: Chelsio

svn commit: r365006 - in head/tools/tools/tinybsd/conf: bridge default firewall minimal vpn wireless

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 19:47:30 2020 New Revision: 365006 URL: https://svnweb.freebsd.org/changeset/base/365006 Log: gc pmtimer and apm pmtimer was removed from base some time ago. apm hasn't been relevant for these devices in a long time (and was commented out). Remove them both

svn commit: r365017 - head/sbin/devd

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 23:48:27 2020 New Revision: 365017 URL: https://svnweb.freebsd.org/changeset/base/365017 Log: Sort IFNET alphabetically Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5

svn commit: r365016 - head/sbin/devd

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 23:48:23 2020 New Revision: 365016 URL: https://svnweb.freebsd.org/changeset/base/365016 Log: Add documentation for ETHERNET events. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5

svn commit: r365009 - in head: share/man/man4/man4.i386 sys/i386/bios

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 21:04:00 2020 New Revision: 365009 URL: https://svnweb.freebsd.org/changeset/base/365009 Log: Add deprecation notice for apm BIOS Add deprecation notice for apm bios, aka the apm(4) device. The apm(8) command will remain, at least for a while, since ACPI

svn commit: r365011 - stable/11/sbin/dhclient

2020-08-31 Thread Ed Maste
Author: emaste Date: Mon Aug 31 21:28:57 2020 New Revision: 365011 URL: https://svnweb.freebsd.org/changeset/base/365011 Log: MFC r364994: dhclient: improve error handling parsing option 119 Reported by: Shlomi Oberman, JSOF Submitted by: delphij Reviewed by: markj Tested by:

svn commit: r365010 - stable/12/sbin/dhclient

2020-08-31 Thread Ed Maste
Author: emaste Date: Mon Aug 31 21:28:09 2020 New Revision: 365010 URL: https://svnweb.freebsd.org/changeset/base/365010 Log: MFC r364994: dhclient: improve error handling parsing option 119 Reported by: Shlomi Oberman, JSOF Submitted by: delphij Reviewed by: markj Tested by:

svn commit: r364985 - stable/12/libexec/rc/rc.d

2020-08-31 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Aug 31 12:14:20 2020 New Revision: 364985 URL: https://svnweb.freebsd.org/changeset/base/364985 Log: In 13-CURRENT, the linux rc script uses "nocover" mount option to avoid mounting required filesystems twice. However, this option hasn't been MFC'd. Implement its

svn commit: r364984 - head/sys/dev/hyperv/storvsc

2020-08-31 Thread Wei Hu
Author: whu Date: Mon Aug 31 09:05:45 2020 New Revision: 364984 URL: https://svnweb.freebsd.org/changeset/base/364984 Log: Hyper-V: storvsc: Enhance srb_status code handling. In hv_storvsc_io_request() when coring, prevent changing of the send channel from the base channel to another

svn commit: r364988 - stable/12/sys/vm

2020-08-31 Thread Mark Johnston
Author: markj Date: Mon Aug 31 14:47:23 2020 New Revision: 364988 URL: https://svnweb.freebsd.org/changeset/base/364988 Log: Stop accounting for MAX_KMAP when allocating UMA boot pages. With r364987 kernel maps are allocated statically. In head, a different mechanism is used to

svn commit: r364990 - head/sys/kern

2020-08-31 Thread Kyle Evans
Author: kevans Date: Mon Aug 31 15:07:15 2020 New Revision: 364990 URL: https://svnweb.freebsd.org/changeset/base/364990 Log: posixshm: fix setting of shm_flags Noted in D24652, we currently set shmfd->shm_flags on every shm_open()/shm_open2(). This wasn't properly thought out; one

svn commit: r364993 - in head/sys/dev: rtwn/usb usb

2020-08-31 Thread Mark Johnston
Author: markj Date: Mon Aug 31 15:32:45 2020 New Revision: 364993 URL: https://svnweb.freebsd.org/changeset/base/364993 Log: rtwn(4): Add support for the Belkin N300. PR: 249034 Submitted by: Salvador Martínez Mármol MFC after:1 week Modified:

Re: svn commit: r364321 - head/sbin/ipfw

2020-08-31 Thread Stefan Esser
Am 31.08.20 um 16:09 schrieb Rodney W. Grimes: Hrm, it seems this reply ended up in my spam folder; sorry for not replying until now. lol Oh, bad filter :-) *strchr(timestr, '\n') = '\0'; bprintf(bp, "%s ", timestr);

svn commit: r364989 - head/sys/dev/jedec_dimm

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:03:23 2020 New Revision: 364989 URL: https://svnweb.freebsd.org/changeset/base/364989 Log: jedec_dimm: fix array overrun Coverity detected the overrunning of sc->part_str. Submitted by: bret_ketc...@dell.com Reported by: Coverity MFC after:

Re: svn commit: r364991 - head/contrib/ofed/opensm/opensm

2020-08-31 Thread Eric van Gyzen
On 8/31/20 10:26 AM, Eric van Gyzen wrote: Author: vangyzen Date: Mon Aug 31 15:26:01 2020 New Revision: 364991 URL: https://svnweb.freebsd.org/changeset/base/364991 Log: opensm: Fix a possible dereference of a NULL pointer Submitted by: bret_ketc...@dell.com Reported by:

svn commit: r364991 - head/contrib/ofed/opensm/opensm

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:26:01 2020 New Revision: 364991 URL: https://svnweb.freebsd.org/changeset/base/364991 Log: opensm: Fix a possible dereference of a NULL pointer Reported by: Coverity Reviewed by: hselasky, kib MFC after:2 weeks Sponsored by: Dell EMC Isilon

svn commit: r364992 - head/sys/fs/nfsserver

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 15:31:17 2020 New Revision: 364992 URL: https://svnweb.freebsd.org/changeset/base/364992 Log: Fix nfsrvd_locku memory leak Coverity detected memory leak fix. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed by: rmacklem MFC

svn commit: r364987 - stable/12/sys/vm

2020-08-31 Thread Mark Johnston
Author: markj Date: Mon Aug 31 14:23:41 2020 New Revision: 364987 URL: https://svnweb.freebsd.org/changeset/base/364987 Log: MFC r364302, r364306: Remove the VM map zone. Modified: stable/12/sys/vm/vm_extern.h stable/12/sys/vm/vm_init.c stable/12/sys/vm/vm_kern.c

Re: svn commit: r364321 - head/sbin/ipfw

2020-08-31 Thread Rodney W. Grimes
> Hrm, it seems this reply ended up in my spam folder; sorry for not > replying until now. lol Oh, bad filter :-) > > > *strchr(timestr, '\n') = '\0'; > > > bprintf(bp, "%s ", timestr); > >^ Isnt this the +1

svn commit: r364986 - head/sys/kern

2020-08-31 Thread Andrew Gallatin
Author: gallatin Date: Mon Aug 31 13:53:14 2020 New Revision: 364986 URL: https://svnweb.freebsd.org/changeset/base/364986 Log: make m_getm2() resilient to zone_jumbop exhaustion When the zone_jumbop is exhausted, most things using using sosend* (like sshd) will eventually fail or

svn commit: r364995 - head/sbin/ggate/ggated

2020-08-31 Thread Mark Johnston
Author: markj Date: Mon Aug 31 15:59:17 2020 New Revision: 364995 URL: https://svnweb.freebsd.org/changeset/base/364995 Log: ggated(8): Avoid doubly opening the requested disk device. - Initialize the disk device fd field in connection_new(). - Close the disk device after handing the

svn commit: r364998 - head/contrib/ofed/infiniband-diags/src

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:18:48 2020 New Revision: 364998 URL: https://svnweb.freebsd.org/changeset/base/364998 Log: infiniband-diags: Fix memory leak in dump_multicast_tables Coverity detected leak. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed

svn commit: r365001 - in head/sys/dev/mlx5: mlx5_core mlx5_en

2020-08-31 Thread Konstantin Belousov
Author: kib Date: Mon Aug 31 16:27:03 2020 New Revision: 365001 URL: https://svnweb.freebsd.org/changeset/base/365001 Log: mlx5en: Implement SIOCGIFDOWNREASON. Sponsored by: Mellanox Technologies - Nvidia MFC after:1 week Modified: head/sys/dev/mlx5/mlx5_core/mlx5_core.h

svn commit: r365000 - in head/sys/dev/mlx5: . mlx5_core

2020-08-31 Thread Konstantin Belousov
Author: kib Date: Mon Aug 31 16:25:55 2020 New Revision: 365000 URL: https://svnweb.freebsd.org/changeset/base/365000 Log: mlx5_core: add mlx5_query_pddr(). And use it in mlx5_query_pddr_range_info() instead of direct register access. Sponsored by: Mellanox Technologies - Nvidia

svn commit: r365002 - head/sys/dev/mlx5/mlx5_core

2020-08-31 Thread Konstantin Belousov
Author: kib Date: Mon Aug 31 16:30:52 2020 New Revision: 365002 URL: https://svnweb.freebsd.org/changeset/base/365002 Log: mlx5 sriov: add error message for failed MAC programming on VF. Sponsored by: Mellanox Technologies - Nvidia MFC after:1 week Modified:

svn commit: r364994 - head/sbin/dhclient

2020-08-31 Thread Ed Maste
Author: emaste Date: Mon Aug 31 15:55:29 2020 New Revision: 364994 URL: https://svnweb.freebsd.org/changeset/base/364994 Log: dhclient: improve error handling parsing option 119 Reported by: Shlomi Oberman, JSOF Submitted by: delphij Reviewed by: markj Tested by:markj

Re: svn commit: r364982 - head/sys/netinet6

2020-08-31 Thread Kyle Evans
On Sun, Aug 30, 2020 at 8:45 PM Kyle Evans wrote: > > Author: kevans > Date: Mon Aug 31 01:45:48 2020 > New Revision: 364982 > URL: https://svnweb.freebsd.org/changeset/base/364982 > > Log: > ipv6: quit dropping packets looping back on p2p interfaces > > To paraphrase the below-referenced PR:

svn commit: r364996 - head/lib/libpmc/pmu-events

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:07:40 2020 New Revision: 364996 URL: https://svnweb.freebsd.org/changeset/base/364996 Log: libpmc: Fix memory leak in process_mapfile Coverity detected memory leak fix. Submitted by: bret_ketc...@dell.com Reported by: Coverity Reviewed by:

svn commit: r364997 - in head/sys/ofed: drivers/infiniband/core include/rdma

2020-08-31 Thread Eric van Gyzen
Author: vangyzen Date: Mon Aug 31 16:17:28 2020 New Revision: 364997 URL: https://svnweb.freebsd.org/changeset/base/364997 Log: infiniband: Appease Coverty Coverity claims the call to rdma_gid2ip in cma_igmp_send overwrites addr. Use a consistent definition of sockaddr to prevent

svn commit: r364999 - in head/sys/dev/mlx5: . mlx5_core

2020-08-31 Thread Konstantin Belousov
Author: kib Date: Mon Aug 31 16:23:51 2020 New Revision: 364999 URL: https://svnweb.freebsd.org/changeset/base/364999 Log: mlx5_core: Import PDDR register definitions PDDR (Port Diagnostics Database Register) is used to read the physical layer debug database, which contains helpful

svn commit: r365003 - head/sys/dev/mlx5/mlx5_core

2020-08-31 Thread Konstantin Belousov
Author: kib Date: Mon Aug 31 16:32:17 2020 New Revision: 365003 URL: https://svnweb.freebsd.org/changeset/base/365003 Log: mlx5 sriov: Add controls for VFs to set port/node GUIDs. Setting GUIDs make RoCE offloads functional on VFs. Reported and tested by: chuck Sponsored by:

svn commit: r365004 - head/bin/ls

2020-08-31 Thread Gordon Bergling
Author: gbe (doc committer) Date: Mon Aug 31 18:47:56 2020 New Revision: 365004 URL: https://svnweb.freebsd.org/changeset/base/365004 Log: ls(1): Update all POSIX references and correct the STANDARDS section - Update the POSIX references for non-standard ls(1) options - Simplify the

Re: svn commit: r364321 - head/sbin/ipfw

2020-08-31 Thread Ed Maste
On Mon, 31 Aug 2020 at 10:09, Rodney W. Grimes wrote: > > > Hrm, it seems this reply ended up in my spam folder; sorry for not > > replying until now. > > lol Oh, bad filter :-) > > > > > *strchr(timestr, '\n') = '\0'; > > > > bprintf(bp, "%s ",

svn commit: r365005 - head/sys/dev/nvme

2020-08-31 Thread Warner Losh
Author: imp Date: Mon Aug 31 19:38:03 2020 New Revision: 365005 URL: https://svnweb.freebsd.org/changeset/base/365005 Log: Use symbolic names for asych events Rather than |= 0x300, define and use asyn event names for the name space changes and the firmware activations that we're asking