Author: rpokala
Date: Fri Jun 19 07:07:10 2020
New Revision: 362368
URL: https://svnweb.freebsd.org/changeset/base/362368
Log:
MFC r362078:
Decode the "LACP Fast Timeout" LAGG option flag
r286700 added the "lacp_fast_timeout" option to `ifconfig', but we forgot to
include the new opt
Author: salvadore (ports committer)
Date: Fri Jun 19 09:27:58 2020
New Revision: 362369
URL: https://svnweb.freebsd.org/changeset/base/362369
Log:
bin/ps: Make the rtprio option actually show realtime priorities
Fix the rtprio option that for some reason was progessively becoming an
optio
On Fri, Jun 19, 2020 at 11:32 AM Mark Johnston wrote:
>
> Author: markj
> Date: Fri Jun 19 03:32:04 2020
> New Revision: 362361
> URL: https://svnweb.freebsd.org/changeset/base/362361
>
> Log:
> Add a helper function for validating VA ranges.
>
> Functions which take untrusted user ranges must
Author: kib
Date: Fri Jun 19 10:33:45 2020
New Revision: 362370
URL: https://svnweb.freebsd.org/changeset/base/362370
Log:
MFC r362128:
rtld: set osrel when in the direct exec mode.
Modified:
stable/12/libexec/rtld-elf/rtld.c
Directory Properties:
stable/12/ (props changed)
Modified: s
Author: markj
Date: Fri Jun 19 11:04:49 2020
New Revision: 362371
URL: https://svnweb.freebsd.org/changeset/base/362371
Log:
Revert r362360.
This commit was simply wrong since two different objects are locked.
Reported by: lwhsu, pho
Pointy hat: markj
Modified:
head/sys/vm/vm_o
On Fri, Jun 19, 2020 at 06:02:18PM +0800, Li-Wen Hsu wrote:
> On Fri, Jun 19, 2020 at 11:32 AM Mark Johnston wrote:
> >
> > Author: markj
> > Date: Fri Jun 19 03:32:04 2020
> > New Revision: 362361
> > URL: https://svnweb.freebsd.org/changeset/base/362361
> >
> > Log:
> > Add a helper function f
Author: kib
Date: Fri Jun 19 11:11:52 2020
New Revision: 362372
URL: https://svnweb.freebsd.org/changeset/base/362372
Log:
MFC r348130 (by cem):
Decode and name additional x86 feature bits.
Modified:
stable/12/sys/x86/include/specialreg.h
stable/12/sys/x86/x86/identcpu.c
Directory Propert
Author: kib
Date: Fri Jun 19 11:24:30 2020
New Revision: 362373
URL: https://svnweb.freebsd.org/changeset/base/362373
Log:
MFC r340716 (by bwidawsk):
Add definitions for Intel Speed Shift.
Modified:
stable/12/sys/x86/include/specialreg.h
Directory Properties:
stable/12/ (props changed)
Author: kib
Date: Fri Jun 19 11:32:42 2020
New Revision: 362374
URL: https://svnweb.freebsd.org/changeset/base/362374
Log:
MFC r362129:
x86: add bits definitions for SRBDS mitigation control.
Modified:
stable/12/sys/x86/include/specialreg.h
stable/12/sys/x86/x86/identcpu.c
Directory Prope
Author: freqlabs
Date: Fri Jun 19 11:45:12 2020
New Revision: 362375
URL: https://svnweb.freebsd.org/changeset/base/362375
Log:
MFC r362252:
Apply default security flavor in vfs_export
Reported by:npn
Reviewed by:rmacklem
Approved by:mav (mentor)
Sponsored by: iXsys
Author: freqlabs
Date: Fri Jun 19 11:45:12 2020
New Revision: 362375
URL: https://svnweb.freebsd.org/changeset/base/362375
Log:
MFC r362252:
Apply default security flavor in vfs_export
Reported by:npn
Reviewed by:rmacklem
Approved by:mav (mentor)
Sponsored by: iXsys
Author: kib
Date: Fri Jun 19 11:47:40 2020
New Revision: 362376
URL: https://svnweb.freebsd.org/changeset/base/362376
Log:
MFC r362130:
Control for Special Register Buffer Data Sampling mitigation.
Modified:
stable/12/sys/amd64/amd64/initcpu.c
stable/12/sys/amd64/amd64/machdep.c
stable/
Author: tuexen
Date: Fri Jun 19 12:35:29 2020
New Revision: 362377
URL: https://svnweb.freebsd.org/changeset/base/362377
Log:
Remove last argument of sctp_addr_mgmt_ep_sa(), since it is not used.
MFC after:1 week
Modified:
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sct
Author: kib
Date: Fri Jun 19 12:38:27 2020
New Revision: 362378
URL: https://svnweb.freebsd.org/changeset/base/362378
Log:
MFC r362128:
rtld: set osrel when in the direct exec mode.
Modified:
stable/11/libexec/rtld-elf/rtld.c
Directory Properties:
stable/11/ (props changed)
Modified: s
Author: thj
Date: Fri Jun 19 13:09:00 2020
New Revision: 362379
URL: https://svnweb.freebsd.org/changeset/base/362379
Log:
Fix typo in apic.4
Reviewed by: bcr (manpages)
Approved by: jtl (co-mentor)
MFC after:3 days
Differential Revision:https://reviews.freebsd.org/D2535
Author: kib
Date: Fri Jun 19 13:46:06 2020
New Revision: 362380
URL: https://svnweb.freebsd.org/changeset/base/362380
Log:
MFC r340716 (by bwidawsk):
Add definitions for Intel Speed Shift.
Modified:
stable/11/sys/x86/include/specialreg.h
Directory Properties:
stable/11/ (props changed)
Author: kib
Date: Fri Jun 19 13:46:45 2020
New Revision: 362381
URL: https://svnweb.freebsd.org/changeset/base/362381
Log:
MFC r348130 (by cem):
Decode and name additional x86 feature bits.
Modified:
stable/11/sys/x86/include/specialreg.h
stable/11/sys/x86/x86/identcpu.c
Directory Propert
Author: kib
Date: Fri Jun 19 13:47:40 2020
New Revision: 362382
URL: https://svnweb.freebsd.org/changeset/base/362382
Log:
MFC r362129:
x86: add bits definitions for SRBDS mitigation control.
Modified:
stable/11/sys/x86/include/specialreg.h
stable/11/sys/x86/x86/identcpu.c
Directory Prope
Author: kib
Date: Fri Jun 19 13:48:23 2020
New Revision: 362383
URL: https://svnweb.freebsd.org/changeset/base/362383
Log:
MFC r362130:
Control for Special Register Buffer Data Sampling mitigation.
Modified:
stable/11/sys/amd64/amd64/initcpu.c
stable/11/sys/amd64/amd64/machdep.c
stable/
Author: mmel
Date: Fri Jun 19 14:28:56 2020
New Revision: 362384
URL: https://svnweb.freebsd.org/changeset/base/362384
Log:
Add DTB files for ARMADA 8040 based boards.
MFC after:2 weeks
Modified:
head/sys/modules/dtb/mv/Makefile
Modified: head/sys/modules/dtb/mv/Makefile
===
On 6/18/20 10:53 AM, Conrad Meyer wrote:
> On Thu, Jun 18, 2020 at 10:19 AM John Baldwin wrote:
>>
>> On 6/17/20 5:48 PM, Conrad Meyer wrote:
>>> db_printf checks the pager, via db_putc.
>>
>> It doesn't break out of the loops for you though (e.g. via setjmp or the
>> like). Commands still have t
Author: mmel
Date: Fri Jun 19 15:21:33 2020
New Revision: 362385
URL: https://svnweb.freebsd.org/changeset/base/362385
Log:
Add specialized gpio driver for ARMADA 8k SoC.
Older marvell gpio blocks are to different for reusing/enhancing
existing frivers.
MFC after:2 weeks
Added:
h
Author: mmel
Date: Fri Jun 19 15:32:55 2020
New Revision: 362386
URL: https://svnweb.freebsd.org/changeset/base/362386
Log:
Add specific stub for ARMADA 8k SoC to Marvell RTC driver.
The AXI bridge is different between ARMADA 38x and 8K, and both platforms
needs specific setup to mitigate HW
On 6/18/20 12:32 PM, Mark Johnston wrote:
> Author: markj
> Date: Thu Jun 18 19:32:34 2020
> New Revision: 362338
> URL: https://svnweb.freebsd.org/changeset/base/362338
>
> Log:
> Add the SCTP_SUPPORT kernel option.
>
> This is in preparation for enabling a loadable SCTP stack. Analogous
Author: mmel
Date: Fri Jun 19 16:15:06 2020
New Revision: 362387
URL: https://svnweb.freebsd.org/changeset/base/362387
Log:
Improve DesignWare PCIe driver:
- only normal memory window is mandatory, prefetchable memory and
I/O windows should be optional
- full PCIe configuration space is
Author: mmel
Date: Fri Jun 19 16:26:42 2020
New Revision: 362388
URL: https://svnweb.freebsd.org/changeset/base/362388
Log:
Use native-sized accesses when accessing memory from kdb.
Not all MMIO mapped devices supports byte access.
MFC after:4 weeks
Modified:
head/sys/arm64/arm64/d
Author: mmel
Date: Fri Jun 19 17:25:54 2020
New Revision: 362389
URL: https://svnweb.freebsd.org/changeset/base/362389
Log:
diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.c
index 06a29fefbdd..571fc00f6c1 100644
--- a/sys/dev/pci/pci_dw_mv.c
+++ b/sys/dev/pci/pci_dw_mv.c
@@
Author: lwhsu
Date: Fri Jun 19 17:32:30 2020
New Revision: 362390
URL: https://svnweb.freebsd.org/changeset/base/362390
Log:
Skip ufs related tests in fstyp(8) and makefs(8) temporarily
They are failing after r362358 and r362359.
PR: 247425
Sponsored by: The FreeBSD Foundat
Author: mmel
Date: Fri Jun 19 17:32:50 2020
New Revision: 362391
URL: https://svnweb.freebsd.org/changeset/base/362391
Log:
Revert r362389, it was committed with .diff instead of .txt as
commit log.
Modified:
head/sys/dev/pci/pci_dw_mv.c
Modified: head/sys/dev/pci/pci_dw_mv.c
=
Author: mmel
Date: Fri Jun 19 17:33:54 2020
New Revision: 362392
URL: https://svnweb.freebsd.org/changeset/base/362392
Log:
Adapt ARMADA8k PCIe driver to newly imported 5.7 DT.
- temporarily disable handling with phy, we don't have driver for it yet
- always clear cause for administartive in
Author: manu
Date: Fri Jun 19 17:49:49 2020
New Revision: 362393
URL: https://svnweb.freebsd.org/changeset/base/362393
Log:
MFC r356803:
regulator_fixed: Add a get_voltage method
Some consumer cannot know the voltage of the regulator without it.
While here, refuse to attach is min_vo
Author: manu
Date: Fri Jun 19 17:52:48 2020
New Revision: 362394
URL: https://svnweb.freebsd.org/changeset/base/362394
Log:
MFC r358450, r358635
r358450:
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_co
Author: manu
Date: Fri Jun 19 17:56:05 2020
New Revision: 362395
URL: https://svnweb.freebsd.org/changeset/base/362395
Log:
MFC r359805:
gpioctl: Print interrupts capabilities
GPIO drivers who supports interrupts report them in the caps
(obtain via the getcaps method) but gpioctl doe
Author: allanjude
Date: Fri Jun 19 17:59:55 2020
New Revision: 362396
URL: https://svnweb.freebsd.org/changeset/base/362396
Log:
ZFS: Allow setting checksum=skein on boot pools
PR: 245889
Reported by: delphij
Sponsored by: Klara Inc.
Modified:
head/cddl/contrib/opensolaris
Author: andrew
Date: Fri Jun 19 18:00:20 2020
New Revision: 362397
URL: https://svnweb.freebsd.org/changeset/base/362397
Log:
Use the correct address when creating pci resources
When the PCI and CPU physical addresses are identical it doesn't matter
which is used to create the resources,
Author: manu
Date: Fri Jun 19 18:02:29 2020
New Revision: 362398
URL: https://svnweb.freebsd.org/changeset/base/362398
Log:
MFC r359806:
arm: am335x: Honor pmic option ti,pmic-shutdown-controller
Honor ti,pmic-shutdown-controller option in DTS
Tested on stable r359316 @ Sleep mode
Author: mmel
Date: Fri Jun 19 18:04:41 2020
New Revision: 362399
URL: https://svnweb.freebsd.org/changeset/base/362399
Log:
Use naming nomenclature used in DesignWare TRM.
Use naming nomenclature used in DesignWare TRM.
This driver was written by using Altera (now Intel) documentation for Ar
Author: manu
Date: Fri Jun 19 18:05:14 2020
New Revision: 362400
URL: https://svnweb.freebsd.org/changeset/base/362400
Log:
MFC r359924-r359925, r359927, r359932, r359965
r359924:
Those functions are here to help fdt mmc controller drivers to parse
the dts to find the supported speeds a
Author: manu
Date: Fri Jun 19 18:10:39 2020
New Revision: 362401
URL: https://svnweb.freebsd.org/changeset/base/362401
Log:
MFC r360008-r360009, r360011
r360008:
mmc_fdt_helpers: Always init the timout
We use the taskqueue to schedule card detection so always init it.
This is a pro
Author: manu
Date: Fri Jun 19 18:14:45 2020
New Revision: 362402
URL: https://svnweb.freebsd.org/changeset/base/362402
Log:
MFC r360007:
Revert r359965
This cause board without a cd-gpio to not schedule a card detection.
Modified:
stable/12/sys/dev/mmc/mmc_fdt_helpers.c
Directory Pr
Author: manu
Date: Fri Jun 19 18:25:27 2020
New Revision: 362403
URL: https://svnweb.freebsd.org/changeset/base/362403
Log:
MFC r350166:
arm64: Implement HWCAP
Add HWCAP support for arm64.
defines are the same as in Linux and a userland program can use
elf_aux_info to get the data.
Author: manu
Date: Fri Jun 19 18:27:22 2020
New Revision: 362404
URL: https://svnweb.freebsd.org/changeset/base/362404
Log:
MFC r360013, r360018, r360021
r360013:
arm: Fix duplicate ehci DRIVER_MODULE
Name each ehci driver uniquely.
This remove the warning printed at each arm boot
Author: mmel
Date: Fri Jun 19 18:34:27 2020
New Revision: 362405
URL: https://svnweb.freebsd.org/changeset/base/362405
Log:
Finish renaming in if_dwc.
By using DWC TRM terminology, normal descriptor format should be named
extended and alternate descriptor format should be named normal.
Author: bdragon
Date: Fri Jun 19 18:36:10 2020
New Revision: 362406
URL: https://svnweb.freebsd.org/changeset/base/362406
Log:
[PowerPC] De-giant powermac_nvram, update documentation
* Remove the giant lock requirement from powermac_nvram.
* Update manual pages to reflect current state.
Author: bdragon
Date: Fri Jun 19 18:40:39 2020
New Revision: 362407
URL: https://svnweb.freebsd.org/changeset/base/362407
Log:
[PowerPC] Fix booke64 qemu infinite loop in L2 cache enable
Since qemu does not implement the L2 cache, we get stuck forever waiting
for a bit to be set when tryi
Author: manu
Date: Fri Jun 19 18:43:02 2020
New Revision: 362408
URL: https://svnweb.freebsd.org/changeset/base/362408
Log:
MFC r358430, r359934-r359936, r359939, r359969, r360093
r358430:
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
r359934:
dts: Import DTS from
Author: bdragon
Date: Fri Jun 19 18:43:13 2020
New Revision: 362409
URL: https://svnweb.freebsd.org/changeset/base/362409
Log:
[PowerPC] Add virtio to GENERIC
Due to kldxref not being able to generate hints for nonnative platforms,
any cross built VM images do not have /boot/kernel/linker
Author: manu
Date: Fri Jun 19 18:53:32 2020
New Revision: 362410
URL: https://svnweb.freebsd.org/changeset/base/362410
Log:
MFC r360228:
arm64: rockchip: Fix TSADC on RK3328
The TSADC familiy is a little bit more complex than V2 and V3.
Early revision do not use syscon and do not use
Author: manu
Date: Fri Jun 19 18:54:55 2020
New Revision: 362411
URL: https://svnweb.freebsd.org/changeset/base/362411
Log:
MFC r360311:
arm64: rockchip: rk805: Use a tailq for the attached regulator
Store the attached regulator in a tailq to later find them in ofw_map.
While here, d
Author: allanjude
Date: Fri Jun 19 19:16:25 2020
New Revision: 362412
URL: https://svnweb.freebsd.org/changeset/base/362412
Log:
md5(1): fix -c flag to work with input on stdin
Previously, the -p and -c flags were ignored when reading from stdin
Additionally, -s and -c can be used togethe
Author: manu
Date: Fri Jun 19 19:24:36 2020
New Revision: 362413
URL: https://svnweb.freebsd.org/changeset/base/362413
Log:
MFC r360271-r360272, r360321
r360271:
Add support for generating release images using GPT for ARM
Submitted by: Daniel Engberg (Original version)
Differential
Author: manu
Date: Fri Jun 19 19:25:47 2020
New Revision: 362414
URL: https://svnweb.freebsd.org/changeset/base/362414
Log:
MFC r361980, r362010
r361980:
release: amd64 efi boot name is bootx64
efi_boot_name is just used for arm image so no harm done.
Reported by: gonzo
r3
Author: mmel
Date: Fri Jun 19 19:26:55 2020
New Revision: 362415
URL: https://svnweb.freebsd.org/changeset/base/362415
Log:
Improve if_dwc:
- refactorize packet receive path. Make sure that we don't leak mbufs
and/or that we don't create holes in RX descriptor ring
- slightly simplify
Author: trasz
Date: Fri Jun 19 19:33:06 2020
New Revision: 362416
URL: https://svnweb.freebsd.org/changeset/base/362416
Log:
Add warnings for unsupported Linux clockids.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/
Author: manu
Date: Fri Jun 19 19:33:19 2020
New Revision: 362417
URL: https://svnweb.freebsd.org/changeset/base/362417
Log:
MFC r361964:
coufreq_dt: Rename DEBUG to DPRINTF
DEBUG is a kernel configuration flag and if used cpufreq_dt.c will fail the
build of kernel.
PR:
On Fri, Jun 19, 2020 at 06:04:41PM +, Michal Meloun wrote:
> New Revision: 362399
> URL: https://svnweb.freebsd.org/changeset/base/362399
>
> Log:
> Use naming nomenclature used in DesignWare TRM.
> Use naming nomenclature used in DesignWare TRM.
Please trim repeated lines from the commit
Author: mckusick
Date: Fri Jun 19 23:32:40 2020
New Revision: 362418
URL: https://svnweb.freebsd.org/changeset/base/362418
Log:
Allocate an fs_summary_info structure when creating a UFS filesystem
needed since introduced in -r362358.
PR: 247425
Sponsored by: Netflix
Modified:
Author: imp
Date: Sat Jun 20 04:07:44 2020
New Revision: 362420
URL: https://svnweb.freebsd.org/changeset/base/362420
Log:
Correct 1BSD release date.
The Quarter Century of Unix book said that 1BSD was released March 1979.
However, the 1BSD tape image that's on Kirk's historical unix coll
Author: kevans
Date: Sat Jun 20 04:07:58 2020
New Revision: 362421
URL: https://svnweb.freebsd.org/changeset/base/362421
Log:
raspberry pi 4: cpufreq support
The submitter notes that the bcm2835_cpufreq driver really just needs the
rpi4 compat string added to it; powerd subsequently works
Author: imp
Date: Sat Jun 20 04:07:23 2020
New Revision: 362419
URL: https://svnweb.freebsd.org/changeset/base/362419
Log:
Use the more descriptive src_ccb and dst_ccb for the two ccbs being merged.
MFC after: 1 week
Modified:
head/sys/cam/cam_xpt.c
head/sys/cam/cam_xpt.h
Modified: he
Author: imp
Date: Sat Jun 20 04:19:17 2020
New Revision: 362422
URL: https://svnweb.freebsd.org/changeset/base/362422
Log:
Increase the whimsy in this file by famring dump's work out to minions. Adjust
variables accordingly. Thankfully, we are able to do this without additional
banana expend
Author: kib
Date: Sat Jun 20 04:23:57 2020
New Revision: 362423
URL: https://svnweb.freebsd.org/changeset/base/362423
Log:
MFC r362152:
Fix ldd for PIE binaries after rtld stopped accepting binaries for dlopen.
Modified:
stable/12/usr.bin/ldd/ldd.c
Directory Properties:
stable/12/ (prop
Author: kib
Date: Sat Jun 20 04:26:05 2020
New Revision: 362424
URL: https://svnweb.freebsd.org/changeset/base/362424
Log:
MFC r362150:
procctl(2): consistently refer to the data pointer as 'data'.
Modified:
stable/12/lib/libc/sys/procctl.2
Directory Properties:
stable/12/ (props change
Author: kib
Date: Sat Jun 20 04:27:38 2020
New Revision: 362425
URL: https://svnweb.freebsd.org/changeset/base/362425
Log:
MFC r362151:
procctl(2): document PROC_KPTI
Modified:
stable/12/lib/libc/sys/procctl.2
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/lib
Author: kib
Date: Sat Jun 20 04:39:52 2020
New Revision: 362426
URL: https://svnweb.freebsd.org/changeset/base/362426
Log:
MFC r311286:
The callers of kern_getfsstat(UIO_SYSSPACE) expect that *buf always
returns memory which must be freed, regardless of the error. Assign
NULL to *buf in c
Author: kib
Date: Sat Jun 20 04:41:04 2020
New Revision: 362427
URL: https://svnweb.freebsd.org/changeset/base/362427
Log:
MFC r362152:
Fix ldd for PIE binaries after rtld stopped accepting binaries for dlopen.
Modified:
stable/11/usr.bin/ldd/ldd.c
Directory Properties:
stable/11/ (prop
Author: kib
Date: Sat Jun 20 04:42:24 2020
New Revision: 362428
URL: https://svnweb.freebsd.org/changeset/base/362428
Log:
MFC r362150:
procctl(2): consistently refer to the data pointer as 'data'.
Modified:
stable/11/lib/libc/sys/procctl.2
Directory Properties:
stable/11/ (props change
On Sat, Jun 20, 2020 at 04:07:44AM +, Warner Losh wrote:
> New Revision: 362420
> URL: https://svnweb.freebsd.org/changeset/base/362420
>
> Log:
> Correct 1BSD release date.
>
> The Quarter Century of Unix book said that 1BSD was released March 1979.
> However, the 1BSD tape image tha
Author: pstef
Date: Sat Jun 20 06:10:42 2020
New Revision: 362429
URL: https://svnweb.freebsd.org/changeset/base/362429
Log:
libutil: remove extraneous ": " from error messages
Each of the err() family of functions already takes care of that.
Modified:
head/lib/libutil/gr_util.c
head/l
Author: pstef
Date: Sat Jun 20 06:20:00 2020
New Revision: 362430
URL: https://svnweb.freebsd.org/changeset/base/362430
Log:
Make vipw error message less cryptic
Unable to find an editor, vipw would give this error:
# env EDITOR=fnord vipw
vipw: pw_edit(): No such file or directory
Author: tsoome
Date: Sat Jun 20 06:23:31 2020
New Revision: 362431
URL: https://svnweb.freebsd.org/changeset/base/362431
Log:
loader: create single zfs nextboot implementation
We should have nextboot feature implemented in libsa zfs code.
To get there, I have created zfs_nextboot() implem
71 matches
Mail list logo