public inbox for [email protected]
 help / color / mirror / Atom feed
From: Andrey Ryabinin <[email protected]>
To: Andrey Konovalov <[email protected]>
Cc: Andrew Morton <[email protected]>,
	[email protected],  [email protected],
	[email protected], [email protected],
	 [email protected], [email protected],
	[email protected],  [email protected],
	Alexander Potapenko <[email protected]>,
	 Dmitry Vyukov <[email protected]>,
	Vincenzo Frascino <[email protected]>,
	 Jens Axboe <[email protected]>,
	Pavel Begunkov <[email protected]>,
	 "David S. Miller" <[email protected]>,
	Eric Dumazet <[email protected]>,
	 Jakub Kicinski <[email protected]>,
	Paolo Abeni <[email protected]>, Simon Horman <[email protected]>
Subject: Re: [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects.
Date: Mon, 27 Jan 2025 14:35:03 +0100	[thread overview]
Message-ID: <CAPAsAGy8HBMFpeV900thoXUr8QC6V5sCzRh65+NNbYGpJpYgHg@mail.gmail.com> (raw)
In-Reply-To: <CA+fCnZdU2GdAw4eUk9b3Ox8_nLXv-s4isxdoTXePU2J6x5pcGw@mail.gmail.com>

On Sat, Jan 25, 2025 at 1:03 AM Andrey Konovalov <[email protected]> wrote:
>
> On Wed, Jan 22, 2025 at 5:07 PM Andrey Ryabinin <[email protected]> wrote:

> > @@ -261,7 +262,7 @@ bool __kasan_slab_free(struct kmem_cache *cache, void *object, bool init,
> >         if (!kasan_arch_is_ready() || is_kfence_address(object))
> >                 return false;
> >
> > -       poison_slab_object(cache, object, init, still_accessible);
> > +       poison_slab_object(cache, object, init, still_accessible, true);
>
> Should notrack be false here?
>

Yep.

  reply	other threads:[~2025-01-27 13:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 14:07 KASAN reported an error while executing accept-reust.t testcase lizetao
2025-01-11 17:13 ` Jens Axboe
2025-01-12  6:45   ` lizetao
2025-01-22 13:49     ` Andrey Ryabinin
2025-01-22 16:06       ` [PATCH] kasan, mempool: don't store free stacktrace in io_alloc_cache objects Andrey Ryabinin
2025-01-25  0:03         ` Andrey Konovalov
2025-01-27 13:35           ` Andrey Ryabinin [this message]
2025-01-27 15:03         ` [PATCH v2] " Andrey Ryabinin
2025-01-28  1:03           ` Andrey Konovalov
2025-01-30 16:02           ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPAsAGy8HBMFpeV900thoXUr8QC6V5sCzRh65+NNbYGpJpYgHg@mail.gmail.com \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox