RE: [PATCH 0/3] Case-insensitive match_string and fwnode_is_compatible()

Soha Jin posted 3 patches 3 years, 5 months ago
Only 0 patches received!
There is a newer version of this series
RE: [PATCH 0/3] Case-insensitive match_string and fwnode_is_compatible()
Posted by Soha Jin 3 years, 5 months ago
Hi Greg,

> 
> On Mon, Oct 10, 2022 at 12:21:52AM +0800, Soha Jin wrote:
> > I am introducing these patches for the patch for ethernet driver which
> > I will send later.
> 
> We can't take functions that have no real users.  Please send these patches
> as part of your driver submission so we can see how they are used and if they
> are even needed at all.
> 

This is the first time I submit patches to kernel, I am sorry for anything
wrong I did.

I am just thinking these patches and the driver patches are in different
trees, so I split the patches into different parts. The driver patch is at
https://lore.kernel.org/all/20221009162247.1336-1-soha@lohu.info/.

Regards,
Soha
Re: [PATCH 0/3] Case-insensitive match_string and fwnode_is_compatible()
Posted by 'Greg Kroah-Hartman' 3 years, 5 months ago
On Mon, Oct 10, 2022 at 11:07:13AM +0800, Soha Jin wrote:
> Hi Greg,
> 
> > 
> > On Mon, Oct 10, 2022 at 12:21:52AM +0800, Soha Jin wrote:
> > > I am introducing these patches for the patch for ethernet driver which
> > > I will send later.
> > 
> > We can't take functions that have no real users.  Please send these patches
> > as part of your driver submission so we can see how they are used and if they
> > are even needed at all.
> > 
> 
> This is the first time I submit patches to kernel, I am sorry for anything
> wrong I did.
> 
> I am just thinking these patches and the driver patches are in different
> trees, so I split the patches into different parts. The driver patch is at
> https://lore.kernel.org/all/20221009162247.1336-1-soha@lohu.info/.

As you can see, the kernel test robot reported that these changes are
broken as it does not know about this separate series you submitted.

Please make them all one series so we can properly review them together
and the testing infrastructure can correctly run.

thanks,

greg k-h
RE: [PATCH 0/3] Case-insensitive match_string and fwnode_is_compatible()
Posted by Soha Jin 3 years, 5 months ago
Hi Greg,

> From: 'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>
> Sent: Monday, October 10, 2022 2:26 PM
> 
> On Mon, Oct 10, 2022 at 11:07:13AM +0800, Soha Jin wrote:
> > Hi Greg,
> >
> > This is the first time I submit patches to kernel, I am sorry for
> > anything wrong I did.
> >
> > I am just thinking these patches and the driver patches are in
> > different trees, so I split the patches into different parts. The
> > driver patch is at
> https://lore.kernel.org/all/20221009162247.1336-1-soha@lohu.info/.
> 
> As you can see, the kernel test robot reported that these changes are broken
> as it does not know about this separate series you submitted.
> 
> Please make them all one series so we can properly review them together
> and the testing infrastructure can correctly run.

I see. I will put this patch series into that thread as patch v2 after the
letter case problem is settled.

Regards,
Soha