Message ID | 20241126172240.6044-1-raag.jadav@intel.com |
---|---|
Headers | show |
Series | Introduce devm_kmemdup_array() helper | expand |
On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > This series introduces a more robust and cleaner devm_kmemdup_array() > helper and uses it across drivers. For the series: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> It seems like Andy will push it to me which is excellent. Yours, Linus Walleij
On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > helper and uses it across drivers. > > For the series: > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > It seems like Andy will push it to me which is excellent. Yep, that's the plan after we get all necessary ACKs.
On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > helper and uses it across drivers. > > > > For the series: > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > It seems like Andy will push it to me which is excellent. > > Yep, that's the plan after we get all necessary ACKs. Greg, anything I can do to move this forward? Raag
On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > helper and uses it across drivers. > > > > > > For the series: > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > It seems like Andy will push it to me which is excellent. > > > > Yep, that's the plan after we get all necessary ACKs. > > Greg, anything I can do to move this forward? Greg, is it possible to give your Ack or comment or guidance of the preferences with the first patch?
On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > helper and uses it across drivers. > > > > > > > > For the series: > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > Greg, anything I can do to move this forward? > > Greg, is it possible to give your Ack or comment or guidance of the preferences > with the first patch? $ mdfrm -c ~/mail/todo/ 2293 messages in /home/gregkh/mail/todo/ Please be patient.
On Thu, Dec 12, 2024 at 03:39:57PM +0100, Greg KH wrote: > On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > > helper and uses it across drivers. > > > > > > > > > > For the series: > > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > > > Greg, anything I can do to move this forward? > > > > Greg, is it possible to give your Ack or comment or guidance of the preferences > > with the first patch? > > $ mdfrm -c ~/mail/todo/ > 2293 messages in /home/gregkh/mail/todo/ Oh my... > Please be patient. Sure!
On Thu, Jan 16, 2025 at 04:50:45PM +0200, Andy Shevchenko wrote: > On Thu, Dec 12, 2024 at 06:25:16PM +0200, Andy Shevchenko wrote: > > On Thu, Dec 12, 2024 at 03:39:57PM +0100, Greg KH wrote: > > > On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > > > > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > > > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > > > > helper and uses it across drivers. > > > > > > > > > > > > > > For the series: > > > > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > > > > > > > Greg, anything I can do to move this forward? > > > > > > > > Greg, is it possible to give your Ack or comment or guidance of the preferences > > > > with the first patch? > > > > > > $ mdfrm -c ~/mail/todo/ > > > 2293 messages in /home/gregkh/mail/todo/ > > > > Oh my... > > > > > Please be patient. > > > > Sure! > > Raaj, care to send a v3 after merge window closes? Sure, and perhaps add a few more users which I found with my improved grepping skills. Raag
On Fri, Jan 17, 2025 at 05:00:34PM +0200, Raag Jadav wrote: > On Thu, Jan 16, 2025 at 04:50:45PM +0200, Andy Shevchenko wrote: > > On Thu, Dec 12, 2024 at 06:25:16PM +0200, Andy Shevchenko wrote: > > > On Thu, Dec 12, 2024 at 03:39:57PM +0100, Greg KH wrote: > > > > On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > > > > > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > > > > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > > > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > > > > > helper and uses it across drivers. > > > > > > > > > > > > > > > > For the series: > > > > > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > > > > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > > > > > > > > > Greg, anything I can do to move this forward? > > > > > > > > > > Greg, is it possible to give your Ack or comment or guidance of the preferences > > > > > with the first patch? > > > > > > > > $ mdfrm -c ~/mail/todo/ > > > > 2293 messages in /home/gregkh/mail/todo/ > > > > > > Oh my... > > > > > > > Please be patient. > > > > > > Sure! > > > > Raaj, care to send a v3 after merge window closes? > > Sure, and perhaps add a few more users which I found with my improved > grepping skills. Okay, thanks! I will drop myself from this thread then. Waiting for v3...
On Mon, Jan 20, 2025 at 07:07:33PM +0200, Andy Shevchenko wrote: > On Fri, Jan 17, 2025 at 05:00:34PM +0200, Raag Jadav wrote: > > On Thu, Jan 16, 2025 at 04:50:45PM +0200, Andy Shevchenko wrote: > > > On Thu, Dec 12, 2024 at 06:25:16PM +0200, Andy Shevchenko wrote: > > > > On Thu, Dec 12, 2024 at 03:39:57PM +0100, Greg KH wrote: > > > > > On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > > > > > > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > > > > > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > > > > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > > > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > > > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > > > > > > helper and uses it across drivers. > > > > > > > > > > > > > > > > > > For the series: > > > > > > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > > > > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > > > > > > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > > > > > > > > > > > Greg, anything I can do to move this forward? > > > > > > > > > > > > Greg, is it possible to give your Ack or comment or guidance of the preferences > > > > > > with the first patch? > > > > > > > > > > $ mdfrm -c ~/mail/todo/ > > > > > 2293 messages in /home/gregkh/mail/todo/ > > > > > > > > Oh my... > > > > > > > > > Please be patient. > > > > > > > > Sure! > > > > > > Raaj, care to send a v3 after merge window closes? > > > > Sure, and perhaps add a few more users which I found with my improved > > grepping skills. > > Okay, thanks! I will drop myself from this thread then. Waiting for v3... One more thing, can you embed the following into your series? 20241203195340.855879-1-andriy.shevchenko@linux.intel.com It would be easier to handle and avoid conflicts.
On Mon, Jan 20, 2025 at 07:11:22PM +0200, Andy Shevchenko wrote: > On Mon, Jan 20, 2025 at 07:07:33PM +0200, Andy Shevchenko wrote: > > On Fri, Jan 17, 2025 at 05:00:34PM +0200, Raag Jadav wrote: > > > On Thu, Jan 16, 2025 at 04:50:45PM +0200, Andy Shevchenko wrote: > > > > On Thu, Dec 12, 2024 at 06:25:16PM +0200, Andy Shevchenko wrote: > > > > > On Thu, Dec 12, 2024 at 03:39:57PM +0100, Greg KH wrote: > > > > > > On Thu, Dec 12, 2024 at 04:32:48PM +0200, Andy Shevchenko wrote: > > > > > > > On Sat, Dec 07, 2024 at 04:46:18PM +0200, Raag Jadav wrote: > > > > > > > > On Fri, Nov 29, 2024 at 04:20:14PM +0200, Andy Shevchenko wrote: > > > > > > > > > On Fri, Nov 29, 2024 at 11:17:02AM +0100, Linus Walleij wrote: > > > > > > > > > > On Tue, Nov 26, 2024 at 6:22 PM Raag Jadav <raag.jadav@intel.com> wrote: > > > > > > > > > > > > > > > > > > > > > This series introduces a more robust and cleaner devm_kmemdup_array() > > > > > > > > > > > helper and uses it across drivers. > > > > > > > > > > > > > > > > > > > > For the series: > > > > > > > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > > > > > > > > > > > > > It seems like Andy will push it to me which is excellent. > > > > > > > > > > > > > > > > > > Yep, that's the plan after we get all necessary ACKs. > > > > > > > > > > > > > > > > Greg, anything I can do to move this forward? > > > > > > > > > > > > > > Greg, is it possible to give your Ack or comment or guidance of the preferences > > > > > > > with the first patch? > > > > > > > > > > > > $ mdfrm -c ~/mail/todo/ > > > > > > 2293 messages in /home/gregkh/mail/todo/ > > > > > > > > > > Oh my... > > > > > > > > > > > Please be patient. > > > > > > > > > > Sure! > > > > > > > > Raaj, care to send a v3 after merge window closes? > > > > > > Sure, and perhaps add a few more users which I found with my improved > > > grepping skills. > > > > Okay, thanks! I will drop myself from this thread then. Waiting for v3... > > One more thing, can you embed the following into your series? > > 20241203195340.855879-1-andriy.shevchenko@linux.intel.com > > It would be easier to handle and avoid conflicts. Sure. Raag