On Tue, Feb 13, 2007 at 01:15:18PM +1100, Rusty Russell wrote: > > Good spotting! This function needs to be passed skb_headlen(skb), > rather than skb->len. Patch is below (I renamed the parameter as well, > for clarity). How about just dropping that parameter and using skb_headlen(skb) directly? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 5/8] lguest: trivial guest network driver
- From: Rusty Russell <[email protected]>
- Re: [PATCH 5/8] lguest: trivial guest network driver
- References:
- [PATCH 7/7] cleanup: make disable_acpi() valid w/o CONFIG_ACPI
- From: Rusty Russell <[email protected]>
- [PATCH 1/2] lguest preparation: EXPORT_SYMBOL_GPL 5 functions
- From: Rusty Russell <[email protected]>
- [PATCH 2/2] lguest preparation: expose futex infrastructure: get_futex_key, get_key_refs and drop_key_refs
- From: Rusty Russell <[email protected]>
- [PATCH 1/8] lguest: Kconfig and headers
- From: Rusty Russell <[email protected]>
- [PATCH 2/8] lguest: the host code (lg.ko).
- From: Rusty Russell <[email protected]>
- [PATCH 3/8] lguest: Guest code
- From: Rusty Russell <[email protected]>
- [PATCH 4/8] lguest: Makefile
- From: Rusty Russell <[email protected]>
- [PATCH 5/8] lguest: trivial guest network driver
- From: Rusty Russell <[email protected]>
- Re: [PATCH 5/8] lguest: trivial guest network driver
- From: Herbert Xu <[email protected]>
- Re: [PATCH 5/8] lguest: trivial guest network driver
- From: Rusty Russell <[email protected]>
- [PATCH 7/7] cleanup: make disable_acpi() valid w/o CONFIG_ACPI
- Prev by Date: Re: [PATCH 1/3] Introducing cpuidle: core cpuidle infrastructure
- Next by Date: Re: [PATCH 1/2] Re: [autofs] Bad race condition in the new autofs protocol somewhere
- Previous by thread: Re: [PATCH 5/8] lguest: trivial guest network driver
- Next by thread: Re: [PATCH 5/8] lguest: trivial guest network driver
- Index(es):