From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759080AbdKPAIy (ORCPT ); Wed, 15 Nov 2017 19:08:54 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:39991 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755811AbdKPAIg (ORCPT ); Wed, 15 Nov 2017 19:08:36 -0500 X-ME-Sender: Date: Thu, 16 Nov 2017 11:08:31 +1100 From: "Tobin C. Harding" To: Linus Torvalds Cc: LKML Subject: [GIT PULL] scripts/leaking_addresses.pl patches for 4.15-rc1 Message-ID: <20171116000831.GA32637@eros> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4: Linux 4.14 (2017-11-12 10:46:13 -0800) are available in the git repository at: git://github.com/tcharding/linux.git tags/leaks-4.15-rc1 for you to fetch changes up to a11949ec20635b43d82ee229315fd2e3c80c22a3: leaking_addresses: add SigIgn to false positives (2017-11-14 09:29:27 +1100) ---------------------------------------------------------------- scripts/leaking_addresses.pl patches for 4.15-rc1 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. Signed-off-by: Tobin C. Harding ---------------------------------------------------------------- Tobin C. Harding (9): leaking_addresses: use tabs instead of spaces leaking_addresses: remove dead/unused code leaking_addresses: remove command line options leaking_addresses: fix comment string typo leaking_addresses: add to exclude files/paths list leaking_addresses: add summary reporting options leaking_addresses: add support for ppc64 leaking_addresses: add timeout on file read leaking_addresses: add SigIgn to false positives scripts/leaking_addresses.pl | 370 +++++++++++++++++++++++++++++++++---------- 1 file changed, 283 insertions(+), 87 deletions(-)