Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Bryan Wu
On Mon, Mar 30, 2015 at 10:46 AM, Ricardo Ribalda Delgado
 wrote:
> Hello Bryan
>
> On Mon, Mar 30, 2015 at 7:15 PM, Bryan Wu  wrote:
>> Thanks, Geert and Ricardo.
>> Ricardo, do you mind folding your fixing patches with original one
>> together and send it out again? I will use the new one to replace that
>> one in my tree, since this patch is not merged into Linus tree yet.
>
> Not at all, I have also added sakaris patches to my patchset so you
> wont have any problem with them.
> I dont know what are the conventions with s-o-b in this cases, so I
> have left the defaults from git rebase
>
> Thanks!

Good, I will handle that.
Thanks,
-Bryan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Ricardo Ribalda Delgado
Hello Bryan

On Mon, Mar 30, 2015 at 7:15 PM, Bryan Wu  wrote:
> Thanks, Geert and Ricardo.
> Ricardo, do you mind folding your fixing patches with original one
> together and send it out again? I will use the new one to replace that
> one in my tree, since this patch is not merged into Linus tree yet.

Not at all, I have also added sakaris patches to my patchset so you
wont have any problem with them.
I dont know what are the conventions with s-o-b in this cases, so I
have left the defaults from git rebase

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Bryan Wu
On Mon, Mar 30, 2015 at 1:55 AM, Ricardo Ribalda Delgado
 wrote:
> Fix errors reported by Geert Uytterhoeven.
>
> I didn't have the chance to test the changes it in real hardware.
>
>

Thanks, Geert and Ricardo.
Ricardo, do you mind folding your fixing patches with original one
together and send it out again? I will use the new one to replace that
one in my tree, since this patch is not merged into Linus tree yet.

-Bryan


> Ricardo Ribalda Delgado (3):
>   leds/class: Use strlcpy instead of strncpy
>   leds/class: Check snprintf return value
>   leds/class: Set naming index as unsigned
>
>  drivers/leds/led-class.c | 14 +++---
>  1 file changed, 11 insertions(+), 3 deletions(-)
>
> --
> 2.1.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Ricardo Ribalda Delgado
Fix errors reported by Geert Uytterhoeven.

I didn't have the chance to test the changes it in real hardware.


Ricardo Ribalda Delgado (3):
  leds/class: Use strlcpy instead of strncpy
  leds/class: Check snprintf return value
  leds/class: Set naming index as unsigned

 drivers/leds/led-class.c | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Ricardo Ribalda Delgado
Fix errors reported by Geert Uytterhoeven.

I didn't have the chance to test the changes it in real hardware.


Ricardo Ribalda Delgado (3):
  leds/class: Use strlcpy instead of strncpy
  leds/class: Check snprintf return value
  leds/class: Set naming index as unsigned

 drivers/leds/led-class.c | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Bryan Wu
On Mon, Mar 30, 2015 at 1:55 AM, Ricardo Ribalda Delgado
ricardo.riba...@gmail.com wrote:
 Fix errors reported by Geert Uytterhoeven.

 I didn't have the chance to test the changes it in real hardware.



Thanks, Geert and Ricardo.
Ricardo, do you mind folding your fixing patches with original one
together and send it out again? I will use the new one to replace that
one in my tree, since this patch is not merged into Linus tree yet.

-Bryan


 Ricardo Ribalda Delgado (3):
   leds/class: Use strlcpy instead of strncpy
   leds/class: Check snprintf return value
   leds/class: Set naming index as unsigned

  drivers/leds/led-class.c | 14 +++---
  1 file changed, 11 insertions(+), 3 deletions(-)

 --
 2.1.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Ricardo Ribalda Delgado
Hello Bryan

On Mon, Mar 30, 2015 at 7:15 PM, Bryan Wu coolo...@gmail.com wrote:
 Thanks, Geert and Ricardo.
 Ricardo, do you mind folding your fixing patches with original one
 together and send it out again? I will use the new one to replace that
 one in my tree, since this patch is not merged into Linus tree yet.

Not at all, I have also added sakaris patches to my patchset so you
wont have any problem with them.
I dont know what are the conventions with s-o-b in this cases, so I
have left the defaults from git rebase

Thanks!
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/3] leds/class: Fix string handling

2015-03-30 Thread Bryan Wu
On Mon, Mar 30, 2015 at 10:46 AM, Ricardo Ribalda Delgado
ricardo.riba...@gmail.com wrote:
 Hello Bryan

 On Mon, Mar 30, 2015 at 7:15 PM, Bryan Wu coolo...@gmail.com wrote:
 Thanks, Geert and Ricardo.
 Ricardo, do you mind folding your fixing patches with original one
 together and send it out again? I will use the new one to replace that
 one in my tree, since this patch is not merged into Linus tree yet.

 Not at all, I have also added sakaris patches to my patchset so you
 wont have any problem with them.
 I dont know what are the conventions with s-o-b in this cases, so I
 have left the defaults from git rebase

 Thanks!

Good, I will handle that.
Thanks,
-Bryan
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/