Casting mapping->a_ops->readpage to filler_t causes an indirect call type mismatch with Control-Flow Integrity checking. This change fixes the mismatch in read_cache_page_gfp and read_mapping_page by adding using a NULL filler argument as an indication to call ->readpage directly, and by passing the right parameter callbacks in nfs and jffs2.
- fix filler_t callback type mismatches Christoph Hellwig
- [PATCH 2/4] mm: don't cast ->readpage to filler_... Christoph Hellwig
- Re: fix filler_t callback type mismatches Sami Tolvanen
- [PATCH 5/4] 9p: pass the correct prototype to read_... Christoph Hellwig
- Re: [PATCH 5/4] 9p: pass the correct prototype ... William Kucharski
- Re: [PATCH 5/4] 9p: pass the correct protot... Matthew Wilcox
- Re: [PATCH 5/4] 9p: pass the correct protot... Christoph Hellwig
- Re: [PATCH 5/4] 9p: pass the correct pr... William Kucharski
- Re: fix filler_t callback type mismatches Kees Cook