]> Git Repo - linux.git/commit
iwlwifi: mvm: use dev_coredumpsg()
authorAviya Erenfeld <[email protected]>
Tue, 20 Sep 2016 15:07:44 +0000 (18:07 +0300)
committerLuca Coelho <[email protected]>
Wed, 26 Oct 2016 08:04:15 +0000 (11:04 +0300)
commit7e62a699aafbd97928f19a8356d719b71b0e151c
tree2c9444b32c6013f70cf573e129771ea232c402aa
parent7948b87308a489c2caa23574ea3c72298288c374
iwlwifi: mvm: use dev_coredumpsg()

iwlmvm currently uses dev_coredumpm() to collect multiple
buffers, but this has the downside of pinning the module
until the coredump expires, if the data isn't read by any
userspace.

Avoid this by using the new dev_coredumpsg() method. We
still copy the data from the old way of generating it, but
neither hold on to vmalloc'ed data for a long time, nor do
we pin the module now.

Signed-off-by: Aviya Erenfeld <[email protected]>
[rewrite commit message]
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
drivers/net/wireless/intel/iwlwifi/mvm/fw-dbg.c
This page took 0.058692 seconds and 4 git commands to generate.