Author: jeff
Date: Thu Nov 28 07:49:25 2019
New Revision: 355169
URL: https://svnweb.freebsd.org/changeset/base/355169
Log:
Garbage collect the mostly unused us_keg field. Use appropriately named
union members in vm_page.h to store the zone and slab. Remove some nearby
dead code.
Revi
Author: imp
Date: Thu Nov 28 05:40:15 2019
New Revision: 355168
URL: https://svnweb.freebsd.org/changeset/base/355168
Log:
Also turn of teken for RB_MULTIPLE
RB_MULTIPLE without RB_SERIAL set is valid, and means 'Video first, then
serial'
to the kernel (so kernel messages go to both, but
Author: imp
Date: Thu Nov 28 05:40:10 2019
New Revision: 355167
URL: https://svnweb.freebsd.org/changeset/base/355167
Log:
Remove comment. We're just going to the next node here.
Modified:
head/stand/efi/loader/main.c
Modified: head/stand/efi/loader/main.c
===
> Author: scottl
> Date: Thu Nov 28 02:32:17 2019
> New Revision: 355164
> URL: https://svnweb.freebsd.org/changeset/base/355164
>
> Log:
> Remove the trm(4) driver
>
> Differential Revision: https://reviews.freebsd.org/D22575
Deprecation notice to merge to stable/{12,11}?
Relnotes en
Thank you. mea culpa.
Jeff
On Thu, 28 Nov 2019, Ryan Libby wrote:
Author: rlibby
Date: Thu Nov 28 04:15:16 2019
New Revision: 355166
URL: https://svnweb.freebsd.org/changeset/base/355166
Log:
uma: move sysctl vm.uma defn out from under INVARIANTS
Fix non-INVARIANTS builds after r355149.
Author: rlibby
Date: Thu Nov 28 04:15:16 2019
New Revision: 355166
URL: https://svnweb.freebsd.org/changeset/base/355166
Log:
uma: move sysctl vm.uma defn out from under INVARIANTS
Fix non-INVARIANTS builds after r355149.
Reported by: Michael Butler
Reviewed by: markj
Differenti
Author: mav
Date: Thu Nov 28 02:40:12 2019
New Revision: 355165
URL: https://svnweb.freebsd.org/changeset/base/355165
Log:
Make DMAR allow Intel NTB device to access its own BAR0.
I have no good explanation why it happens, but I found that in B2B mode
at least Xeon v4 NTB leaks accesses t
Author: scottl
Date: Thu Nov 28 02:32:17 2019
New Revision: 355164
URL: https://svnweb.freebsd.org/changeset/base/355164
Log:
Remove the trm(4) driver
Differential Revision:https://reviews.freebsd.org/D22575
Deleted:
head/share/man/man4/trm.4
head/sys/dev/trm/
head/sys/module
Author: mav
Date: Thu Nov 28 02:28:12 2019
New Revision: 355163
URL: https://svnweb.freebsd.org/changeset/base/355163
Log:
Make the code slightly more compact.
There should be no functional change.
MFC after:1 week
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
Modified: head
Author: rmacklem
Date: Thu Nov 28 02:18:51 2019
New Revision: 355161
URL: https://svnweb.freebsd.org/changeset/base/355161
Log:
Change r355157 to make svc_rpc_gss_lifetime_max a static.
MFC after:2 weeks
Modified:
head/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
Modified: head/sys/rpc/rpcse
Author: rmacklem
Date: Thu Nov 28 02:05:31 2019
New Revision: 355157
URL: https://svnweb.freebsd.org/changeset/base/355157
Log:
Add a cap on credential lifetime for Kerberized NFS.
The kernel RPCSEC_GSS code sets the credential (called a client) lifetime
to the lifetime of the Kerberos ti
Author: cem
Date: Thu Nov 28 00:46:03 2019
New Revision: 355155
URL: https://svnweb.freebsd.org/changeset/base/355155
Log:
auditd(8): fix long-standing uninitialized memory use bug
The bogus use could lead to an infinite loop depending on how fast the
audit_warn script to execute.
By
Author: cy
Date: Thu Nov 28 00:46:33 2019
New Revision: 355156
URL: https://svnweb.freebsd.org/changeset/base/355156
Log:
Include fin, the packet information structure (fr_info_t), in the
l4sums DTrace probe, making more information available for the diagnosis
of IPv6 checksum errors.
M
Author: chs
Date: Thu Nov 28 00:37:43 2019
New Revision: 355150
URL: https://svnweb.freebsd.org/changeset/base/355150
Log:
As part of creating a snapshot, set fs->fs_fmod to 0 in the snapshot image
because nothing ever changes this field for read-only mounts and we want
to verify that it is
Author: jeff
Date: Thu Nov 28 00:19:09 2019
New Revision: 355149
URL: https://svnweb.freebsd.org/changeset/base/355149
Log:
Implement a sysctl tree for uma zones to assist in debugging and provide
more statistcs than are exported via the ABI stable vmstat interface.
Rename uz_count to uz_buc
Author: jeff
Date: Wed Nov 27 23:19:06 2019
New Revision: 355148
URL: https://svnweb.freebsd.org/changeset/base/355148
Log:
Refactor uma_zfree_arg into several functions to make control flow more
clear and icache usage cleaner.
Reviewed by: markj
Differential Revision:https://r
Author: dougm
Date: Wed Nov 27 21:00:44 2019
New Revision: 355147
URL: https://svnweb.freebsd.org/changeset/base/355147
Log:
Inline some splay helper functions to improve performance on a
micro-benchmark.
Reviewed by: markj
Tested by: pho
Differential Revision: https://reviews.freebsd
On Wed, Nov 27, 2019 at 08:33:53PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Nov 27 20:33:53 2019
> New Revision: 355146
> URL: https://svnweb.freebsd.org/changeset/base/355146
Ease the life of PTRACE_SYSCALL users when debuggee sleeps in
sigsuspend(2) and sig{timed,}wait(2).
If
Author: kib
Date: Wed Nov 27 20:33:53 2019
New Revision: 355146
URL: https://svnweb.freebsd.org/changeset/base/355146
Log:
Requested and tested by: kevans
Reviewed by: kevans (previous version), markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revision:
Author: alc
Date: Wed Nov 27 20:33:49 2019
New Revision: 355145
URL: https://svnweb.freebsd.org/changeset/base/355145
Log:
There is no reason why we need to pin the underlying thread to its current
processor in pmap_invalidate_{all,page,range}(). These functions are using
an instruction tha
Author: markj
Date: Wed Nov 27 20:32:53 2019
New Revision: 355144
URL: https://svnweb.freebsd.org/changeset/base/355144
Log:
iwm(4): Remove _mvm from the namespace.
This was inherited from iwlwifi, which drives devices supported by both
iwn(4) and iwm(4) in FreeBSD. In iwm(4) _mvm is mea
Author: markj
Date: Wed Nov 27 20:32:31 2019
New Revision: 355143
URL: https://svnweb.freebsd.org/changeset/base/355143
Log:
iwm(4): Fix version string formatting.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iwm/if_iwm.c
Modified: head/sys/dev/iwm
Author: cy
Date: Wed Nov 27 20:08:42 2019
New Revision: 355142
URL: https://svnweb.freebsd.org/changeset/base/355142
Log:
Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This
FreeBSD-only function should live in the O/S specific source file.
This essentially reverts r349929
Author: cy
Date: Wed Nov 27 20:08:39 2019
New Revision: 355141
URL: https://svnweb.freebsd.org/changeset/base/355141
Log:
Save a little stack by removing a used once intermediate variable.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/
Author: cy
Date: Wed Nov 27 20:08:35 2019
New Revision: 355140
URL: https://svnweb.freebsd.org/changeset/base/355140
Log:
Remove redundant #ifdef'd function definitions.
MFC after:3 days
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fi
Author: brooks
Date: Wed Nov 27 20:00:44 2019
New Revision: 355139
URL: https://svnweb.freebsd.org/changeset/base/355139
Log:
Fix a logic bug when "mask" contains a ?: operator.
Newer versions of clang warn that '&' evaluates before '?:'.
Reviewed by: markj
MFC after:3 days
Sp
Author: kib
Date: Wed Nov 27 19:57:17 2019
New Revision: 355138
URL: https://svnweb.freebsd.org/changeset/base/355138
Log:
bus_dma_dmar_load_ident(9): load identity mapping into the map.
Requested, reviewed and tested by:mav
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Author: rlibby
Date: Wed Nov 27 19:49:55 2019
New Revision: 355137
URL: https://svnweb.freebsd.org/changeset/base/355137
Log:
uma: trash memory when ctor/dtor supplied too
On INVARIANTS kernels, UMA has a use-after-free detection mechanism.
This mechanism previously required that all of t
Author: tuexen
Date: Wed Nov 27 19:32:29 2019
New Revision: 355135
URL: https://svnweb.freebsd.org/changeset/base/355135
Log:
Plug two mbuf leaks during INIT-ACK handling.
One leak happens when there is not enough memory to allocate the
the resources for streams. The other leak happens if th
Author: scottl
Date: Wed Nov 27 19:12:32 2019
New Revision: 355134
URL: https://svnweb.freebsd.org/changeset/base/355134
Log:
Clean up and clarify meta commentary on TAA. Add a state to denote
that TSX doesn't exist on the CPU.
MFC after:3 days
Sponsored by: Intel
Modified:
head
Author: andrew
Date: Wed Nov 27 16:52:46 2019
New Revision: 355132
URL: https://svnweb.freebsd.org/changeset/base/355132
Log:
Support kernels larger than EFI_STAGING_SIZE in loader.efi
With a very large kernel or module the staging area may be too small to
hold it. When this is the case t
Author: trasz
Date: Wed Nov 27 10:26:37 2019
New Revision: 355130
URL: https://svnweb.freebsd.org/changeset/base/355130
Log:
Fix typos.
MFC after:2 weeks
Sponsored by: Klara, Inc
Modified:
head/usr.sbin/sesutil/eltsub.c
Modified: head/usr.sbin/sesutil/eltsub.c
Author: ae
Date: Wed Nov 27 10:24:46 2019
New Revision: 355129
URL: https://svnweb.freebsd.org/changeset/base/355129
Log:
Add support for dummy ESP packets with next header field equal to
IPPROTO_NONE.
According to RFC4303 2.6 they should be silently dropped.
Submitted by: aurelien.c
33 matches
Mail list logo