Re: [PATCH] Kconfig: add temporary PCI dependency

2015-08-18 Thread Randy Dunlap
On 08/18/15 10:00, Doug Ledford wrote: > >> On Aug 18, 2015, at 9:50 AM, Greg KH wrote: >> >> On Tue, Aug 18, 2015 at 04:29:50PM +, Marciniszyn, Mike wrote: Subject: Re: [PATCH] Kconfig: add temporary PCI dependency On Tue, Aug 18, 2015 at 10:15:42AM -0400, Mike Marciniszyn wro

[PATCH -next] infiniband: fix iser_verbs.c format warning

2014-03-28 Thread Randy Dunlap
From: Randy Dunlap Fix pr_err (printk) format warning: drivers/infiniband/ulp/iser/iser_verbs.c:1181:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'sector_t' [-Wformat] Signed-off-by: Randy Dunlap Cc: Or

Re: randconfig build error with next-20131211, in drivers/infiniband/hw/usnic/usnic_uiom.c

2013-12-19 Thread Randy Dunlap
On 12/11/13 07:57, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/infiniband/hw/usnic/usnic_uiom.c: In function > ‘usnic_uiom_attach_dev_to_pd’: > drivers/infiniband/hw/usnic/usnic_uiom.c:505:2: error: implicit declaration > of f > unction ‘iommu_domain_has_c

Re: linux-next: Tree for Dec 13 (infiniband/hw/usnic)

2013-12-13 Thread Randy Dunlap
On 12/12/13 21:10, Stephen Rothwell wrote: > Hi all, > > Changes since 20131212: > for linux-next of 2013-Dec-11,12,13: drivers/infiniband/hw/usnic/usnic_uiom.c: In function 'usnic_uiom_put_pages': drivers/infiniband/hw/usnic/usnic_uiom.c:91:4: warning: format '%llx' expects argument of type

Re: [PATCH 3.11-rc1] mlx5 core: Fix __udivdi3 when compiling for 32 bit arches

2013-07-15 Thread Randy Dunlap
or me. Acked-by: Randy Dunlap Reported-by: Randy Dunlap Thanks. > --- > drivers/net/ethernet/mellanox/mlx5/core/debugfs.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c > b/drivers/net/ethernet/me

Re: linux-next: Tree for Jun 21 (infiniband: qib)

2013-06-21 Thread Randy Dunlap
On 06/21/13 01:17, Stephen Rothwell wrote: > Hi all, > > Happy solstice! > > Changes since 20130620: > on x86_64: when CONFIG_SMP is not enabled: (from qib.h:) #ifdef CONFIG_INFINIBAND_QIB_DCA struct qib_irq_notify { int rcv; void *arg; struct irq_affinity_notify not

[PATCH -next] infiniband: fix ipoib build error when IPOIB_CM is not enabled

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap Fix build error when INFINIBAND_IPOIB_CM is not enabled: ERROR: "ipoib_set_mode" [drivers/infiniband/ulp/ipoib/ib_ipoib.ko] undefined! Signed-off-by: Randy Dunlap Cc: Roland Dreier Cc: Sean Hefty Cc: Hal Rosenstock Cc: linux-rdma@vger.

Re: [PATCH] RDMA/ocrdma: Fix build with IPV6=n

2012-05-02 Thread Randy Dunlap
rs/infiniband/hw/ocrdma/ocrdma.ko] undefined! > > Fix this by wrapping the inet6 calls in #ifdef IPV6. Also make the > ocrdma module depend on (IPV6 || IPV6=n) to forbid the case of modular > ipv6 but built-in ocrdma (which can't work, because ocrdma calls ipv6 > functions)

Re: inux-next: Tree for Apr 27 (infiniband/hw/ocrdma)

2012-04-27 Thread Randy Dunlap
On 04/26/2012 11:11 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120424: when IPV6 is not enabled: ERROR: "register_inet6addr_notifier" [drivers/infiniband/hw/ocrdma/ocrdma.ko] undefined! ERROR: "unregister_inet6addr_notifier" [drivers/infiniband/hw/ocrdma/ocrdma.ko] undefined!

Re: linux-next: Tree for Nov 16 (infiniband: ib_srpt.c)

2011-11-16 Thread Randy Dunlap
On 11/15/2011 06:33 PM, Stephen Rothwell wrote: > Hi all, When CONFIG_BUG is not enabled: next-2011-1116/drivers/infiniband/ulp/srpt/ib_srpt.c: In function 'srpt_cm_dreq_recv': next-2011-1116/drivers/infiniband/ulp/srpt/ib_srpt.c:2761:3: error: implicit declaration of function '__WARN' jbd2

[PATCH -next] infiniband: fix printk format in hw/nes_cm.c

2011-10-13 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warning seen on x86_64: drivers/infiniband/hw/nes/nes_cm.c:3190:2: warning: format '%zu' expects type 'size_t', but argument 11 has type 'int' Signed-off-by: Randy Dunlap Cc: Faisal Latif --- drivers/infiniband/hw/nes/nes_

Re: [PATCH -next] infiniband: fix ipath_chip_init.c build errors

2011-10-10 Thread Randy Dunlap
t;> From: Roland Dreier [mailto:rol...@purestorage.com] >> Sent: Friday, October 07, 2011 5:21 PM >> To: Randy Dunlap >> Cc: Stephen Rothwell; linux-n...@vger.kernel.org; linux-kernel; >> Dept_Infinipath; linux-rdma@vger.kernel.org; Andrew Morton >> Subject: Re: [PAT

Re: [PATCH -next] infiniband: fix ipath_chip_init.c build errors

2011-10-07 Thread Randy Dunlap
On 10/07/11 14:21, Roland Dreier wrote: > On Fri, Oct 7, 2011 at 1:59 PM, Randy Dunlap wrote: >> Add to fix build errors: > > When did this break? I build ipath in my test config all the time... First I saw it was in today's linux-next (20111007). -- ~Randy *** Remember

[PATCH -next] infiniband: fix ipath_chip_init.c build errors

2011-10-07 Thread Randy Dunlap
From: Randy Dunlap Add to fix build errors: drivers/infiniband/hw/ipath/ipath_init_chip.c:54:1: error: 'S_IRUGO' undeclared here (not in a function) drivers/infiniband/hw/ipath/ipath_init_chip.c:54:1: error: bit-field '' width not an integer constant drivers

Re: [PATCH 14/14] SIWv2: Documentation: siw.txt

2011-06-16 Thread Randy Dunlap
On Thu, 16 Jun 2011 14:42:54 +0200 Bernard Metzler wrote: > --- > Documentation/networking/siw.txt | 156 > ++ > 1 files changed, 156 insertions(+), 0 deletions(-) > create mode 100644 Documentation/networking/siw.txt > > diff --git a/Documentation/networki

Re: linux-next: Tree for May 23 (infiniband + netlink)

2011-05-23 Thread Randy Dunlap
On Mon, 23 May 2011 15:45:18 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20110520: when CONFIG_NET is not enabled: ERROR: "skb_trim" [drivers/infiniband/core/ib_core.ko] undefined! ERROR: "netlink_kernel_create" [drivers/infiniband/core/ib_core.ko] undefined! ERROR: "netlink_kerne

Re: [PATCH] SIW: Documentation (initial)

2010-10-14 Thread Randy Dunlap
On Tue, 5 Oct 2010 08:55:47 +0200 Bernard Metzler wrote: > --- > Documentation/networking/siw.txt | 91 > ++ > 1 files changed, 91 insertions(+), 0 deletions(-) > create mode 100644 Documentation/networking/siw.txt > > diff --git a/Documentation/networkin

[PATCH -next] infiniband: fix mlx4 kconfig dependency warning

2010-10-13 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning to satisfy dependencies: warning: (MLX4_EN && NETDEVICES && NETDEV_1 && PCI && INET || MLX4_INFINIBAND && INFINIBAND) selects MLX4_CORE which has unmet direct dependencies (NETDEVICES && N

Re: [PATCH v1 10/10] mlx4_fc: Enable FC over Ethernet/Infiniband drivers

2010-08-18 Thread Randy Dunlap
On 08/18/10 09:55, Vu Pham wrote: > >> depends on >> +select LIBFC >> +select LIBFCOE >> +help >> + Fibre Channel over Ethernet/Infiniband module >> + >> + This is support for the Mellanox ConnectX/ConnectX-2 HCAs >> + The module will be called mlx4_fc >> >> End bo

Re: [PATCH v1 10/10] mlx4_fc: Enable FC over Ethernet/Infiniband drivers

2010-08-16 Thread Randy Dunlap
On Mon, 16 Aug 2010 15:17:05 -0700 Vu Pham wrote: > {hm, no text to reply to; oh, the patch is an attachment; please don't do > that} (copy-paste here:) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 158284f..3573cee 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfi

Re: i386 allmodconfig, current mainline

2010-08-13 Thread Randy Dunlap
On Tue, 10 Aug 2010 18:53:20 +0200 Geert Uytterhoeven wrote: > On Tue, Aug 10, 2010 at 02:15, Stephen Rothwell wrote: > > On Mon, 9 Aug 2010 16:43:46 -0700 Andrew Morton > > wrote: > >> > >> Guys.  What's goin' on out there? > > > > I guess we are all so up to date that noone does 32 bit builds

Re: i386 allmodconfig, current mainline

2010-08-09 Thread Randy Dunlap
On Mon, 9 Aug 2010 16:43:46 -0700 Andrew Morton wrote: > > Guys. What's goin' on out there? > > > drivers/power/olpc_battery.c:387: error: unknown field 'owner' specified in > initializer > drivers/power/olpc_battery.c:387: warning: initialization from incompatible > pointer type > make[2]:

Re: [PATCH net-next-2.6] IB/{nes,ipoib}: Pass supported flags to ethtool_op_set_flags()

2010-07-06 Thread Randy Dunlap
On 07/03/10 12:41, Ben Hutchings wrote: > Following commit 1437ce3983bcbc0447a0dedcd644c14fe833d266 "ethtool: > Change ethtool_op_set_flags to validate flags", ethtool_op_set_flags > takes a third parameter and cannot be used directly as an > implementation of ethtool_ops::set_flags. > > Changes n

Re: linux-next: Tree for May 27 (infiniband: qib)

2010-05-27 Thread Randy Dunlap
On 05/27/10 14:45, Roland Dreier wrote: > > However, it looks like qib needs to handle DCA config in a way that > > is similar to how it is handled in drivers/net/{myri10ge,igb,ixgbe}/ > > instead of assuming that DCA is enabled. > > Looks like we're just going to rip out DCA support for now. >

Re: linux-next: Tree for May 27 (infiniband: qib)

2010-05-27 Thread Randy Dunlap
On Thu, 27 May 2010 15:26:28 +1000 Stephen Rothwell wrote: > Hi all, > > We are in the merge window again. I remind you all not to add stuff for > 2.6.36 to your linux-next trees until after 2.6.35-rc1. > > Changes since 20100526: when CONFIG_INFINIBAND_QIB=y and CONFIG_DCA=m: drivers/built-

Re: linux-next: Tree for May 25 (infiniband/hw/qib)

2010-05-25 Thread Randy Dunlap
Stephen Rothwell wrote: > Hi all, > > We are in the merge window again. I remind you all not to add stuff for > 2.6.36 to your linux-next trees until after 2.6.35-rc1. > > Changes since 20100524: when CONFIG_PCI_MSI is not enabled: ERROR: "qib_init_iba6120_funcs" [drivers/infiniband/hw/qib/ib

[PATCH] ummunotify: fix umn-test build

2010-04-14 Thread Randy Dunlap
From: Randy Dunlap Add ummunotify.h to Kbuild list for export to userspace, fixing 27 build errors in umn-test.c when O=builddir is used. Signed-off-by: Randy Dunlap --- include/linux/Kbuild |1 + 1 file changed, 1 insertion(+) maybe another item to add to SubmitChecklist :( --- lnx

Re: [PATCH] [RFC] ummunotify: Userspace support for MMU notifications

2010-04-07 Thread Randy Dunlap
On Wed, 7 Apr 2010 13:30:29 +0100 Eric B Munson wrote: > Signed-off-by: Roland Dreier cisco.com> Use unobfuscated @. > Signed-off-by: Eric B Munson > > --- > > Changes since v3: > - Fixed replaced [get|put] user with copy_[from|to]_user to fix x86 >builds > --- > Documentation/Makefil

Re: [PATCH v3] SCSI/libsrp: document the libsrp source code

2009-12-17 Thread Randy Dunlap
On Thu, 17 Dec 2009 21:02:35 +0100 Bart Van Assche wrote: > Adds documentation to the libsrp source code. > > Signed-off-by: Bart Van Assche > Cc: James E.J. Bottomley > Cc: FUJITA Tomonori > Acked-by: Randy Dunlap > > > This is the third version of this p

Re: [PATCH, v2] SCSI/libsrp: document the libsrp source code

2009-12-16 Thread Randy Dunlap
On Wed, 16 Dec 2009 20:10:24 +0100 Bart Van Assche wrote: > Adds documentation to the libsrp source code. > > Signed-off-by: Bart Van Assche > Cc: James E.J. Bottomley > Cc: FUJITA Tomonori > Cc: Randy Dunlap > > > This is the second version of this patch.

Re: [PATCH] SCSI/libsrp: document the libsrp source code

2009-12-15 Thread Randy Dunlap
On Tue, 15 Dec 2009 21:33:20 +0100 Bart Van Assche wrote: > Adds documentation to the libsrp source code. adds almost kernel-doc to the libsrp source code. (see below) > Signed-off-by: Bart Van Assche > Cc: James E.J. Bottomley > Cc: FUJITA Tomonori > > diff --git a/drivers/scsi/libsrp.c b/d