From owner-svn-src-head@freebsd.org Fri Jun 15 02:35:24 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD351009472; Fri, 15 Jun 2018 02:35:24 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0235721F2; Fri, 15 Jun 2018 02:35:23 +0000 (UTC) (envelope-from jonlooney@gmail.com) Received: by mail-wm0-f68.google.com with SMTP id z6-v6so5145264wma.0; Thu, 14 Jun 2018 19:35:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3YddyUFWzutdGAzfNHeeAEgwTnBxqI8YJYFWRr+qjE0=; b=crorEneQ2BKHi2AEXr8m+4t5WAYpi/Jkn8gAyCy2aGrYw5bLxVobNzJCr+Di96pW3P uUiZuBgIMMfrzNkIBRqVJ5NztEwMqz+utcTXLaojLO71sCvlG8vIhXeOlHQStUWir06j ymQfBWPSnsAriuu00VNu429aC9/QEXufqcrvxEJTm3BjkPUOiw1lKQtPvtKgUbTHQ+Vd VkrjNfvAHIjcAv99mrASLB9Q+6Btw5UrvrfhD2UPyMto6Sz/ot+Q3eXZwT7CV6rvChqz 4jwta12bnBELs/a2ooxBQfJIQr8FqirOgUanKzhWov0WOMFRGLWqbGBhsnRzf0ievU9i 0gJQ== X-Gm-Message-State: APt69E0siMmR89VstnywMkF7huFK3Rkhdm+MdyiD8HCKfRkLoCHDTRYH LAo82EoqjC4rTpCHY7PAWWCaKydT X-Google-Smtp-Source: ADUXVKKnU66q3SewgMo6T3DFy3lKZe6OsycuqLtFfNEw9QGNu21UKsF6UG1dBrv7xHvgfPv3r23drA== X-Received: by 2002:a50:c182:: with SMTP id m2-v6mr54475edf.249.1529028299635; Thu, 14 Jun 2018 19:04:59 -0700 (PDT) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com. [209.85.128.175]) by smtp.gmail.com with ESMTPSA id x15-v6sm3119465edd.90.2018.06.14.19.04.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jun 2018 19:04:59 -0700 (PDT) Received: by mail-wr0-f175.google.com with SMTP id h10-v6so8309257wrq.8; Thu, 14 Jun 2018 19:04:59 -0700 (PDT) X-Received: by 2002:adf:fa07:: with SMTP id m7-v6mr4540462wrr.228.1529028299039; Thu, 14 Jun 2018 19:04:59 -0700 (PDT) MIME-Version: 1.0 References: <201806131704.w5DH4gLv048134@repo.freebsd.org> <20180615002336.fcb966efe812cd60af59f68f@bidouilliste.com> <20180614231157.GA70834@ci0.org> In-Reply-To: <20180614231157.GA70834@ci0.org> From: "Jonathan T. Looney" Date: Thu, 14 Jun 2018 22:04:47 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r335068 - in head: share/man/man9 sys/amd64/amd64 sys/i386/i386 sys/kern sys/net sys/sys sys/vm To: cognet@ci0.org Cc: manu@bidouilliste.com, src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 02:35:24 -0000 On Thu, Jun 14, 2018 at 7:12 PM Olivier Houchard wrote: > On Fri, Jun 15, 2018 at 12:23:36AM +0200, Emmanuel Vadot wrote: > > This brake module loading on armv7 and arm64 > > I think I fixed it with r335182. > Jonathan probably missed it because modules are differnt on amd64 (and > mips), and the code that handles those are different, and doesn't use > malloc(). > Hi Olivier, Thanks for fixing that! FWIW, I do have plans to make some further enhancements to fine-tune the permissions used for kernel modules. Once I have a patch, I would appreciate it if a few of the people impacted by this change would be willing to test it. Jonathan