[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130617224529.GA28118@kroah.com>
Date: Mon, 17 Jun 2013 15:45:29 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Isaku Yamahata <yamahata@...inux.co.jp>
Cc: netdev@...r.kernel.org, Simon Horman <horms@...ge.net.au>,
devel@...verdev.osuosl.org
Subject: Re: [PATCH net-next 5/5] staging/rtl8192u: convert skb->tail into
skb_tail_pointer(skb)
On Fri, Jun 14, 2013 at 05:58:35PM +0900, Isaku Yamahata wrote:
> The change set of 7a884dc "[SK_BUFF]: Convert skb->tail to sk_buff_data_t"
> converted skb->tail from pointer into sk_buff_data_t.
> Thus skb->tail is not always pointer, the area pointed by skb->tail
> should be accessed via skb_tail_pointer().
>
> Found by inspection. Compile tested only.
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists