[PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS

Subsystems: the rest

STALE3567d

2 messages, 2 authors, 2016-12-04 · open the first message on its own page

[PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS

From: Yuchung Cheng <hidden>
Date: 2016-12-03 22:46:44

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 <redacted>
Signed-off-by: Yuchung Cheng <redacted>
---
 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

Re: [PATCH net-next] tcp: fix the missing avr32 SOF_TIMESTAMPING_OPT_STATS

From: David Miller <davem@davemloft.net>
Date: 2016-12-04 00:06:35

From: Yuchung Cheng <redacted>
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 <redacted>
Signed-off-by: Yuchung Cheng <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help