public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules
@ 2015-08-04 17:26 tim.gardner
  2015-08-04 18:05 ` Tejun Heo
  2015-09-03 16:14 ` Tejun Heo
  0 siblings, 2 replies; 5+ messages in thread
From: tim.gardner @ 2015-08-04 17:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tim Gardner, Tejun Heo

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>
---
 kernel/workqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 4c4f061..a413acb 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -2614,7 +2614,7 @@ void flush_workqueue(struct workqueue_struct *wq)
 out_unlock:
 	mutex_unlock(&wq->mutex);
 }
-EXPORT_SYMBOL_GPL(flush_workqueue);
+EXPORT_SYMBOL(flush_workqueue);
 
 /**
  * drain_workqueue - drain a workqueue
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* Re: [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules
@ 2015-08-05  9:52 David Laight
  0 siblings, 0 replies; 5+ messages in thread
From: David Laight @ 2015-08-05  9:52 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

> From:       Tejun Heo 
> Date:       2015-08-04 18:05:20
> 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.

I hit this yesterday afternoon as well!

Can we get the fix into 4.2 itself ?

	David


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-03 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 17:26 [PATCH 4.2-rc5] workqueue: Make flush_workqueue() available again to non GPL modules tim.gardner
2015-08-04 18:05 ` Tejun Heo
2015-09-03  9:20   ` Hans-Peter Jansen
2015-09-03 16:14 ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2015-08-05  9:52 David Laight

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox