OSDN Git Service

mac80211: add KCOV remote annotations to incoming frame processing
authorAleksandr Nogikh <nogikh@google.com>
Thu, 29 Oct 2020 17:36:20 +0000 (17:36 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Nov 2020 02:01:45 +0000 (18:01 -0800)
commit261e411bb283d348a6a977cccb5db393594e7695
treef89aa18a2e0028b93f8fe790997df75e15938236
parent6370cc3bbd8a0f9bf975b013781243ab147876c6
mac80211: add KCOV remote annotations to incoming frame processing

Add KCOV remote annotations to ieee80211_iface_work() and
ieee80211_rx_list(). This will enable coverage-guided fuzzing of
mac80211 code that processes incoming 802.11 frames.

Signed-off-by: Aleksandr Nogikh <nogikh@google.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mac80211/iface.c
net/mac80211/rx.c