[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250409104942.GA5572@lst.de>
Date: Wed, 9 Apr 2025 12:49:42 +0200
From: Christoph Hellwig <hch@....de>
To: mhklinux@...look.com
Cc: jayalk@...works.biz, simona@...ll.ch, deller@....de,
haiyangz@...rosoft.com, kys@...rosoft.com, wei.liu@...nel.org,
decui@...rosoft.com, akpm@...ux-foundation.org, weh@...rosoft.com,
tzimmermann@...e.de, hch@....de, dri-devel@...ts.freedesktop.org,
linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-hyperv@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH 1/3] mm: Export vmf_insert_mixed_mkwrite()
On Tue, Apr 08, 2025 at 11:36:44AM -0700, mhkelley58@...il.com wrote:
> From: Michael Kelley <mhklinux@...look.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.
Powered by blists - more mailing lists