Re: [PATCH 0/2] IB/hns: Fine-tuning for two function implementations

2017-04-20 Thread Doug Ledford
On Thu, 2017-02-16 at 10:00 +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 16 Feb 2017 09:55:43 +0100 > > A few update suggestions were taken into account > from static source code analysis. > > Markus Elfring (2): >   Use kmalloc_array() in

Re: [PATCH 0/2] IB/hns: Fine-tuning for two function implementations

2017-04-20 Thread Doug Ledford
On Thu, 2017-02-16 at 10:00 +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 16 Feb 2017 09:55:43 +0100 > > A few update suggestions were taken into account > from static source code analysis. > > Markus Elfring (2): >   Use kmalloc_array() in hns_roce_cmd_use_events() >  

[PATCH 0/2] IB/hns: Fine-tuning for two function implementations

2017-02-16 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 16 Feb 2017 09:55:43 +0100 A few update suggestions were taken into account from static source code analysis. Markus Elfring (2): Use kmalloc_array() in hns_roce_cmd_use_events() Use kcalloc() in hns_roce_buddy_init()

[PATCH 0/2] IB/hns: Fine-tuning for two function implementations

2017-02-16 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 16 Feb 2017 09:55:43 +0100 A few update suggestions were taken into account from static source code analysis. Markus Elfring (2): Use kmalloc_array() in hns_roce_cmd_use_events() Use kcalloc() in hns_roce_buddy_init()