Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713AbbLMXvx (ORCPT ); Sun, 13 Dec 2015 18:51:53 -0500 Received: from mail-ig0-f182.google.com ([209.85.213.182]:35197 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbbLMXvw (ORCPT ); Sun, 13 Dec 2015 18:51:52 -0500 MIME-Version: 1.0 Date: Sun, 13 Dec 2015 16:51:51 -0700 Message-ID: Subject: [GIT PULL] please pull one bug fix for v4.4 From: Jeff Merkey To: torvalds@linux-foundation.org, LKML Cc: Thomas Gleixner , Andy Lutomirski , Ingo Molnar , "H. Peter Anvin" , X86 ML , Peter Zijlstra , Andy Lutomirski , Masami Hiramatsu , Steven Rostedt , Borislav Petkov , Jiri Olsa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 22 Hi Linus, The following changes since commit 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9: Linux 4.4-rc4 (2015-12-06 15:43:12 -0800) are available in the git repository at: https://github.com/jeffmerkey/linux/tree/fixes-for-linus hw_breakpoint.c: fix INT1 recursion and system hard hang. Fixes a 13 year old bug in the int1 handler path that results in a hard system lockup is someone triggers an int1 breakpoint in the hardware and no perf event has been registered. Prints a log message and sets the resume flag in x86 and x86_64 to prevent the system from locking up and gracefully prints a rate limited message. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/