Skip to content

Commit

Permalink
Changes representative of linux-3.10.0-514.6.2.el7.tar.xz
Browse files Browse the repository at this point in the history
  • Loading branch information
da-x committed Mar 1, 2017
1 parent 6ddaf69 commit 2c4de81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXTRAVERSION =
NAME = Unicycling Gorilla
RHEL_MAJOR = 7
RHEL_MINOR = 3
RHEL_RELEASE = 514.6.1
RHEL_RELEASE = 514.6.2

#
# DRM backport version
Expand Down
3 changes: 2 additions & 1 deletion net/dccp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ int dccp_rcv_state_process(struct sock *sk, struct sk_buff *skb,
if (inet_csk(sk)->icsk_af_ops->conn_request(sk,
skb) < 0)
return 1;
goto discard;
consume_skb(skb);
return 0;
}
if (dh->dccph_type == DCCP_PKT_RESET)
goto discard;
Expand Down

0 comments on commit 2c4de81

Please sign in to comment.