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

2020-07-18 Thread Kristof Provost
On 18 Jul 2020, at 20:47, Konstantin Belousov wrote: On Sat, Jul 18, 2020 at 12:43:11PM +, Kristof Provost wrote: Author: kp Date: Sat Jul 18 12:43:11 2020 New Revision: 363308 URL: https://svnweb.freebsd.org/changeset/base/363308 Log: bridge: Don't sleep during epoch While it doesn

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

2020-07-18 Thread Konstantin Belousov
On Sat, Jul 18, 2020 at 12:43:11PM +, Kristof Provost wrote: > Author: kp > Date: Sat Jul 18 12:43:11 2020 > New Revision: 363308 > URL: https://svnweb.freebsd.org/changeset/base/363308 > > Log: > bridge: Don't sleep during epoch > > While it doesn't trigger INVARIANTS or WITNESS on hea

svn commit: r363311 - in head/sys/amd64: amd64 include

2020-07-18 Thread Konstantin Belousov
Author: kib Date: Sat Jul 18 18:19:57 2020 New Revision: 363311 URL: https://svnweb.freebsd.org/changeset/base/363311 Log: amd64 pmap: microoptimize local shootdowns for PCID PTI configurations When pmap operates in PTI mode, we must reload %cr3 on return to userspace. In non-PCID mode t

svn commit: r363310 - in head/sys: sys x86/iommu

2020-07-18 Thread Ruslan Bukin
Author: br Date: Sat Jul 18 13:10:31 2020 New Revision: 363310 URL: https://svnweb.freebsd.org/changeset/base/363310 Log: o Move iommu_test_boundary() to sys/iommu.h o Rename DMAR -> IOMMU in comments o Add IOMMU_PAGE_SIZE / IOMMU_PAGE_MASK macroses o x86 only: dmar_quirks_pre_use() / dmar

svn commit: r363309 - head/sys/netinet

2020-07-18 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 18 13:10:02 2020 New Revision: 363309 URL: https://svnweb.freebsd.org/changeset/base/363309 Log: Remove code which is not needed. MFC after:1 week Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/netinet/sctp_pcb.c ===

svn commit: r363308 - head/sys/net

2020-07-18 Thread Kristof Provost
Author: kp Date: Sat Jul 18 12:43:11 2020 New Revision: 363308 URL: https://svnweb.freebsd.org/changeset/base/363308 Log: bridge: Don't sleep during epoch While it doesn't trigger INVARIANTS or WITNESS on head it does in stable/12. There's also no reason for it, as we can easily report th

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

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 12:21:08 2020 New Revision: 363307 URL: https://svnweb.freebsd.org/changeset/base/363307 Log: Make linux fallocate(2) return EOPNOTSUPP, not ENOSYS, on unsupported mode, as documented in the man page. MFC after:2 weeks Sponsored by: The FreeBSD Foundat

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

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 11:37:30 2020 New Revision: 363306 URL: https://svnweb.freebsd.org/changeset/base/363306 Log: Bump the default linux version from 3.2.0 to 3.10.0, which corresponds to RHEL 7. Required for DB2. Reviewed by: emaste MFC after:2 weeks Sponsored by: Th

svn commit: r363305 - in head/sys: amd64/linux amd64/linux32 arm64/linux i386/linux

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 11:31:31 2020 New Revision: 363305 URL: https://svnweb.freebsd.org/changeset/base/363305 Log: Regen after r363304. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sys/amd64/linux/linux_proto.h head/sys/amd64/linux/linux_sysent.

svn commit: r363304 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/linux i386/linux

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 11:28:40 2020 New Revision: 363304 URL: https://svnweb.freebsd.org/changeset/base/363304 Log: Add a trivial linux(4) splice(2) implementation, which simply returns EINVAL. Fixes grep (grep-3.1-2build1). PR: kern/218699 Reported by: avos Revie

svn commit: r363303 - head/sys/compat/linprocfs

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 10:56:04 2020 New Revision: 363303 URL: https://svnweb.freebsd.org/changeset/base/363303 Log: Add missing SysV IPC stats to linprocfs(4). Fixes 'ipcs -l', and also helps Oracle. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Rev

svn commit: r363302 - head/sys/compat/linprocfs

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 10:53:56 2020 New Revision: 363302 URL: https://svnweb.freebsd.org/changeset/base/363302 Log: Fix bogomips calculation. Previously it was off by half. This was verified under VMWare Fusion, comparing to what's reported under CentOS, and by comparing numbers r

svn commit: r363301 - head/sys/compat/linprocfs

2020-07-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jul 18 10:49:17 2020 New Revision: 363301 URL: https://svnweb.freebsd.org/changeset/base/363301 Log: Fix two typos in flag names in /proc/cpuinfo. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org

Re: svn commit: r363286 - head/usr.bin/at

2020-07-18 Thread Mateusz Piotrowski
Hi, On 7/17/20 10:43 PM, Allan Jude wrote: > Author: allanjude > Date: Fri Jul 17 20:43:00 2020 > New Revision: 363286 > URL: https://svnweb.freebsd.org/changeset/base/363286 > > Log: > at(1): Fix location of at(1) crontab ... > Modified: head/usr.bin/at/at.man >

svn commit: r363300 - in head/sys/contrib/dev/acpica: . compiler components/executer components/utilities include

2020-07-18 Thread Jung-uk Kim
Author: jkim Date: Sat Jul 18 07:35:34 2020 New Revision: 363300 URL: https://svnweb.freebsd.org/changeset/base/363300 Log: MFV: r363292 Merge ACPICA 20200717. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/compiler/aslerror.c head/sys/contrib/dev/acpi