lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 17 Nov 2016 11:41:09 +0100
From:   Arnd Bergmann <arnd@...db.de>
To:     linaro-kernel@...ts.linaro.org
Cc:     Build bot for Mark Brown <broonie@...nel.org>,
        kernel-build-reports@...ts.linaro.org,
        Bibby Hsieh <bibby.hsieh@...iatek.com>,
        Hu <ck.hu@...iatek.com>, Philipp Zabel <p.zabel@...gutronix.de>,
        David Airlie <airlied@...ux.ie>,
        dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: DRM: urgent v4.9-rc6 build regression: master build: 2 failures 1 warnings (v4.9-rc5-213-g961b708)

On Thursday, November 17, 2016 4:14:44 AM CET Build bot for Mark Brown wrote:
>         arm64-allmodconfig
> ../drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:126:36: error: 'OD_CFG' undeclared (first use in this function)
> ../drivers/gpu/drm/mediatek/mtk_drm_drv.c:220:5: error: 'struct drm_device' has no member named 'vblank_disable_allowed'
> 
>         arm-allmodconfig
> ../drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:126:36: error: 'OD_CFG' undeclared (first use in this function)
> ../drivers/gpu/drm/mediatek/mtk_drm_drv.c:220:5: error: 'struct drm_device' has no member named 'vblank_disable_allowed'

These two patches need to be reverted or fixed:

f752fff ("drm/mediatek: set vblank_disable_allowed to true")
83ba62b ("drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE")

Both of them seem to work fine on linux-next, but were accidentally sent
to Linus yesterday through:

    Merge tag 'drm-fixes-for-v4.9-rc6' of git://people.freedesktop.org/~airlied/linux
    Merge branch 'mediatek-drm-fixes-2016-11-11' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes

Clearly that branch has never been build-tested by itself. Unfortunately
the dependency on "HAVE_ARM_SMCCC" caused the driver to not be no longer
included in x86 allmodconfig builds despite the COMPILE_TEST check,
so neither David Airlie nor Linus Torvalds caught it before it got merged.

	Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ