From owner-svn-src-all@freebsd.org Sat Oct 24 15:38:44 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCE3244CA90; Sat, 24 Oct 2020 15:38:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJQHS5c8Cz3SFC; Sat, 24 Oct 2020 15:38:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-vs1-f53.google.com (mail-vs1-f53.google.com [209.85.217.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 97B4B2E5D4; Sat, 24 Oct 2020 15:38:44 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-vs1-f53.google.com with SMTP id f4so2543121vsk.7; Sat, 24 Oct 2020 08:38:44 -0700 (PDT) X-Gm-Message-State: AOAM530AWf5/0LSCC3d6zger62fbd9lb3lS5Gt2hekSQco6ceiEZcM1H Djwy75cXrY3Ph3KHIib8aRtYuBJm+L4zSYS72Po= X-Google-Smtp-Source: ABdhPJw8zSazbkDhC1QgGl97OSZ/esUgrJArmZCaxuw3a8YMOhPZVdQ8p4/A2nDQfShBYSbzhOTcWKsVcERXOxfNDuc= X-Received: by 2002:a67:fb50:: with SMTP id e16mr6262057vsr.10.1603553924055; Sat, 24 Oct 2020 08:38:44 -0700 (PDT) MIME-Version: 1.0 References: <202010021826.092IQfdj023808@repo.freebsd.org> <44421602932538@mail.yandex.ru> <43251602934532@mail.yandex.ru> <59021602950992@mail.yandex.ru> In-Reply-To: From: Kyle Evans Date: Sat, 24 Oct 2020 10:38:32 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf To: Hans Petter Selasky Cc: Warner Losh , Kyle Evans , Niclas Zeising , "Alexander V. Chernikov" , Emmanuel Vadot , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 15:38:44 -0000 On Sat, Oct 24, 2020 at 4:52 AM Hans Petter Selasky wrote: > > On 2020-10-24 02:13, Warner Losh wrote: > > I was going to suggest and try this change, but life has been complicated... > > > > Has it been committed? > > > > No, not yet. > > --HPS > I went ahead and did so: r367004