mbox series

[mmc-utils,v2,0/5] Various fixes for mmc-utils

Message ID 20190912210509.19816-1-mhei@heimpold.de (mailing list archive)
Headers show
Series Various fixes for mmc-utils | expand

Message

Michael Heimpold Sept. 12, 2019, 9:05 p.m. UTC
This series bundles several small fixes and enhancements
I stumbled over during short testing around one year ago.

The initial sent v1 got a review by Avri, but was not applied (yet).

I'm resending this v2 with the hope, that there is now some
more interest.

I added his Reviewed-by, no other technical changes.

It can also be found in my Github tree:
https://github.com/mhei/mmc-utils/tree/fixes-enh

Michael Heimpold (5):
  Check calloc's return value before using the pointer
  Cleanup memory in error case
  Fix parsing of character in to_binstr()
  Optimize to_binstr() function
  Add eMMC vendor Micron to table

 lsmmc.c | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

Comments

Avri Altman Sept. 19, 2019, 9:41 a.m. UTC | #1
Ulf/Adrian,

As Chris is less responsive in the past few years,
We might want to follow the scsi ML practice with regard to the ufs driver:
Add several reviewers while Martin is pulling the patches.

It is working quite well since then.

Is this something that you might consider?

Thanks,
Avri

> 
> 
> This series bundles several small fixes and enhancements I stumbled over
> during short testing around one year ago.
> 
> The initial sent v1 got a review by Avri, but was not applied (yet).
> 
> I'm resending this v2 with the hope, that there is now some more interest.
> 
> I added his Reviewed-by, no other technical changes.
> 
> It can also be found in my Github tree:
> https://github.com/mhei/mmc-utils/tree/fixes-enh
> 
> Michael Heimpold (5):
>   Check calloc's return value before using the pointer
>   Cleanup memory in error case
>   Fix parsing of character in to_binstr()
>   Optimize to_binstr() function
>   Add eMMC vendor Micron to table
> 
>  lsmmc.c | 22 +++++++++++++++++-----
>  1 file changed, 17 insertions(+), 5 deletions(-)
> 
> --
> 2.17.1
Ulf Hansson Sept. 19, 2019, 1:49 p.m. UTC | #2
On Thu, 19 Sep 2019 at 11:41, Avri Altman <Avri.Altman@wdc.com> wrote:
>
> Ulf/Adrian,
>
> As Chris is less responsive in the past few years,
> We might want to follow the scsi ML practice with regard to the ufs driver:
> Add several reviewers while Martin is pulling the patches.

This has been discussed earlier [1] and Chris also agreed that it
seems like a good idea.

>
> It is working quite well since then.
>
> Is this something that you might consider?

As said, it's been discussed. I think it boils down to that someone
must volunteer to help Chris. Then it's just a matter of formalizing
this, set up git push permissions and document the new ways of
maintenance.

Perhaps you would be interested to help out?

[...]

Kind regards
Uffe

[1]
https://patchwork.kernel.org/patch/10709543/
Avri Altman Sept. 19, 2019, 2:06 p.m. UTC | #3
> On Thu, 19 Sep 2019 at 11:41, Avri Altman <Avri.Altman@wdc.com> wrote:
> >
> > Ulf/Adrian,
> >
> > As Chris is less responsive in the past few years, We might want to
> > follow the scsi ML practice with regard to the ufs driver:
> > Add several reviewers while Martin is pulling the patches.
> 
> This has been discussed earlier [1] and Chris also agreed that it seems like a
> good idea.
Then I would like to suggest myself as a reviewer [R].
I hope that some more people would be interested to support this.
Would you be able to pick mmc-utils patches?

Thanks,
Avri

> 
> >
> > It is working quite well since then.
> >
> > Is this something that you might consider?
> 
> As said, it's been discussed. I think it boils down to that someone must
> volunteer to help Chris. Then it's just a matter of formalizing this, set up git
> push permissions and document the new ways of maintenance.
> 
> Perhaps you would be interested to help out?
> 
> [...]
> 
> Kind regards
> Uffe
> 
> [1]
> https://patchwork.kernel.org/patch/10709543/
Ulf Hansson Oct. 3, 2019, 10:22 a.m. UTC | #4
On Thu, 19 Sep 2019 at 16:06, Avri Altman <Avri.Altman@wdc.com> wrote:
>
> > On Thu, 19 Sep 2019 at 11:41, Avri Altman <Avri.Altman@wdc.com> wrote:
> > >
> > > Ulf/Adrian,
> > >
> > > As Chris is less responsive in the past few years, We might want to
> > > follow the scsi ML practice with regard to the ufs driver:
> > > Add several reviewers while Martin is pulling the patches.
> >
> > This has been discussed earlier [1] and Chris also agreed that it seems like a
> > good idea.
> Then I would like to suggest myself as a reviewer [R].
> I hope that some more people would be interested to support this.
> Would you be able to pick mmc-utils patches?

Really great that you are willing to help!

No, I can't pick patches, as don't have the permission to push them to
the git tree. Only Chris can do that at this point.

We could create a group to share publish permissions to the git, but
it depending on what Chris feels about that.

Chris?

Kind regards
Uffe

>
> Thanks,
> Avri
>
> >
> > >
> > > It is working quite well since then.
> > >
> > > Is this something that you might consider?
> >
> > As said, it's been discussed. I think it boils down to that someone must
> > volunteer to help Chris. Then it's just a matter of formalizing this, set up git
> > push permissions and document the new ways of maintenance.
> >
> > Perhaps you would be interested to help out?
> >
> > [...]
> >
> > Kind regards
> > Uffe
> >
> > [1]
> > https://patchwork.kernel.org/patch/10709543/
Chris Ball Oct. 5, 2019, 12:53 a.m. UTC | #5
Hi Michael,

On Thu, Sep 12, 2019 at 11:05:04PM +0200, Michael Heimpold wrote:
> This series bundles several small fixes and enhancements
> I stumbled over during short testing around one year ago.
> 
> The initial sent v1 got a review by Avri, but was not applied (yet).
> 
> I'm resending this v2 with the hope, that there is now some
> more interest.
> 
> I added his Reviewed-by, no other technical changes.
> 
> It can also be found in my Github tree:
> https://github.com/mhei/mmc-utils/tree/fixes-enh
> 
> Michael Heimpold (5):
>   Check calloc's return value before using the pointer
>   Cleanup memory in error case
>   Fix parsing of character in to_binstr()
>   Optimize to_binstr() function
>   Add eMMC vendor Micron to table

Thanks, pushed to mmc-next master, apologies for the delay.

- Chris.
Chris Ball Oct. 5, 2019, 12:55 a.m. UTC | #6
Hi folks,

On Thu, Oct 03, 2019 at 12:22:28PM +0200, Ulf Hansson wrote:
> > Then I would like to suggest myself as a reviewer [R].
> > I hope that some more people would be interested to support this.
> > Would you be able to pick mmc-utils patches?
> 
> Really great that you are willing to help!
> 
> No, I can't pick patches, as don't have the permission to push them to
> the git tree. Only Chris can do that at this point.
> 
> We could create a group to share publish permissions to the git, but
> it depending on what Chris feels about that.

Yes, if it's possible to share permissions on the current repo to
include Ulf and Avri too, that works fine for me.