Re: [oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-17 Thread He Zhe
Got it, thanks. v2 is sent out. Zhe On 01/17/2017 11:29 PM, Joe MacDonald wrote: > [[oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API > calling] On 17.01.17 (Tue 11:27) zhe...@windriver.com wrote: > >> From: He Zhe <zhe...@windriver.com> >>

Re: [oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-17 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling] On 17.01.17 (Tue 11:27) zhe...@windriver.com wrote: > From: He Zhe <zhe...@windriver.com> > > The orignal patch does not alloc struct ahash_request before using it. > This will cause the kerne

[oe] [meta-networking][PATCH] iscsitarget: Fix call trace of ahash API calling

2017-01-16 Thread zhe.he
From: He Zhe The orignal patch does not alloc struct ahash_request before using it. This will cause the kernel call trace below when calling gen_scsiid on kernel 4.8 or later version. This patch normalizes the calling of ahash API according to the example in kernel doc