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] [day] [month] [year] [list]
Message-ID: <156559400671.2301.14424611837808765850@skylake-alporthouse-com>
Date:   Mon, 12 Aug 2019 08:13:26 +0100
From:   Chris Wilson <chris@...is-wilson.co.uk>
To:     Sergey Senozhatsky <sergey.senozhatsky@...il.com>
Cc:     intel-gfx@...ts.freedesktop.org, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
        Sedat Dilek <sedat.dilek@...il.com>,
        Hugh Dickins <hughd@...gle.com>,
        Matthew Auld <matthew.auld@...el.com>,
        Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint

Quoting Sergey Senozhatsky (2019-08-12 08:11:48)
> On (08/08/19 18:22), Chris Wilson wrote:
> [..]
> > @@ -20,31 +20,18 @@ int i915_gemfs_init(struct drm_i915_private *i915)
> >       if (!type)
> >               return -ENODEV;
> [..]
> > +     gemfs = kern_mount(type);
> > +     if (IS_ERR(gemfs))
> > +             return PTR_ERR(gemfs);
> >  
> >       i915->mm.gemfs = gemfs;
> 
> We still have to put_filesystem(). Right?

Yes. We still your patches for EXPORT_SYMBOL.
-Chris

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ