Re: [f2fs-dev] [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

2023-04-28 Thread Matthew Wilcox
On Fri, Apr 28, 2023 at 05:11:57PM -0700, Luis Chamberlain wrote: > [ 11.245248] BUG: kernel NULL pointer dereference, address: > [ 11.254581] #PF: supervisor read access in kernel mode > [ 11.257387] #PF: error_code(0x) - not-present page > [ 11.260921] PGD 0 P4D 0 > [

Re: [f2fs-dev] [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

2023-04-28 Thread Luis Chamberlain
On Mon, Apr 24, 2023 at 07:49:26AM +0200, Christoph Hellwig wrote: > +const struct address_space_operations def_blk_aops = { > + .dirty_folio= filemap_dirty_folio, > + .release_folio = iomap_release_folio, > + .invalidate_folio = iomap_invalidate_folio, > + .read_

Re: [f2fs-dev] [PATCH v3] f2fs: add async reset zone command support

2023-04-28 Thread kernel test robot
submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Daejun-Park/f2fs-add-async-reset-zone-command-support/20230428-105944 base: https://git.kernel.org/pub/scm/li