From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752810AbdHOTnT (ORCPT ); Tue, 15 Aug 2017 15:43:19 -0400 Received: from mail-pg0-f52.google.com ([74.125.83.52]:35236 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbdHOTnS (ORCPT ); Tue, 15 Aug 2017 15:43:18 -0400 Date: Tue, 15 Aug 2017 12:43:16 -0700 From: Kees Cook To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] lkdtm updates for next, part 2 Message-ID: <20170815194316.GA31327@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Please pull these additional lkdtm changes for next. Thanks! -Kees The following changes since commit c7fea48876773603721f545f8c1a2f894291ef85: lkdtm: Provide timing tests for atomic_t vs refcount_t (2017-07-26 14:38:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/lkdtm-next-part2 for you to fetch changes up to 93e78c6b14c42abe4018c815aeea2aa491522fae: lkdtm: Add -fstack-protector-strong test (2017-08-15 12:27:35 -0700) ---------------------------------------------------------------- - Add new CORRUPT_STACK_STRONG to test -fstack-protector-strong, since the existing CORRUPT_STACK test only tested regular -fstack-protector. - Add pair of tests for checking kernel stack leading/trailing guard pages under VMAP_STACK: STACK_GUARD_PAGE_LEADING and STACK_GUARD_PAGE_TRAILING. ---------------------------------------------------------------- Kees Cook (2): lkdtm: Test VMAP_STACK allocates leading/trailing guard pages lkdtm: Add -fstack-protector-strong test drivers/misc/lkdtm.h | 3 +++ drivers/misc/lkdtm_bugs.c | 51 ++++++++++++++++++++++++++++++++++++++++++++--- drivers/misc/lkdtm_core.c | 3 +++ 3 files changed, 54 insertions(+), 3 deletions(-) -- Kees Cook Pixel Security