On Mon, Apr 08, 2019 at 10:48:22AM -0400, Tian Xianting wrote: > Use kzalloc_node to zero allocated buffer, as deadline and cfq I/O > scheduler initialization function (deadline_init_queue, cfq_init_queue) > did. > > Signed-off-by: Tian Xianting <xianting_tian@xxxxxxx> > --- > block/noop-iosched.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter>