summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2019-07-12 12:12:06 -0300
committerJason Gunthorpe <jgg@mellanox.com>2019-07-12 12:12:06 -0300
commit0b043644c0ca601cb19943a81aa1f1455dbe9461 (patch)
tree61fc8caabd98dc834ca1117eb41a149ac64dff41 /scripts/const_structs.checkpatch
parentcea743f2ea814d3d54dfab667b68271d4f4e5fdf (diff)
downloadkernel-0b043644c0ca601cb19943a81aa1f1455dbe9461.tar.gz
RMDA/siw: Require a 64 bit arch
The new siw driver fails to build on i386 with drivers/infiniband/sw/siw/siw_qp.c:1025:3: error: invalid output size for constraint '+q' smp_store_mb(*cq->notify, SIW_NOTIFY_NOT); As it is using 64 bit values with the smp_store_mb. Since the entire scheme here seems questionable, and we are in the merge window, fix the compile failures by disabling 32 bit support on this driver. A proper fix will be reviewed post merge window. Fixes: c0cf5bdde46c ("rdma/siw: addition to kernel build environment") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
to check channel equali...Jingoo Han 2012-08-23video: exynos_dp: move setting analog parameter and interrupt to after sw resetJingoo Han 2012-08-23video: exynos_dp: use devm_clk_get functionDamien Cassou 2012-08-23video: exynos_dp: adjust voltage swing and pre-emphasis during Link TrainingJingoo Han 2012-07-24video: exynos_dp: use usleep_range instead of delayJingoo Han 2012-07-24video: exynos_dp: check the only INTERLANE_ALIGN_DONE bit during Link TrainingJingoo Han 2012-07-24video: exynos_dp: fix wrong DPCD address during Link TrainingJingoo Han 2012-06-24video: exynos_dp: fix build warning due to uninitialized valueJingoo Han 2012-05-29video: exynos_dp: reduce delay time when configuring video settingJingoo Han 2012-05-29video: exynos_dp: move sw reset prioir to enabling sw defined functionJingoo Han 2012-05-29video: exynos_dp: use devm_ functionsJingoo Han 2012-05-13video: exynos_dp: remove unnecessary header includesJingoo Han 2012-04-16video: exynos_dp: replace char pointer with char array for adjust_request var...Jingoo Han 2012-02-13video: support DP controller driverJingoo Han