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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230310212536.GX3390869@ZenIV>
Date:   Fri, 10 Mar 2023 21:25:36 +0000
From:   Al Viro <viro@...iv.linux.org.uk>
To:     linux-fsdevel@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCHES] fget()-to-fdget() whack-a-mole

	fget()/fget_raw() should be used when we are going to keep
struct file reference; for temporary references fdget()/fdget_raw()
ought to be used.  That kind of stuff keeps cropping up on a regular
basis, and it needs periodic pruning.

	The current pile is in vfs.git #work.fd; individual patches
in followups.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ