Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1218121

Re: [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules

From Hans-Peter Jansen <hpj@urpla.net>
Newsgroups linux.kernel
Subject Re: [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules
Date 2015-09-03 11:30 +0200
Message-ID <q4z0e-7Rx-11@gated-at.bofh.it> (permalink)
References <pTOch-kz-3@gated-at.bofh.it> <pTOP0-1jD-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Dienstag, 4. August 2015 14:05:20 Tejun Heo wrote:
> On Tue, Aug 04, 2015 at 11:26:04AM -0600, tim.gardner@canonical.com wrote:
> > From: Tim Gardner <tim.gardner@canonical.com>
> > 
> > Commit 37b1ef31a568fc02e53587620226e5f3c66454c8 ("workqueue: move
> > flush_scheduled_work() to workqueue.h") moved the exported non GPL
> > flush_scheduled_work() from a function to an inline wrapper.
> > Unfortunately, it directly calls flush_workqueue() which is a GPL
> > function.
> > This has the effect of changing the licensing requirement for this
> > function
> > and makes it unavailable to non GPL modules.
> > 
> > See commit ad7b1f841f8a54c6d61ff181451f55b68175e15a ("workqueue: Make
> > schedule_work() available again to non GPL modules") for precedent.
> > 
> > Cc: Tejun Heo <tj@kernel.org>
> > Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
> 
> Applied to wq/for-4.3.
> 
> Thanks.

Tejun, mind CCing stable in this regard? 

As things stand right now, it's activily deferring 4.2 rollout for (evil, 
sure) nvidia users like me. 

Thanks,
Pete
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules Hans-Peter Jansen <hpj@urpla.net> - 2015-09-03 11:30 +0200

csiph-web