Re: [patch] drm/amdkfd: fix some range checks in address watch ioctl

From: Oded Gabbay
Date: Sun Jun 14 2015 - 03:03:05 EST


On Thu, Jun 11, 2015 at 6:19 PM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote:
> #include "kfd_dbgmgr.h"
> +#include "../../radeon/cik_reg.h"
>
> static long kfd_ioctl(struct file *, unsigned int, unsigned long);

We can't include radeon files in kfd_chardev.c, because amdkfd works
with two device drivers - radeon and amdgpu - and this file should be
H/W / Driver agnostic.

Oded
--
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/