]> git.openfabrics.org - ~aditr/compat-rdma.git/log
~aditr/compat-rdma.git
12 years agoIB/srp: backport queue command to 2.6.37 and before
Mike Marciniszyn [Tue, 29 May 2012 20:12:16 +0000 (16:12 -0400)]
IB/srp: backport queue command to 2.6.37 and before

queuecommand changed in 2.6.37 and again before that.

Add in KERNEL_VERSION aware changes to detect the
kernel differences.

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
12 years agoIB/qib: fix warning in qib build
Mike Marciniszyn [Thu, 24 May 2012 19:08:09 +0000 (15:08 -0400)]
IB/qib: fix warning in qib build

The backport to get_sb_single() was incorrect
in b3fff194cb976e7f4a18411192c8151077f4a5ea.

This corrects the return type to avoid the warnings.

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
12 years agocxgb4: fix sles11sp2 to fix build error
Mike Marciniszyn [Mon, 21 May 2012 17:30:49 +0000 (13:30 -0400)]
cxgb4: fix sles11sp2 to fix build error

Remove __netdev_alloc_page() call for sles11sp2 build error.

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
12 years agoIB/qib: backport qib_fs.c to RHEL6.2
Mike Marciniszyn [Mon, 21 May 2012 13:30:40 +0000 (09:30 -0400)]
IB/qib: backport qib_fs.c to RHEL6.2

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
12 years agobackports: add 3.0.13_sles11_sp2 backport
Mike Marciniszyn [Mon, 21 May 2012 13:18:20 +0000 (09:18 -0400)]
backports: add 3.0.13_sles11_sp2 backport

This kernel differs slightly from the vanilla 3.0.x
kernel in that the netlink_dump_start() routine
has an extra arg.

To enable compilation on both kernels, this patch
forks the SLES11SP2 backport from the 3.0 backport
and adjusts the compat include via the NEED_MIN_DUMP_ALLOC_ARG
to keep the extra arg.

This patch also adjusts the RHEL6.2 backport to leave
the source as it.

Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
12 years agoadmin_rdma.sh: Always apply patches from crap directory.
Vipul Pandya [Fri, 18 May 2012 15:19:25 +0000 (08:19 -0700)]
admin_rdma.sh: Always apply patches from crap directory.

The patch, 01-iw_cxgb3-iw_cxgb4-Enable-header-file-inclusion-with-.patch
in the crap directory is necessary to build iw_cxgb3/iw_cxgb4 driver.
Hence modify the admin_rdma.sh to always apply that patch.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agocrap: Add iw_cxgb3/iw_cxgb4 header file inclusion patch
Vipul Pandya [Fri, 18 May 2012 15:14:58 +0000 (08:14 -0700)]
crap: Add iw_cxgb3/iw_cxgb4 header file inclusion patch

iw_cxgb3/iw_cxgb4 driver includes header files of cxgb3/cxgb4 drivers
respectively. OFED build environment is not able to find the header files
if absolute path is not given.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agobackports: Correct ib core RHEL6.2 backports patch
Vipul Pandya [Tue, 15 May 2012 11:31:42 +0000 (17:01 +0530)]
backports: Correct ib core RHEL6.2 backports patch

Source IPv4 address was not correctly resolved with this patch. Due to
this iw_cxgb4 driver was hitting a panic.

Use rt_src from routing table entry to correctly resolve the source IPv4
address.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agocxgb3/cxgb4/iw_cxgb3/iw_cxgb4: Add RHEL 6.2 backports
Vipul Pandya [Thu, 10 May 2012 14:26:52 +0000 (19:56 +0530)]
cxgb3/cxgb4/iw_cxgb3/iw_cxgb4: Add RHEL 6.2 backports

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agocxgb3/cxgb4: Add kernel 3.0 backports
Vipul Pandya [Mon, 7 May 2012 10:26:56 +0000 (15:56 +0530)]
cxgb3/cxgb4: Add kernel 3.0 backports

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agocxgb4: Add kernel 3.1 backports
Vipul Pandya [Mon, 7 May 2012 09:35:13 +0000 (15:05 +0530)]
cxgb4: Add kernel 3.1 backports

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agomakefile: Remove cxgb3/cxgb4 driver header files inclusion
Vipul Pandya [Mon, 7 May 2012 09:20:51 +0000 (14:50 +0530)]
makefile: Remove cxgb3/cxgb4 driver header files inclusion

cxgb3/cxgb4 drivers header files have the same name. They get included while
building iw_cxgb3/iw_cxgb4 drivers respectively. Including them from the top
level makefile results in wrong header file inclusion while building
iw_cxgb3/iw_cxgb4 drivers.

Remove inclusion of cxgb3/cxgb4 header files from the top level makefile
and let them get included from the individual Makefile of iw_cxgb3/iw_cxgb4
drivers.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
12 years agoAdd RHEL6.2 backports
Vladimir Sokolovsky [Fri, 23 Mar 2012 20:47:51 +0000 (22:47 +0200)]
Add RHEL6.2 backports

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agomakefile: Get rid of file not present errors
Vladimir Sokolovsky [Fri, 23 Mar 2012 19:38:10 +0000 (21:38 +0200)]
makefile: Get rid of file not present errors

Redirect kconfig.h/autoconf.h file not present error to /dev/null

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoMakefile: Remove memtrack
Vladimir Sokolovsky [Fri, 23 Mar 2012 19:59:10 +0000 (21:59 +0200)]
Makefile: Remove memtrack

Memtrack is not available in compat-rdma.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoofed_makedist.sh: Remove .gitignore
Vladimir Sokolovsky [Tue, 20 Mar 2012 16:34:21 +0000 (18:34 +0200)]
ofed_makedist.sh: Remove .gitignore

.gitignore removed to track all changes in package directories created by
ofed_makedist.sh

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoofed_makedist.sh: Adopt for compat-rdma
Vladimir Sokolovsky [Wed, 14 Mar 2012 22:09:12 +0000 (00:09 +0200)]
ofed_makedist.sh: Adopt for compat-rdma

Created tarballs per backport directory will include initial git commit
in order to ease creating new backport patches.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agosetlocalversion: Do not skip tagged commits
Vladimir Sokolovsky [Wed, 14 Mar 2012 22:03:50 +0000 (00:03 +0200)]
setlocalversion: Do not skip tagged commits

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoadmin_rdma.sh: Use setlocalversion instead of git describe
Vladimir Sokolovsky [Wed, 14 Mar 2012 21:51:32 +0000 (23:51 +0200)]
admin_rdma.sh: Use setlocalversion instead of git describe

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoAdded setlocalversion script
Vladimir Sokolovsky [Wed, 14 Mar 2012 21:35:18 +0000 (23:35 +0200)]
Added setlocalversion script

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoadmin_rdma.sh: Remove include/scsi
Vladimir Sokolovsky [Tue, 6 Mar 2012 20:05:05 +0000 (22:05 +0200)]
admin_rdma.sh: Remove include/scsi

compat does not include scsi headers yet.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoFix makefiles
Vladimir Sokolovsky [Wed, 22 Feb 2012 13:45:20 +0000 (15:45 +0200)]
Fix makefiles

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoadmin_rdma.sh: Use compat git tree
Vladimir Sokolovsky [Wed, 22 Feb 2012 08:46:15 +0000 (10:46 +0200)]
admin_rdma.sh: Use compat git tree

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoAdd backports for kernels 3.0 and 3.1
Vladimir Sokolovsky [Wed, 22 Feb 2012 08:44:02 +0000 (10:44 +0200)]
Add backports for kernels 3.0 and 3.1

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agoAdd OFED's kernel installation environment
Vladimir Sokolovsky [Wed, 22 Feb 2012 08:43:03 +0000 (10:43 +0200)]
Add OFED's kernel installation environment

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
12 years agocompat-rdma: Initial commit
Vladimir Sokolovsky [Wed, 22 Feb 2012 08:42:12 +0000 (10:42 +0200)]
compat-rdma: Initial commit

Based on https://github.com/mcgrof/compat-wireless master

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>