From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751949AbdIVJN4 (ORCPT ); Fri, 22 Sep 2017 05:13:56 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:43316 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751808AbdIVJNz (ORCPT ); Fri, 22 Sep 2017 05:13:55 -0400 From: "Naveen N. Rao" To: Ingo Molnar Cc: Oleg Nesterov , Srikar Dronamraju , Ananth N Mavinakayanahalli , Anton Blanchard , Michael Ellerman , linux-kernel@vger.kernel.org Subject: [PATCH v3 0/3] A few uprobe fixes Date: Fri, 22 Sep 2017 14:43:35 +0530 X-Mailer: git-send-email 2.14.1 X-TM-AS-MML: disable x-cbid: 17092209-0012-0000-0000-0000025E775E X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092209-0013-0000-0000-0000077CDDF2 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-22_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709220128 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is v3 of the series posted at: http://lkml.kernel.org/r/cover.1505333828.git.naveen.n.rao@linux.vnet.ibm.com This has been updated to address review comments from Oleg. - Patch 1 is new and removes uprobe_warn() in favour of pr_warn(). - Patch 2 is updated to accommodate change in patch 1. - Patch 3 has been updated to remove the check for UPROBE_COPY_INSN in handle_swbp(). - Naveen Naveen N. Rao (3): kernel/uprobes: Do away with uprobe_warn() kernel/uprobes: Warn if unable to install breakpoint kernel/uprobes: Fix check for active uprobe kernel/events/uprobes.c | 58 +++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 24 deletions(-) -- 2.14.1