Skip to content

Commit 70d4dd5

Browse files
committed
Revert size changes in sysfs exchange structure to avoid craches
1 parent 74d384c commit 70d4dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/linux_uio/uio_pci_dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct
8989
__attribute__((__packed__))
9090
uio_pci_dma_private
9191
{
92-
char name[UIO_PCI_DMA_BUFFER_NAME_SIZE];
92+
char name[1024];
9393
size_t size;
9494
int32_t numa_node;
9595
uint64_t start;

0 commit comments

Comments
 (0)