netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net_sched: Fix two tc_index filter init issues
@ 2018-08-13 10:44 Hangbin Liu
  2018-08-13 10:44 ` [PATCH net 1/2] net_sched: fix NULL pointer dereference when delete tcindex filter Hangbin Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hangbin Liu @ 2018-08-13 10:44 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, WANG Cong, Hangbin Liu

These two patches fix two tc_index filter init issues. The first one fixes
missing exts info in new filter, which will cause NULL pointer dereference
when delete tcindex filter. The second one fixes missing res info when create
new filter, which will make filter unbind failed.

Hangbin Liu (2):
  net_sched: fix NULL pointer dereference when delete tcindex filter
  net_sched: Fix missing res info when create new filter

 net/sched/cls_tcindex.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2018-08-14  5:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13 10:44 [PATCH net 0/2] net_sched: Fix two tc_index filter init issues Hangbin Liu
2018-08-13 10:44 ` [PATCH net 1/2] net_sched: fix NULL pointer dereference when delete tcindex filter Hangbin Liu
2018-08-14  1:46   ` Cong Wang
2018-08-13 10:44 ` [PATCH net 2/2] net_sched: Fix missing res info when create new tc_index filter Hangbin Liu
2018-08-14  1:46   ` Cong Wang
2018-08-14  2:40 ` [PATCH net 0/2] net_sched: Fix two tc_index filter init issues 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).