* [PATCH 0/2] staging: rtl8192u: Use system_wq
@ 2016-02-20 13:15 Bhaktipriya Shridhar
2016-02-20 22:58 ` [Outreachy kernel] " Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Bhaktipriya Shridhar @ 2016-02-20 13:15 UTC (permalink / raw)
To: outreachy-kernel
This patchset removes create_workqueue() usages in rtl8192u.
With conccurency managed workqueues, use of dedicated workqueues can
be replaced with system_wq.
Bhaktipriya Shridhar (2):
staging: rtl8192u: Use system_wq
staging: rtl8192u: Use system_wq
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 1 -
.../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 21 +++++++++++----------
.../rtl8192u/ieee80211/ieee80211_softmac_wx.c | 2 +-
drivers/staging/rtl8192u/r8192U.h | 1 -
drivers/staging/rtl8192u/r8192U_core.c | 17 ++++++++---------
drivers/staging/rtl8192u/r8192U_dm.c | 6 +++---
drivers/staging/rtl8192u/r819xU_phy.c | 2 +-
7 files changed, 24 insertions(+), 26 deletions(-)
--
2.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH 0/2] staging: rtl8192u: Use system_wq
2016-02-20 13:15 [PATCH 0/2] staging: rtl8192u: Use system_wq Bhaktipriya Shridhar
@ 2016-02-20 22:58 ` Greg KH
2016-02-21 5:25 ` Bhaktipriya Shridhar
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2016-02-20 22:58 UTC (permalink / raw)
To: Bhaktipriya Shridhar; +Cc: outreachy-kernel
On Sat, Feb 20, 2016 at 06:45:52PM +0530, Bhaktipriya Shridhar wrote:
>
> This patchset removes create_workqueue() usages in rtl8192u.
> With conccurency managed workqueues, use of dedicated workqueues can
> be replaced with system_wq.
>
> Bhaktipriya Shridhar (2):
> staging: rtl8192u: Use system_wq
> staging: rtl8192u: Use system_wq
Both subjects were identical, yet the patches were different, that's not
something I can accept, sorry :(
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH 0/2] staging: rtl8192u: Use system_wq
2016-02-20 22:58 ` [Outreachy kernel] " Greg KH
@ 2016-02-21 5:25 ` Bhaktipriya Shridhar
0 siblings, 0 replies; 3+ messages in thread
From: Bhaktipriya Shridhar @ 2016-02-21 5:25 UTC (permalink / raw)
To: Greg KH; +Cc: outreachy-kernel
[-- Attachment #1: Type: text/plain, Size: 751 bytes --]
Hello Greg,
I have sent a v2
<https://groups.google.com/forum/#!topic/outreachy-kernel/FTxdRzT0jE8> for
this patchset, this time with different subjects.
Thank you for the correction.
Bhaktipriya
On Sun, Feb 21, 2016 at 4:28 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Sat, Feb 20, 2016 at 06:45:52PM +0530, Bhaktipriya Shridhar wrote:
> >
> > This patchset removes create_workqueue() usages in rtl8192u.
> > With conccurency managed workqueues, use of dedicated workqueues can
> > be replaced with system_wq.
> >
> > Bhaktipriya Shridhar (2):
> > staging: rtl8192u: Use system_wq
> > staging: rtl8192u: Use system_wq
>
> Both subjects were identical, yet the patches were different, that's not
> something I can accept, sorry :(
>
>
[-- Attachment #2: Type: text/html, Size: 1189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-21 5:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-20 13:15 [PATCH 0/2] staging: rtl8192u: Use system_wq Bhaktipriya Shridhar
2016-02-20 22:58 ` [Outreachy kernel] " Greg KH
2016-02-21 5:25 ` Bhaktipriya Shridhar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.