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] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd9a6449-f0b8-a5a4-2f3c-75190921086b@displaylink.com>
Date:   Thu, 11 Jun 2020 20:19:43 +0200
From:   Vladimir Stankovic <vladimir.stankovic@...playlink.com>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
        mausb-host-devel@...playlink.com
Subject: Re: [External] Re: [PATCH v6 1/8] usb: Add MA-USB Host kernel module

On 15.5.20. 15:02, Greg KH wrote:
> On Fri, May 15, 2020 at 02:34:55PM +0200, Vladimir Stankovic wrote:
>> Added utility macros, kernel device creation and cleanup, functions for
>> handling log formatting and a placeholder module for MA-USB Host device
>> driver.
>>
>> Signed-off-by: Vladimir Stankovic <vladimir.stankovic@...playlink.com>
>> ---
>>  MAINTAINERS                         |  7 +++++
>>  drivers/usb/Kconfig                 |  2 ++
>>  drivers/usb/Makefile                |  1 +
>>  drivers/usb/host/mausb/Kconfig      | 15 +++++++++
>>  drivers/usb/host/mausb/Makefile     | 10 ++++++
>>  drivers/usb/host/mausb/mausb_core.c | 24 +++++++++++++++
>>  drivers/usb/host/mausb/utils.c      | 47 +++++++++++++++++++++++++++++
>>  drivers/usb/host/mausb/utils.h      | 15 +++++++++
>>  8 files changed, 121 insertions(+)
>>  create mode 100644 drivers/usb/host/mausb/Kconfig
>>  create mode 100644 drivers/usb/host/mausb/Makefile
>>  create mode 100644 drivers/usb/host/mausb/mausb_core.c
>>  create mode 100644 drivers/usb/host/mausb/utils.c
>>  create mode 100644 drivers/usb/host/mausb/utils.h
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 091ec22c1a23..9b7b79215f47 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10343,6 +10343,13 @@ W:	https://linuxtv.org
>>  T:	git git://linuxtv.org/media_tree.git
>>  F:	drivers/media/radio/radio-maxiradio*
>>  
>> +MEDIA AGNOSTIC (MA) USB HOST DRIVER
>> +M:	Vladimir Stankovic <vladimir.stankovic@...playlink.com>
>> +L:	mausb-host-devel@...playlink.com
> 
> Please just do this on the linux-usb mailing list, why have a whole new
> list for just a single small driver?
> 
> thanks,
> 
> greg k-h
> 
Idea was to have the team notified about any comment/issue within the
driver. However, as you noted, same can be achieved with linux-usb
subscriptions.

-- 
Regards,
Vladimir.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ