Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751531AbbGIKzT (ORCPT ); Thu, 9 Jul 2015 06:55:19 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:52066 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbbGIKzN (ORCPT ); Thu, 9 Jul 2015 06:55:13 -0400 X-Sasl-enc: Obd8ntwKR3MfuSSdSApYb0YSqyEdaX2suJUKx2noPg6f 1436439312 Date: Thu, 9 Jul 2015 13:55:10 +0300 From: Sergei Zviagintsev To: Paul Osmialowski Cc: Lukasz Pawelczyk , Paul Moore , James Morris , Casey Schaufler , "Serge E. Hallyn" , Kees Cook , Tetsuo Handa , Stephen Smalley , Neil Brown , Mark Rustad , Greg Kroah-Hartman , Daniel Mack , David Herrmann , Djalal Harouni , Shuah Khan , Al Viro , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, Karol Lewandowski , Lukasz Skalski Subject: Re: [RFC 5/8] kdbus: use LSM hooks in kdbus code Message-ID: <20150709105510.GI25971@localhost.localdomain> References: <1436351110-5902-1-git-send-email-p.osmialowsk@samsung.com> <1436351110-5902-6-git-send-email-p.osmialowsk@samsung.com> <1436353775.2331.2.camel@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 449 Lines: 17 Hi, On Wed, Jul 08, 2015 at 02:12:03PM +0200, Paul Osmialowski wrote: [...] > > + ret = security_kdbus_bus_alloc(b); > + if (ret) { > + goto exit_unref; > + } checkpatch.pl will complain about this -- 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/