From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [Drbd-dev] [PATCH 2/2 v2] netlink: kill eff_cap from struct netlink_skb_parms Date: Tue, 08 Mar 2011 19:54:33 +0100 Message-ID: <4D767B69.2030603@trash.net> References: <4D6F6180.5030903@trash.net> <20110303173230.GP4988@sequoia.sous-sol.org> <20110303.105655.189705829.davem@davemloft.net> <20110303201522.GT4988@sequoia.sous-sol.org> <20110303223746.GI25069@barkeeper1-xen.linbit> <20110304012956.GA13573@ioremap.net> <4D764247.9080509@trash.net> <20110308183246.GA17412@ioremap.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110308183246.GA17412@ioremap.net> Sender: linux-security-module-owner@vger.kernel.org To: Evgeniy Polyakov Cc: Chris Wright , David Miller , linux-fbdev@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org, dm-devel@redhat.com, drbd-dev@lists.linbit.com List-Id: dm-devel.ids Am 08.03.2011 19:32, schrieb Evgeniy Polyakov: > Hi Patrick. > > On Tue, Mar 08, 2011 at 03:50:47PM +0100, Patrick McHardy (kaber@trash.net) wrote: >>> Yup, connector is very async at that place, but I wonder why the hell I >>> ever made that decision. I believe we can replace it with pure sync call >>> of the registered connector callback, since netlink is synchronous and >>> no one has any problem with it. >> >> Are you going to do this or do you want me to take care of it? > > I will return back at the end of the week and will take care of this > problem. I will not mind if you complete it first though :) Thanks Evgeniy, I'll give it a shot. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Date: Tue, 08 Mar 2011 18:54:33 +0000 Subject: Re: [Drbd-dev] [PATCH 2/2 v2] netlink: kill eff_cap from struct netlink_skb_parms Message-Id: <4D767B69.2030603@trash.net> List-Id: References: <4D6F6180.5030903@trash.net> <20110303173230.GP4988@sequoia.sous-sol.org> <20110303.105655.189705829.davem@davemloft.net> <20110303201522.GT4988@sequoia.sous-sol.org> <20110303223746.GI25069@barkeeper1-xen.linbit> <20110304012956.GA13573@ioremap.net> <4D764247.9080509@trash.net> <20110308183246.GA17412@ioremap.net> In-Reply-To: <20110308183246.GA17412@ioremap.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Evgeniy Polyakov Cc: Chris Wright , David Miller , linux-fbdev@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org, dm-devel@redhat.com, drbd-dev@lists.linbit.com Am 08.03.2011 19:32, schrieb Evgeniy Polyakov: > Hi Patrick. > > On Tue, Mar 08, 2011 at 03:50:47PM +0100, Patrick McHardy (kaber@trash.net) wrote: >>> Yup, connector is very async at that place, but I wonder why the hell I >>> ever made that decision. I believe we can replace it with pure sync call >>> of the registered connector callback, since netlink is synchronous and >>> no one has any problem with it. >> >> Are you going to do this or do you want me to take care of it? > > I will return back at the end of the week and will take care of this > problem. I will not mind if you complete it first though :) Thanks Evgeniy, I'll give it a shot. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from soda.linbit (unknown [10.9.9.55]) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTP id 05D05108D61B for ; Tue, 8 Mar 2011 20:39:21 +0100 (CET) Resent-Message-ID: <20110308193922.GD9823@barkeeper1-xen.linbit> Received: from stinky.trash.net (stinky.trash.net [213.144.137.162]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id 29B6510571DA for ; Tue, 8 Mar 2011 19:54:37 +0100 (CET) Message-ID: <4D767B69.2030603@trash.net> Date: Tue, 08 Mar 2011 19:54:33 +0100 From: Patrick McHardy MIME-Version: 1.0 To: Evgeniy Polyakov References: <4D6F6180.5030903@trash.net> <20110303173230.GP4988@sequoia.sous-sol.org> <20110303.105655.189705829.davem@davemloft.net> <20110303201522.GT4988@sequoia.sous-sol.org> <20110303223746.GI25069@barkeeper1-xen.linbit> <20110304012956.GA13573@ioremap.net> <4D764247.9080509@trash.net> <20110308183246.GA17412@ioremap.net> In-Reply-To: <20110308183246.GA17412@ioremap.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-fbdev@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org, Chris Wright , dm-devel@redhat.com, David Miller , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH 2/2 v2] netlink: kill eff_cap from struct netlink_skb_parms List-Id: Coordination of development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am 08.03.2011 19:32, schrieb Evgeniy Polyakov: > Hi Patrick. > > On Tue, Mar 08, 2011 at 03:50:47PM +0100, Patrick McHardy (kaber@trash.net) wrote: >>> Yup, connector is very async at that place, but I wonder why the hell I >>> ever made that decision. I believe we can replace it with pure sync call >>> of the registered connector callback, since netlink is synchronous and >>> no one has any problem with it. >> >> Are you going to do this or do you want me to take care of it? > > I will return back at the end of the week and will take care of this > problem. I will not mind if you complete it first though :) Thanks Evgeniy, I'll give it a shot.