lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 25 Sep 2016 23:42:38 -0400 (EDT)
From:   David Miller <davem@...emloft.net>
To:     nikolay@...ulusnetworks.com
Cc:     netdev@...r.kernel.org, tgraf@...g.ch, roopa@...ulusnetworks.com,
        sharpd@...ulusnetworks.com
Subject: Re: [PATCH net] ipmr, ip6mr: fix scheduling while atomic and a
 deadlock with ipmr_get_route

From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Date: Sun, 25 Sep 2016 23:08:31 +0200

> Since the commit below the ipmr/ip6mr rtnl_unicast() code uses the portid
> instead of the previous dst_pid which was copied from in_skb's portid.
> Since the skb is new the portid is 0 at that point so the packets are sent
> to the kernel and we get scheduling while atomic or a deadlock (depending
> on where it happens) by trying to acquire rtnl two times.
> Also since this is RTM_GETROUTE, it can be triggered by a normal user.
> 
> Here's the sleeping while atomic trace:
 ...
> Fixes: 2942e9005056 ("[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts")
> Signed-off-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>

This approach looks fine to me, applied and queued up for -stable.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ