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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 13 Nov 2019 08:38:15 +0100
From:   Arnd Bergmann <arnd@...db.de>
To:     Christoph Hellwig <hch@....de>
Cc:     Luis Chamberlain <mcgrof@...nel.org>,
        Daniel Vetter <daniel.vetter@...ll.ch>,
        Juergen Gross <jgross@...e.com>,
        Tuowen Zhao <ztuowen@...il.com>,
        AceLan Kao <acelan.kao@...onical.com>,
        Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Roman Gilg <subdiff@...il.com>,
        Lee Jones <lee.jones@...aro.org>,
        "Luis R. Rodriguez" <mcgrof@...e.com>,
        Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
        X86 ML <x86@...nel.org>, Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
        "H. Peter Anvin" <hpa@...or.com>, linux-ia64@...r.kernel.org,
        Tony Luck <tony.luck@...el.com>,
        Fenghua Yu <fenghua.yu@...el.com>,
        Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
        Souptick Joarder <jrdr.linux@...il.com>,
        dri-devel <dri-devel@...ts.freedesktop.org>,
        Linux Fbdev development list <linux-fbdev@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64

On Wed, Nov 13, 2019 at 8:27 AM Christoph Hellwig <hch@....de> wrote:
>
> On Tue, Nov 12, 2019 at 10:24:23PM +0000, Luis Chamberlain wrote:
> > I think this would be possible if we could flop ioremap_nocache() to UC
> > instead of UC- on x86. Otherwise, I can't see how we can remove this by
> > still not allowing direct MTRR calls.
>
> If everything goes well ioremap_nocache will be gone as of 5.5.

As ioremap_nocache() just an alias for ioremap(), I suppose the idea would
then be to make x86 ioremap be UC instead of UC-, again matching what the
other architectures do already.

      Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ