Message ID | 20170821222817.17376-22-hauke@hauke-m.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Alright, I've also applied 9 - 11 13 - 15 17, 18, 20, 21 As for 12, see the question there. On 16 I'd like Arend to take a look. And finally 19, it seems like we should be able to just add something like config BPAUTO_REFCOUNT def_bool y #h-file linux/refcount.h to compat/Kconfig and the scripting should take care of everything else? johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in
On Wed, 2017-09-06 at 17:10 +0200, Johannes Berg wrote: > > And finally 19, it seems like we should be able to just add something > like > > config BPAUTO_REFCOUNT > def_bool y > #h-file linux/refcount.h And perhaps that also needs #c-file lib/refcount.c but even that seems reasonably self-contained? johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in
On Wed, 2017-09-06 at 17:10 +0200, Johannes Berg wrote: > > config BPAUTO_REFCOUNT > def_bool y > #h-file linux/refcount.h > Err, well, it also needs a kernel version dependency :) johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in
On 09/06/2017 05:13 PM, Johannes Berg wrote: > On Wed, 2017-09-06 at 17:10 +0200, Johannes Berg wrote: >> >> And finally 19, it seems like we should be able to just add something >> like >> >> config BPAUTO_REFCOUNT >> def_bool y >> #h-file linux/refcount.h > > And perhaps that also needs > #c-file lib/refcount.c > > but even that seems reasonably self-contained? > > johannes I will try this. Currently the drivers are only using the header file implementation. Hauke -- To unsubscribe from this list: send the line "unsubscribe backports" in
diff --git a/copy-list b/copy-list index 17afcb4c..88e91c61 100644 --- a/copy-list +++ b/copy-list @@ -73,6 +73,7 @@ drivers/net/wireless/ralink/ drivers/net/wireless/zydas/ drivers/net/wireless/marvell/ drivers/net/wireless/intersil/ +drivers/net/wireless/quantenna/ drivers/net/wireless/realtek/ drivers/net/wireless/ti/ drivers/net/wireless/mediatek/
This driver was compile tested on kernel 3.18 and 4.9. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- copy-list | 1 + 1 file changed, 1 insertion(+)