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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Jul 2024 00:46:59 +0000
From: David Lin <yu-hao.lin@....com>
To: Abel Vesa <abel.vesa@...aro.org>
CC: "linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"briannorris@...omium.org" <briannorris@...omium.org>, "kvalo@...nel.org"
	<kvalo@...nel.org>, "francesco@...cini.it" <francesco@...cini.it>, Pete Hsieh
	<tsung-hsien.hsieh@....com>
Subject: RE: [EXT] Re: [PATCH 01/43] wifi: nxpwifi: add 11ac.c

Hi Abel,

> From: Abel Vesa <abel.vesa@...aro.org>
> Sent: Friday, June 28, 2024 4:22 PM
> To: David Lin <yu-hao.lin@....com>
> Cc: linux-wireless@...r.kernel.org; linux-kernel@...r.kernel.org;
> briannorris@...omium.org; kvalo@...nel.org; francesco@...cini.it; Pete
> Hsieh <tsung-hsien.hsieh@....com>
> Subject: [EXT] Re: [PATCH 01/43] wifi: nxpwifi: add 11ac.c
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
> 
> 
> On 24-06-21 15:51:26, David Lin wrote:
> > Signed-off-by: David Lin <yu-hao.lin@....com>
> 
> Hi David,
> 
> Please read the ./Documentation/process/submitting-patches.rst
> 
> Just a hint. There is no commit message.
> 
> > ---
> >  drivers/net/wireless/nxp/nxpwifi/11ac.c | 366
> ++++++++++++++++++++++++
> >  1 file changed, 366 insertions(+)
> >  create mode 100644 drivers/net/wireless/nxp/nxpwifi/11ac.c
> >
> > diff --git a/drivers/net/wireless/nxp/nxpwifi/11ac.c
> b/drivers/net/wireless/nxp/nxpwifi/11ac.c
> > new file mode 100644
> > index 000000000000..3e14ee602cdc
> > --- /dev/null
> > +++ b/drivers/net/wireless/nxp/nxpwifi/11ac.c
> > @@ -0,0 +1,366 @@
> > +// SPDX-License-Identifier: GPL-2.0-only
> > +/*
> > + * NXP Wireless LAN device driver: 802.11ac
> > + *
> > + * Copyright 2011-2024 NXP
> > + */
> 
> [...]

Thanks for your information. For new driver, it should be submitted one file per patch first.
Once if accepted, it will become one single patch. That is the reason, I won't give commit
message for the patch of a single file.

David

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ