Merge tag 'leaks-4.15-rc1' of git://github.com/tcharding/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Nov 2017 04:11:56 +0000 (20:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Nov 2017 04:11:56 +0000 (20:11 -0800)
commit93ea0eb7d77afab34657715630d692a78b8cea6a
tree331658a4af9daeab19034111692ee28d19288831
parent7c225c69f86c934e3be9be63ecde754e286838d7
parenta11949ec20635b43d82ee229315fd2e3c80c22a3
Merge tag 'leaks-4.15-rc1' of git://github.com/tcharding/linux

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