summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.dtbinst
diff options
context:
space:
mode:
authorDavid S. Miller2018-02-26 19:41:47 +0100
committerDavid S. Miller2018-02-26 19:41:47 +0100
commit13a55372b64e00e564a08d785ca87bd9d454ba30 (patch)
treeda513bc5fc70d1c9cff3bda089fc8305b4b4667b /scripts/Makefile.dtbinst
parentMerge branch 'l2tp-fix-API-races-discovered-by-syzbot' (diff)
downloadkernel-qcow2-linux-13a55372b64e00e564a08d785ca87bd9d454ba30.tar.gz
kernel-qcow2-linux-13a55372b64e00e564a08d785ca87bd9d454ba30.tar.xz
kernel-qcow2-linux-13a55372b64e00e564a08d785ca87bd9d454ba30.zip
ARM: orion5x: Revert commit 4904dbda41c8.
It is not valid for orion5x to use mac_pton(). First of all, the orion5x buffer is not NULL terminated. mac_pton() has no business operating on non-NULL terminated buffers because only the caller can know that this is valid and in what manner it is ok to parse this NULL'less buffer. Second of all, orion5x operates on an __iomem pointer, which cannot be dereferenced using normal C pointer operations. Accesses to such areas much be performed with the proper iomem accessors. Fixes: 4904dbda41c8 ("ARM: orion5x: use mac_pton() helper") Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/Makefile.dtbinst')
0 files changed, 0 insertions, 0 deletions