summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-07-26 08:53:42 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-07-31 01:11:17 (GMT)
commita601469386b543df2a4d97ad7d524716945278a3 (patch)
treef81f38cfb2351352bb9bbdffe01b61c468e86be2 /net
parentfa3e0cee12fbdd9e0b03470b2b8cf968f537c161 (diff)
downloadlinux-fsl-qoriq-a601469386b543df2a4d97ad7d524716945278a3.tar.xz
ARM: shmobile: lager: do not annotate gpio_buttons as __initdata
When the gpio-keys device is registered using platform_device_register_data() the platform data argument, lager_keys_pdata is duplicated and thus should be marked as __initdata to avoid wasting memory. However, this is not true of gpio_buttons, a reference to it rather than its value is duplicated when lager_keys_pdata is duplicated. This avoids accessing freed memory if gpio-key events occur after unused kernel memory is freed late in the kernel's boot. This but was added when support for gpio-keys was added to lager in c3842e4fcbb7664276443b79187b7808c2e80a35 ("ARM: shmobile: lager: support GPIO switches") which was included in v3.11-rc1. Tested-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions