From: Andy Lutomirski <l...@kernel.org> Date: Mon, 5 Dec 2016 18:10:58 -0800
> With CONFIG_VMAP_STACK=y, virtnet_set_mac_address() can be passed a > pointer to the stack and it will OOPS. Copy the address to the heap > to prevent the crash. > > Cc: Michael S. Tsirkin <m...@redhat.com> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Laura Abbott <labb...@redhat.com> > Reported-by: zbys...@in.waw.pl > Signed-off-by: Andy Lutomirski <l...@kernel.org> Applied, thanks.