From: Jakub Kicinski <kuba@kernel.org>
To: Rosen Penev <rosenp@gmail.com>
Cc: netdev@vger.kernel.org, Jiri Pirko <jiri@resnulli.us>,
Andrew Morton <akpm@linux-foundation.org>,
Kees Cook <kees@kernel.org>,
"Gustavo A. R. Silva" <gustavoars@kernel.org>,
linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org
Subject: Re: [PATCH] lib: objagg: Use flexible arrays for object storage
Date: Fri, 22 May 2026 08:43:07 -0700 [thread overview]
Message-ID: <20260522084307.62262c64@kernel.org> (raw)
In-Reply-To: <20260519015833.634602-1-rosenp@gmail.com>
On Mon, 18 May 2026 18:58:33 -0700 Rosen Penev wrote:
> Store object payloads and temporary graph nodes in their parent
> allocations instead of open-coding trailing storage or allocating the
> node array separately.
>
> Use byte-sized flexible arrays for object payloads so kzalloc_flex() is
> passed the same byte count as the previous allocation sizes.
Nobody acked this and I think it's pointless code churn so rejected.
Please be mindful of reviewer time when you send patches.
prev parent reply other threads:[~2026-05-22 15:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 1:58 [PATCH] lib: objagg: Use flexible arrays for object storage Rosen Penev
2026-05-22 15:43 ` Jakub Kicinski [this message]
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=20260522084307.62262c64@kernel.org \
--to=kuba@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=gustavoars@kernel.org \
--cc=jiri@resnulli.us \
--cc=kees@kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rosenp@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.