Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/tg3.c
このコミットが含まれているのは:
@@ -532,7 +532,7 @@ int xfrm_init_replay(struct xfrm_state *x)
|
||||
|
||||
if (replay_esn) {
|
||||
if (replay_esn->replay_window >
|
||||
replay_esn->bmp_len * sizeof(__u32))
|
||||
replay_esn->bmp_len * sizeof(__u32) * 8)
|
||||
return -EINVAL;
|
||||
|
||||
if ((x->props.flags & XFRM_STATE_ESN) && x->replay_esn)
|
||||
|
@@ -124,6 +124,9 @@ static inline int verify_replay(struct xfrm_usersa_info *p,
|
||||
{
|
||||
struct nlattr *rt = attrs[XFRMA_REPLAY_ESN_VAL];
|
||||
|
||||
if ((p->flags & XFRM_STATE_ESN) && !rt)
|
||||
return -EINVAL;
|
||||
|
||||
if (!rt)
|
||||
return 0;
|
||||
|
||||
|
新しいイシューから参照
ユーザーをブロックする