[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130617.171333.1206092427807227985.davem@davemloft.net>
Date: Mon, 17 Jun 2013 17:13:33 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: horms@...ge.net.au
Cc: yamahata@...inux.co.jp, netdev@...r.kernel.org,
gregkh@...uxfoundation.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH net-next 5/5] staging/rtl8192u: convert skb->tail into
skb_tail_pointer(skb)
From: Simon Horman <horms@...ge.net.au>
Date: Mon, 17 Jun 2013 11:03:05 +0900
> 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.
>>
>> Cc: Simon Horman <horms@...ge.net.au>
>> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>> Cc: devel@...verdev.osuosl.org
>> Signed-off-by: Isaku Yamahata <yamahata@...inux.co.jp>
>
> Reviewed-by: Simon Horman <horms@...ge.net.au>
Applied.
--
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