Re: [RESEND PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-10-16 Thread Greg Kroah-Hartman
On Sun, Oct 14, 2018 at 05:21:16PM +0200, Bartosz Golaszewski wrote: > niedz., 14 paź 2018 o 17:20 Bartosz Golaszewski napisał(a): > > > > Hi Greg, > > > > this has been reviewed a lot and three first patches can be picked > > up. Please take it through your tree. > > > > Except for patch 4/4 of

Re: [RESEND PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-10-14 Thread Bartosz Golaszewski
niedz., 14 paź 2018 o 17:20 Bartosz Golaszewski napisał(a): > > Hi Greg, > > this has been reviewed a lot and three first patches can be picked > up. Please take it through your tree. > Except for patch 4/4 of course - it needs Thierry's Ack, but that can wait until the first three are merged. B

[RESEND PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-10-14 Thread Bartosz Golaszewski
Hi Greg, this has been reviewed a lot and three first patches can be picked up. Please take it through your tree. This series implements devm_kstrdup_const() together with some prerequisite changes and uses it in tegra-hsp driver. v1 -> v2: - fixed the changelog in the patch implementing devm_ks

Re: [PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-10-03 Thread Bartosz Golaszewski
pon., 1 paź 2018 o 18:14 Andy Shevchenko napisał(a): > > On Sun, Sep 30, 2018 at 10:26:11PM +0200, Bartosz Golaszewski wrote: > > This series implements devm_kstrdup_const() together with some > > prerequisite changes and uses it in tegra-hsp driver. > > Thanks! > For the first three, > Reviewed-b

Re: [PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-10-01 Thread Andy Shevchenko
On Sun, Sep 30, 2018 at 10:26:11PM +0200, Bartosz Golaszewski wrote: > This series implements devm_kstrdup_const() together with some > prerequisite changes and uses it in tegra-hsp driver. Thanks! For the first three, Reviewed-by: Andy Shevchenko > > v1 -> v2: > - fixed the changelog in the pa

[PATCH v6 0/4] devres: provide and use devm_kstrdup_const()

2018-09-30 Thread Bartosz Golaszewski
This series implements devm_kstrdup_const() together with some prerequisite changes and uses it in tegra-hsp driver. v1 -> v2: - fixed the changelog in the patch implementing devm_kstrdup_const() - fixed the kernel doc - moved is_kernel_rodata() to asm-generic/sections.h - fixed constness v2 -> v