RE: [PATCH v4 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2

From: Stuart Yoder
Date: Fri Dec 16 2016 - 11:30:04 EST




> -----Original Message-----
> From: kbuild test robot [mailto:lkp@xxxxxxxxx]
> Sent: Friday, December 16, 2016 1:57 AM
> To: Stuart Yoder <stuart.yoder@xxxxxxx>
> Cc: kbuild-all@xxxxxx; gregkh@xxxxxxxxxxxxxxxxxxx; devel@xxxxxxxxxxxxxxxxxxxx; agraf@xxxxxxx;
> arnd@xxxxxxxx; Haiying Wang <haiying.wang@xxxxxxx>; Roy Pledge <roy.pledge@xxxxxxx>; linux-
> kernel@xxxxxxxxxxxxxxx; Leo Li <leoyang.li@xxxxxxx>; Catalin Horghidan <catalin.horghidan@xxxxxxx>;
> Ioana Ciornei <ioana.ciornei@xxxxxxx>; Stuart Yoder <stuart.yoder@xxxxxxx>; Laurentiu Tudor
> <laurentiu.tudor@xxxxxxx>
> Subject: Re: [PATCH v4 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2
>
> Hi Roy,
>
> [auto build test ERROR on staging/staging-testing]
> [also build test ERROR on next-20161215]
> [cannot apply to v4.9]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2F0day-
> ci%2Flinux%2Fcommits%2FStuart-Yoder%2Fstaging-fsl-mc-add-dpio-driver%2F20161216-
> 114620&data=01%7C01%7Cstuart.yoder%40nxp.com%7C0eec622fda6c4ba7b20808d425893386%7C686ea1d3bc2b4c6fa92cd9
> 9c5c301635%7C0&sdata=3DcsmOyC%2FMv%2B8A1n%2Fzq%2FWIxSsP3EjA%2F2XLyKTkvbRSA%3D&reserved=0
> config: arm64-allmodconfig (attached as .config)
> compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
> wget
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fcgit%2Flinux%2Fkerne
> l%2Fgit%2Fwfg%2Flkp-
> tests.git%2Fplain%2Fsbin%2Fmake.cross&data=01%7C01%7Cstuart.yoder%40nxp.com%7C0eec622fda6c4ba7b20808d425
> 893386%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=tKbhJjq7jjDBYPLhMB%2FfnR1t%2BKEffwh8mZb7leKtxF4%3D&r
> eserved=0 -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> make.cross ARCH=arm64
>
> All errors (new ones prefixed by >>):
>
> >> drivers/staging/fsl-mc/bus/dpio/qbman-portal.c:996:10: error: expected declaration specifiers or
> '...' before numeric constant
> 64 ctx)
> ^~
>
> vim +996 drivers/staging/fsl-mc/bus/dpio/qbman-portal.c
>
> 990 u16 ch;
> 991 u8 reserved[60];
> 992 };
> 993
> 994 int qbman_swp_CDAN_set(struct qbman_swp *s, u16 channelid,
> 995 u8 we_mask, u8 cdan_en,
> > 996 64 ctx)
> 997 {
> 998 struct qbman_cdan_ctrl_desc *p = NULL;
> 999 struct qbman_cdan_ctrl_rslt *r = NULL;

Ugh...made a last minute fix to the alignment and made a typo, and
while I could have sworn I recompiled everything I obviously didn't.
Will respin.

Stuart