From: Christoph Hellwig <hch@infradead.org>
To: Bill Wendling <morbo@google.com>
Cc: linux-kernel@vger.kernel.org, Carlos Maiolino <cem@kernel.org>,
"Darrick J. Wong" <djwong@kernel.org>,
Gogul Balakrishnan <bgogul@google.com>,
Arman Hasanzadeh <armanihm@google.com>,
Kees Cook <kees@kernel.org>,
linux-xfs@vger.kernel.org, codemender-patching+linux@google.com
Subject: Re: [PATCH] xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
Date: Tue, 3 Mar 2026 06:40:37 -0800 [thread overview]
Message-ID: <aaby5V0TDMlahSj0@infradead.org> (raw)
In-Reply-To: <20260303015646.2796170-1-morbo@google.com>
> - void *buffer; /* output buffer */
> + void *buffer __counted_by_ptr(bufsize); /* output buffer */
Please split this up somehow to keep the line readable, e.g.
/* output buffer: */
void *buffer __counted_by_ptr(bufsize);
Otherwise looks good.
next prev parent reply other threads:[~2026-03-03 14:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 1:56 [PATCH] xfs: annotate struct xfs_attr_list_context with __counted_by_ptr Bill Wendling
2026-03-03 5:14 ` Darrick J. Wong
2026-03-03 7:35 ` Bill Wendling
2026-03-03 14:40 ` Christoph Hellwig [this message]
2026-03-16 18:42 ` Bill Wendling
2026-03-16 18:41 ` [PATCH v2] " Bill Wendling
2026-03-16 22:53 ` Darrick J. Wong
2026-03-17 9:13 ` Christoph Hellwig
2026-03-18 10:12 ` Carlos Maiolino
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=aaby5V0TDMlahSj0@infradead.org \
--to=hch@infradead.org \
--cc=armanihm@google.com \
--cc=bgogul@google.com \
--cc=cem@kernel.org \
--cc=codemender-patching+linux@google.com \
--cc=djwong@kernel.org \
--cc=kees@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
--cc=morbo@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox