On Thu, Feb 14, 2019 at 06:56:42PM +1100, Bruce Evans wrote:
> I don't understand how pbuf_preallocate() allocates for the other
> pbuf pools. When I debugged this for clpbufs, the preallocation was
> not used. pbuf types other than clpbufs seem to be unused in my
> configurations. I thought tha
Author: avos
Date: Thu Feb 14 09:21:19 2019
New Revision: 344115
URL: https://svnweb.freebsd.org/changeset/base/344115
Log:
Add UPDATING entry for IEEE80211_AMPDU_AGE and AH_SUPPORT_AR5416 options
removal
Notified by: ian
Modified:
head/UPDATING
Modified: head/UPDATING
==
Author: kib
Date: Thu Feb 14 13:53:11 2019
New Revision: 344118
URL: https://svnweb.freebsd.org/changeset/base/344118
Log:
Provide userspace versions of do_cpuid() and cpuid_count() on i386.
Some older compilers, when generating PIC code, cannot handle inline
asm that clobbers %ebx (becau
Author: kib
Date: Thu Feb 14 13:59:00 2019
New Revision: 344119
URL: https://svnweb.freebsd.org/changeset/base/344119
Log:
x86 __vdso_gettc(): use machine/cpufunc.h function for CPUID.
Based on the discussion with: jkim
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified
Author: kib
Date: Thu Feb 14 14:02:33 2019
New Revision: 344120
URL: https://svnweb.freebsd.org/changeset/base/344120
Log:
Unify i386 and amd64 getcontextx.c, and use ifuncs while there.
In particular, use ifuncs for __getcontextx_size(), also calculate the
size of the extended save area
Author: kib
Date: Thu Feb 14 14:44:53 2019
New Revision: 344121
URL: https://svnweb.freebsd.org/changeset/base/344121
Log:
Enable enabling ASLR on non-x86 architectures.
Discussed with: emaste
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm/arm/elf_machdep.c
head/sy
Author: luporl
Date: Thu Feb 14 15:15:32 2019
New Revision: 344123
URL: https://svnweb.freebsd.org/changeset/base/344123
Log:
[PPC64] Fix mismatch between thread flags and MSR
When sigreturn() restored a thread's context, SRR1 was being restored
to its previous value, but pcb_flags was no
Author: kib
Date: Thu Feb 14 15:45:53 2019
New Revision: 344128
URL: https://svnweb.freebsd.org/changeset/base/344128
Log:
Make anon clustering more compatible.
Make the clustering enabling knob more fine-grained by providing a
setting where the allocation with hint is not clustered. This
On Thu, Feb 14, 2019 at 06:56:42PM +1100, Bruce Evans wrote:
> On Wed, 13 Feb 2019, Justin Hibbits wrote:
>
> > On Tue, 15 Jan 2019 01:02:17 + (UTC)
> > Gleb Smirnoff wrote:
> >
> >> Author: glebius
> >> Date: Tue Jan 15 01:02:16 2019
> >> New Revision: 343030
> >> URL: https://svnweb.freebsd
Author: imp
Date: Thu Feb 14 17:04:04 2019
New Revision: 344129
URL: https://svnweb.freebsd.org/changeset/base/344129
Log:
Fix small typo.
Differential Review: https://reviews.freebsd.org/D19193
Modified:
head/UPDATING
Modified: head/UPDATING
Author: erj
Date: Thu Feb 14 18:02:37 2019
New Revision: 344132
URL: https://svnweb.freebsd.org/changeset/base/344132
Log:
ixl: Fix panic caused by bug exposed by r344062
Don't use a struct if_irq for IFLIB_INTR_IOV type interrupts since that
results
in get_core_offset() being called on
> Author: erj
> Date: Thu Feb 14 18:02:37 2019
> New Revision: 344132
> URL: https://svnweb.freebsd.org/changeset/base/344132
>
> Log:
> ixl: Fix panic caused by bug exposed by r344062
>
> Don't use a struct if_irq for IFLIB_INTR_IOV type interrupts since that
> results
> in get_core_off
> Author: imp
> Date: Thu Feb 14 17:04:04 2019
> New Revision: 344129
> URL: https://svnweb.freebsd.org/changeset/base/344129
>
> Log:
> Fix small typo.
A small request, when we fix a typo could we
do:
fix typo: frambuffer -> framebuffer
Thanks,
Rod
>
> Differential Review: https://re
On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > Author: imp
> > Date: Thu Feb 14 17:04:04 2019
> > New Revision: 344129
> > URL: https://svnweb.freebsd.org/changeset/base/344129
> >
> > Log:
> > Fix small typo.
>
> A small request, when we fix a typ
Author: bde
Date: Thu Feb 14 19:07:08 2019
New Revision: 344133
URL: https://svnweb.freebsd.org/changeset/base/344133
Log:
Finish the fix for overflow in calcru1().
The previous fix was unnecessarily very slow up to 105 hours where the
simple formula used previously worked, and unnecessar
On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote:
> On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
> > > Differential Review: https://reviews.freebsd.org/D19193
> >
> > You sited a differential, but not give any attribution
> > to the external source :-(
> >
>
> The differential
On 2/14/19 10:22 AM, Rodney W. Grimes wrote:
>> Author: erj
>> Date: Thu Feb 14 18:02:37 2019
>> New Revision: 344132
>> URL: https://svnweb.freebsd.org/changeset/base/344132
>>
>> Log:
>> ixl: Fix panic caused by bug exposed by r344062
>>
>> Don't use a struct if_irq for IFLIB_INTR_IOV type
> On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote:
> > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
> > > > Differential Review: https://reviews.freebsd.org/D19193
> > >
> > > You sited a differential, but not give any attribution
> > > to the external source :-(
> > >
> >
> >
On Thu, 14 Feb 2019 at 12:42, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote:
> > > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
> > > > > Differential Review: https://reviews.freebsd.org/D19193
> > > >
> > > > You
On Thu, Feb 14, 2019, 1:48 PM Juli Mallett On Thu, 14 Feb 2019 at 12:42, Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net> wrote:
>
>> > On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote:
>> > > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
>> > > > > Differential Review: http
Hi Justin,
On Wed, Feb 13, 2019 at 07:24:50PM -0600, Justin Hibbits wrote:
J> This seems to break 32-bit platforms, or at least 32-bit book-e
J> powerpc, which has a limited KVA space (~500MB). It preallocates I've
J> seen over 2500 pbufs, at 128kB each, eating up over 300MB KVA,
J> leaving ver
> On Feb 14, 2019, at 15:34, Gleb Smirnoff wrote:
>
> Hi Justin,
>
> On Wed, Feb 13, 2019 at 07:24:50PM -0600, Justin Hibbits wrote:
> J> This seems to break 32-bit platforms, or at least 32-bit book-e
> J> powerpc, which has a limited KVA space (~500MB). It preallocates I've
> J> seen over
On Thu, Feb 14, 2019, 1:42 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net wrote:
> > On Thu, Feb 14, 2019 at 12:00:22PM -0700, Warner Losh wrote:
> > > On Thu, Feb 14, 2019 at 11:29 AM Rodney W. Grimes <
> > > > > Differential Review: https://reviews.freebsd.org/D19193
> > > >
> > > > You
Author: sef
Date: Fri Feb 15 03:46:39 2019
New Revision: 344140
URL: https://svnweb.freebsd.org/changeset/base/344140
Log:
Add CBC-MAC authentication.
This adds the CBC-MAC code to the kernel, but does not hook it up to
anything (that comes in the next commit).
https://tools.ietf.org
Author: sef
Date: Fri Feb 15 03:53:03 2019
New Revision: 344141
URL: https://svnweb.freebsd.org/changeset/base/344141
Log:
Add AES-CCM encryption, and plumb into OCF.
This commit essentially has three parts:
* Add the AES-CCM encryption hooks. This is in and of itself fairly small,
Author: sef
Date: Fri Feb 15 04:01:59 2019
New Revision: 344142
URL: https://svnweb.freebsd.org/changeset/base/344142
Log:
Pasting in a source control line missed the last quote. Fixed.
Modified:
head/sys/opencrypto/cbc_mac.c
Modified: head/sys/opencrypto/cbc_mac.c
=
Author: sef
Date: Fri Feb 15 04:15:43 2019
New Revision: 344143
URL: https://svnweb.freebsd.org/changeset/base/344143
Log:
Fix another issue from r344141, having to do with size of a shift amount.
This did not show up in my testing.
Differential Revision:https://reviews.freebsd.or
On Thu, 14 Feb 2019, Gleb Smirnoff wrote:
On Wed, Feb 13, 2019 at 07:24:50PM -0600, Justin Hibbits wrote:
J> This seems to break 32-bit platforms, or at least 32-bit book-e
J> powerpc, which has a limited KVA space (~500MB). It preallocates I've
J> seen over 2500 pbufs, at 128kB each, eating up
On Thu, Feb 14, 2019 at 01:53:11PM +, Konstantin Belousov wrote:
> New Revision: 344118
> URL: https://svnweb.freebsd.org/changeset/base/344118
>
> Log:
> Provide userspace versions of do_cpuid() and cpuid_count() on i386.
>
> Some older compilers, when generating PIC code, cannot handl
On Thu, 14 Feb 2019, Mark Johnston wrote:
On Thu, Feb 14, 2019 at 06:56:42PM +1100, Bruce Evans wrote:
* ...
The only relevant commit between the good and bad versions seems to be
r343453. This fixes uma_prealloc() to actually work. But it is a feature
for it to not work when its caller asks
30 matches
Mail list logo