Re: [PATCH] lib: dynamic_queue_limits: use memset and offsetof init

2021-01-15 Thread Yejune Deng
Sorry.It failed in ARCH nds32,I will fix it in the next submit. On Fri, Jan 15, 2021 at 2:33 PM Yejune Deng wrote: > > My patch is applied to linux-next/master tree.I also built in arch > arm64 and x86_64,is OK.Is something wrong with that? > > On Fri, Jan 15, 2021 at 12:45 PM kernel test robot

Re: [PATCH] lib: dynamic_queue_limits: use memset and offsetof init

2021-01-14 Thread Yejune Deng
My patch is applied to linux-next/master tree.I also built in arch arm64 and x86_64,is OK.Is something wrong with that? On Fri, Jan 15, 2021 at 12:45 PM kernel test robot wrote: > > Hi Yejune, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [al

[PATCH] lib: dynamic_queue_limits: use memset and offsetof init

2021-01-14 Thread Yejune Deng
In dql_reset(), use memset and offsetof instead of '= 0'. Signed-off-by: Yejune Deng --- lib/dynamic_queue_limits.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/dynamic_queue_limits.c b/lib/dynamic_queue_limits.c index fde0aa2..21f0745 100644 --- a/lib/dynamic_q