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]
Date: Fri,  5 Apr 2024 12:51:56 +0200
From: Christian Brauner <brauner@...nel.org>
To: David Howells <dhowells@...hat.com>,
	Arnd Bergmann <arnd@...nel.org>
Cc: Christian Brauner <brauner@...nel.org>,
	Arnd Bergmann <arnd@...db.de>,
	Amir Goldstein <amir73il@...il.com>,
	Jan Kara <jack@...e.cz>,
	Jens Axboe <axboe@...nel.dk>,
	netfs@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] netfs, cachefiles: include linux/bio.h for BIO_MAX_VECS

On Thu, 04 Apr 2024 14:34:06 +0200, Arnd Bergmann wrote:
> The newly added code causes a build failure without this in some configurations:
> 
> fs/cachefiles/io.c: In function 'cachefiles_prepare_write_subreq':
> fs/cachefiles/io.c:633:31: error: 'BIO_MAX_VECS' undeclared (first use in this function); did you mean 'BIO_MAX_SECTORS'?
>   633 |         subreq->max_nr_segs = BIO_MAX_VECS;
>       |                               ^~~~~~~~~~~~
>       |                               BIO_MAX_SECTORS
> fs/cachefiles/io.c:633:31: note: each undeclared identifier is reported only once for each function it appears in
> 
> [...]

Applied to the vfs.netfs branch of the vfs/vfs.git tree.
Patches in the vfs.netfs branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.netfs

[1/1] netfs, cachefiles: include linux/bio.h for BIO_MAX_VECS
      https://git.kernel.org/vfs/vfs/c/d1e3ad45a29e

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ