On Thu, 15 Oct 2020 at 06:59, Enji Cooper wrote:
>
>
> > On Oct 14, 2020, at 5:28 AM, Alex Richardson
> > wrote:
> >
> > Author: arichardson
> > Date: Wed Oct 14 12:28:41 2020
> > New Revision: 366697
> > URL: https://svnweb.freebsd.org/changeset/base/366697
> >
> > Log:
> > install(1): Avoid u
Author: whu
Date: Thu Oct 15 11:44:28 2020
New Revision: 366721
URL: https://svnweb.freebsd.org/changeset/base/366721
Log:
Hyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlock
The try lock loop in HN_LOCK put the thread spinning on cpu if the lock
is not available. It is possible to c
Author: trasz
Date: Thu Oct 15 12:48:30 2020
New Revision: 366722
URL: https://svnweb.freebsd.org/changeset/base/366722
Log:
With some popular multiplayer games (such as Counter-Strike: Global
Offensive) the Linux Steam client likes to occasionally scan the game
process memory, presumably as
Author: nwhitehorn
Date: Thu Oct 15 13:43:43 2020
New Revision: 366723
URL: https://svnweb.freebsd.org/changeset/base/366723
Log:
Provide a slightly more-tolerant set of thermal parameters for PowerMac
motherboard temperatures. In particular, the U4 northbridge die is very
hard to cool or he
Author: br
Date: Thu Oct 15 13:47:52 2020
New Revision: 366724
URL: https://svnweb.freebsd.org/changeset/base/366724
Log:
Split-out Guest Address Space (GAS) macroses to a separate header.
Sponsored by: Innovate DSbD
Added:
head/sys/dev/iommu/iommu_gas.h (contents, props changed)
Modif
Author: 0mp (doc,ports committer)
Date: Thu Oct 15 14:17:45 2020
New Revision: 366725
URL: https://svnweb.freebsd.org/changeset/base/366725
Log:
Fix formatting of SYNOPSIS
There was an unnecessary newline being added before Nm.
MFC after:3 days
Modified:
head/lib/geom/eli/geli.8
Author: emaste
Date: Thu Oct 15 14:37:51 2020
New Revision: 366726
URL: https://svnweb.freebsd.org/changeset/base/366726
Log:
move vmware pv drivers to sys/conf/files
VMware now has arm64 support; move these to MI files in advance of
building them on arm64.
PR: 250308
Rep
Hi Mateusz,
On Thu, Oct 15, 2020 at 02:17:45PM +, Mateusz Piotrowski wrote:
> Author: 0mp (doc,ports committer)
> Date: Thu Oct 15 14:17:45 2020
> New Revision: 366725
> URL: https://svnweb.freebsd.org/changeset/base/366725
>
> Log:
> Fix formatting of SYNOPSIS
>
> There was an unneces
Author: adrian
Date: Thu Oct 15 14:55:07 2020
New Revision: 366727
URL: https://svnweb.freebsd.org/changeset/base/366727
Log:
[tests] Fix itimer test warning-errors on gcc-6.4
This fixes a "suggested parens" compile warning-into-error
that shows up on gcc-6.4.
Reviewed by: ngie
Di
Author: adrian
Date: Thu Oct 15 14:56:51 2020
New Revision: 366728
URL: https://svnweb.freebsd.org/changeset/base/366728
Log:
[pfctl_tests] Add missing void to empty function declaration
Our gcc-6.4 flags require non-empty function declarations.
Fix this to match the rest of the codebase.
Author: mav
Date: Thu Oct 15 15:36:08 2020
New Revision: 366730
URL: https://svnweb.freebsd.org/changeset/base/366730
Log:
Fix nvmecontrol logpage -i parameter.
MFC after:3 days
Modified:
head/sbin/nvmecontrol/logpage.c
Modified: head/sbin/nvmecontrol/logpage.c
=
Author: brooks
Date: Thu Oct 15 17:05:21 2020
New Revision: 366731
URL: https://svnweb.freebsd.org/changeset/base/366731
Log:
physio: Don't store user addresses in bio_data
Only assign the address from the iovec to bio_data if it is a kernel
address. This was the single place where bio_d
Author: gjb
Date: Thu Oct 15 17:12:58 2020
New Revision: 366732
URL: https://svnweb.freebsd.org/changeset/base/366732
Log:
Increase the amd64 ISO ESP file size from 800KB to 1024KB.
At some poing over the last week, the bootx64.efi file has grown
past the 800KB threshold, resulting in bei
Author: mav
Date: Thu Oct 15 17:40:02 2020
New Revision: 366733
URL: https://svnweb.freebsd.org/changeset/base/366733
Log:
Drop unsolicited responses to the still attaching CODECs.
It is reported to fix kernel panics when early unsolicited responses
delivered to the CODEC device not havin
Author: mjg
Date: Thu Oct 15 17:42:22 2020
New Revision: 366734
URL: https://svnweb.freebsd.org/changeset/base/366734
Log:
cache: make neglist an array given the static size
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==
Author: mjg
Date: Thu Oct 15 17:44:17 2020
New Revision: 366735
URL: https://svnweb.freebsd.org/changeset/base/366735
Log:
cache: split hotlist between existing negative lists
This simplifies the code while allowing for concurrent negative eviction
down the road.
Cache misses increas
Author: jrtc27
Date: Thu Oct 15 18:03:14 2020
New Revision: 366736
URL: https://svnweb.freebsd.org/changeset/base/366736
Log:
kldxref: Avoid buffer overflows in parse_pnp_list
We convert a string like "W32:vendor/device" into "I:vendor;I:device",
where the output is longer than the input,
I'd recommend bumping this to 2MB or larger.
This most likely is from the zstd landing which pushed arm64's size over
the 1MB limit in memory, so it's only a matter of time before the file
grows past 1MB in size.
Warner
On Thu, Oct 15, 2020 at 11:13 AM Glen Barber wrote:
> Author: gjb
> Date:
And on a related note, I can make it so we can build w/o ZSTD in the CD
boot loader because it's not needed there. I'd rather not, but if the 800k
limit is a real thing in relevant places, we have that as an option.
Warner
On Thu, Oct 15, 2020 at 1:34 PM Warner Losh wrote:
> I'd recommend bumpi
Author: mhorne
Date: Thu Oct 15 20:21:15 2020
New Revision: 366737
URL: https://svnweb.freebsd.org/changeset/base/366737
Log:
Simplify preload_dump() condition
Hiding this feature behind RB_VERBOSE is gratuitous. The tunable is enough
to limit its use to only those who explicitly request
Author: gjb
Date: Thu Oct 15 23:05:13 2020
New Revision: 366738
URL: https://svnweb.freebsd.org/changeset/base/366738
Log:
Bump the ISO EFI partition size from 1024 to 2048, following r366732.
Suggested by: imp
Sponsored by: Rubicon Communications, LLC (netgate.com)
Modified:
head/rele
Author: mjg
Date: Fri Oct 16 00:55:09 2020
New Revision: 366740
URL: https://svnweb.freebsd.org/changeset/base/366740
Log:
cache: neglist -> nl; negstate -> ns
No functional changes.
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: mjg
Date: Fri Oct 16 00:55:31 2020
New Revision: 366741
URL: https://svnweb.freebsd.org/changeset/base/366741
Log:
cache: dedup code for negative promotion
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: mjg
Date: Fri Oct 16 00:55:57 2020
New Revision: 366742
URL: https://svnweb.freebsd.org/changeset/base/366742
Log:
cache: elide vhold/vdrop around promoting negative entry
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: mjg
Date: Fri Oct 16 00:56:13 2020
New Revision: 366743
URL: https://svnweb.freebsd.org/changeset/base/366743
Log:
cache: support negative entry promotion in slowpath smr
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
=
Author: mjg
Date: Fri Oct 16 02:19:33 2020
New Revision: 366744
URL: https://svnweb.freebsd.org/changeset/base/366744
Log:
cache: flip inverted condition in previous
It happened to not affect correctness in that the fallback code would
simply neglect to promote the entry.
Modified:
hea
26 matches
Mail list logo