Author: glebius
Date: Wed May 29 03:14:46 2019
New Revision: 348351
URL: https://svnweb.freebsd.org/changeset/base/348351
Log:
The KVM code also needs a fix similar to r344269.
Reported by: pho
Modified:
head/lib/libmemstat/memstat_uma.c
Modified: head/lib/libmemstat/memstat_uma.c
On Wed, May 29, 2019 at 03:23:23AM +0300, Andrey V. Elsukov wrote:
A> > --- a/FreeBSD/sys/net/bpf.c
A> > +++ b/FreeBSD/sys/net/bpf.c
A> > @@ -857,7 +857,6 @@ bpf_detachd_locked(struct bpf_d *d, bool detached_ifp)
A> > /* Save bd_writer value */
A> > error = d->bd_writer;
A> >
Author: jhibbits
Date: Wed May 29 02:26:15 2019
New Revision: 348350
URL: https://svnweb.freebsd.org/changeset/base/348350
Log:
Update __FreeBSD_version and Makefile check for r348347
libdwarf needs forcibly rebuilt after r348347.
Modified:
head/Makefile.inc1
head/sys/sys/param.h
Modi
Author: pfg
Date: Wed May 29 02:08:23 2019
New Revision: 348349
URL: https://svnweb.freebsd.org/changeset/base/348349
Log:
typo: suppported.
Modified:
head/lib/libc/net/rthdr.c
head/sys/i386/i386/initcpu.c
Modified: head/lib/libc/net/rthdr.c
Author: jhibbits
Date: Wed May 29 02:02:56 2019
New Revision: 348347
URL: https://svnweb.freebsd.org/changeset/base/348347
Log:
Add missing powerpc64 relocation support to libdwarf
Summary:
Due to missing relocation support in libdwarf for powerpc64, handling of dwarf
info on unlinked o
Author: kevans
Date: Wed May 29 01:08:30 2019
New Revision: 348346
URL: https://svnweb.freebsd.org/changeset/base/348346
Log:
if_bridge(4): Complete bpf auditing of local traffic over the bridge
There were two remaining "gaps" in auditing local bridge traffic with
bpf(4):
Locally ori
29.05.2019 3:10, Gleb Smirnoff пишет:
> Hi Andrey,
>
> I made a different change to mitigate this panic: don't clear the pointer.
>
> --- a/FreeBSD/sys/net/bpf.c
> +++ b/FreeBSD/sys/net/bpf.c
> @@ -857,7 +857,6 @@ bpf_detachd_locked(struct bpf_d *d, bool detached_ifp)
> /* Save bd_write
Hi,
sorry for short followup, replied on previous commit without
reading through whole mailbox. Given the fallout of r348303
I'd suggest to consider my one liner as a proper solution to
the problem.
On Tue, May 28, 2019 at 11:45:00AM +, Andrey V. Elsukov wrote:
A> Author: ae
A> Date: Tue Ma
Hi Andrey,
I made a different change to mitigate this panic: don't clear the pointer.
--- a/FreeBSD/sys/net/bpf.c
+++ b/FreeBSD/sys/net/bpf.c
@@ -857,7 +857,6 @@ bpf_detachd_locked(struct bpf_d *d, bool detached_ifp)
/* Save bd_writer value */
error = d->bd_writer;
ifp =
Author: jkim
Date: Tue May 28 21:54:12 2019
New Revision: 348340
URL: https://svnweb.freebsd.org/changeset/base/348340
Log:
Merge OpenSSL 1.1.1c.
Modified:
head/crypto/openssl/CHANGES
head/crypto/openssl/Configure
head/crypto/openssl/INSTALL
head/crypto/openssl/NEWS
head/crypto/openss
Author: johalun
Date: Tue May 28 20:54:59 2019
New Revision: 348338
URL: https://svnweb.freebsd.org/changeset/base/348338
Log:
pseudofs: Ignore unsupported commands in vop_setattr.
Users of pseudofs (e.g. lindebugfs), should be able to receive
input from command line via commands like "ec
Author: cem
Date: Tue May 28 20:44:23 2019
New Revision: 348337
URL: https://svnweb.freebsd.org/changeset/base/348337
Log:
style.9: Correct usage's definition to match its declaration
Suggested by: emaste
Reviewed by: delphij, imp, rgrimes, vangyzen (earlier version)
Sponsored by: Dell
Author: mav
Date: Tue May 28 18:32:04 2019
New Revision: 348332
URL: https://svnweb.freebsd.org/changeset/base/348332
Log:
Fix array out of bound panic introduced in r306219.
As I see, different NICs in different configurations may have different
numbers of TX and RX queues. The code was
Author: adrian
Date: Tue May 28 18:05:10 2019
New Revision: 348331
URL: https://svnweb.freebsd.org/changeset/base/348331
Log:
[ath_hal] Fix queue bits a bit
Found by PVS Studio: duplicate assignment; add assignment of tqi_compBuf.
Submitted by:
Differential Revision:https://
On Fri, May 17, 2019 at 05:05:17PM +, Emmanuel Vadot wrote:
> Author: manu
> Date: Fri May 17 17:05:16 2019
> New Revision: 347930
> URL: https://svnweb.freebsd.org/changeset/base/347930
>
> Log:
> pci: ecam: Correctly parse memory and IO region
>
> When activating a resource do not com
Author: mckusick
Date: Tue May 28 17:31:35 2019
New Revision: 348330
URL: https://svnweb.freebsd.org/changeset/base/348330
Log:
Add a missing bresle() in seldom-used error return.
Modified:
head/sys/ufs/ffs/ffs_softdep.c
Modified: head/sys/ufs/ffs/ffs_softdep.c
==
> Date: Mon, 27 May 2019 16:15:00 -0400
> From: Mark Johnston
> To: Kirk McKusick
> Cc: src-committ...@freebsd.org, svn-src-...@freebsd.org,
> svn-src-head@freebsd.org
> Subject: Re: svn commit: r348300 - head/sys/ufs/ffs
>
> On Mon, May 27, 2019 at 06:22:44AM +, Kirk McKusick wrote:
Author: mckusick
Date: Tue May 28 16:32:04 2019
New Revision: 348329
URL: https://svnweb.freebsd.org/changeset/base/348329
Log:
Convert use of UFS-specific #ifdef DEBUG to DIAGNOSTIC or INVARIANTS
as appropriate. No functional change intended.
Suggested-by: markj
Modified:
head/sys/ufs
Author: kevans
Date: Tue May 28 16:12:16 2019
New Revision: 348328
URL: https://svnweb.freebsd.org/changeset/base/348328
Log:
bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case. waitpid(0, ...) makes little sense in
Author: dougm
Date: Tue May 28 15:47:00 2019
New Revision: 348327
URL: https://svnweb.freebsd.org/changeset/base/348327
Log:
Implement the ffs and fls functions, and their longer counterparts, in
cpufunc, in terms of __builtin_ffs and the like, for arm32 v6 and v7
architectures, and use thos
On Mon, May 27, 2019 at 02:34:09PM -0700, Rodney W. Grimes wrote:
> I do not at all mean to discourage what you are doing, it is good to go
> over static analysis reports, the problem is that there are often many
> false positives,
There are tons of them indeed, but that's normal for any static an
Author: ae
Date: Tue May 28 11:45:00 2019
New Revision: 348324
URL: https://svnweb.freebsd.org/changeset/base/348324
Log:
Rework r348303 to reduce the time of holding global BPF lock.
It appeared that using NET_EPOCH_WAIT() while holding global BPF lock
can lead to another panic:
spi
Author: andrew
Date: Tue May 28 10:55:59 2019
New Revision: 348323
URL: https://svnweb.freebsd.org/changeset/base/348323
Log:
The alignment is passed into contigmalloc_domainset in the 7th argument.
KUBSAN was complaining the pointer contigmalloc_domainset returned was
misaligned. Fix thi
Author: andrew
Date: Tue May 28 09:12:15 2019
New Revision: 348322
URL: https://svnweb.freebsd.org/changeset/base/348322
Log:
Teach the kernel KUBSAN runtime about alignment_assumption
This checks the alignment of a given pointer is sufficient for the
requested alignment asked for. This f
24 matches
Mail list logo