Re: [PATCH net 0/6] gtp: fix several bugs

2019-07-07 Thread David Miller
From: Taehee Yoo Date: Wed, 3 Jul 2019 00:20:34 +0900 > This patch series fixes several bugs in the gtp module. I reviewed these carefully by hand and decided to apply these now. Thanks Taehee.

Re: [PATCH net 0/6] gtp: fix several bugs

2019-07-02 Thread Taehee Yoo
Hi Harald, On Wed, 3 Jul 2019 at 09:10, Harald Welte wrote: > > Hi Taehee, > > On Wed, Jul 03, 2019 at 12:20:34AM +0900, Taehee Yoo wrote: > > This patch series fixes several bugs in the gtp module. > > thanks a lot for your patches, they are much appreciated. > > They look valid to me after a br

Re: [PATCH net 0/6] gtp: fix several bugs

2019-07-02 Thread Harald Welte
Hi Taehee, On Wed, Jul 03, 2019 at 12:20:34AM +0900, Taehee Yoo wrote: > This patch series fixes several bugs in the gtp module. thanks a lot for your patches, they are much appreciated. They look valid to me after a brief initial review. However, I'm currently on holidays and don't have the ab

[PATCH net 0/6] gtp: fix several bugs

2019-07-02 Thread Taehee Yoo
This patch series fixes several bugs in the gtp module. First patch fixes suspicious RCU usage. The problem is to use rcu_dereference_sk_user_data() outside of RCU read critical section. Second patch fixes use-after-free. gtp_encap_destroy() is called twice. gtp_encap_destroy() use both gtp->sk0