]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
4 years agoRemove stale FreeBSD_version checks.
imp [Sun, 1 Mar 2020 23:01:37 +0000 (23:01 +0000)]
Remove stale FreeBSD_version checks.

4 years agoRemove comment about Blackthorn winds, apparently imported from 4.4BSD
grog [Sun, 1 Mar 2020 22:10:37 +0000 (22:10 +0000)]
Remove comment about Blackthorn winds, apparently imported from 4.4BSD
Lite.  Nowadays it's trivial to find the explanation, such as at
https://www.deseret.com/2000/2/27/19493013/blackthorn-winds-make-bushes-bud.
It doesn't seem appropriate to replace it with an explanation.

4 years agoAvoid doubly wiring a newly allocated page in vm_page_grab_valid().
markj [Sun, 1 Mar 2020 22:09:11 +0000 (22:09 +0000)]
Avoid doubly wiring a newly allocated page in vm_page_grab_valid().

This fixes a regression from r358363.

Reported by: manu, jbeich
Tested by: jbeich

4 years agovfs: stop taking additional refs on root vnode during lookup
mjg [Sun, 1 Mar 2020 21:54:28 +0000 (21:54 +0000)]
vfs: stop taking additional refs on root vnode during lookup

They are spurious since introduction of struct pwd, which provides them
implicitly.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D23885

4 years agofd: move vnodes out of filedesc into a dedicated structure
mjg [Sun, 1 Mar 2020 21:53:46 +0000 (21:53 +0000)]
fd: move vnodes out of filedesc into a dedicated structure

The new structure is copy-on-write. With the assumption that path lookups are
significantly more frequent than chdirs and chrooting this is a win.

This provides stable root and jail root vnodes without the need to reference
them on lookup, which in turn means less work on globally shared structures.
Note this also happens to fix a bug where jail vnode was never referenced,
meaning subsequent access on lookup could run into use-after-free.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D23884

4 years agofd: make fgetvp_rights work without the filedesc lock
mjg [Sun, 1 Mar 2020 21:50:13 +0000 (21:50 +0000)]
fd: make fgetvp_rights work without the filedesc lock

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D23883

4 years agovm: add debug to uma_zone_set_smr
mjg [Sun, 1 Mar 2020 21:49:16 +0000 (21:49 +0000)]
vm: add debug to uma_zone_set_smr

Reviewed by: markj, rlibby
Differential Revision: https://reviews.freebsd.org/D23902

4 years agoFinish removal of bktr
imp [Sun, 1 Mar 2020 20:37:42 +0000 (20:37 +0000)]
Finish removal of bktr

Remove the old ioctl .h files
Remove copying/linking ioctl .h files in instasllworld
Remove bktr from lint
Add now-removed files with ObsoleteFiles

4 years agoreadelf: add PROTMAX_DISABLE and STKGAP_DISABLE
emaste [Sun, 1 Mar 2020 20:25:57 +0000 (20:25 +0000)]
readelf: add PROTMAX_DISABLE and STKGAP_DISABLE

From r349609 (PROTMAX_DISABLE) and r354790 (STKGAP_DISABLE).  Commited
upstream (in a slightly different form) as r3831.

Sponsored by: The FreeBSD Foundation

4 years agocontrolelf: fix indentation for larger flags
emaste [Sun, 1 Mar 2020 20:19:38 +0000 (20:19 +0000)]
controlelf: fix indentation for larger flags

Sponsored by: The FreeBSD Foundation

4 years agoRemove bktr(4)
imp [Sun, 1 Mar 2020 19:15:03 +0000 (19:15 +0000)]
Remove bktr(4)

Remove the brooktree driver as discussed on arch@. Bump FreeBSD version to
1300082, though I doubt anything will care.

Relnote: yes

4 years agoFix build.
delphij [Sun, 1 Mar 2020 18:55:59 +0000 (18:55 +0000)]
Fix build.

4 years agoRemove noise that once upon a time allowed netback to build on FreeBSD 6. The
imp [Sun, 1 Mar 2020 18:18:11 +0000 (18:18 +0000)]
Remove noise that once upon a time allowed netback to build on FreeBSD 6. The
network layer has evolved since then, and this won't compile there.

4 years agoRemove FreeBSD 8 support from virtio.
imp [Sun, 1 Mar 2020 18:18:07 +0000 (18:18 +0000)]
Remove FreeBSD 8 support from virtio.

The sbuf API has evolved since 8, as have many others. The other API sweeps
didn't make the changes conditional, so this is now noise.

4 years agoRemove support for FreeBSD 4-7 from the iscsi initiator.
imp [Sun, 1 Mar 2020 18:18:01 +0000 (18:18 +0000)]
Remove support for FreeBSD 4-7 from the iscsi initiator.

Also, inline/remove now empty or trivial macros. CAM has evolved enough this
code couldn't work there anyway, and the API sweeep commits made since then were
made unconditional.

4 years agoRemove conditional code for FreeBSD 8 and earlier frmo cxgb.
imp [Sun, 1 Mar 2020 18:17:56 +0000 (18:17 +0000)]
Remove conditional code for FreeBSD 8 and earlier frmo cxgb.

4 years agoFinish removing support from old versions
imp [Sun, 1 Mar 2020 18:17:51 +0000 (18:17 +0000)]
Finish removing support from old versions

Eliminate code for old versions, inline pci_find_cap instead of relying on
compat ifdef.

This commit should have been combined with r358488 before pushing it in.

4 years agoRemove FreeBSD 7-10 support from bxe driver.
imp [Sun, 1 Mar 2020 17:46:28 +0000 (17:46 +0000)]
Remove FreeBSD 7-10 support from bxe driver.

Use new PCIER and PCIEM names in the driver rather than relying on old, compat
shims.

4 years agoRemove support for FreeBSD 8 systems. These workarounds and ways of rescanning
imp [Sun, 1 Mar 2020 17:27:35 +0000 (17:27 +0000)]
Remove support for FreeBSD 8 systems. These workarounds and ways of rescanning
devices are no longer done.

4 years agoRemove all the compatibility hacks for systems that predate FreeBSD 8. Some of
imp [Sun, 1 Mar 2020 17:27:30 +0000 (17:27 +0000)]
Remove all the compatibility hacks for systems that predate FreeBSD 8. Some of
these look to be cut and pasted from other drivers since this driver was
committed to FreeBSD 7-current and MFC'd to FreeBSD 6. The ones for FreeBSD 4
and 5 likely never were working...

4 years agoRemove compatibility code for changing sysctl definitions for pre FreeBSD 9
imp [Sun, 1 Mar 2020 17:27:25 +0000 (17:27 +0000)]
Remove compatibility code for changing sysctl definitions for pre FreeBSD 9
versions. These are just noise these days.

4 years agoRemove FreeBSD 7 conditional code... We've had a lot of other changes since then
imp [Sun, 1 Mar 2020 16:45:54 +0000 (16:45 +0000)]
Remove FreeBSD 7 conditional code... We've had a lot of other changes since then
and al_eth appears only in the Annapurna ARM designs which arrived in the tree
after that.

4 years agolinuxulator: Map scheduler priorities to Linux priorities.
tijl [Sun, 1 Mar 2020 13:12:04 +0000 (13:12 +0000)]
linuxulator: Map scheduler priorities to Linux priorities.

On Linux the valid range of priorities for the SCHED_FIFO and SCHED_RR
scheduling policies is [1,99].  For SCHED_OTHER the single valid priority is
0.  On FreeBSD it is [0,31] for all policies.  Programs are supposed to
query the valid range using sched_get_priority_(min|max), but of course some
programs assume the Linux values are valid.

This commit adds a tunable compat.linux.map_sched_prio.  When enabled
sched_get_priority_(min|max) return the Linux values and sched_setscheduler
and sched_(get|set)param translate between FreeBSD and Linux values.

Because there are more Linux levels than FreeBSD levels, multiple Linux
levels map to a single FreeBSD level, which means pre-emption might not
happen as it does on Linux, so the tunable allows to disable this behaviour.
It is enabled by default because I think it is unlikely that anyone runs
real-time software under Linux emulation on FreeBSD that critically relies
on correct pre-emption.

This fixes FMOD, a commercial sound library used by several games.

PR: 240043
Tested by: Alex S <iwtcex@gmail.com>
Reviewed by: dchagin
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D23790

4 years agoRemove stale definitions. The removed definitions are not used right
tuexen [Sun, 1 Mar 2020 12:34:27 +0000 (12:34 +0000)]
Remove stale definitions. The removed definitions are not used right
now and are incompatible with the correct ones in RFC 3168.

Submitted by: Richard Scheffenegger
Differential Revision: https://reviews.freebsd.org/D23903

4 years agoAdd -N option to powerd(8) to ignore "nice" time.
cperciva [Sat, 29 Feb 2020 22:31:23 +0000 (22:31 +0000)]
Add -N option to powerd(8) to ignore "nice" time.

With powerd_flags="-N", this makes powerd(8) exclude "nice" time when
computing the CPU utilization.  This makes it possible to prevent
CPU-intensive "background" processes from spinning up the CPU.

Note that only *userland* CPU usage belonging to "nice" processes is
excluded; we do not track whether time spent in the kernel is on behalf
of nice or non-nice processes, so kernel-intensive nice processes can
still result in the CPU being sped up.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D23868

4 years agoRemove support for varios versions from FreeBSD 4 to 8.
imp [Sat, 29 Feb 2020 22:16:27 +0000 (22:16 +0000)]
Remove support for varios versions from FreeBSD 4 to 8.

There's no way arcmsr will still work on those versions. Cleanup really old code
that's no longer needed.

4 years agoadd deprecation notice for bktr driver.
imp [Sat, 29 Feb 2020 21:50:08 +0000 (21:50 +0000)]
add deprecation notice for bktr driver.

We plan to remove bktr(4) in FreeBSD 13. Document that here.

Relnotes: yes

4 years agoCI: print wired page count on boot
emaste [Sat, 29 Feb 2020 19:59:21 +0000 (19:59 +0000)]
CI: print wired page count on boot

This is a first step in tracking kernel memory use over time.

4 years agoCurrently kernel audit events for jail_set(2), jail_get(2), jail_attach(2),
csjp [Sat, 29 Feb 2020 19:17:24 +0000 (19:17 +0000)]
Currently kernel audit events for jail_set(2), jail_get(2), jail_attach(2),
jail_remove(2) and finally setloginclass(2) are not being converted and
committed into userspace. Add the cases for these syscalls and make sure
they are being converted properly.

Reviewed by: bz, kevans
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D23882

4 years agoEnsure that arm64 thread structures are allocated from the direct map.
markj [Sat, 29 Feb 2020 18:41:48 +0000 (18:41 +0000)]
Ensure that arm64 thread structures are allocated from the direct map.

Otherwise we can fail to handle translation faults on curthread, leading
to a panic.

Reviewed by: alc, rlibby
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23895

4 years agoregen src.conf.5 for r358468, GPL_DTC removal
emaste [Sat, 29 Feb 2020 17:24:02 +0000 (17:24 +0000)]
regen src.conf.5 for r358468, GPL_DTC removal

4 years agoretire in-tree GPL dtc devicetree compiler
emaste [Sat, 29 Feb 2020 17:10:54 +0000 (17:10 +0000)]
retire in-tree GPL dtc devicetree compiler

Now that we no longer have GCC 4.2.1 in the tree and can assume FreeBSD
is being built with a C++11 compiler available, we can use BSDL dtc
unconditionally and retire the GPL dtc.

GPL dtc now has FreeBSD CI support via Cirrus-CI to help ensure it
continues to build/work on FreeBSD and is available in the ports tree
if needed.

The copy of (copyfree licensed) libfdt that we actually use is in
sys/contrib/libfdt so the extra copy under contrib/dtc/libfdt can be
removed along with the rest of the GPL dtc.

Reviewed by: kevans, ian, imp, manu, theraven
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23192

4 years agoFix the following -Werror warning from clang 10.0.0:
dim [Sat, 29 Feb 2020 14:11:27 +0000 (14:11 +0000)]
Fix the following -Werror warning from clang 10.0.0:

sys/arm64/arm64/identcpu.c:1170:5: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                                break;
                                ^
sys/arm64/arm64/identcpu.c:1168:4: note: previous statement is here
                        if (fv[j].desc[0] != '\0')
                        ^

The break should be after the if statement, indented one level less.

MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D23871

4 years agoremove contrib/gperf
emaste [Sat, 29 Feb 2020 13:25:38 +0000 (13:25 +0000)]
remove contrib/gperf

gperf was used only as a build tool for GCC, and is not needed after
r358454.

Sponsored by: The FreeBSD Foundation

4 years agoFix test cases after r358448
lwhsu [Sat, 29 Feb 2020 13:24:41 +0000 (13:24 +0000)]
Fix test cases after r358448

sbin.pfctl.pfctl_test.pf0087
sbin.pfctl.pfctl_test.selfpf0087

MFC with: r358448
Sponsored by: The FreeBSD Foundation

4 years agosrc.opts.mk: simplify Clang and lld bootstrap defaults
emaste [Sat, 29 Feb 2020 13:15:01 +0000 (13:15 +0000)]
src.opts.mk: simplify Clang and lld bootstrap defaults

With the retirement of GCC 4.2.1 we can assume the host compiler supports
C++11, and can simplify the Clang and LLD defaults.  Clang and lld are now
enabled by default everywhere, and are used as the bootstrap compiler and
linker for all targets except MIPS.

Sponsored by: The FreeBSD Foundation

4 years agoregen src.conf.5 after r358460, LLVM_LIBUNWIND option retirement
emaste [Sat, 29 Feb 2020 12:46:02 +0000 (12:46 +0000)]
regen src.conf.5 after r358460, LLVM_LIBUNWIND option retirement

4 years agoretire the LLVM_LIBUNWIND option
emaste [Sat, 29 Feb 2020 12:43:43 +0000 (12:43 +0000)]
retire the LLVM_LIBUNWIND option

LLVM's libunwind is used on all FreeBSD-supported CPU architectures and
is a required component.

Reviewed by: brooks (earlier)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23123

4 years agoRemove contrib/gcc and contrib/gcclibs
emaste [Sat, 29 Feb 2020 12:40:27 +0000 (12:40 +0000)]
Remove contrib/gcc and contrib/gcclibs

GCC 4.2.1 was disconnected from FreeBSD in r358454.

Sponsored by: The FreeBSD Foundation

4 years agoregen src.conf.5 after r358454, GCC 4.2.1 retirement
emaste [Sat, 29 Feb 2020 03:43:18 +0000 (03:43 +0000)]
regen src.conf.5 after r358454, GCC 4.2.1 retirement

4 years agoremove GCC 4.2.1 build infrastructure
emaste [Sat, 29 Feb 2020 03:25:51 +0000 (03:25 +0000)]
remove GCC 4.2.1 build infrastructure

As described in Warner's email message[1] to the FreeBSD-arch mailing
list we have reached GCC 4.2.1's retirement date.  At this time all
supported architectures either use in-tree Clang, or rely on external
toolchain (i.e., a contemporary GCC version from ports).

GCC 4.2.1 was released July 18, 2007 and was imported into FreeBSD later
that year, in r171825.  GCC has served us well, but version 4.2.1 is
obsolete and not used by default on any architecture in FreeBSD.  It
does not support modern C and does not support arm64 or RISC-V.

Thanks to everyone responsible for maintaining, updating, and testing
GCC in the FreeBSD base system over the years.

So long, and thanks for all the fish.

[1] https://lists.freebsd.org/pipermail/freebsd-arch/2020-January/019823.html

PR: 228919
Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23124

4 years agoProvide a lock free alternative to resolve bogus pages. This is not likely
jeff [Fri, 28 Feb 2020 21:42:48 +0000 (21:42 +0000)]
Provide a lock free alternative to resolve bogus pages.  This is not likely
to be much of a perf win, just a nice code simplification.

Reviewed by: markj, kib
Differential Revision: https://reviews.freebsd.org/D23866

4 years agommc: dwmmc: Fix off by one error
manu [Fri, 28 Feb 2020 21:31:40 +0000 (21:31 +0000)]
mmc: dwmmc: Fix off by one error

The IVAR_MAX_DATA is supposed to have the number of descriptor X the mmc
block size and desc_count contain all this information + 1.

Reported by: phk
MFC after: 1 week

4 years agoDefine SCTL_MASK32 when COMPAT_FREEBSD32 is defined.
brooks [Fri, 28 Feb 2020 21:13:15 +0000 (21:13 +0000)]
Define SCTL_MASK32 when COMPAT_FREEBSD32 is defined.

Remove the list of architectures and depend on COMPAT_FREEBSD32 which is
defined (if relevent) in opt_global.h and thus defined everywhere in
the kernel.

This is a minor change in behavior in that 32-bit compat for sysctls now
depends on COMPAT_FREEBSD32 rather than on the potential for 32-bit
compat support. The prior arrangement may have been part of an attempt
to allow 32-bit compat to be loadable, but such attempts are doomed to
failure (due to the fact that ioctls have no meaning without the
associated file descriptor) without vastly more refactoring and some
sort of COMPAT_FREEBSD32_SUPPORT option.

Reviewed by: jhb
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D23748

4 years ago/etc/services: attempt to bring the database to this century 1/2.
pfg [Fri, 28 Feb 2020 20:43:35 +0000 (20:43 +0000)]
/etc/services: attempt to bring the database to this century 1/2.

This is the result of splitting r358153 in two, in order to avoid a build
system bug and being able to merge the change to previous releases..

Document better this file, updating the URL to the IANA registry and closely
match the official services.

For system ports (0 to 1023) we now try to follow the registry closely, noting
some historical differences where applicable.

As a side effect: drop references to unofficial Kerberos IV which was EOL'ed
on Oct 2006[1]. While it is conceivable some people may still use it in some
very old FreeBSD machines that can't be replaced easily, the use of it is
considered a security risk. Also drop the unofficial netatalk, which we
supported long ago in the kernel but was dropped long ago.

Leave for now smtps, even though it conflicts with IANA's submissions.
The change should have very little visibility, if any, but should be a
step closer to the current IANA database.

[1] https://web.mit.edu/kerberos/krb4-end-of-life.html

MFC after: 2 weeks

4 years agoConvert a few triviail consumers to the new unlocked grab API.
jeff [Fri, 28 Feb 2020 20:34:30 +0000 (20:34 +0000)]
Convert a few triviail consumers to the new unlocked grab API.

Reviewed by: kib, markj
Differential Revision: https://reviews.freebsd.org/D23847

4 years agoUse unlocked grab for uipc_shm/tmpfs.
jeff [Fri, 28 Feb 2020 20:33:28 +0000 (20:33 +0000)]
Use unlocked grab for uipc_shm/tmpfs.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D23865

4 years agoSupport the NOCREAT flag for grab_valid_unlocked.
jeff [Fri, 28 Feb 2020 20:32:35 +0000 (20:32 +0000)]
Support the NOCREAT flag for grab_valid_unlocked.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D23865

4 years agoSimplify vref() code in object_reference. The local temporary is no longer
jeff [Fri, 28 Feb 2020 20:30:53 +0000 (20:30 +0000)]
Simplify vref() code in object_reference.  The local temporary is no longer
necessary.  Fix formatting errors.

Reported by: mjg
Discussed with: kib

4 years agoEliminate object locking in zfs where possible with the new lockless grab
jeff [Fri, 28 Feb 2020 20:29:53 +0000 (20:29 +0000)]
Eliminate object locking in zfs where possible with the new lockless grab
APIs.

Reviewed by: kib, markj, mmacy
Differential Revision: https://reviews.freebsd.org/D23848

4 years agoamd64 pmap.c: minor codegen optimization in flag access
rlibby [Fri, 28 Feb 2020 18:32:40 +0000 (18:32 +0000)]
amd64 pmap.c: minor codegen optimization in flag access

Following previous revision, apply the same minor optimization to
hand-rolled atomic_fcmpset_128 in pmap.c.

Reviewed by: kib, markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D23870

4 years agoamd64 atomic.h: minor codegen optimization in flag access
rlibby [Fri, 28 Feb 2020 18:32:36 +0000 (18:32 +0000)]
amd64 atomic.h: minor codegen optimization in flag access

Previously the pattern to extract status flags from inline assembly
blocks was to use setcc in the block to write the flag to a register.
This was suboptimal in a few ways:
 - It would lead to code like: sete %cl; test %cl; jne, i.e. a flag
   would just be loaded into a register and then reloaded to a flag.
 - The setcc would force the block to use an additional register.
 - If the client code didn't care for the flag value then the setcc
   would be entirely pointless but could not be eliminated by the
   optimizer.

A more modern inline asm construct (since gcc 6 and clang 9) allows for
"flag output operands", where a C variable can be written directly from
a flag.  The optimizer can then use this to produce direct code where
the flag does not take a trip through a register.

In practice this makes each affected operation sequence shorter by five
bytes of instructions.  It's unlikely this has a measurable performance
impact.

Reviewed by: kib, markj, mjg
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D23869

4 years agoFix r358436 to not declare kernel symbols when _KERNEL is not defined.
markj [Fri, 28 Feb 2020 17:38:31 +0000 (17:38 +0000)]
Fix r358436 to not declare kernel symbols when _KERNEL is not defined.

Reported by: Jenkins, Michael Butler
Pointy hat: markj

4 years agosy_call_t and systrace_args_func_t need to be visible to userspace.
markj [Fri, 28 Feb 2020 17:23:53 +0000 (17:23 +0000)]
sy_call_t and systrace_args_func_t need to be visible to userspace.

Reported by: Jenkins

4 years agoDo not load dtraceall.ko if dtrace.ko is already loaded.
markj [Fri, 28 Feb 2020 17:05:27 +0000 (17:05 +0000)]
Do not load dtraceall.ko if dtrace.ko is already loaded.

This was the intent of the existing code, but instead it would
unconditionally load dtraceall.ko because of a stale errno value.

Reported by: pho
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

4 years agoFix standalone builds of systrace.ko after r357912.
markj [Fri, 28 Feb 2020 17:05:04 +0000 (17:05 +0000)]
Fix standalone builds of systrace.ko after r357912.

Sponsored by: The FreeBSD Foundation

4 years agoClear systrace_args_func when systrace probes are disabled.
markj [Fri, 28 Feb 2020 17:04:36 +0000 (17:04 +0000)]
Clear systrace_args_func when systrace probes are disabled.

This function pointer is invalidated when systrace.ko is unloaded.

Reported by: pho
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

4 years agoAdd a blocking counter KPI.
markj [Fri, 28 Feb 2020 16:05:18 +0000 (16:05 +0000)]
Add a blocking counter KPI.

refcount(9) was recently extended to support waiting on a refcount to
drop to zero, as this was needed for a lockless VM object
paging-in-progress counter.  However, this adds overhead to all uses of
refcount(9) and doesn't really match traditional refcounting semantics:
once a counter has dropped to zero, the protected object may be freed at
any point and it is not safe to dereference the counter.

This change removes that extension and instead adds a new set of KPIs,
blockcount_*, for use by VM object PIP and busy.

Reviewed by: jeff, kib, mjg
Tested by: pho
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23723

4 years agoAdd Denverton UART PCI ID
jhibbits [Fri, 28 Feb 2020 15:59:35 +0000 (15:59 +0000)]
Add Denverton UART PCI ID

MFC after: 3 days
Sponsored by: Juniper Networks, Inc

4 years agodts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
manu [Fri, 28 Feb 2020 15:42:51 +0000 (15:42 +0000)]
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5

MFC after: 2 months

4 years agoDTS: Update the device-tree files to Linux 5.5
manu [Fri, 28 Feb 2020 15:14:48 +0000 (15:14 +0000)]
DTS: Update the device-tree files to Linux 5.5

4 years agomld6: initialize oifp to avoid bogus results/panics in edge cases
bz [Fri, 28 Feb 2020 11:16:41 +0000 (11:16 +0000)]
mld6: initialize oifp to avoid bogus results/panics in edge cases

In certain cases (probably not during normal operation but observed in
the lab during development) ip6_ouput() could return without error
and ifpp (&oifp) not updated.
Given oifp was never initialized we would take the later branch
as oifp was not NULL, and when calling icmp6_ifstat_inc() we would
panic dereferencing a garbage pointer.
For code stability initialize oifp to NULL before first use to always
have a deterministic value and not rely on a called function to behave
and always and for ever do the work for us as we hope for.

MFC after: 3 days
Sponsored by: Netflix

4 years agoarm: zynq: An SPI driver for Zynq platforms
manu [Fri, 28 Feb 2020 10:57:23 +0000 (10:57 +0000)]
arm: zynq: An SPI driver for Zynq platforms

Submitted by: Thomas Skibo
Differential Revision: https://reviews.freebsd.org/D23319

4 years agobsdinstall: remove the Italian mirror
philip [Fri, 28 Feb 2020 03:39:00 +0000 (03:39 +0000)]
bsdinstall: remove the Italian mirror

ftp.it.FreeBSD.org has been down for several years.

PR:             244481
Reported by:    xgeoplasma6@gmail.com
MFC after:      3 days

4 years agobsdconfig: remove the Italian mirror
philip [Fri, 28 Feb 2020 03:38:57 +0000 (03:38 +0000)]
bsdconfig: remove the Italian mirror

ftp.it.FreeBSD.org has been down for several years.

PR:             244481
Reported by:    xgeoplasma6@gmail.com
MFC after:      3 days

4 years agoThis is a FALLTHROUGH for sure. no need for xxx comment.
imp [Fri, 28 Feb 2020 01:18:11 +0000 (01:18 +0000)]
This is a FALLTHROUGH for sure. no need for xxx comment.

4 years agoRemove duplicated ATA_CHECK_POWER_MODE
imp [Fri, 28 Feb 2020 01:02:01 +0000 (01:02 +0000)]
Remove duplicated ATA_CHECK_POWER_MODE

4 years agoRename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.
jhb [Fri, 28 Feb 2020 00:42:27 +0000 (00:42 +0000)]
Rename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.

This more clearly differentiates TLS records encrypted and decrypted
in TOE connections from those encrypted via NIC TLS.

MFC after: 1 week
Sponsored by: Chelsio Communications

4 years agoRemove trailing whitespace.
brooks [Thu, 27 Feb 2020 23:06:40 +0000 (23:06 +0000)]
Remove trailing whitespace.

4 years agoPlug possible memory leaks in the previous patch.
jkim [Thu, 27 Feb 2020 23:06:12 +0000 (23:06 +0000)]
Plug possible memory leaks in the previous patch.

Two DH_free() calls were accidentally removed.

Pointyhat to: jkim

4 years agoDo not free p and g parameters after calling DH_set0_pqg(3).
jkim [Thu, 27 Feb 2020 22:36:16 +0000 (22:36 +0000)]
Do not free p and g parameters after calling DH_set0_pqg(3).

It is specifically mentioned in the manual page.  Note it has no functional
change in reality because DH_set0_pqg() cannot fail when both p and g are
not NULL.

4 years agoFix style inconsistencies near our OpenSSL 1.1.x patch.
jkim [Thu, 27 Feb 2020 22:02:00 +0000 (22:02 +0000)]
Fix style inconsistencies near our OpenSSL 1.1.x patch.

4 years agoFix a white space.
jkim [Thu, 27 Feb 2020 20:46:30 +0000 (20:46 +0000)]
Fix a white space.

4 years agoriscv: Add a GENERIC-NODEBUG (copied from amd64)
brooks [Thu, 27 Feb 2020 20:26:37 +0000 (20:26 +0000)]
riscv: Add a GENERIC-NODEBUG (copied from amd64)

Sponsored by: DARPA

4 years agoMerge commit 7214f7a79 from llvm git (by Sam Elliott):
brooks [Thu, 27 Feb 2020 20:08:46 +0000 (20:08 +0000)]
Merge commit 7214f7a79 from llvm git (by Sam Elliott):

  [RISCV] Lower llvm.trap and llvm.debugtrap

  Summary:
  Until this commit, these have lowered to a call to abort().

  `llvm.trap()` now lowers to `unimp`, which should trap on all systems.

  `llvm.debugtrap()` now lowers to `ebreak`, which is exactly what this
  instruction is for.

  Reviewers: asb, luismarques

  Reviewed By: asb

  Tags: #llvm

  Differential Revision: https://reviews.llvm.org/D69390

This fixes miscompilation resulting in linking failures with
INVARIANTS disabled.

Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D23857

4 years agoMerge r358406 from the clang1000-import branch:
dim [Thu, 27 Feb 2020 19:59:17 +0000 (19:59 +0000)]
Merge r358406 from the clang1000-import branch:

Fix the following -Werror warning from clang 10.0.0:

sys/arm/arm/identcpu-v6.c:227:5: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                                if (val & CPUV7_CT_CTYPE_RA)
                                ^
sys/arm/arm/identcpu-v6.c:225:4: note: previous statement is here
                        if (val & CPUV7_CT_CTYPE_WB)
                        ^

This was due to an accidentally inserted tab before the if statement.

MFC after: 3 days

4 years agoFix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.
hrs [Thu, 27 Feb 2020 19:49:59 +0000 (19:49 +0000)]
Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.

ftp(1) from vendor/tnftp always tried the following for
every TCP connection:

1. Get the current buffer length of SO_SNDBUF and SO_RCVBUF
   by getsockopt(2).

2. Invoke setsockopt(2) to set them to the same values
   after checking if they are in a range between 8 KiB to 8 MiB.

This behavior broke dynamic buffer sizing enabled by
default (net.inet.tcp.{recv,send}buf_auto sysctls) and
led to a very poor transfer rate.  The fetch(1) utility
does not have this problem.

This change prevents SO_SNDBUF and SO_RCVBUF from configuring
when the buffer auto-sizing is enabled unless the buffer sizes are
explicitly specified.

PR: 240827
Spotted by: Yuichiro NAITO
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D23732

4 years agoFix broken STARTTLS when SharedMemoryKey is enabled.
hrs [Thu, 27 Feb 2020 19:40:29 +0000 (19:40 +0000)]
Fix broken STARTTLS when SharedMemoryKey is enabled.

OpenSSL 1.1 API patch for sendmail had a bug which
prevented sm_RSA_generate_key() function from working.
This function is used to generate a temporary RSA key
for a shared memory region used for TLS processing.
Note that 12.0 and 12.1-RELEASE include this bug.

This affects only if SM_CONF_SHM compile-time
option (enabled by default) and SharedMemoryKey
run-time option (not enabled by default) in a .cf file are
specified.  The latter corresponds to confSHARED_MEMORY_KEY in
a .mc file.

PR: 242861
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D23734

4 years agoMake linuxulator warn about unsupported getsockopt/setsockopt flags.
trasz [Thu, 27 Feb 2020 19:40:20 +0000 (19:40 +0000)]
Make linuxulator warn about unsupported getsockopt/setsockopt flags.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D23791

4 years agoAdd MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.
hrs [Thu, 27 Feb 2020 19:35:17 +0000 (19:35 +0000)]
Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.

Reviewed by: imp
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D23807

4 years agoSimplify lazy advance with a 64bit atomic cmpset.
jeff [Thu, 27 Feb 2020 19:05:26 +0000 (19:05 +0000)]
Simplify lazy advance with a 64bit atomic cmpset.

This provides the potential to force a lazy (tick based) SMR to advance
when there are blocking waiters by decoupling the wr_seq value from the
ticks value.

Add some missing compiler barriers.

Reviewed by: rlibby
Differential Revision: https://reviews.freebsd.org/D23825

4 years agoAdd workaround for models which do not follow the ACPI specification strictly.
hrs [Thu, 27 Feb 2020 17:13:57 +0000 (17:13 +0000)]
Add workaround for models which do not follow the ACPI specification strictly.
Extra objects are now simply ignored instead of rejecting everything.

4 years agoUse stream_read() to read all 12 bytes of the RFB client version.
jhb [Thu, 27 Feb 2020 16:51:41 +0000 (16:51 +0000)]
Use stream_read() to read all 12 bytes of the RFB client version.

read() can return a short read, whereas stream_read() waits until the
full version string is read.

Submitted by: Ka Ho Ng <khng300_gmail.com>
Reviewed by: grehan
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D23591

4 years agoBetter check for floating point type.
imp [Thu, 27 Feb 2020 15:34:30 +0000 (15:34 +0000)]
Better check for floating point type.

Use __riscv_flen instead of __riscv_float_abi_soft. While the latter works for
userland (and one could argue it's more correct), it fails for the kernel. We
compile the kernel with -mabi=lp64 (eg soft float abi) to avoid floating point
instructions in the kernel. We also compile the kernel -march=rv64imafdc for
hard float kernels (eg those with options FPE), but with -march=rv64imac for
softfloat kernels (eg those with FPE). Since we do this, in the kernel (as in
userland) __riscv_flen will be defined for 'riscv64' and not for 'riscv64sf'.

This also removes the -DMACHINE_ARCH hack now that it's no longer needed.

Longer term, we should return the ABI from the sysctl hw.machine_arch like on
amd64 for i386 binaries.

Suggested by: mhorne@
Differential Revision: https://reviews.freebsd.org/D23813

4 years ago_Static_assert is to be preferred to CTASSERT.
imp [Thu, 27 Feb 2020 15:30:13 +0000 (15:30 +0000)]
_Static_assert is to be preferred to CTASSERT.

Document the existing prefernce that _Static_assert be used in preference to the
old CTASSERT we used to use for compile time assertions.

4 years agoRemove FreeBSD 4 support
imp [Thu, 27 Feb 2020 15:25:31 +0000 (15:25 +0000)]
Remove FreeBSD 4 support

4 years agoRemove FreeBSD 7-9 support from oce
imp [Thu, 27 Feb 2020 15:25:26 +0000 (15:25 +0000)]
Remove FreeBSD 7-9 support from oce

Use newer pci_find_cap API now that the need to remap the old API is gone.

4 years agoRemove support for FreeBSD 7 and 8
imp [Thu, 27 Feb 2020 15:25:21 +0000 (15:25 +0000)]
Remove support for FreeBSD 7 and 8

Also, unifdef -DSFXGE_HAVE_DESCRIBE_INTR since it's now always defined.

4 years agoExtend the range of the return value from nsecs_to_jiffies64() to support
hselasky [Thu, 27 Feb 2020 15:21:05 +0000 (15:21 +0000)]
Extend the range of the return value from nsecs_to_jiffies64() to support
Mesa's drm_syncobj usage, in the LinuxKPI.

While at it optimise the jiffies conversion functions to avoid repeated
and constant calculations.

Submitted by: Greg V <greg@unrelenting.technology>
Differential Revision: https://reviews.freebsd.org/D23846
MFC after: 1 week
Sponsored by: Mellanox Technologies

4 years agoremove stray space symbol in r358380
avg [Thu, 27 Feb 2020 14:27:42 +0000 (14:27 +0000)]
remove stray space symbol in r358380

MFC after: 1 week
X-MFC with: r358380

4 years agouse ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset names
avg [Thu, 27 Feb 2020 14:21:01 +0000 (14:21 +0000)]
use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset names

The change affects only FreeBSD specific code as the common code already
mostly uses the more idiomatic and correct ZFS_MAX_DATASET_NAME_LEN.

MFC after: 1 week

4 years agodsl_dataset_promote_sync: populate 'oldname' before using it
avg [Thu, 27 Feb 2020 14:12:43 +0000 (14:12 +0000)]
dsl_dataset_promote_sync: populate 'oldname' before using it

It's very unlikely that zfsvfs_update_fromname() and
zvol_rename_minors() ever did anything during the promote operation as
the old name was not initialized.

MFC after: 1 week

4 years agoMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)
kaktus [Thu, 27 Feb 2020 13:12:14 +0000 (13:12 +0000)]
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE.  All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Reviewed by: cem
Approved by: csprng, kib (mentor, blanket)
Differential Revision: https://reviews.freebsd.org/D23841

4 years agoUpdate pci_vendors to 2020.02.22
bapt [Thu, 27 Feb 2020 11:23:44 +0000 (11:23 +0000)]
Update pci_vendors to 2020.02.22

MFC after: 2 days

4 years agoA pair of performance improvements.
jeff [Thu, 27 Feb 2020 08:23:10 +0000 (08:23 +0000)]
A pair of performance improvements.

Swap buckets on free as well as alloc so that alloc is always the most
cache-hot data.

When selecting a zone domain for the round-robin bucket cache use the
local domain unless there is a severe imbalance.  This does not affinitize
memory, only locks and queues.

Reviewed by: markj, rlibby
Differential Revision: https://reviews.freebsd.org/D23824

4 years agoAdd a quirk for the WDC Green series of SSDs to disable NCQ TRIM, as this
scottl [Thu, 27 Feb 2020 05:00:21 +0000 (05:00 +0000)]
Add a quirk for the WDC Green series of SSDs to disable NCQ TRIM, as this
avoids silent data corruption.

PR: 225666
Submitted by: anders lundgren
MFC after: 3 days

4 years agoRemove now empty sparc64 directories (oh, and stand/sparc64 files)
imp [Thu, 27 Feb 2020 04:47:12 +0000 (04:47 +0000)]
Remove now empty sparc64 directories (oh, and stand/sparc64 files)

4 years agoRemove libthr, csu, libthread_db and testfloat sparc64 specific directories.
imp [Thu, 27 Feb 2020 04:44:58 +0000 (04:44 +0000)]
Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.

Submitted by: kib@ (libthr)

4 years agoAdd unlocked grab* function variants that use lockless radix code to
jeff [Thu, 27 Feb 2020 02:37:27 +0000 (02:37 +0000)]
Add unlocked grab* function variants that use lockless radix code to
lookup pages.  These variants will fall back to their locked counterparts
if the page is not present.

Discussed with: kib, markj
Differential Revision: https://reviews.freebsd.org/D23449

4 years agoRemove sparc64 source files from rtld-elf
imp [Wed, 26 Feb 2020 23:17:16 +0000 (23:17 +0000)]
Remove sparc64 source files from rtld-elf

These were missed in the prior sweep.

Submitted by: jhb@