netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS
@ 2016-12-03 22:46 Yuchung Cheng
  2016-12-04  0:06 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Yuchung Cheng @ 2016-12-03 22:46 UTC (permalink / raw)
  To: davem; +Cc: paul.gortmaker, netdev, Yuchung Cheng

The commit of SOF_TIMESTAMPING_OPT_STATS didn't include the
new header for avr32, causing build to break. The patch fixes it.

Fixes: 1c885808e456 ("tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING")
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
---
 arch/avr32/include/uapi/asm/socket.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/avr32/include/uapi/asm/socket.h b/arch/avr32/include/uapi/asm/socket.h
index 1fd147f..5a65042 100644
--- a/arch/avr32/include/uapi/asm/socket.h
+++ b/arch/avr32/include/uapi/asm/socket.h
@@ -90,4 +90,6 @@
 
 #define SO_CNX_ADVICE		53
 
+#define SCM_TIMESTAMPING_OPT_STATS	54
+
 #endif /* _UAPI__ASM_AVR32_SOCKET_H */
-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS
  2016-12-03 22:46 [PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS Yuchung Cheng
@ 2016-12-04  0:06 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-12-04  0:06 UTC (permalink / raw)
  To: ycheng; +Cc: paul.gortmaker, netdev

From: Yuchung Cheng <ycheng@google.com>
Date: Sat,  3 Dec 2016 14:46:22 -0800

> The commit of SOF_TIMESTAMPING_OPT_STATS didn't include the
> new header for avr32, causing build to break. The patch fixes it.
> 
> Fixes: 1c885808e456 ("tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING")
> Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> Signed-off-by: Yuchung Cheng <ycheng@google.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-04  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 22:46 [PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS Yuchung Cheng
2016-12-04  0:06 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).