lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 15 Jun 2015 21:48:51 -0700
From:	Greg KH <greg@...ah.com>
To:	Michael Ellerman <mpe@...erman.id.au>
Cc:	Doug Ledford <dledford@...hat.com>, linux-next@...r.kernel.org,
	linux-kernel@...r.kernel.org, Matan Barak <matanb@...lanox.com>,
	Or Gerlitz <ogerlitz@...lanox.com>,
	Mike Shuey <shuey@...due.edu>
Subject: Re: linux-next: manual merge of the staging tree with the rdma tree

On Mon, Jun 15, 2015 at 06:12:11PM +1000, Michael Ellerman wrote:
> Hi Greg,
> 
> Today's linux-next merge of the staging tree got a conflict in
> drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c between commit 8e37210b38fb
> "IB/core: Change ib_create_cq to use struct ib_cq_init_attr" from the rdma tree
> and commit ec3d17c0ed2e "staging: lustre: lnet: o2iblnd: code cleanup - align
> whitespace" from the staging tree.
> 
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).
> 
> cheers
> 
> 
> diff --cc drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
> index c41b5575df05,48454a576b7a..000000000000
> --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
> +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
> @@@ -642,18 -643,17 +643,18 @@@ kib_conn_t *kiblnd_create_conn(kib_peer
>   	 * she must dispose of 'cmid'.  (Actually I'd block forever if I tried
>   	 * to destroy 'cmid' here since I'm called from the CM which still has
>   	 * its ref on 'cmid'). */
> - 	rwlock_t		*glock = &kiblnd_data.kib_global_lock;
> - 	kib_net_t	      *net = peer->ibp_ni->ni_data;
> - 	kib_dev_t	      *dev;
> + 	rwlock_t *glock = &kiblnd_data.kib_global_lock;
> + 	kib_net_t *net = peer->ibp_ni->ni_data;
> + 	kib_dev_t *dev;
>   	struct ib_qp_init_attr *init_qp_attr;
> - 	struct kib_sched_info	*sched;
> - 	struct ib_cq_init_attr  cq_attr = {};
> - 	kib_conn_t		*conn;
> - 	struct ib_cq		*cq;
> - 	unsigned long		flags;
> - 	int			cpt;
> - 	int			rc;
> - 	int			i;
> + 	struct kib_sched_info *sched;
> ++	struct ib_cq_init_attr cq_attr = {};
> + 	kib_conn_t *conn;
> + 	struct ib_cq *cq;
> + 	unsigned long flags;
> + 	int cpt;
> + 	int rc;
> + 	int i;

Looks good to me, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ