]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:08:26 +0000 (09:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:08:26 +0000 (09:08 -0700)
commit94537c5006f3ea75451c17f5681691b1bb78a523
treec15dca7c530bffd3aa055e5053996c93edf236c3
parent796ca5000ed06391e60ae463d22181c59ec7b1d8
parent23463ba92a2625be919e60f07740b6508db6fc52
Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
A handful of fixes:
 * missing RCU grace period enforcement led to drivers freeing
   data structures before; fix from Dedy Lansky.
 * hwsim module init error paths were messed up; fixed it myself
   after a report from Colin King (who had sent a partial patch)
 * kernel-doc tag errors; fix from Luca Coelho
 * initialize the on-stack sinfo data structure when getting
   station information; fix from Sven Eckelmann
 * TXQ state dumping is now done from init, and when TXQs aren't
   initialized yet at that point, bad things happen, move the
   initialization; fix from Toke Høiland-Jørgensen.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>