From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752436AbdHBS62 (ORCPT ); Wed, 2 Aug 2017 14:58:28 -0400 Received: from mail-pg0-f53.google.com ([74.125.83.53]:33027 "EHLO mail-pg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbdHBS60 (ORCPT ); Wed, 2 Aug 2017 14:58:26 -0400 Date: Wed, 2 Aug 2017 11:58:25 -0700 From: Kees Cook To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] lkdtm updates for next Message-ID: <20170802185825.GA39980@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 lkdtm changes into your drivers/misc tree for -next. Thanks! -Kees The following changes since commit 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9: Linux 4.13-rc2 (2017-07-23 16:15:17 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/lkdtm-next for you to fetch changes up to c7fea48876773603721f545f8c1a2f894291ef85: lkdtm: Provide timing tests for atomic_t vs refcount_t (2017-07-26 14:38:04 -0700) ---------------------------------------------------------------- improvements for refcount protections ---------------------------------------------------------------- Kees Cook (2): lkdtm: Provide more complete coverage for REFCOUNT tests lkdtm: Provide timing tests for atomic_t vs refcount_t drivers/misc/Makefile | 1 + drivers/misc/lkdtm.h | 27 ++- drivers/misc/lkdtm_bugs.c | 83 --------- drivers/misc/lkdtm_core.c | 25 ++- drivers/misc/lkdtm_refcount.c | 400 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 441 insertions(+), 95 deletions(-) create mode 100644 drivers/misc/lkdtm_refcount.c -- Kees Cook Pixel Security