Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-09 Thread David Miller
From: Gu Zheng Date: Fri, 5 Dec 2014 16:29:07 +0800 > Hi Joe, > Thanks for your comment. > On 12/05/2014 04:02 PM, Joe Perches wrote: > >> On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: >>> Introduce helper macra >> >> macro > > Ah~, it's a typo. > >> >>> CMSG_FOREACH_HDR as a wrapper

Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-09 Thread David Miller
From: Gu Zheng guz.f...@cn.fujitsu.com Date: Fri, 5 Dec 2014 16:29:07 +0800 Hi Joe, Thanks for your comment. On 12/05/2014 04:02 PM, Joe Perches wrote: On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: Introduce helper macra macro Ah~, it's a typo. CMSG_FOREACH_HDR as a wrapper

Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-05 Thread Gu Zheng
Hi Joe, Thanks for your comment. On 12/05/2014 04:02 PM, Joe Perches wrote: > On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: >> Introduce helper macra > > macro Ah~, it's a typo. > >> CMSG_FOREACH_HDR as a wrapper of the enumerating >> cmsghdr from msghdr, just cleanup. > > maybe better

Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-05 Thread Joe Perches
On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: > Introduce helper macra macro > CMSG_FOREACH_HDR as a wrapper of the enumerating > cmsghdr from msghdr, just cleanup. maybe better to use lower case "for_each_cmsg_hdr" or some such. checkpatch would recognize that too as long as it uses

Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-05 Thread Joe Perches
On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: Introduce helper macra macro CMSG_FOREACH_HDR as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. maybe better to use lower case for_each_cmsg_hdr or some such. checkpatch would recognize that too as long as it uses

Re: [RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-05 Thread Gu Zheng
Hi Joe, Thanks for your comment. On 12/05/2014 04:02 PM, Joe Perches wrote: On Fri, 2014-12-05 at 15:14 +0800, Gu Zheng wrote: Introduce helper macra macro Ah~, it's a typo. CMSG_FOREACH_HDR as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. maybe better to use

[RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-04 Thread Gu Zheng
Introduce helper macra CMSG_FOREACH_HDR as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. Signed-off-by: Gu Zheng --- .../networking/timestamping/timestamping.c |4 +--- .../networking/timestamping/txtimestamp.c |4 +--- crypto/af_alg.c

[RESEND PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-12-04 Thread Gu Zheng
Introduce helper macra CMSG_FOREACH_HDR as a wrapper of the enumerating cmsghdr from msghdr, just cleanup. Signed-off-by: Gu Zheng guz.f...@cn.fujitsu.com --- .../networking/timestamping/timestamping.c |4 +--- .../networking/timestamping/txtimestamp.c |4 +---

Re: [PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-11-23 Thread Gu Zheng
Hi David, On 11/24/2014 01:55 PM, David Miller wrote: > > Your postings do not make it to the mailing list, in fact they don't > even make it to the list server itself. Thanks for your reminder. > > Generally speaking, sites in China have this problem off and on, and > in unpredictable ways.

Re: [PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-11-23 Thread David Miller
Your postings do not make it to the mailing list, in fact they don't even make it to the list server itself. Generally speaking, sites in China have this problem off and on, and in unpredictable ways. You need to sort this out because I will not apply patches that don't hit the mailing list for

Re: [PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-11-23 Thread David Miller
Your postings do not make it to the mailing list, in fact they don't even make it to the list server itself. Generally speaking, sites in China have this problem off and on, and in unpredictable ways. You need to sort this out because I will not apply patches that don't hit the mailing list for

Re: [PATCH] net: introduce helper macra CMSG_FOREACH_HDR

2014-11-23 Thread Gu Zheng
Hi David, On 11/24/2014 01:55 PM, David Miller wrote: Your postings do not make it to the mailing list, in fact they don't even make it to the list server itself. Thanks for your reminder. Generally speaking, sites in China have this problem off and on, and in unpredictable ways. Seems