Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1479412 > unrolled thread
| Started by | Richard Guy Briggs <rgb@tricolour.ca> |
|---|---|
| First post | 2016-09-08 20:10 +0200 |
| Last post | 2016-09-09 10:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Richard Guy Briggs <rgb@tricolour.ca> - 2016-09-08 20:10 +0200
Re: [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Richard Guy Briggs <rgb@tricolour.ca> - 2016-09-08 21:00 +0200
Re: [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Steffen Klassert <steffen.klassert@secunet.com> - 2016-09-09 10:30 +0200
| From | Richard Guy Briggs <rgb@tricolour.ca> |
|---|---|
| Date | 2016-09-08 20:10 +0200 |
| Subject | [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn |
| Message-ID | <sfbVT-HP-13@gated-at.bofh.it> |
Reported-by: Paul Wouters <paul@nohats.com>
Signed-off-by: Richard Guy Briggs <rgb@tricolour.ca>
---
include/uapi/linux/xfrm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
index 1433389..1fc62b2 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -298,7 +298,7 @@ enum xfrm_attr_type_t {
XFRMA_ALG_AUTH_TRUNC, /* struct xfrm_algo_auth */
XFRMA_MARK, /* struct xfrm_mark */
XFRMA_TFCPAD, /* __u32 */
- XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_esn */
+ XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */
XFRMA_SA_EXTRA_FLAGS, /* __u32 */
XFRMA_PROTO, /* __u8 */
XFRMA_ADDRESS_FILTER, /* struct xfrm_address_filter */
--
2.1.4
[toc] | [next] | [standalone]
| From | Richard Guy Briggs <rgb@tricolour.ca> |
|---|---|
| Date | 2016-09-08 21:00 +0200 |
| Subject | Re: [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn |
| Message-ID | <sfcIh-11C-15@gated-at.bofh.it> |
| In reply to | #1479412 |
On 16/09/08, Richard Guy Briggs wrote:
> Reported-by: Paul Wouters <paul@nohats.com>
Oops, this above should read "nohats.ca".
> Signed-off-by: Richard Guy Briggs <rgb@tricolour.ca>
> ---
> include/uapi/linux/xfrm.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
> index 1433389..1fc62b2 100644
> --- a/include/uapi/linux/xfrm.h
> +++ b/include/uapi/linux/xfrm.h
> @@ -298,7 +298,7 @@ enum xfrm_attr_type_t {
> XFRMA_ALG_AUTH_TRUNC, /* struct xfrm_algo_auth */
> XFRMA_MARK, /* struct xfrm_mark */
> XFRMA_TFCPAD, /* __u32 */
> - XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_esn */
> + XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */
> XFRMA_SA_EXTRA_FLAGS, /* __u32 */
> XFRMA_PROTO, /* __u8 */
> XFRMA_ADDRESS_FILTER, /* struct xfrm_address_filter */
> --
> 2.1.4
slainte mhath, RGB
--
Richard Guy Briggs -- ~\ -- ~\ <hpv.tricolour.ca>
<www.TriColour.ca> -- \___ o \@ @ Ride yer bike!
Ottawa, ON, CANADA -- Lo_>__M__\\/\%__\\/\%
Vote! -- <greenparty.ca>_____GTVS6#790__(*)__(*)________(*)(*)_________________
[toc] | [prev] | [next] | [standalone]
| From | Steffen Klassert <steffen.klassert@secunet.com> |
|---|---|
| Date | 2016-09-09 10:30 +0200 |
| Subject | Re: [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn |
| Message-ID | <sfpm9-tM-17@gated-at.bofh.it> |
| In reply to | #1479449 |
On Thu, Sep 08, 2016 at 02:42:23PM -0400, Richard Guy Briggs wrote: > On 16/09/08, Richard Guy Briggs wrote: > > Reported-by: Paul Wouters <paul@nohats.com> > > Oops, this above should read "nohats.ca". I've fixed this up. > > > Signed-off-by: Richard Guy Briggs <rgb@tricolour.ca> Applied to ipsec-next, thanks Richard!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web