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
| ||
|
Message-ID: <20231223233523.4411-1-maxtram95@gmail.com> Date: Sun, 24 Dec 2023 01:35:21 +0200 From: Maxim Mikityanskiy <maxtram95@...il.com> To: "David S. Miller" <davem@...emloft.net>, Bjørn Mork <bjorn@...k.no>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Hayes Wang <hayeswang@...ltek.com> Cc: Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Douglas Anderson <dianders@...omium.org>, Grant Grundler <grundler@...omium.org>, linux-usb@...r.kernel.org, netdev@...r.kernel.org, Maxim Mikityanskiy <maxtram95@...il.com> Subject: [PATCH net 0/2] r8152: Fix a regression with usbguard Introduction of r8152-cfgselector broke hotplug of Realtek USB NICs on machines that use usbguard. These patches are supposed to fix it. Tested on RTL8153 (0bda:8153) that has two configuration descriptors: vendor and CDC. P.S. I'm not sure whether it's supposed to go through the USB or netdev tree, therefore submitting to both mailing lists and marking for "net", but please advise. Maxim Mikityanskiy (2): USB: Allow usb_device_driver to override usb_choose_configuration r8152: Switch to using choose_configuration drivers/net/usb/r8152.c | 18 +++++++++--------- drivers/usb/core/generic.c | 10 ++++++++++ include/linux/usb.h | 3 +++ 3 files changed, 22 insertions(+), 9 deletions(-) -- 2.43.0
Powered by blists - more mailing lists