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]
Message-ID: <22688.1537284518@warthog.procyon.org.uk>
Date:   Tue, 18 Sep 2018 16:28:38 +0100
From:   David Howells <dhowells@...hat.com>
To:     Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
Cc:     dhowells@...hat.com, viro@...iv.linux.org.uk,
        torvalds@...ux-foundation.org, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]

Sergey Senozhatsky <sergey.senozhatsky.work@...il.com> wrote:

> > +		err = security_fs_context_validate(fc);
> > +		if (err)
> > +			return err;
> 
> 		goto err_fc?

Fixed thanks.

> > +	} else {
> > +		err = security_sb_remount(sb, data, data_size);
> > +		if (err)
> > +			return err;
> > +	}
> 
> 		goto err_fc?

This no longer exists.  I need to repost my patchset.  I was hoping to fix the
mqueue bug there first, though, but maybe I should just post anyway.

David

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ