The quilt patch titled Subject: kfifo-add-kfifo_out_linear_ptr-fix has been removed from the -mm tree. Its filename was kfifo-add-kfifo_out_linear_ptr-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kfifo-add-kfifo_out_linear_ptr-fix Date: Fri Feb 23 06:28:24 PM PST 2024 fix mismatched parenthesis build error Cc: "Jiri Slaby (SUSE)" <jirislaby@xxxxxxxxxx> Cc: Stefani Seibold <stefani@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/kfifo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/lib/kfifo.c~kfifo-add-kfifo_out_linear_ptr-fix +++ 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); - _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are hugetlb-parallelize-1g-hugetlb-initialization-fix.patch mm-vmscan-do-not-turn-on-cache_trim_mode-if-it-doesnt-work-fix.patch