Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751972AbcLETNv (ORCPT ); Mon, 5 Dec 2016 14:13:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36984 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798AbcLETNs (ORCPT ); Mon, 5 Dec 2016 14:13:48 -0500 Subject: Re: [PATCH] Yama: allow access for the current ptrace parent To: Kees Cook , James Morris References: <20161201012401.17367-1-jistone@redhat.com> Cc: LKML , "Serge E. Hallyn" , linux-security-module From: Josh Stone Message-ID: <62fd5b15-5d1c-d834-97f9-2f6373dc7279@redhat.com> Date: Mon, 5 Dec 2016 11:13:46 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 05 Dec 2016 19:13:48 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 396 Lines: 11 On 12/02/2016 03:27 PM, Kees Cook wrote: >> + /* If there's already an active tracing relationship, then make an > > I'll adjust the comment style here and add it to my tree for -next. Thanks! I guess the tweak is that it should have an empty "/*" line? FWIW, checkpatch.pl doesn't warn about this -- perhaps it should? I only see the opposite check for NETWORKING_BLOCK_COMMENT_STYLE.