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:	Wed, 13 Mar 2013 17:55:55 +0100
From:	Bjørn Mork <bjorn@...k.no>
To:	Greg Suarez <gsuarez@...thmicro.com>
Cc:	Alexey Orishko <alexey.orishko@...ricsson.com>,
	linux-usb@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [RFC] net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility

Bjørn Mork <bjorn@...k.no> writes:

> +#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM)
> +static bool prefer_mbim = true;
> +#else
> +static bool prefer_mbim;
> +#endif
> +module_param(prefer_mbim, bool, S_IRUGO | S_IWUSR);
> +MODULE_PARM_DESC(prefer_mbim, "Prefer MBIM on NCM/MBIM backwards compatible functions");

So, noone wanting to comment on this? I am not sure how to interpret
that.  If I liked the solution myself I would just have taken it as an
unanimous ack, but I don't...

Please, if your gut feeling is that this is the most stupid thing you've
ever seen, then just say so.  I can take it :)


Bjørn
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ