Displaying 2 results from an estimated 2 matches for "illegal_highdma".
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...ree_skb;
>-
>- /* Fragmented skb is linearized if device does not support SG,
>- * or if at least one of fragments is in highmem and device
>- * does not support DMA from it.
>- */
>- if (skb_shinfo(skb)->nr_frags &&
>- (!(dev->features & NETIF_F_SG) || illegal_highdma(dev, skb)) &&
>- __skb_linearize(skb, GFP_ATOMIC))
>- goto out_kfree_skb;
>-
> #ifdef CONFIG_XEN
>- /* If a checksum-deferred packet is forwarded to a device that needs a
>- * checksum, correct the pointers and force checksumming.
>- */
>+int xen_checksum_setu...
2006 Jul 06
12
kernel BUG at net/core/dev.c:1133!
Looks like the GSO is involved?
I got this while running Dom0 only (no guests), with a
BOINC/Rosetta@home application running on all 4 cores.
changeset: 10649:8e55c5c11475
Build: x86_32p (pae).
------------[ cut here ]------------
kernel BUG at net/core/dev.c:1133!
invalid opcode: 0000 [#1]
SMP
CPU: 0
EIP: 0061:[<c04dceb0>] Not tainted VLI
EFLAGS: 00210297 (2.6.16.13-xen