* [samba-ksmbd:for-next 346/600] fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier
@ 2024-06-10 2:45 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-10 2:45 UTC (permalink / raw)
To: Kees Cook; +Cc: llvm, oe-kbuild-all, Steve French, Namjae Jeon
tree: git://git.samba.org/ksmbd.git for-next
head: 3fe4ba20003290acf0547625cccc34db928d156e
commit: cd3ad386810097de48e69cdd3c483ca1bf65c7c6 [346/600] smb3: Replace smb2pdu 1-element arrays with flex-arrays
config: s390-defconfig (https://download.01.org/0day-ci/archive/20240610/202406101000.Wb32VK0m-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project d7d2d4f53fc79b4b58e8d8d08151b577c3699d4a)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240610/202406101000.Wb32VK0m-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202406101000.Wb32VK0m-lkp@intel.com/
All errors (new ones prefixed by >>):
| ~~~~~~~~~~ ^
include/asm-generic/io.h:477:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
477 | val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:36:59: note: expanded from macro '__le16_to_cpu'
36 | #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
| ^
include/uapi/linux/swab.h:102:54: note: expanded from macro '__swab16'
102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x))
| ^
In file included from fs/cifs/cifsfs.c:30:
In file included from include/net/ipv6.h:12:
In file included from include/linux/ipv6.h:91:
In file included from include/linux/tcp.h:17:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:490:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
490 | val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:34:59: note: expanded from macro '__le32_to_cpu'
34 | #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
| ^
include/uapi/linux/swab.h:115:54: note: expanded from macro '__swab32'
115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x))
| ^
In file included from fs/cifs/cifsfs.c:30:
In file included from include/net/ipv6.h:12:
In file included from include/linux/ipv6.h:91:
In file included from include/linux/tcp.h:17:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:501:33: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
501 | __raw_writeb(value, PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:511:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
511 | __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:521:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
521 | __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:609:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
609 | readsb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:617:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
617 | readsw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:625:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
625 | readsl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:634:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
634 | writesb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:643:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
643 | writesw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:652:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
652 | writesl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
In file included from fs/cifs/cifsfs.c:32:
fs/cifs/cifspdu.h:512:3: error: type name requires a specifier or qualifier
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
fs/cifs/cifspdu.h:512:37: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
| int
fs/cifs/cifspdu.h:2289:3: error: type name requires a specifier or qualifier
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2289:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
fs/cifs/cifspdu.h:2328:2: error: type name requires a specifier or qualifier
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
fs/cifs/cifspdu.h:2328:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
| int
fs/cifs/cifspdu.h:2377:2: error: type name requires a specifier or qualifier
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
fs/cifs/cifspdu.h:2377:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
| int
fs/cifs/cifspdu.h:2488:3: error: type name requires a specifier or qualifier
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2488:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
In file included from fs/cifs/cifsfs.c:34:
In file included from fs/cifs/cifsglob.h:26:
>> fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
>> fs/cifs/../smbfs_common/smb2pdu.h:817:48: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
| int
fs/cifs/../smbfs_common/smb2pdu.h:1578:3: error: type name requires a specifier or qualifier
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/../smbfs_common/smb2pdu.h:1578:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
17 warnings and 14 errors generated.
--
In file included from include/linux/bvec.h:10:
In file included from include/linux/highmem.h:8:
In file included from include/linux/mm.h:1601:
include/linux/vmstat.h:436:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
436 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
437 | item];
| ~~~~
include/linux/vmstat.h:443:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
443 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
444 | NR_VM_NUMA_EVENT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~~
include/linux/vmstat.h:450:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion]
450 | return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_"
| ~~~~~~~~~~~ ^ ~~~
include/linux/vmstat.h:455:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
455 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
456 | NR_VM_NUMA_EVENT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~~
include/linux/vmstat.h:464:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
464 | return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~ ^
465 | NR_VM_NUMA_EVENT_ITEMS +
| ~~~~~~~~~~~~~~~~~~~~~~
In file included from fs/cifs/cached_dir.c:9:
In file included from fs/cifs/cifsglob.h:14:
In file included from include/linux/inet.h:42:
In file included from include/net/net_namespace.h:39:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:464:31: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
464 | val = __raw_readb(PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:477:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
477 | val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:36:59: note: expanded from macro '__le16_to_cpu'
36 | #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
| ^
include/uapi/linux/swab.h:102:54: note: expanded from macro '__swab16'
102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x))
| ^
In file included from fs/cifs/cached_dir.c:9:
In file included from fs/cifs/cifsglob.h:14:
In file included from include/linux/inet.h:42:
In file included from include/net/net_namespace.h:39:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:490:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
490 | val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:34:59: note: expanded from macro '__le32_to_cpu'
34 | #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
| ^
include/uapi/linux/swab.h:115:54: note: expanded from macro '__swab32'
115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x))
| ^
In file included from fs/cifs/cached_dir.c:9:
In file included from fs/cifs/cifsglob.h:14:
In file included from include/linux/inet.h:42:
In file included from include/net/net_namespace.h:39:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:501:33: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
501 | __raw_writeb(value, PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:511:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
511 | __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:521:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
521 | __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:609:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
609 | readsb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:617:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
617 | readsw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:625:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
625 | readsl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:634:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
634 | writesb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:643:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
643 | writesw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:652:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
652 | writesl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
In file included from fs/cifs/cached_dir.c:9:
In file included from fs/cifs/cifsglob.h:26:
>> fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
>> fs/cifs/../smbfs_common/smb2pdu.h:817:48: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
| int
fs/cifs/../smbfs_common/smb2pdu.h:1578:3: error: type name requires a specifier or qualifier
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/../smbfs_common/smb2pdu.h:1578:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
In file included from fs/cifs/cached_dir.c:9:
In file included from fs/cifs/cifsglob.h:97:
fs/cifs/cifspdu.h:512:3: error: type name requires a specifier or qualifier
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
fs/cifs/cifspdu.h:512:37: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
| int
fs/cifs/cifspdu.h:2289:3: error: type name requires a specifier or qualifier
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2289:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
fs/cifs/cifspdu.h:2328:2: error: type name requires a specifier or qualifier
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
fs/cifs/cifspdu.h:2328:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
| int
fs/cifs/cifspdu.h:2377:2: error: type name requires a specifier or qualifier
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
fs/cifs/cifspdu.h:2377:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
| int
fs/cifs/cifspdu.h:2488:3: error: type name requires a specifier or qualifier
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2488:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
17 warnings and 14 errors generated.
--
477 | val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:36:59: note: expanded from macro '__le16_to_cpu'
36 | #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
| ^
include/uapi/linux/swab.h:102:54: note: expanded from macro '__swab16'
102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x))
| ^
In file included from fs/cifs/readdir.c:15:
In file included from fs/cifs/cifspdu.h:12:
In file included from include/net/sock.h:46:
In file included from include/linux/netdevice.h:37:
In file included from include/net/net_namespace.h:39:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:490:61: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
490 | val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
| ~~~~~~~~~~ ^
include/uapi/linux/byteorder/big_endian.h:34:59: note: expanded from macro '__le32_to_cpu'
34 | #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
| ^
include/uapi/linux/swab.h:115:54: note: expanded from macro '__swab32'
115 | #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x))
| ^
In file included from fs/cifs/readdir.c:15:
In file included from fs/cifs/cifspdu.h:12:
In file included from include/net/sock.h:46:
In file included from include/linux/netdevice.h:37:
In file included from include/net/net_namespace.h:39:
In file included from include/linux/skbuff.h:31:
In file included from include/linux/dma-mapping.h:10:
In file included from include/linux/scatterlist.h:9:
In file included from arch/s390/include/asm/io.h:75:
include/asm-generic/io.h:501:33: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
501 | __raw_writeb(value, PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:511:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
511 | __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:521:59: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
521 | __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:609:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
609 | readsb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:617:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
617 | readsw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:625:20: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
625 | readsl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:634:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
634 | writesb(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:643:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
643 | writesw(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
include/asm-generic/io.h:652:21: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
652 | writesl(PCI_IOBASE + addr, buffer, count);
| ~~~~~~~~~~ ^
In file included from fs/cifs/readdir.c:15:
fs/cifs/cifspdu.h:512:3: error: type name requires a specifier or qualifier
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
fs/cifs/cifspdu.h:512:37: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
512 | DECLARE_FLEX_ARRAY(unsigned char, EncryptionKey);
| ^
| int
fs/cifs/cifspdu.h:2289:3: error: type name requires a specifier or qualifier
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2289:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2289 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
fs/cifs/cifspdu.h:2328:2: error: type name requires a specifier or qualifier
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
fs/cifs/cifspdu.h:2328:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2328 | DECLARE_FLEX_ARRAY(char, LinkDest);
| ^
| int
fs/cifs/cifspdu.h:2377:2: error: type name requires a specifier or qualifier
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
fs/cifs/cifspdu.h:2377:27: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2377 | DECLARE_FLEX_ARRAY(__u8, alt_name);
| ^
| int
fs/cifs/cifspdu.h:2488:3: error: type name requires a specifier or qualifier
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/cifspdu.h:2488:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
2488 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
In file included from fs/cifs/readdir.c:16:
In file included from fs/cifs/cifsglob.h:26:
>> fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
>> fs/cifs/../smbfs_common/smb2pdu.h:817:48: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
817 | DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
| ^
| int
fs/cifs/../smbfs_common/smb2pdu.h:1578:3: error: type name requires a specifier or qualifier
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
fs/cifs/../smbfs_common/smb2pdu.h:1578:28: error: type specifier missing, defaults to 'int' [-Werror,-Wimplicit-int]
1578 | DECLARE_FLEX_ARRAY(char, FileName);
| ^
| int
fs/cifs/readdir.c:554:20: error: no member named 'FileName' in 'FILE_UNIX_INFO'
554 | de->name = &info->FileName[0];
| ~~~~ ^
17 warnings and 15 errors generated.
vim +817 fs/cifs/../smbfs_common/smb2pdu.h
802
803 struct smb2_lock_req {
804 struct smb2_hdr hdr;
805 __le16 StructureSize; /* Must be 48 */
806 __le16 LockCount;
807 /*
808 * The least significant four bits are the index, the other 28 bits are
809 * the lock sequence number (0 to 64). See MS-SMB2 2.2.26
810 */
811 __le32 LockSequenceNumber;
812 __u64 PersistentFileId;
813 __u64 VolatileFileId;
814 /* Followed by at least one */
815 union {
816 struct smb2_lock_element lock;
> 817 DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
818 };
819 } __packed;
820
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-10 2:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 2:45 [samba-ksmbd:for-next 346/600] fs/cifs/../smbfs_common/smb2pdu.h:817:3: error: type name requires a specifier or qualifier kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).