Re: [PATCH v4 2/2] usb: core: Remove redundant vmap checks

From: Greg Kroah-Hartman
Date: Thu Oct 31 2019 - 02:50:35 EST


On Tue, Oct 29, 2019 at 02:34:23PM -0700, Kees Cook wrote:
> Now that the vmap area checks are being performed in the DMA
> infrastructure directly, there is no need to repeat them in USB.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> drivers/usb/core/hcd.c | 8 +-------
> 1 file changed, 1 insertion(+), 7 deletions(-)

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>