From: Jiri Slaby <jirislaby@kernel.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: stefani@seibold.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/4] kfifo: add kfifo_out_linear{,_ptr}()
Date: Mon, 26 Feb 2024 06:32:39 +0100 [thread overview]
Message-ID: <4f7681ce-9e91-456f-bcc8-3b756f5c04bd@kernel.org> (raw)
In-Reply-To: <20240223183123.59efd1d637cf33b9f24d6b2e@linux-foundation.org>
On 24. 02. 24, 3:31, Andrew Morton wrote:
> On Fri, 23 Feb 2024 12:51:54 +0100 "Jiri Slaby (SUSE)" <jirislaby@kernel.org> wrote:
>
>> + return min(n, __kfifo_peek_n(fifo, recsize);
>
> When things like this happen I wonder "was I sent the correct version"
> and "was this tested" and "wtf".
>
> Please confirm that with this patch:
>
> --- a/lib/kfifo.c~a
> +++ a/lib/kfifo.c
> @@ -497,7 +497,7 @@ unsigned int __kfifo_out_linear_r(struct
> if (tail)
> *tail = fifo->out + recsize;
>
> - return min(n, __kfifo_peek_n(fifo, recsize);
> + return min(n, __kfifo_peek_n(fifo, recsize));
> }
> EXPORT_SYMBOL(__kfifo_out_linear_r);
>
> @@ -609,4 +609,3 @@ unsigned int __kfifo_dma_out_prepare_r(s
> return setup_sgl(fifo, sgl, nents, len, fifo->out + recsize);
> }
> EXPORT_SYMBOL(__kfifo_dma_out_prepare_r);
>
> we have a fully tested, production quality kernel change?
After Friday's last minute changes, there are apparently more issues (as
reported by the test robot). Please drop this series, I will send a
better one.
And I understand that you are OK for this to go through serial, so I
will post with the serial "users" too. Of course with you in Cc, so that
you can (N)Ack.
thanks and sorry for the bogus submission,
--
js
suse labs
next prev parent reply other threads:[~2024-02-26 5:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-23 11:51 [PATCH 0/4] kfifo: small cleanup + linear and skip helpers Jiri Slaby (SUSE)
2024-02-23 11:51 ` [PATCH 1/4] kfifo: drop __kfifo_dma_out_finish_r() Jiri Slaby (SUSE)
2024-02-24 0:27 ` Andrew Morton
2024-02-23 11:51 ` [PATCH 2/4] kfifo: introduce and use kfifo_skip_count() Jiri Slaby (SUSE)
2024-02-23 11:51 ` [PATCH 3/4] kfifo: add kfifo_out_linear{,_ptr}() Jiri Slaby (SUSE)
2024-02-24 2:31 ` Andrew Morton
2024-02-26 5:32 ` Jiri Slaby [this message]
2024-02-23 11:51 ` [PATCH 4/4] kfifo: fix typos in kernel-doc Jiri Slaby (SUSE)
2024-02-23 12:08 ` [PATCH 0/4] kfifo: small cleanup + linear and skip helpers Jiri Slaby
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=4f7681ce-9e91-456f-bcc8-3b756f5c04bd@kernel.org \
--to=jirislaby@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefani@seibold.net \
/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