From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751881AbdHBC2Y (ORCPT ); Tue, 1 Aug 2017 22:28:24 -0400 Received: from mail-it0-f49.google.com ([209.85.214.49]:36126 "EHLO mail-it0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751788AbdHBC2W (ORCPT ); Tue, 1 Aug 2017 22:28:22 -0400 MIME-Version: 1.0 In-Reply-To: <20170802001200.GD18884@wotan.suse.de> References: <1500645920-28490-1-git-send-email-matt.redfearn@imgtec.com> <20170802001200.GD18884@wotan.suse.de> From: Kees Cook Date: Tue, 1 Aug 2017 19:28:20 -0700 X-Google-Sender-Auth: QFfyy-ULnxRcYGEzg629qef_yn8 Message-ID: Subject: Re: [RFC PATCH] exec: Avoid recursive modprobe for binary format handlers To: "Luis R. Rodriguez" Cc: Matt Redfearn , Alexander Viro , Andrew Morton , David Howells , Dmitry Torokhov , Dan Carpenter , Jessica Yu , Michal Marek , Linus Torvalds , Greg Kroah-Hartman , Linux MIPS Mailing List , Petr Mladek , "linux-fsdevel@vger.kernel.org" , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 1, 2017 at 5:12 PM, Luis R. Rodriguez wrote: > On Fri, Jul 21, 2017 at 03:05:20PM +0100, Matt Redfearn wrote: >> Commit 6d7964a722af ("kmod: throttle kmod thread limit") which was >> merged in v4.13-rc1 broke this behaviour since the recursive modprobe is >> no longer caught, it just ends up waiting indefinitely for the kmod_wq >> wait queue. Hence the kernel appears to hang silently when starting >> userspace. > > Indeed, the recursive issue were no longer expected to exist. Errr, yeah, recursive binfmt loads can still happen. > The *old* implementation would also prevent a set of binaries to daisy chain > a set of 50 different binaries which require different binfmt loaders. The > current implementation enables this and we'd just wait. There's a bound to > the number of binfmd loaders though, so this would be bounded. If however > a 2nd loader loaded the first binary we'd run into the same issue I think. > > If we can't think of a good way to resolve this we'll just have to revert > 6d7964a722af for now. The weird but "normal" recursive case is usually a script calling a script calling a misc format. Getting a chain of modprobes running, though, seems unlikely. I *think* Matt's patch is okay, but I agree, it'd be better for the request_module() to fail. -Kees -- Kees Cook Pixel Security