Displaying 1 result from an estimated 1 matches similar to: "Oops with CONFIG_VMAP_STCK and bond device + virtio-net"
2016 Dec 07
0
Oops with CONFIG_VMAP_STCK and bond device + virtio-net
On Mon, Dec 5, 2016 at 3:53 PM, Laura Abbott <labbott at redhat.com> wrote:
> This looks like an issue with CONFIG_VMAP_STACK since bond_enslave uses
> struct sockaddr from the stack and virtnet_set_mac_address calls
> sg_init_one which triggers BUG_ON(!virt_addr_valid(buf));
>
> I know there have been a lot of CONFIG_VMAP_STACK fixes around but I
> didn't find this one