On Tue, Apr 08, 2025 at 11:36:44AM -0700, mhkelle...@gmail.com wrote: > From: Michael Kelley <mhkli...@outlook.com> > > Export vmf_insert_mixed_mkwrite() for use by fbdev deferred I/O code,
But they are using this on dma coherent memory, where you can't legally get at the page. As told last time you need to fix that first before hacking around that code. > which can be built as a module. For consistency with the related function > vmf_insert_mixed(), export without the GPL qualifier. No. All advanced new Linux functionality must be _GPL. Don't try to sneak around that.