mac80211: add dev_coredumpm() function
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Sep 2017 12:50:01 +0000 (14:50 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Sep 2017 12:54:28 +0000 (14:54 +0200)
commit1b2c93988f59133aa868fb686a1b31d6bf5157e2
treec9626a1050e7a0a7a51b9c87979c5dcf5dc1a5f2
parent692aa82981755f0d4ee439f83a67fa6ae94c1ec7
mac80211: add dev_coredumpm() function

dev_coredumpm() was added with kernel 4.7, but it is used by iwlwifi.
When the dev coredump framework form compat-wireless is used this is not
a problem because it already contains this, but this is deactivated if
the build system finds out that it is already included in the kernel we
compile against. This option was now activated by the bluetooth driver
btmrvl. Having dev coredump in the kernel adds about 400 bytes to the
lzma compressed kernel for brcm47xx.

This is copied from a more recent backports version to add the
dev_coredumpm() function when the internal core devdump is not used.

Fixes: a5922f6 ("kernel: bluetooth: add marvell sdio bluetooth module")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/mac80211/patches/013-backport-dev_coredumpm-function.patch [new file with mode: 0644]