summaryrefslogtreecommitdiff
path: root/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-01netsniff-ng: dev: Rename device_ifindex_get to __device_ifindexTobias Klauser1-1/+1
2015-04-23all: Fix libnl3 include pathTobias Klauser1-5/+5
2015-04-20mac80211: Check existence of generated monX deviceVadim Kochan1-0/+4
2015-04-10mac80211: Print libnl error message along with error numberVadim Kochan1-1/+2
2013-08-09mac80211.c: Remove or mark unused function parametersTobias Klauser1-9/+9
2013-08-02built_in: Add min_t() and max_t() macros and use themTobias Klauser1-1/+1
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+2
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+1
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-05-21mac802.11: only wait for nl ack if unfinishedDaniel Borkmann1-7/+37
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+223
fb/0x220 [ 35.530009] put_io_context+0xe7/0x120 [ 35.530009] put_io_context_active+0x238/0x380 [ 35.530009] exit_io_context+0x66/0x80 [ 35.530009] do_exit+0x158e/0x2b90 [ 35.530009] do_group_exit+0xe5/0x2b0 [ 35.530009] SyS_exit_group+0x1d/0x20 [ 35.530009] entry_SYSCALL_64_fastpath+0x1a/0xa4 [ 35.530009] INFO: Slab 0xffffea00019bcd00 objects=20 used=4 fp=0xffff880066f34ff0 flags=0x1fffe0000004080 [ 35.530009] INFO: Object 0xffff880066f34e58 @offset=3672 fp=0x0000000000000001 [ 35.530009] ================================================================== Fix it by grabbing the task lock while we poke at the io_context. Cc: stable@vger.kernel.org Reported-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat