From owner-svn-src-all@freebsd.org Mon Nov 16 08:56:33 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 907872D6E3E; Mon, 16 Nov 2020 08:56:33 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZNGn1S11z4m9L; Mon, 16 Nov 2020 08:56:33 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 4CZNGc6Gx7z3nRM; Mon, 16 Nov 2020 08:56:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id 0sWBg1a6zhCG; Mon, 16 Nov 2020 08:56:23 +0000 (UTC) Received: from garnet.daemonic.se (host-95-194-83-230.mobileonline.telia.com [95.194.83.230]) by mail.daemonic.se (Postfix) with ESMTPSA id 4CZNGb2nyQz3nRf; Mon, 16 Nov 2020 08:56:23 +0000 (UTC) Subject: Re: svn commit: r367566 - stable/12/sys/compat/linuxkpi/common/include/linux To: Hans Petter Selasky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org References: <202011101336.0AADa7i0051738@repo.freebsd.org> From: Niclas Zeising Message-ID: Date: Mon, 16 Nov 2020 09:56:22 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <202011101336.0AADa7i0051738@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CZNGn1S11z4m9L X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 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: Mon, 16 Nov 2020 08:56:33 -0000 On 2020-11-10 14:36, Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Nov 10 13:36:07 2020 > New Revision: 367566 > URL: https://svnweb.freebsd.org/changeset/base/367566 > > Log: > MFC r366751: > Remove ifdefs around IS_ALIGNED() definition in the LinuxKPI. > There are reports that this broke drm-fbsd12.0-kmod in stable. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251163 for details. Can you have a look? Regards -- Niclas Zeising