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:   Thu, 5 Dec 2019 18:15:54 -0800
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     Al Viro <viro@...iv.linux.org.uk>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-fsdevel <linux-fsdevel@...r.kernel.org>,
        Ritesh Harjani <riteshh@...ux.ibm.com>
Subject: Re: [git pull] vfs.git d_inode/d_flags barriers

On Thu, Dec 5, 2019 at 5:38 PM Al Viro <viro@...iv.linux.org.uk> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

I'm not pulling this.

Commit 6c2d4798a8d1 ("new helper: lookup_positive_unlocked()") results
in a new - and valid - compiler warning:

  fs/quota/dquot.c: In function ‘dquot_quota_on_mount’:
  fs/quota/dquot.c:2499:1: warning: label ‘out’ defined but not used
[-Wunused-label]
   2499 | out:
        | ^~~

and I don't want to see new warnings in my tree.

I wish linux-next would complain about warnings (assuming this had
been there), because they aren't ok.

                 Linus

Powered by blists - more mailing lists