-Original Message-
From: on behalf of Niclas Zeising
Date: 2020-09-02, Wednesday at 22:28
To: Ravi Pokala , ,
,
Subject: Re: svn commit: r365264 - head/sys/dev/drm2
On 2020-09-03 06:11, Ravi Pokala wrote:
> This appears to have broken tinderbox:
>
> [${SRCTOP}] r
On 2020-09-03 06:11, Ravi Pokala wrote:
This appears to have broken tinderbox:
[${SRCTOP}] rpokala% less _.arm.TEGRA124
...
${SRCTOP}/sys/dev/drm2/drm_os_freebsd.c:129:3: error: implicit declaration
of function 'DRM_OBSOLETE' is invalid in C99
[-Werror,-Wimplicit-function-dec
Author: zeising (doc,ports committer)
Date: Thu Sep 3 05:25:39 2020
New Revision: 365287
URL: https://svnweb.freebsd.org/changeset/base/365287
Log:
drm2: Fix build after r365264
Fix the build after r365264, I forgot to exclude arm in one more place.
Reported by: rpokala
Approved by
This appears to have broken tinderbox:
[${SRCTOP}] rpokala% less _.arm.TEGRA124
...
${SRCTOP}/sys/dev/drm2/drm_os_freebsd.c:129:3: error: implicit declaration
of function 'DRM_OBSOLETE' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
DRM_OBSOLETE(k
Author: stevek
Date: Thu Sep 3 03:48:42 2020
New Revision: 365286
URL: https://svnweb.freebsd.org/changeset/base/365286
Log:
Avoid issues with STAGING by using LIBUCL_DIR for the source directory
variable name instead of LIBUCL (which would otherwise end up with the
staging directory used i
On Wed, Sep 02, 2020 at 11:39:51PM +0200, Michael Tuexen wrote:
> > On 2. Sep 2020, at 20:28, Pedro Giffuni wrote:
> > On 02/09/2020 13:06, Alexey Dokuchaev wrote:
> >> On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote:
> >>> On 01/09/2020 21:05, Alexey Dokuchaev wrote:
> ...
> >>
Author: emaste
Date: Thu Sep 3 02:17:55 2020
New Revision: 365285
URL: https://svnweb.freebsd.org/changeset/base/365285
Log:
mgb: correct macro argument name
mgb had a longstanding typo in function-like macro MGB_NEXT_RING_IDX's
argument, but the macro had no consumers. r365061 introduc
Author: brooks
Date: Wed Sep 2 23:17:33 2020
New Revision: 365284
URL: https://svnweb.freebsd.org/changeset/base/365284
Log:
Always report ENOSYS in init
While rare, encountering an unimplemented system call early in init is
catastrophic and difficult to debug. Even after a SIGSYS handl
Author: jhb
Date: Wed Sep 2 22:27:30 2020
New Revision: 365283
URL: https://svnweb.freebsd.org/changeset/base/365283
Log:
Fix the variable name passed to OF_getprop().
Reported by: tinderbox
Modified:
head/sys/dev/iicbus/mux/ltc430x.c
Modified: head/sys/dev/iicbus/mux/ltc430x.c
==
Author: jhb
Date: Wed Sep 2 22:10:08 2020
New Revision: 365282
URL: https://svnweb.freebsd.org/changeset/base/365282
Log:
libifconfig now depends on libm due to usage of log10().
ld.bfd in particular requires -lm to come after libifconfig on the
command line when linking rescue.
Rev
> On 2. Sep 2020, at 20:28, Pedro Giffuni wrote:
>
>
> On 02/09/2020 13:06, Alexey Dokuchaev wrote:
>> On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote:
>>> On 01/09/2020 21:05, Alexey Dokuchaev wrote:
...
This is common sense. I can't count how often I wanted to hack on
Author: jhb
Date: Wed Sep 2 21:17:54 2020
New Revision: 365280
URL: https://svnweb.freebsd.org/changeset/base/365280
Log:
Pass a valid mode with O_CREATE to open(2).
CheriABI is pickier about the arguments to open(2) and crashes with a
fault if a mode isn't passed to an open() when O_CRE
Author: brooks
Date: Wed Sep 2 21:14:36 2020
New Revision: 365279
URL: https://svnweb.freebsd.org/changeset/base/365279
Log:
Remove risky compatability with old kernels
The badsys() handler for SIGSYS was added as a transtion aid for kernels
lacking sysctl() in 1993. It is unsafe and un
Author: jhb
Date: Wed Sep 2 20:43:08 2020
New Revision: 365278
URL: https://svnweb.freebsd.org/changeset/base/365278
Log:
Don't assume objects in program sections have a size of a pointer.
The size of the object at 'addr' is unknown and might be smaller than
the size of a pointer (e.g. s
On 9/2/20 12:09 PM, Mark Johnston wrote:
> On Wed, Sep 02, 2020 at 11:43:56AM -0700, John Baldwin wrote:
>> On 9/2/20 11:17 AM, Mark Johnston wrote:
>>> Author: markj
>>> Date: Wed Sep 2 18:17:08 2020
>>> New Revision: 365268
>>> URL: https://svnweb.freebsd.org/changeset/base/365268
>>>
>>> Log:
>
Author: jhb
Date: Wed Sep 2 20:04:26 2020
New Revision: 365276
URL: https://svnweb.freebsd.org/changeset/base/365276
Log:
Compute the correct size of the string to move forward.
Previously this was counting the amount of spare room at the start of
the buffer that the string needed to mov
Author: markj
Date: Wed Sep 2 19:59:25 2020
New Revision: 365275
URL: https://svnweb.freebsd.org/changeset/base/365275
Log:
Avoid unnecessary object locking in vm_page_grab_pages_unlocked().
We were needlessly acquiring the object lock to call
vm_page_grab_pages() even when all of the re
Author: ian
Date: Wed Sep 2 19:37:47 2020
New Revision: 365274
URL: https://svnweb.freebsd.org/changeset/base/365274
Log:
In ltc430x(4), add the ability to configure control register 2 via FDT or
hints data. Control register 2 holds the settings a user might want to
configure, such as the
Author: mjg
Date: Wed Sep 2 19:21:37 2020
New Revision: 365273
URL: https://svnweb.freebsd.org/changeset/base/365273
Log:
vfs: retire vholdl as a symbol
Similarly to vrefl in r364283.
Modified:
head/sys/kern/vfs_subr.c
head/sys/sys/vnode.h
Modified: head/sys/kern/vfs_subr.c
=
Author: mjg
Date: Wed Sep 2 19:21:10 2020
New Revision: 365272
URL: https://svnweb.freebsd.org/changeset/base/365272
Log:
vfs: purge cache entries early on vgone
There is no reason for them to linger across reclaim and it is an
invariant that doomed vnodes are not added to the namecache.
Author: lwhsu
Date: Wed Sep 2 19:18:27 2020
New Revision: 365271
URL: https://svnweb.freebsd.org/changeset/base/365271
Log:
Temporarily skip tests panic i386 kernel in CI
lib.libbe.be_create.libbe_create
sbin.bectl.bectl_test.bectl_create
PR: 249055
Sponsored by: The Fre
On Wed, Sep 02, 2020 at 11:43:56AM -0700, John Baldwin wrote:
> On 9/2/20 11:17 AM, Mark Johnston wrote:
> > Author: markj
> > Date: Wed Sep 2 18:17:08 2020
> > New Revision: 365268
> > URL: https://svnweb.freebsd.org/changeset/base/365268
> >
> > Log:
> > Add sysctl(8) formatting for hw.pagesi
On 9/2/20 11:17 AM, Mark Johnston wrote:
> Author: markj
> Date: Wed Sep 2 18:17:08 2020
> New Revision: 365268
> URL: https://svnweb.freebsd.org/changeset/base/365268
>
> Log:
> Add sysctl(8) formatting for hw.pagesizes.
>
> - Change the type of hw.pagesizes to OPAQUE, since it returns an
On 02/09/2020 13:06, Alexey Dokuchaev wrote:
On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote:
On 01/09/2020 21:05, Alexey Dokuchaev wrote:
...
This is common sense. I can't count how often I wanted to hack on
something in the base/kernel and was turned away by this atrocious
ex
Author: markj
Date: Wed Sep 2 18:17:08 2020
New Revision: 365268
URL: https://svnweb.freebsd.org/changeset/base/365268
Log:
Add sysctl(8) formatting for hw.pagesizes.
- Change the type of hw.pagesizes to OPAQUE, since it returns an array.
- Modify the handler to only truncate the returne
Author: markj
Date: Wed Sep 2 18:16:43 2020
New Revision: 365267
URL: https://svnweb.freebsd.org/changeset/base/365267
Log:
Include the psind in data returned by mincore(2).
Currently we use a single bit to indicate whether the virtual page is
part of a superpage. To support a forthcomi
Author: fernape (ports committer)
Date: Wed Sep 2 18:15:57 2020
New Revision: 365266
URL: https://svnweb.freebsd.org/changeset/base/365266
Log:
kldstat(8): Add EXAMPLES to the man page
Add EXAMPLES for all the flags
Approved by: manpages (bcr@)
Differential Revision: https://review
Author: markj
Date: Wed Sep 2 18:12:47 2020
New Revision: 365265
URL: https://svnweb.freebsd.org/changeset/base/365265
Log:
Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.
This allows privileged userspace processes to find information about the
physical page backing a given mapping. It is
On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote:
> On 01/09/2020 21:05, Alexey Dokuchaev wrote:
> > ...
> > This is common sense. I can't count how often I wanted to hack on
> > something in the base/kernel and was turned away by this atrocious
> > excessive whitespace mess.
> >
> >
Author: zeising (doc,ports committer)
Date: Wed Sep 2 18:04:49 2020
New Revision: 365264
URL: https://svnweb.freebsd.org/changeset/base/365264
Log:
drm2: Further improve deprecation message
Further improve the drm2 deprecation message, only displaying information
about the port for relev
Hi Justin,
Thanks for your input. Please see inline.
wt., 1 wrz 2020 o 23:30 Justin Hibbits napisał(a):
>
> Sep 1, 2020 11:17:35 Marcin Wojtas :
>
> > Author: mw
> > Date: Tue Sep 1 16:17:21 2020
> > New Revision: 365054
> > URL: https://svnweb.freebsd.org/changeset/base/365054
> >
> > Log:
> >
Author: asomers
Date: Wed Sep 2 17:36:30 2020
New Revision: 365262
URL: https://svnweb.freebsd.org/changeset/base/365262
Log:
Fix output of nfsstat -cE in json or xml mode
Due to a copy/paste error, the "getacl" field was duplicated, but only in
XML or JSON mode, not in txt mode.
Di
> On 2. Sep 2020, at 18:53, Ryan Moeller wrote:
>
>
> On 9/2/20 11:43 AM, Andriy Gapon wrote:
>> On 02/09/2020 18:23, Ryan Moeller wrote:
>>> On 9/2/20 10:28 AM, Warner Losh wrote:
Author: imp
Date: Wed Sep 2 14:28:54 2020
New Revision: 365249
URL: https://svnweb.freebsd.
Author: freqlabs
Date: Wed Sep 2 16:03:33 2020
New Revision: 365252
URL: https://svnweb.freebsd.org/changeset/base/365252
Log:
Correct and expand on OpenZFS cache file and auto import
Reported by: avg
Sponsored by: iXsystems, Inc.
Modified:
head/UPDATING
Modified: head/UPDATING
Author: kib
Date: Wed Sep 2 15:55:16 2020
New Revision: 365251
URL: https://svnweb.freebsd.org/changeset/base/365251
Log:
Fix a page table pages leak after LA57.
If the call to _pmap_allocpte() is not sleepable, it is possible that
allocation of PML4 or PDP page is successful but either
On 9/2/20 11:43 AM, Andriy Gapon wrote:
On 02/09/2020 18:23, Ryan Moeller wrote:
On 9/2/20 10:28 AM, Warner Losh wrote:
Author: imp
Date: Wed Sep 2 14:28:54 2020
New Revision: 365249
URL: https://svnweb.freebsd.org/changeset/base/365249
Log:
Add note about needing to manually import the
On 02/09/2020 18:23, Ryan Moeller wrote:
>
> On 9/2/20 10:28 AM, Warner Losh wrote:
>> Author: imp
>> Date: Wed Sep 2 14:28:54 2020
>> New Revision: 365249
>> URL: https://svnweb.freebsd.org/changeset/base/365249
>>
>> Log:
>> Add note about needing to manually import the zfs pools or update
>
On 9/2/20 10:28 AM, Warner Losh wrote:
Author: imp
Date: Wed Sep 2 14:28:54 2020
New Revision: 365249
URL: https://svnweb.freebsd.org/changeset/base/365249
Log:
Add note about needing to manually import the zfs pools or update
/etc/rc.d due to the cache file moving to /etc.
Modified:
Author: freqlabs
Date: Wed Sep 2 15:20:10 2020
New Revision: 365250
URL: https://svnweb.freebsd.org/changeset/base/365250
Log:
Use MLINKS where appropriate for zfs/zpool subcommand pages
Reported by: Julian H. Stacey
Sponsored by: iXsystems, Inc.
Modified:
head/cddl/sbin/zfs/Makefile
On 01/09/2020 21:05, Alexey Dokuchaev wrote:
On Wed, Sep 02, 2020 at 12:41:43AM +0200, Michael Tuexen wrote:
On 1. Sep 2020, at 23:19, Mateusz Guzik wrote:
Author: mjg
Date: Tue Sep 1 21:19:14 2020
New Revision: 365071
URL: https://svnweb.freebsd.org/changeset/base/365071
Log:
net: clean
Author: imp
Date: Wed Sep 2 14:28:54 2020
New Revision: 365249
URL: https://svnweb.freebsd.org/changeset/base/365249
Log:
Add note about needing to manually import the zfs pools or update
/etc/rc.d due to the cache file moving to /etc.
Modified:
head/UPDATING
Modified: head/UPDATING
=
Author: kevans
Date: Wed Sep 2 12:57:34 2020
New Revision: 365248
URL: https://svnweb.freebsd.org/changeset/base/365248
Log:
caroot: properly remove old distrusted roots
The proper procedure was not followed in r364943; all of these that were
deleted should have instead been moved over t
Hi Hans,
śr., 2 wrz 2020 o 12:47 Hans Petter Selasky napisał(a):
>
> Does this patch fix the problem:
>
> Index: sys/conf/files
> ===
> --- sys/conf/files (revision 365234)
> +++ sys/conf/files (working copy)
> @@ -3058,7 +
Author: andrew
Date: Wed Sep 2 11:53:26 2020
New Revision: 365247
URL: https://svnweb.freebsd.org/changeset/base/365247
Log:
When CPUTYPE is an architecture name use -march
Allow architecture names to be passed in to the build system via CPUTYPE.
This allows the user to use values such a
Author: kp
Date: Wed Sep 2 11:49:22 2020
New Revision: 365246
URL: https://svnweb.freebsd.org/changeset/base/365246
Log:
ng_ether: Enter NET_EPOCH where required
We must enter NET_EPOCH before calling ether_output_frame(). Several of the
functions it calls (pfil_run_hooks, if_transmit) e
Author: kp
Date: Wed Sep 2 11:33:31 2020
New Revision: 365245
URL: https://svnweb.freebsd.org/changeset/base/365245
Log:
riscv: very large dma mappings can cause integer overflow
Fix the return type for _bus_dmamap_addseg().
Based on the same fix done for arm64 in r348571.
Sponsored
On 2020-08-25 01:31, Matt Macy wrote:
Author: mmacy
Date: Mon Aug 24 23:31:26 2020
New Revision: 364740
URL: https://svnweb.freebsd.org/changeset/base/364740
Log:
Initial import from vendor-sys branch of openzfs
Added:
head/sys/contrib/openzfs/
- copied from r364739, vendor-sys/open
Author: hselasky
Date: Wed Sep 2 11:18:21 2020
New Revision: 365244
URL: https://svnweb.freebsd.org/changeset/base/365244
Log:
Fix build fallout after r365054 .
Make sure that building dev/sdhci/sdhci_fsl_fdt.c has all the right
dependencies until a proper fix can be made.
Sponsored
Does this patch fix the problem:
Index: sys/conf/files
===
--- sys/conf/files (revision 365234)
+++ sys/conf/files (working copy)
@@ -3058,7 +3058,7 @@
dev/sdhci/sdhci.c optional sdhci
dev/sdhci/sdhci_fdt.c
wt., 1 wrz 2020 o 22:37 Mateusz Guzik napisał(a):
> This commit breaks numerous kernels, e.g. _.arm.RPI-B:
>
> In file included from /usr/src/sys/dev/sdhci/sdhci_fsl_fdt.c:45:
> /usr/src/sys/dev/extres/clk/clk.h:37:10: fatal error: 'clknode_if.h'
> file not found
> #include "clknode_if.h"
>
>
Unf
Author: hselasky
Date: Wed Sep 2 10:00:30 2020
New Revision: 365238
URL: https://svnweb.freebsd.org/changeset/base/365238
Log:
Assert that cc_exec_drain(cc, direct) is NULL before assigning a new value.
Suggested by: markj@
Tested by:callout_test
MFC after:1 week
Sponsored by
Author: hselasky
Date: Wed Sep 2 09:44:00 2020
New Revision: 365237
URL: https://svnweb.freebsd.org/changeset/base/365237
Log:
Micro optimise _callout_stop_safe() by removing dead code.
The CS_DRAIN flag cannot be set at the same time like the async-drain function
pointer is set. These a
Author: hselasky
Date: Wed Sep 2 09:20:40 2020
New Revision: 365236
URL: https://svnweb.freebsd.org/changeset/base/365236
Log:
Add small tool to invoke kernel test framework tests.
MFC after:1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
Added:
head/sys/tests/runt
Author: hselasky
Date: Wed Sep 2 09:17:29 2020
New Revision: 365235
URL: https://svnweb.freebsd.org/changeset/base/365235
Log:
Fix build of epoch_test module.
While at it add missing epoch_free() call.
MFC after:1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
Modif
Author: andrew
Date: Wed Sep 2 09:04:08 2020
New Revision: 365234
URL: https://svnweb.freebsd.org/changeset/base/365234
Log:
Partially revert r365069.
This whitespace was intentionally added to help differentiate the different
register groups within this file.
While here add missing
> On 2. Sep 2020, at 04:05, Alexey Dokuchaev wrote:
>
> On Wed, Sep 02, 2020 at 12:41:43AM +0200, Michael Tuexen wrote:
>>> On 1. Sep 2020, at 23:19, Mateusz Guzik wrote:
>>> Author: mjg
>>> Date: Tue Sep 1 21:19:14 2020
>>> New Revision: 365071
>>> URL: https://svnweb.freebsd.org/changeset/bas
56 matches
Mail list logo