search for: physdevop_pci_device_remov

Displaying 2 results from an estimated 2 matches for "physdevop_pci_device_remov".

2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
...nt8_t bus; > uint8_t devfn; > } physfn; > -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L > - uint32_t optarr[]; > -#elif defined(__GNUC__) > - uint32_t optarr[0]; > -#endif > + uint32_t optarr[1]; > }; > > #define PHYSDEVOP_pci_device_remove 26 > -- > 1.7.10.4 >
2013 Jan 07
1
[PATCH] drivers/xen: avoid out-of-range write in xen_add_device
...nt8_t bus; > uint8_t devfn; > } physfn; > -#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L > - uint32_t optarr[]; > -#elif defined(__GNUC__) > - uint32_t optarr[0]; > -#endif > + uint32_t optarr[1]; > }; > > #define PHYSDEVOP_pci_device_remove 26 > -- > 1.7.10.4 >