From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 691F7C43331 for ; Thu, 7 Nov 2019 16:59:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4397B2077C for ; Thu, 7 Nov 2019 16:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389092AbfKGQ72 (ORCPT ); Thu, 7 Nov 2019 11:59:28 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:14935 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387459AbfKGQ71 (ORCPT ); Thu, 7 Nov 2019 11:59:27 -0500 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id xA7Gvqec015818; Thu, 7 Nov 2019 17:57:52 +0100 Date: Thu, 7 Nov 2019 17:57:52 +0100 From: Willy Tarreau To: "Eric W. Biederman" Cc: hpa@zytor.com, Thomas Gleixner , Ingo Molnar , Linus Torvalds , LKML , the arch/x86 maintainers , Stephen Hemminger , Juergen Gross , Sean Christopherson Subject: Re: [patch 5/9] x86/ioport: Reduce ioperm impact for sane usage further Message-ID: <20191107165752.GD15642@1wt.eu> References: <20191106202806.241007755@linutronix.de> <20191107082541.GF30739@gmail.com> <20191107091704.GA15536@1wt.eu> <71DE81AC-3AD4-47B3-9CBA-A2C7841A3370@zytor.com> <20191107102756.GD15536@1wt.eu> <5AAEF116-EC9D-4C58-878F-9D27189E123A@zytor.com> <20191107125638.GB15642@1wt.eu> <87h83fd4a2.fsf@x220.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h83fd4a2.fsf@x220.int.ebiederm.org> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 07, 2019 at 10:45:09AM -0600, Eric W. Biederman wrote: > Further a quick look shows that dosemu uses ioperm in a fine grained > manner. From memory it would allow a handful of ports to allow directly > accessing a device and depended on the rest of the port accesses to be > disallowed so it could trap and emulate them. > > So yes I do believe making ioperm ioperm(all) will break userspace. OK, and I must confess I almost forgot about dosemu, that's a good point! Thanks, Willy