From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755413AbdKJAjP (ORCPT ); Thu, 9 Nov 2017 19:39:15 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:42974 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752494AbdKJAjN (ORCPT ); Thu, 9 Nov 2017 19:39:13 -0500 Date: Fri, 10 Nov 2017 06:08:58 +0530 From: Ananth N Mavinakayanahalli To: David Howells Cc: alexei.starovoitov@gmail.com, Anil S Keshavamurthy , "David S. Miller" , Masami Hiramatsu , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH] Lock down kprobes Reply-To: ananth@linux.vnet.ibm.com References: <20171109173012.GA23619@in.ibm.com> <11786.1510246325@warthog.procyon.org.uk> <2813.1510264490@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2813.1510264490@warthog.procyon.org.uk> User-Agent: Mutt/1.9.1 (2017-09-22) X-TM-AS-GCONF: 00 x-cbid: 17111000-0004-0000-0000-0000133089B1 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008040; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000239; SDB=6.00943616; UDB=6.00476106; IPR=6.00723898; BA=6.00005683; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017943; XFM=3.00000015; UTC=2017-11-10 00:39:09 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17111000-0005-0000-0000-000084CF1E26 Message-Id: <20171110003858.GB23619@in.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-09_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1711100007 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 09, 2017 at 09:54:50PM +0000, David Howells wrote: > Ananth N Mavinakayanahalli wrote: > > > Yes, this patch will prevent any kprobe registration. > > Can I put that down as a Reviewed-by? Reviewed-by: Ananth N Mavinakayanahalli