All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org, vincent.whitchurch@axis.com,
	phillip@squashfs.org.uk, hch@lst.de, akpm@linux-foundation.org,
	akpm@linux-foundation.org
Subject: [folded-merged] squashfs-cache-partial-compressed-blocks-fix.patch removed from -mm tree
Date: Fri, 09 Jun 2023 17:28:08 -0700	[thread overview]
Message-ID: <20230610002808.D9EBAC433EF@smtp.kernel.org> (raw)


The quilt patch titled
     Subject: squashfs-cache-partial-compressed-blocks-fix
has been removed from the -mm tree.  Its filename was
     squashfs-cache-partial-compressed-blocks-fix.patch

This patch was dropped because it was folded into squashfs-cache-partial-compressed-blocks.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: squashfs-cache-partial-compressed-blocks-fix
Date: Wed May 17 04:01:12 PM PDT 2023

fs/squashfs/block.c needs linux/pagemap.h

fs/squashfs/block.c: In function 'squashfs_bio_read_cached':
fs/squashfs/block.c:143:27: error: implicit declaration of function 'add_to_page_cache_lru' [-Werror=implicit-function-declaration]
  143 |                 int ret = add_to_page_cache_lru(head_to_cache, cache_mapping,
      |                           ^~~~~~~~~~~~~~~~~~~~~
fs/squashfs/block.c:148:25: error: implicit declaration of function 'unlock_page'; did you mean 'alloc_page'? [-Werror=implicit-function-declaration]
  148 |                         unlock_page(head_to_cache);
      |                         ^~~~~~~~~~~
      |                         alloc_page
fs/squashfs/block.c: In function 'squashfs_bio_read':
fs/squashfs/block.c:193:32: error: implicit declaration of function 'find_get_page'; did you mean 'find_get_pid'? [-Werror=implicit-function-declaration]
  193 |                         page = find_get_page(cache_mapping,
      |                                ^~~~~~~~~~~~~
      |                                find_get_pid
fs/squashfs/block.c:193:30: error: assignment to 'struct page *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
  193 |                         page = find_get_page(cache_mapping,
      |                              ^
cc1: all warnings being treated as errors
make[3]: *** [scripts/Makefile.build:252: fs/squashfs/block.o] Error 1
make[2]: *** [scripts/Makefile.build:494: fs/squashfs] Error 2
make[1]: *** [scripts/Makefile.build:494: fs] Error 2
make: *** [Makefile:2026: .] Error 2

Cc: Vincent Whitchurch <vincent.whitchurch@axis.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/squashfs/block.c |    1 +
 1 file changed, 1 insertion(+)

--- a/fs/squashfs/block.c~squashfs-cache-partial-compressed-blocks-fix
+++ a/fs/squashfs/block.c
@@ -17,6 +17,7 @@
 #include <linux/fs.h>
 #include <linux/vfs.h>
 #include <linux/slab.h>
+#include <linux/pagemap.h>
 #include <linux/string.h>
 #include <linux/bio.h>
 
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch
mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch
mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch
mm-page_isolation-write-proper-kerneldoc-fix.patch
mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch
squashfs-cache-partial-compressed-blocks.patch
squashfs-cache-partial-compressed-blocks-fix-3-fix.patch
init-add-bdev-fs-printk-if-mount_block_root-failed-fix.patch
watchdog-hardlockup-add-comments-to-touch_nmi_watchdog-fix.patch
kexec-add-helper-__crash_shrink_memory-fix.patch


                 reply	other threads:[~2023-06-10  0:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230610002808.D9EBAC433EF@smtp.kernel.org \
    --to=akpm@linux-foundation.org \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=phillip@squashfs.org.uk \
    --cc=vincent.whitchurch@axis.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.