summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/breakpoints/.gitignore
blob: a23bb4a6f06c26502a5c5ab8f70c03802f11d2d6 (plain)
1
2
breakpoint_test
step_after_suspend_test
/cgit.cgi/linux/net-next.git/commit/?id=fa5f4aaf6e6b10f8208533721daaf24a083309a6'>fa5f4aaf6e6b10f8208533721daaf24a083309a6 (diff)
ATM-ENI: Use kmalloc_array() in eni_start()
* A multiplication for the size determination of a memory allocation indicated that an array data structure should be processed. Thus use the corresponding function "kmalloc_array". This issue was detected by using the Coccinelle software. * Replace the specification of a data structure by a pointer dereference to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat