* [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator
@ 2021-10-21 21:42 ` kernel test robot
0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2021-10-21 21:42 UTC (permalink / raw)
To: Abhyuday Godhasara
Cc: llvm, kbuild-all, linux-kernel, Greg Kroah-Hartman, Tejas Patel
[-- Attachment #1: Type: text/plain, Size: 2823 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-testing
head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55
commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: xilinx: add register notifier in zynqmp firmware
config: hexagon-randconfig-r045-20211021 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c
git remote add char-misc https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
git fetch --no-tags char-misc char-misc-testing
git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/spi/spi-zynqmp-gqspi.c:13:
>> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator
static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address)
^
;
1 error generated.
vim +634 include/linux/firmware/xlnx-zynqmp.h
2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633
2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address)
1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int zynqmp_pm_register_notifier(const u32 node, const u32 event,
1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 const u32 wake, const u32 enable)
2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 {
2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return -ENODEV;
2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 }
76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif
76582671eb5d00 Rajan Vaja 2018-09-12 641
:::::: The code at line 634 was first introduced by commit
:::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add PDI load API support
:::::: TO: Nava kishore Manne <nava.manne@xilinx.com>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 28085 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread* [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' after top level declarator @ 2021-10-21 21:42 ` kernel test robot 0 siblings, 0 replies; 10+ messages in thread From: kernel test robot @ 2021-10-21 21:42 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2875 bytes --] tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-testing head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: xilinx: add register notifier in zynqmp firmware config: hexagon-randconfig-r045-20211021 (attached as .config) compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c git remote add char-misc https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git git fetch --no-tags char-misc char-misc-testing git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@intel.com> All errors (new ones prefixed by >>): In file included from drivers/spi/spi-zynqmp-gqspi.c:13: >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) ^ ; 1 error generated. vim +634 include/linux/firmware/xlnx-zynqmp.h 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int zynqmp_pm_register_notifier(const u32 node, const u32 event, 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 const u32 wake, const u32 enable) 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 { 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return -ENODEV; 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 } 76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif 76582671eb5d00 Rajan Vaja 2018-09-12 641 :::::: The code at line 634 was first introduced by commit :::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add PDI load API support :::::: TO: Nava kishore Manne <nava.manne@xilinx.com> :::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org [-- Attachment #2: config.gz --] [-- Type: application/gzip, Size: 28085 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator 2021-10-21 21:42 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " kernel test robot @ 2021-10-22 7:41 ` Greg Kroah-Hartman -1 siblings, 0 replies; 10+ messages in thread From: Greg Kroah-Hartman @ 2021-10-22 7:41 UTC (permalink / raw) To: kernel test robot, Abhyuday Godhasara, llvm, kbuild-all, linux-kernel, Tejas Patel On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-testing > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: xilinx: add register notifier in zynqmp firmware > config: hexagon-randconfig-r045-20211021 (attached as .config) > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > git remote add char-misc https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > git fetch --no-tags char-misc char-misc-testing > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > # save the attached .config to linux build tree > mkdir build_dir > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > ^ > ; > 1 error generated. > > > vim +634 include/linux/firmware/xlnx-zynqmp.h > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633 > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int zynqmp_pm_register_notifier(const u32 node, const u32 event, > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 const u32 wake, const u32 enable) > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 { > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return -ENODEV; > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 } > 76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif > 76582671eb5d00 Rajan Vaja 2018-09-12 641 > > :::::: The code at line 634 was first introduced by commit > :::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add PDI load API support > > :::::: TO: Nava kishore Manne <nava.manne@xilinx.com> > :::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> I will go drop all of these patches from my tree now. Please fix up and resend the whole series. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' after top level declarator @ 2021-10-22 7:41 ` Greg Kroah-Hartman 0 siblings, 0 replies; 10+ messages in thread From: Greg Kroah-Hartman @ 2021-10-22 7:41 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 3040 bytes --] On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-testing > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: xilinx: add register notifier in zynqmp firmware > config: hexagon-randconfig-r045-20211021 (attached as .config) > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > git remote add char-misc https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > git fetch --no-tags char-misc char-misc-testing > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > # save the attached .config to linux build tree > mkdir build_dir > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@intel.com> > > All errors (new ones prefixed by >>): > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > ^ > ; > 1 error generated. > > > vim +634 include/linux/firmware/xlnx-zynqmp.h > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633 > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int zynqmp_pm_register_notifier(const u32 node, const u32 event, > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 const u32 wake, const u32 enable) > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 { > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return -ENODEV; > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 } > 76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif > 76582671eb5d00 Rajan Vaja 2018-09-12 641 > > :::::: The code at line 634 was first introduced by commit > :::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add PDI load API support > > :::::: TO: Nava kishore Manne <nava.manne@xilinx.com> > :::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> I will go drop all of these patches from my tree now. Please fix up and resend the whole series. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator 2021-10-22 7:41 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman (?) @ 2021-10-22 8:20 ` Abhyuday Godhasara 2021-10-22 8:31 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman -1 siblings, 1 reply; 10+ messages in thread From: Abhyuday Godhasara @ 2021-10-22 8:20 UTC (permalink / raw) To: Greg Kroah-Hartman, kernel test robot, llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Hi Greg, > -----Original Message----- > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Friday, October 22, 2021 1:12 PM > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > <agodhasa@xilinx.com>; llvm@lists.linux.dev; kbuild-all@lists.01.org; linux- > kernel@vger.kernel.org; Tejas Patel <TEJASP@xilinx.com> > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > zynqmp.h:634:71: error: expected ';' after top level declarator > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > char-misc-testing > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > xilinx: add register notifier in zynqmp firmware > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > reproduce (this is a W=1 build): > > wget https://raw.githubusercontent.com/intel/lkp- > tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > git remote add char-misc > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > git fetch --no-tags char-misc char-misc-testing > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > # save the attached .config to linux build tree > > mkdir build_dir > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross > W=1 > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot <lkp@intel.com> > > > > All errors (new ones prefixed by >>): > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > >> after top level declarator > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > ^ > > ; > > 1 error generated. [Abhyuday] Place where this error generated are not part of my patch series or changes. Please let me know if there is an any action require from my side. Thanks, Abhyuday > > > > > > vim +634 include/linux/firmware/xlnx-zynqmp.h > > > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633 > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int > > zynqmp_pm_load_pdi(const u32 src, const u64 address) > > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int > zynqmp_pm_register_notifier(const u32 node, const u32 event, > > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 > const u32 wake, const u32 enable) > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 { > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return - > ENODEV; > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 } > > 76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif > > 76582671eb5d00 Rajan Vaja 2018-09-12 641 > > > > :::::: The code at line 634 was first introduced by commit > > :::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add > > PDI load API support > > > > :::::: TO: Nava kishore Manne <nava.manne@xilinx.com> > > :::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > > I will go drop all of these patches from my tree now. Please fix up and resend > the whole series. > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator 2021-10-22 8:20 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' " Abhyuday Godhasara @ 2021-10-22 8:31 ` Greg Kroah-Hartman 0 siblings, 0 replies; 10+ messages in thread From: Greg Kroah-Hartman @ 2021-10-22 8:31 UTC (permalink / raw) To: Abhyuday Godhasara Cc: kernel test robot, llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org On Fri, Oct 22, 2021 at 08:20:18AM +0000, Abhyuday Godhasara wrote: > Hi Greg, > > > -----Original Message----- > > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > Sent: Friday, October 22, 2021 1:12 PM > > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > > <agodhasa@xilinx.com>; llvm@lists.linux.dev; kbuild-all@lists.01.org; linux- > > kernel@vger.kernel.org; Tejas Patel <TEJASP@xilinx.com> > > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > > zynqmp.h:634:71: error: expected ';' after top level declarator > > > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > char-misc-testing > > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > > xilinx: add register notifier in zynqmp firmware > > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project > > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > > reproduce (this is a W=1 build): > > > wget https://raw.githubusercontent.com/intel/lkp- > > tests/master/sbin/make.cross -O ~/bin/make.cross > > > chmod +x ~/bin/make.cross > > > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > git remote add char-misc > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > > git fetch --no-tags char-misc char-misc-testing > > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > # save the attached .config to linux build tree > > > mkdir build_dir > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross > > W=1 > > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > > > If you fix the issue, kindly add following tag as appropriate > > > Reported-by: kernel test robot <lkp@intel.com> > > > > > > All errors (new ones prefixed by >>): > > > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > > >> after top level declarator > > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > > ^ > > > ; > > > 1 error generated. > [Abhyuday] Place where this error generated are not part of my patch series or changes. Please let me know if there is an any action require from my side. Your patch is incorrect, and causes this build error. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' after top level declarator @ 2021-10-22 8:31 ` Greg Kroah-Hartman 0 siblings, 0 replies; 10+ messages in thread From: Greg Kroah-Hartman @ 2021-10-22 8:31 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 2852 bytes --] On Fri, Oct 22, 2021 at 08:20:18AM +0000, Abhyuday Godhasara wrote: > Hi Greg, > > > -----Original Message----- > > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > Sent: Friday, October 22, 2021 1:12 PM > > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > > <agodhasa@xilinx.com>; llvm(a)lists.linux.dev; kbuild-all(a)lists.01.org; linux- > > kernel(a)vger.kernel.org; Tejas Patel <TEJASP@xilinx.com> > > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > > zynqmp.h:634:71: error: expected ';' after top level declarator > > > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > char-misc-testing > > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > > xilinx: add register notifier in zynqmp firmware > > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project > > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > > reproduce (this is a W=1 build): > > > wget https://raw.githubusercontent.com/intel/lkp- > > tests/master/sbin/make.cross -O ~/bin/make.cross > > > chmod +x ~/bin/make.cross > > > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > git remote add char-misc > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > > git fetch --no-tags char-misc char-misc-testing > > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > # save the attached .config to linux build tree > > > mkdir build_dir > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross > > W=1 > > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > > > If you fix the issue, kindly add following tag as appropriate > > > Reported-by: kernel test robot <lkp@intel.com> > > > > > > All errors (new ones prefixed by >>): > > > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > > >> after top level declarator > > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > > ^ > > > ; > > > 1 error generated. > [Abhyuday] Place where this error generated are not part of my patch series or changes. Please let me know if there is an any action require from my side. Your patch is incorrect, and causes this build error. thanks, greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator 2021-10-22 8:31 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman (?) @ 2021-10-25 8:26 ` Abhyuday Godhasara -1 siblings, 0 replies; 10+ messages in thread From: Abhyuday Godhasara @ 2021-10-25 8:26 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: kernel test robot, llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Hi Greg, > -----Original Message----- > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Friday, October 22, 2021 2:01 PM > To: Abhyuday Godhasara <agodhasa@xilinx.com> > Cc: kernel test robot <lkp@intel.com>; llvm@lists.linux.dev; kbuild- > all@lists.01.org; linux-kernel@vger.kernel.org > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > zynqmp.h:634:71: error: expected ';' after top level declarator > > On Fri, Oct 22, 2021 at 08:20:18AM +0000, Abhyuday Godhasara wrote: > > Hi Greg, > > > > > -----Original Message----- > > > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > > Sent: Friday, October 22, 2021 1:12 PM > > > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > > > <agodhasa@xilinx.com>; llvm@lists.linux.dev; > > > kbuild-all@lists.01.org; linux- kernel@vger.kernel.org; Tejas Patel > > > <TEJASP@xilinx.com> > > > Subject: Re: [char-misc:char-misc-testing 49/54] > > > include/linux/firmware/xlnx- > > > zynqmp.h:634:71: error: expected ';' after top level declarator > > > > > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > misc.git > > > char-misc-testing > > > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > > > xilinx: add register notifier in zynqmp firmware > > > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > > > compiler: clang version 14.0.0 > > > > (https://github.com/llvm/llvm-project > > > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > > > reproduce (this is a W=1 build): > > > > wget https://raw.githubusercontent.com/intel/lkp- > > > tests/master/sbin/make.cross -O ~/bin/make.cross > > > > chmod +x ~/bin/make.cross > > > > # > > > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > > > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > > git remote add char-misc > > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > > > git fetch --no-tags char-misc char-misc-testing > > > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > > # save the attached .config to linux build tree > > > > mkdir build_dir > > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang > make.cross > > > W=1 > > > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > > > > > If you fix the issue, kindly add following tag as appropriate > > > > Reported-by: kernel test robot <lkp@intel.com> > > > > > > > > All errors (new ones prefixed by >>): > > > > > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > > > >> after top level declarator > > > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > > > ^ > > > > ; > > > > 1 error generated. > > [Abhyuday] Place where this error generated are not part of my patch series > or changes. Please let me know if there is an any action require from my side. > > Your patch is incorrect, and causes this build error. [Abhyuday] submitted the v6. Thanks, Abhyuday > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' after top level declarator 2021-10-22 8:31 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman (?) (?) @ 2021-10-25 8:26 ` Abhyuday Godhasara -1 siblings, 0 replies; 10+ messages in thread From: Abhyuday Godhasara @ 2021-10-25 8:26 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 3526 bytes --] Hi Greg, > -----Original Message----- > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Friday, October 22, 2021 2:01 PM > To: Abhyuday Godhasara <agodhasa@xilinx.com> > Cc: kernel test robot <lkp@intel.com>; llvm(a)lists.linux.dev; kbuild- > all(a)lists.01.org; linux-kernel(a)vger.kernel.org > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > zynqmp.h:634:71: error: expected ';' after top level declarator > > On Fri, Oct 22, 2021 at 08:20:18AM +0000, Abhyuday Godhasara wrote: > > Hi Greg, > > > > > -----Original Message----- > > > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > > Sent: Friday, October 22, 2021 1:12 PM > > > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > > > <agodhasa@xilinx.com>; llvm(a)lists.linux.dev; > > > kbuild-all(a)lists.01.org; linux- kernel(a)vger.kernel.org; Tejas Patel > > > <TEJASP@xilinx.com> > > > Subject: Re: [char-misc:char-misc-testing 49/54] > > > include/linux/firmware/xlnx- > > > zynqmp.h:634:71: error: expected ';' after top level declarator > > > > > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > misc.git > > > char-misc-testing > > > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > > > xilinx: add register notifier in zynqmp firmware > > > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > > > compiler: clang version 14.0.0 > > > > (https://github.com/llvm/llvm-project > > > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > > > reproduce (this is a W=1 build): > > > > wget https://raw.githubusercontent.com/intel/lkp- > > > tests/master/sbin/make.cross -O ~/bin/make.cross > > > > chmod +x ~/bin/make.cross > > > > # > > > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > > > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > > git remote add char-misc > > > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > > > git fetch --no-tags char-misc char-misc-testing > > > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > > > # save the attached .config to linux build tree > > > > mkdir build_dir > > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang > make.cross > > > W=1 > > > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > > > > > If you fix the issue, kindly add following tag as appropriate > > > > Reported-by: kernel test robot <lkp@intel.com> > > > > > > > > All errors (new ones prefixed by >>): > > > > > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > > > >> after top level declarator > > > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > > > ^ > > > > ; > > > > 1 error generated. > > [Abhyuday] Place where this error generated are not part of my patch series > or changes. Please let me know if there is an any action require from my side. > > Your patch is incorrect, and causes this build error. [Abhyuday] submitted the v6. Thanks, Abhyuday > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' after top level declarator 2021-10-22 7:41 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman (?) (?) @ 2021-10-22 8:20 ` Abhyuday Godhasara -1 siblings, 0 replies; 10+ messages in thread From: Abhyuday Godhasara @ 2021-10-22 8:20 UTC (permalink / raw) To: kbuild-all [-- Attachment #1: Type: text/plain, Size: 3873 bytes --] Hi Greg, > -----Original Message----- > From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Sent: Friday, October 22, 2021 1:12 PM > To: kernel test robot <lkp@intel.com>; Abhyuday Godhasara > <agodhasa@xilinx.com>; llvm(a)lists.linux.dev; kbuild-all(a)lists.01.org; linux- > kernel(a)vger.kernel.org; Tejas Patel <TEJASP@xilinx.com> > Subject: Re: [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx- > zynqmp.h:634:71: error: expected ';' after top level declarator > > On Fri, Oct 22, 2021 at 05:42:37AM +0800, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > char-misc-testing > > head: 0a6af10747d4dc25e9c85c7daf156459f28e0e55 > > commit: 1a8eae64b30f126c0786f3807982d49ca3be8f7c [49/54] firmware: > > xilinx: add register notifier in zynqmp firmware > > config: hexagon-randconfig-r045-20211021 (attached as .config) > > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project > > 3cea2505fd8d99a9ba0cb625aecfe28a47c4e3f8) > > reproduce (this is a W=1 build): > > wget https://raw.githubusercontent.com/intel/lkp- > tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char- > misc.git/commit/?id=1a8eae64b30f126c0786f3807982d49ca3be8f7c > > git remote add char-misc > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git > > git fetch --no-tags char-misc char-misc-testing > > git checkout 1a8eae64b30f126c0786f3807982d49ca3be8f7c > > # save the attached .config to linux build tree > > mkdir build_dir > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross > W=1 > > O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/ > > > > If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot <lkp@intel.com> > > > > All errors (new ones prefixed by >>): > > > > In file included from drivers/spi/spi-zynqmp-gqspi.c:13: > > >> include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' > > >> after top level declarator > > static inline int zynqmp_pm_load_pdi(const u32 src, const u64 address) > > ^ > > ; > > 1 error generated. [Abhyuday] Place where this error generated are not part of my patch series or changes. Please let me know if there is an any action require from my side. Thanks, Abhyuday > > > > > > vim +634 include/linux/firmware/xlnx-zynqmp.h > > > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 633 > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 @634 static inline int > > zynqmp_pm_load_pdi(const u32 src, const u64 address) > > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 635 static inline int > zynqmp_pm_register_notifier(const u32 node, const u32 event, > > 1a8eae64b30f12 Abhyuday Godhasara 2021-10-21 636 > const u32 wake, const u32 enable) > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 637 { > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 638 return - > ENODEV; > > 2b9fc773c31bb7 Nava kishore Manne 2021-06-26 639 } > > 76582671eb5d00 Rajan Vaja 2018-09-12 640 #endif > > 76582671eb5d00 Rajan Vaja 2018-09-12 641 > > > > :::::: The code at line 634 was first introduced by commit > > :::::: 2b9fc773c31bb7cb7529757382013a8158bf7e9c drivers: firmware: Add > > PDI load API support > > > > :::::: TO: Nava kishore Manne <nava.manne@xilinx.com> > > :::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > > I will go drop all of these patches from my tree now. Please fix up and resend > the whole series. > > thanks, > > greg k-h ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-10-25 8:27 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-10-21 21:42 [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' after top level declarator kernel test robot 2021-10-21 21:42 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " kernel test robot 2021-10-22 7:41 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' " Greg Kroah-Hartman 2021-10-22 7:41 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman 2021-10-22 8:20 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' " Abhyuday Godhasara 2021-10-22 8:31 ` Greg Kroah-Hartman 2021-10-22 8:31 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Greg Kroah-Hartman 2021-10-25 8:26 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected ';' " Abhyuday Godhasara 2021-10-25 8:26 ` [char-misc:char-misc-testing 49/54] include/linux/firmware/xlnx-zynqmp.h:634:71: error: expected '; ' " Abhyuday Godhasara 2021-10-22 8:20 ` Abhyuday Godhasara
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.