summaryrefslogtreecommitdiff
path: root/staging/parse_xml.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-05-12 18:13:31 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-05-12 18:13:31 +0200
commitf232545c215022de5be5e0b37e0c7130962cc5d0 (patch)
treee4756d11b0402cb8153bc90f48fe2e1e49839031 /staging/parse_xml.c
parentb25a51fa5915df87f31a0cc0459cd9f05e17f540 (diff)
built_in: don't redefine memcpy/memset
Redefining memset/memcpy causes problems when building with fortified headers on Alpine Linux. Instead of uncoditionally defining these, explicitely use fmemcpy/fmemset in performance critical paths and otherwise let the compiler decide about optimizations. Fixes #173 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'staging/parse_xml.c')
0 files changed, 0 insertions, 0 deletions
diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Documentation/scsi/ChangeLog.1992-1997')