Re: [PATCH v8 3/4] fpga: dfl: add basic support for DFHv1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Thu, 29 Dec 2022, Andy Shevchenko wrote:

On Thu, Dec 29, 2022 at 08:18:03AM -0800, Tom Rix wrote:
On 12/28/22 10:16 AM, matthew.gerlach@xxxxxxxxxxxxxxx wrote:

...

  struct dfl_feature_info {
  	u16 fid;
  	u8 revision;
+	u8 dfh_version;
  	struct resource mmio_res;
  	void __iomem *ioaddr;
  	struct list_head node;
  	unsigned int irq_base;
  	unsigned int nr_irqs;
+	unsigned int param_size;
+	u64 params[];
u64 *params

This will break the overflow.h macros, no?
Besides that it will break the code for sure as it's not an equivalent.

  };

I don't understand how this will break the overflow.h macros. The definition of struct dfl_feature_info and all of its uses are in a single file, dfl.c.

Matthew Gerlach




--
With Best Regards,
Andy Shevchenko






[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux