From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752636AbdJFUUw (ORCPT ); Fri, 6 Oct 2017 16:20:52 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:44223 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751618AbdJFUUu (ORCPT ); Fri, 6 Oct 2017 16:20:50 -0400 X-Google-Smtp-Source: AOwi7QAuSDV9GktIg1KmoZIUcvme1jouxkVY0Q3cFMVB3nhi+d56nSWoFJUwbt/fTydFh4q/o+c6Og== Date: Fri, 6 Oct 2017 13:20:47 -0700 From: Kees Cook To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Kees Cook , Masami Hiramatsu Subject: [GIT PULL] lkdtm updates for -next (take 2) Message-ID: <20171006202047.GA110637@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, Please pull these couple lkdtm changes for -next. This includes fixes for issues 0-day noticed, for which I've updated my test environment to cover in the future. (This is also based on -rc3 because arm64 builds are broken in -rc2.) Thanks! -Kees The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -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 0f743ba9160f320513450a83c670bc70c695db0a: lkdtm: Constify the crashtypes table (2017-10-06 12:53:19 -0700) ---------------------------------------------------------------- - Replace jprobes usage with kprobes - Constify crashtypes table, add missing static markings ---------------------------------------------------------------- Kees Cook (2): lkdtm: Convert from jprobe to kprobe lkdtm: Constify the crashtypes table drivers/misc/lkdtm_core.c | 172 +++++++++++++++------------------------------- 1 file changed, 54 insertions(+), 118 deletions(-) -- Kees Cook Pixel Security