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
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
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
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
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
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
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.
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)
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!
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
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_
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
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
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
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
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
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
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
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
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
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
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]:
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
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.
>
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-
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
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
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
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
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.
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
31 matches
Mail list logo