Re: [PATCH] libceph: fix deadlock in ceph_build_auth()

2013-07-30 Thread David Miller
From: Alexey Khoroshilov Date: Mon, 29 Jul 2013 06:58:08 +0400 > ceph_build_auth() locks ac->mutex and then calls ceph_auth_build_hello() > that locks the same mutex, i.e. bring itself to deadlock. > > The patch moves actual code from ceph_auth_build_hello() to > ceph_build_hello_auth_request()

Re: [PATCH 2/9] CAPI: use correct structure type name in sizeof

2014-07-30 Thread David Miller
From: Julia Lawall Date: Tue, 29 Jul 2014 17:16:44 +0200 > From: Julia Lawall > > Correct typo in the name of the type given to sizeof. Because it is the > size of a pointer that is wanted, the typo has no impact on compilation or > execution. > > This problem was found using Coccinelle (http

Re: [PATCH 3/9] i40e: use correct structure type name in sizeof

2014-07-30 Thread David Miller
From: Julia Lawall Date: Tue, 29 Jul 2014 17:16:45 +0200 > From: Julia Lawall > > Correct typo in the name of the type given to sizeof. Because it is the > size of a pointer that is wanted, the typo has no impact on compilation or > execution. > > This problem was found using Coccinelle (http

Re: [PATCH net-next 0/5] net: Convert pr_warning to pr_warn

2014-09-10 Thread David Miller
From: Joe Perches Date: Tue, 9 Sep 2014 21:17:27 -0700 > Remove remaining uses of pr_warning in net/ > > Joe Perches (5): > atm: Convert pr_warning to pr_warn > ceph: Convert pr_warning to pr_warn > pktgen: Convert pr_warning to pr_warn > iucv: Convert pr_warning to pr_warn > netfilte

Re: [PATCH net-next 1/2] net: Remove casts of void *

2011-06-16 Thread David Miller
From: Joe Perches Date: Mon, 13 Jun 2011 19:21:26 -0700 > Unnecessary casts of void * clutter the code. > > These are the remainder casts after several specific > patches to remove netdev_priv and dev_priv. > > Done via coccinelle script: > > $ cat cast_void_pointer.cocci > @@ > type T; > T *p

Re: [PATCH 5/6] net: add paged frag destructor support to kernel_sendpage.

2012-01-05 Thread David Miller
From: Ian Campbell Date: Thu, 5 Jan 2012 17:13:43 + > -static ssize_t do_tcp_sendpages(struct sock *sk, struct page **pages, int > poffset, > +static ssize_t do_tcp_sendpages(struct sock *sk, > + struct page **pages, > + struct skb_frag

Re: [PATCH] crush: include header for global symbols

2012-04-26 Thread David Miller
From: H Hartley Sweeten Date: Tue, 24 Apr 2012 17:38:37 -0700 > Include the header to pickup the definitions of the global symbols. > > Quiets the following sparse warnings: > > warning: symbol 'crush_find_rule' was not declared. Should it be static? > warning: symbol 'crush_do_rule' was not de

Re: [PATCH 00/00] Remove deprecated items from Makefiles

2010-11-22 Thread David Miller
From: Tracey Dent Date: Sun, 21 Nov 2010 20:03:11 -0500 > I changed Makefiles to use -y instead of -objs because -objs > is deprecated and not even mentioned in Documentation/kbuild/makefiles.txt. > > Also, remove some if-conditional statments because I used the ccflags-$ flag > instead of EXTR

Re: [PATCH] Net: ceph: Makefile: Remove unnessary code

2010-11-27 Thread David Miller
From: Tracey Dent Date: Sun, 21 Nov 2010 20:23:50 -0500 > Remove the if and else conditional because the code is in mainline and there > is no need in it being there. > > Signed-off-by: Tracey Dent Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the