]> git.openfabrics.org - ~emulex/tmp/compat-rdma/.git/commit
cxgb4: Fix build warnings introduced after T4 configuration file support
authorVipul Pandya <root@silicon.(none)>
Wed, 17 Oct 2012 11:34:50 +0000 (17:04 +0530)
committerVipul Pandya <vipul@chelsio.com>
Wed, 17 Oct 2012 12:21:10 +0000 (05:21 -0700)
commitb0354223722beda4d5742b7a238b7b3d0423eeca
tree84202d9bb72aa5fee4b0b7f3d68a1dab38d194b6
parent458849a2aef3ee2ace173f844b768c7d86551b25
cxgb4: Fix build warnings introduced after T4 configuration file support

This patch adds patch series from linux-next tree to fix build warnings
introduced after T4 configuration file support addition.

Dynamically allocate memory in t4_memory_rw() and get_vpd_params() to reduce
stack foot prints.

Fixes build failure due to missing linux/vmalloc.h include.

Addresses various sparse warnings related to type assignment issues, function
definition and symbol shadowing.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
linux-next-cherry-picks/0009-cxgb4-Dynamically-allocate-memory-in-t4_memory_rw-an.patch [new file with mode: 0644]
linux-next-cherry-picks/0010-cxgb4-Fix-build-error-due-to-missing-linux-vmalloc.h.patch [new file with mode: 0644]
linux-next-cherry-picks/0011-cxgb4-allocate-enough-data-in-t4_memory_rw.patch [new file with mode: 0644]
linux-next-cherry-picks/0012-cxgb4-Address-various-sparse-warnings.patch [new file with mode: 0644]