lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 8 Aug 2014 15:20:21 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Jeff Mahoney <jeffm@...e.com>
Cc:	Roger Tseng <rogerable@...ltek.com>,
	Linux Kernel Maling List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] rtsx_usb: export device table

On Fri, 08 Aug 2014 17:31:51 -0400 Jeff Mahoney <jeffm@...e.com> wrote:

> The rtsx_usb driver contains the table for the devices it supports but
> doesn't export it. As a result, no alias is generated and it doesn't
> get loaded automatically.
> 
> Via https://bugzilla.novell.com/show_bug.cgi?id=890096
> 
> ...
> 
> --- a/drivers/mfd/rtsx_usb.c
> +++ b/drivers/mfd/rtsx_usb.c
> @@ -744,6 +744,7 @@ static struct usb_device_id rtsx_usb_usb
>  	{ USB_DEVICE(0x0BDA, 0x0140) },
>  	{ }
>  };
> +MODULE_DEVICE_TABLE(usb, rtsx_usb_usb_ids);
>  
>  static struct usb_driver rtsx_usb_driver = {
>  	.name			= "rtsx_usb",
> 

I'd normally duck a patch like this because I don't do MFD.

But you omitted the Cc:stable tag, so I grabbed the patch to ensure
that this tag is included.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ