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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D58FC433F5 for ; Fri, 12 Nov 2021 21:25:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80382610FC for ; Fri, 12 Nov 2021 21:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235779AbhKLV1u (ORCPT ); Fri, 12 Nov 2021 16:27:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235772AbhKLV1s (ORCPT ); Fri, 12 Nov 2021 16:27:48 -0500 Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D350C061766 for ; Fri, 12 Nov 2021 13:24:57 -0800 (PST) Received: by mail-ed1-x52a.google.com with SMTP id f4so42832245edx.12 for ; Fri, 12 Nov 2021 13:24:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TxOWnpmrxEJOcsIMF7YyE2H5OxmtpPoQ4AkQJgB5Uf4=; b=SWHLLWDuIHwPVxjXsEIyf4VxOwte8QOBFZZWGtQ1GC3WxldCHWHz2Mp0jGHYz7osk8 QgaE+y93cbrjSCGTSilBj8ULM8IcoVBH6PAQO2rVDnzNfCTsct5NfFYG18gOsjbLWgSc Nr9IDBZBI4U6Hf2b5EEpUHjPW3SBEUXYF7eAc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TxOWnpmrxEJOcsIMF7YyE2H5OxmtpPoQ4AkQJgB5Uf4=; b=rJld6xA1A41LWnoh9zlKftSe9O5w8l/zcTA984iMwaSzr9PojSaQpAEWe3n+Q4uWOT +qcPI6UOHisEOcT1Kz4WvEfGeIsufPxH2U70dnRW0WtxnchLtEuCCtREH3L/DIxWipAc VfD/4loxEdwXFpRF6GFYsh164cfDQjDs2zAl86X/DDfSOVrFath87GSU1NzeekzuOMzE q6vovsLO4FPGjgNywLlLDM+3nQUpssm5uumhLZtMuCGLeh05yaFSQNK47lKIgpT1i6D+ O23HrmOa/l7Q9JmnIwxMaE/eDdhNyqGARXJlg/7tzYwOiXgR6JgF5ylD+zUJOZHXNTBw Bs2g== X-Gm-Message-State: AOAM5317lSH0eOZ/UAmkNgnfhGwlL3V3NPXIz810DjlGyZ6TqYtLsC/v 5EzR+theKD+IV2nJpR3gnhSAMhsZyAZErbR++n0= X-Google-Smtp-Source: ABdhPJx4x52cyLixJQFPX19t+iCsRCAKPxESGmiTLzWikX01VIbMeWLExTSJoN4OCZ41He46O8KBKw== X-Received: by 2002:a17:906:6993:: with SMTP id i19mr23733468ejr.136.1636752295059; Fri, 12 Nov 2021 13:24:55 -0800 (PST) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com. [209.85.221.43]) by smtp.gmail.com with ESMTPSA id m25sm1661908edj.80.2021.11.12.13.24.53 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Nov 2021 13:24:53 -0800 (PST) Received: by mail-wr1-f43.google.com with SMTP id d3so17780067wrh.8 for ; Fri, 12 Nov 2021 13:24:53 -0800 (PST) X-Received: by 2002:adf:d1e2:: with SMTP id g2mr21948864wrd.105.1636752293250; Fri, 12 Nov 2021 13:24:53 -0800 (PST) MIME-Version: 1.0 References: <87y26nmwkb.fsf@disp2133> <20211020174406.17889-9-ebiederm@xmission.com> <874k8htmb2.fsf@email.froward.int.ebiederm.org> <87ilwxrvu9.fsf@email.froward.int.ebiederm.org> <87ee7lqe6k.fsf@email.froward.int.ebiederm.org> In-Reply-To: From: Linus Torvalds Date: Fri, 12 Nov 2021 13:24:37 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 09/20] signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON To: "Eric W. Biederman" Cc: Brian Gerst , Linux Kernel Mailing List , Oleg Nesterov , Al Viro , Kees Cook , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "the arch/x86 maintainers" , H Peter Anvin , Andy Lutomirski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 12, 2021 at 1:23 PM Linus Torvalds wrote: > > But I could see some quick test hack doing it - the IVT at boot is > actually not at zero, but at fffxxxxx. 8086 is magic. .. and it's been too long, and I'm too lazy to check - it may be that vm86 mode doesn't even do that magic boot-time address thing. It's not like we really care about vm86 mode any more, since pretty much nobody users it. Linus