From: Hangbin Liu <liuhangbin@gmail.com>
To: netdev@vger.kernel.org
Cc: David Miller <davem@davemloft.net>,
WANG Cong <xiyou.wangcong@gmail.com>,
Hangbin Liu <liuhangbin@gmail.com>
Subject: [PATCH net 0/2] net_sched: Fix two tc_index filter init issues
Date: Mon, 13 Aug 2018 18:44:02 +0800 [thread overview]
Message-ID: <1534157044-19753-1-git-send-email-liuhangbin@gmail.com> (raw)
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
next reply other threads:[~2018-08-13 13:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-13 10:44 Hangbin Liu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534157044-19753-1-git-send-email-liuhangbin@gmail.com \
--to=liuhangbin@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=xiyou.wangcong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).