Re: [net-next v4 0/8]net: convert tasklets to use new tasklet_setup API

2020-11-08 Thread Allen Pais
Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) Hi Aleen! I applied everything but the RDS patch

Re: [PATCH v2 0/3] wireless: convert tasklets to use new

2020-11-04 Thread Allen Pais
This series converts the remaining drivers to use new tasklet_setup() API. The patches are based on wireless-drivers-next (c2568c8c9e63) Is this series queue? I haven't seen any email. This is the last series as part of the tasklet conversion effort. They are queued in linux-wireless patch

[net-next v4 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Reviewed-by: Johannes Berg Signed-off-by: Romain Perier Signed-off-by

[net-next v4 2/8] net: ipv4: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/ipv4

[net-next v4 4/8] net: mac802154: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Acked-by: Stefan Schmidt Signed-off-by: Romain Perier Signed-off-by: Allen

[net-next v4 5/8] net: rds: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/rds

[net-next v4 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/smc

[net-next v4 8/8] net: xfrm: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/xfrm

[net-next v4 6/8] net: sched: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- include/net

[net-next v4 1/8] net: dccp: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/dccp

[net-next v4 0/8]net: convert tasklets to use new tasklet_setup API

2020-11-03 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) v3: introduce

Re: [net-next V3 6/8] net: sched: convert tasklets to use new tasklet_setup() API

2020-11-03 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/sched/sch_atm.c | 8

Re: [PATCH v2 0/3] wireless: convert tasklets to use new

2020-11-02 Thread Allen Pais
6 and mt7601u Allen Pais (3): wireless: mt76: convert tasklets to use new tasklet_setup() API wireless: mt7601u: convert tasklets to use new tasklet_setup() API ath11k: convert tasklets to use new tasklet_setup() API drivers/net/wireless/ath/ath11k/pci.c | 7 +++ driver

Re: [next-next v3 05/10] net: cdc_ncm: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
@@ -815,7 +815,7 @@ int cdc_ncm_bind_common(struct usbnet *dev, struct usb_interface *intf, u8 data_ hrtimer_init(&ctx->tx_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); ctx->tx_timer.function = &cdc_ncm_tx_timer_cb; - tasklet_init(&ctx->bh, cdc_ncm_txpath_bh, (unsigned long

[net-next V3 8/8] net: xfrm: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/xfrm

[net-next V3 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/smc

[net-next V3 5/8] net: rds: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/rds

[net-next V3 2/8] net: ipv4: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/ipv4

[net-next V3 6/8] net: sched: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/sched

[net-next V3 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Reviewed-by: Johannes Berg Signed-off-by: Romain Perier Signed-off-by

[net-next V3 4/8] net: mac802154: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Acked-by: Stefan Schmidt Signed-off-by: Romain Perier Signed-off-by: Allen

[net-next V3 0/8] net: convert tasklets to use new tasklet_setup API

2020-11-02 Thread Allen Pais
From: Allen Pais ommit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) v2: get rid of QD

[net-next V3 1/8] net: dccp: convert tasklets to use new tasklet_setup() API

2020-11-02 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/dccp

Re: [net-next v2 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
On 07/10/20 4:25 pm, Johannes Berg wrote: On Wed, 2020-10-07 at 15:42 +0530, Allen Pais wrote: From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the

[PATCH v2 1/3] wireless: mt76: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[PATCH v2 3/3] ath11k: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[PATCH v2 0/3] wireless: convert tasklets to use new

2020-10-07 Thread Allen Pais
From: Allen Pais This series converts the remaining drivers to use new tasklet_setup() API. The patches are based on wireless-drivers-next (c2568c8c9e63) v2: Split mt76 and mt7601u Allen Pais (3): wireless: mt76: convert tasklets to use new tasklet_setup() API wireless: mt7601u: convert

[PATCH v2 2/3] wireless: mt7601u: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v2 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/smc

[net-next v2 8/8] net: xfrm: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/xfrm

[net-next v2 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/mac80211

[net-next v2 1/8] net: dccp: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/dccp

[net-next v2 6/8] net: sched: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/sched

[net-next v2 2/8] net: ipv4: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/ipv4

[net-next v2 0/8] net: convert tasklets to use new

2020-10-07 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next (9faebeb2d) v1: fix kernel

[net-next v2 4/8] net: mac802154: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Acked-by: Stefan Schmidt Signed-off-by: Romain Perier Signed-off-by: Allen

[net-next v2 5/8] net: rds: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/rds

Re: [RESEND net-next 1/8] net: dccp: convert tasklets to use new tasklet_setup() API

2020-10-07 Thread Allen Pais
net/dccp/timer.c:223: warning: Function parameter or member 't' not described in 'dccp_write_xmitlet' net/dccp/timer.c:223: warning: Excess function parameter 'data' description in 'dccp_write_xmitlet' My bad. Will fix it. Thanks.

[RESEND net-next 6/8] net: sched: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/sched/sch_atm.c | 9

[RESEND net-next 4/8] net: mac802154: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/mac802154/main.c | 8

[RESEND net-next 8/8] net: xfrm: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/xfrm/xfrm_input.c | 7

[RESEND net-next 5/8] net: rds: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/rds/ib_cm.c | 14

[RESEND net-next 7/8] net: smc: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/smc/smc_cdc.c | 6

[RESEND net-next 2/8] net: ipv4: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/ipv4/tcp_output.c | 8

[RESEND net-next 3/8] net: mac80211: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/mac80211/ieee80211_i.h | 4

[RESEND net-next 1/8] net: dccp: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- net/dccp/timer.c | 10

[RESEND net-next 0/8] net: convert tasklets to use new

2020-10-05 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API The following series is based on net-next.git(8b0308fe3) Allen Pais (

[next-next v3 08/10] net: pegasus: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 05/10] net: cdc_ncm: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 01/10] net: arcnet: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 02/10] net: caif: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 09/10] net: r8152: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 07/10] net: lan78xx: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 10/10] net: rtl8150: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 04/10] net: ppp: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 03/10] net: ifb: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 06/10] net: hso: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[next-next v3 00/10] drivers: net: convert tasklets to use new

2020-10-05 Thread Allen Pais
From: Allen Pais commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts the remaining drivers in net/ to use the new tasklet_setup() API Allen Pais (10): net: arcnet: convert tasklets to use new task

[PATCH] cxgb4: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

wireless: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais This series converts the remaining drivers to use new tasklet_setup() API. The patches are based on wireless-drivers-next.git Allen Pais (2): ath11k: convert tasklets to use new tasklet_setup() API wireless: mt76: convert tasklets to use new tasklet_setup() API drivers

[PATCH 1/2] ath11k: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[PATCH 2/2] wireless: mt76: convert tasklets to use new tasklet_setup() API

2020-10-05 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

Re: [RESEND net-next v2 00/12]drivers: net: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
*. see below This series is based on v5.9-rc5 Allen Pais (12): net: mvpp2: Prepare to use the new tasklet API net: arcnet: convert tasklets to use new tasklet_setup() API net: caif: convert tasklets to use new tasklet_setup() API net: ifb: convert tasklets to use new task

Re: [RESEND net-next v2 00/12]drivers: net: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
ommit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API This series is based on v5.9-rc5 Allen Pais (12): net: mvpp2: Prepare to use the

Re: [RESEND net-next v2 00/12]drivers: net: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais ommit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API This series is based on v5.9-rc5 I don't understand how th

[RESEND net-next v2 10/12] net: r8152: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 07/12] net: hso: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 04/12] net: ifb: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 02/12] net: arcnet: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 09/12] net: pegasus: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 08/12] net: lan78xx: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 01/12] net: mvpp2: Prepare to use the new tasklet API

2020-09-14 Thread Allen Pais
From: Allen Pais The future tasklet API will no longer allow to pass an arbitrary "unsigned long" data parameter. The tasklet data structure will need to be embedded into a data structure that will be retrieved from the tasklet handler. Currently, there are no ways to retrieve t

[RESEND net-next v2 06/12] net: cdc_ncm: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 03/12] net: caif: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 05/12] net: ppp: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 12/12] net: usbnet: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly and remove the .data field. Signed-off-by: Romain Perier Signed-off-by

[RESEND net-next v2 11/12] net: rtl8150: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 15/20] net: natsemi: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 16/20] nfp: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 20/20] net: smc91x: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 14/20] net: micrel: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 18/20] qed: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[RESEND net-next v2 00/12]drivers: net: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais ommit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API This series is based on v5.9-rc5 Allen Pais (12): net: mvpp2: Prepare

[net-next v3 12/20] net: skge: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 13/20] net: mlx: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 19/20] net: silan: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 17/20] net: nixge: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 11/20] net: jme: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 10/20] ibmvnic: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 07/20] net: sundance: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 06/20] chelsio: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 04/20] net: macb: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 08/20] net: hinic: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 09/20] net: ehea: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 05/20] liquidio: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 03/20] cnic: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 01/20] net: alteon: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 02/20] net: amd-xgbe: convert tasklets to use new tasklet_setup() API

2020-09-14 Thread Allen Pais
From: Allen Pais In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net

[net-next v3 00/20] ethernet: convert tasklets to use new tasklet_setup API

2020-09-14 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the crypto modules to use the new tasklet_setup() API This series is based on v5.9-rc5 v3: fix subject prefix use backpoi

[PATCH v2 18/20] ethernet: qlogic: convert tasklets to use new tasklet_setup() API

2020-09-09 Thread Allen Pais
In preparation for unconditionally passing the struct tasklet_struct pointer to all tasklet callbacks, switch to using the new tasklet_setup() and from_tasklet() to pass the tasklet pointer explicitly. Signed-off-by: Romain Perier Signed-off-by: Allen Pais --- drivers/net/ethernet/qlogic/qed

  1   2   3   4   >