Pull leaking_addresses script updates from Tobin Harding:
 "Here are development patches for the leaking_addresses.pl script.
  Changes include:
   - add summary reporting to the script
   - add 'SigIgn' to false positives
   - add a file read timeout so the script doesn't block indefinitely
   - add infrastructure to enable multi-arch support and add support for ppc
   - add some exclude files/paths suggested by various people
   - code clean up and refactoring
   - overhaul command line options"
* tag 'leaks-4.15-rc1' of git://github.com/tcharding/linux:
  leaking_addresses: add SigIgn to false positives
  leaking_addresses: add timeout on file read
  leaking_addresses: add support for ppc64
  leaking_addresses: add summary reporting options
  leaking_addresses: add to exclude files/paths list
  leaking_addresses: fix comment string typo
  leaking_addresses: remove command line options
  leaking_addresses: remove dead/unused code
  leaking_addresses: use tabs instead of spaces