diff options
author | 2011-03-03 17:56:05 +0100 | |
---|---|---|
committer | 2011-03-03 17:56:14 +0100 | |
commit | 0c0db0355bc070b4c623622248d3f577642536b9 (patch) | |
tree | 6bb3a0464d621bae16c5f61ba3920c5c1359a61d /net/unix/af_unix.c | |
parent | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (diff) | |
download | wireguard-linux-0c0db0355bc070b4c623622248d3f577642536b9.tar.xz wireguard-linux-0c0db0355bc070b4c623622248d3f577642536b9.zip |
[S390] xpram: remove __initdata attribute from module parameters
The module parameter 'devs' and 'sizes' are marked as __initdata. The
memory for the parameters are freed after module_init completed. This
can lead to kernel crashes in param_free_charp. Remove the __initdata
attribute to fix the problem.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions