lkml.org 
[lkml]   [2019]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
    On Fri, Aug 30, 2019 at 05:41:46PM +0000, Christopher Lameter wrote:
    > On Thu, 29 Aug 2019, Michal Hocko wrote:
    > > > There are many places in the kernel which assume alignment. They break
    > > > when it's not supplied. I believe we have a better overall system if
    > > > the MM developers provide stronger guarantees than the MM consumers have
    > > > to work around only weak guarantees.
    > >
    > > I absolutely agree. A hypothetical benefit of a new implementation
    > > doesn't outweigh the complexity the existing code has to jump over or
    > > worse is not aware of and it is broken silently. My general experience
    > > is that the later is more likely with a large variety of drivers we have
    > > in the tree and odd things they do in general.
    >
    > The current behavior without special alignment for these caches has been
    > in the wild for over a decade. And this is now coming up?

    In the wild ... and rarely enabled. When it is enabled, it may or may
    not be noticed as data corruption, or tripping other debugging asserts.
    Users then turn off the rare debugging option.

    > There is one case now it seems with a broken hardware that has issues and
    > we now move to an alignment requirement from the slabs with exceptions and
    > this and that?

    Perhaps you could try reading what hasa been written instead of sticking
    to a strawman of your own invention?

    > If there is an exceptional alignment requirement then that needs to be
    > communicated to the allocator. A special flag or create a special
    > kmem_cache or something.

    The only way I'd agree to that is if we deliberately misalign every
    allocation that doesn't have this special flag set. Because right now,
    breakage happens everywhere when these debug options are enabled, and
    the very people who need to be helped are being hurt by the debugging.

    \
     
     \ /
      Last update: 2019-09-01 02:53    [W:2.096 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site