All of lore.kernel.org
 help / color / mirror / Atom feed
From: shuah <shuah@kernel.org>
To: Oliver Neukum <oneukum@suse.com>,
	valentina.manea.m@gmail.com, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org, shuah <shuah@kernel.org>
Subject: Re: [PATCH] USBIP: add config dependency for SGL_ALLOC
Date: Tue, 12 Nov 2019 09:56:16 -0700	[thread overview]
Message-ID: <4831c6d0-2395-2149-3a02-d396d820880d@kernel.org> (raw)
In-Reply-To: <20191112154939.21217-1-oneukum@suse.com>

On 11/12/19 8:49 AM, Oliver Neukum wrote:
> USBIP uses lib/scatterlist.h
> Hence it needs to set CONFIG_SGL_ALLOC
> 
> Signed-off-by: Oliver Neukum <oneukum@suse.com>
> ---
>   drivers/usb/usbip/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/usbip/Kconfig b/drivers/usb/usbip/Kconfig
> index 2f86b28fa3da..7bbae7a08642 100644
> --- a/drivers/usb/usbip/Kconfig
> +++ b/drivers/usb/usbip/Kconfig
> @@ -4,6 +4,7 @@ config USBIP_CORE
>   	tristate "USB/IP support"
>   	depends on NET
>   	select USB_COMMON
> +	select SGL_ALLOC
>   	---help---
>   	  This enables pushing USB packets over IP to allow remote
>   	  machines direct access to USB devices. It provides the
> 

Thanks for catching this.

Acked-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah

      parent reply	other threads:[~2019-11-12 16:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12 15:49 [PATCH] USBIP: add config dependency for SGL_ALLOC Oliver Neukum
2019-11-12 16:11 ` Greg KH
2019-11-12 16:56 ` shuah [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4831c6d0-2395-2149-3a02-d396d820880d@kernel.org \
    --to=shuah@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=oneukum@suse.com \
    --cc=valentina.manea.m@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.