[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170324220250.2193128-1-arnd@arndb.de>
Date: Fri, 24 Mar 2017 23:02:47 +0100
From: Arnd Bergmann <arnd@...db.de>
To: "David S . Miller" <davem@...emloft.net>,
Doug Ledford <dledford@...hat.com>
Cc: Arnd Bergmann <arnd@...db.de>, Lijun Ou <oulijun@...wei.com>,
"Wei Hu(Xavier)" <xavier.huwei@...wei.com>,
Daode Huang <huangdaode@...ilicon.com>,
Kejian Yan <yankejian@...wei.com>,
Qianqian Xie <xieqianqian@...wei.com>,
Wei Yongjun <weiyongjun1@...wei.com>,
Yisen Zhuang <yisen.zhuang@...wei.com>,
Salil Mehta <salil.mehta@...wei.com>,
Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: [RESEND PATCH 0/3] hisilicon hns warning fixes for gcc-7.0.1
Building with gcc-7 found three new warnings in the hns ethernet and
rdma drivers. Only one of them appears to be an actual bug, the
other two are variations of a single problem, but are unfortunately
part of different subsystems.
I'm resending all three patches to both the ethernet and the rdma
maintainers, as the first submission was a bit confusing when only
part of the series arrived for a subset of maintainers, sorry about
that.
All three patches are address issues in released kernels
and apply to v4.11-rc3 or linux-next.
Arnd
Arnd Bergmann
net: hns: fix uninitialized data use
net: hns: avoid gcc-7.0.1 warning for uninitialized data
infiniband: hns: avoid gcc-7.0.1 warning for uninitialized data
drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 1 +
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
--
2.9.0
Cc: Lijun Ou <oulijun@...wei.com>
Cc: "Wei Hu(Xavier)" <xavier.huwei@...wei.com>
Cc: Daode Huang <huangdaode@...ilicon.com>
Cc: Kejian Yan <yankejian@...wei.com>
Cc: Qianqian Xie <xieqianqian@...wei.com>
Cc: Wei Yongjun <weiyongjun1@...wei.com>
Cc: Yisen Zhuang <yisen.zhuang@...wei.com>
Cc: Salil Mehta <salil.mehta@...wei.com>
Cc: Doug Ledford <dledford@...hat.com>
Cc: Sean Hefty <sean.hefty@...el.com>
Cc: Hal Rosenstock <hal.rosenstock@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: linux-rdma@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: netdev@...r.kernel.org
Powered by blists - more mailing lists