Re: [patch 03/11] GRU Driver - driver internal header files

From: Roland Dreier
Date: Mon Jun 09 2008 - 17:38:29 EST


> +/*
> + * Structure used to pass TLB flush parameters to the driver
> + */
> +struct gru_flush_tlb_req {
> + unsigned long gseg;
> + unsigned long vaddr;
> + size_t len;
> +};

This and other data structures you pass into the kernel via ioctl() are
not 32/64 clean. So a 32-bit process (which can easily run on a 64-bit
x86-64 kernel) will end up sending garbage to the kernel.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/