On Wed, 2016-11-02 at 11:05 -0600, [email protected] wrote:
> > This would be a bug in the caller.
> >
> > Can you give us the complete stack trace leading to the problem you
> > had ?
> >
> > Thanks !
>
> Thanks Eric for the clarification. In that case, the bug is in the
> IDLETIMER target in Android kernel.
> https://android.googlesource.com/kernel/common/+/android-4.4/net/netfilter/xt_IDLETIMER.c#356
>
> Here is the call stack.
Sure, please fix Android, and not add ugly work around in linux kernel.
Lorenzo, have'nt you already fixed all these bugs ?
if (skb && skb->sk)
timer->uid = from_kuid_munged(current_user_ns(),
sock_i_uid(skb_to_full_sk(skb)));
Thanks