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: <CAOQ4uxg=HvoGFV+WerJcuD-qMyr-9fTBRA_+ZQRejodtBd0mnA@mail.gmail.com>
Date: Wed, 7 May 2025 20:38:45 +0200
From: Amir Goldstein <amir73il@...il.com>
To: Chen Linxuan <chenlinxuan@...ontech.com>
Cc: Miklos Szeredi <miklos@...redi.hu>, linux-fsdevel@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH] fs: fuse: add backing_files control file

On Wed, May 7, 2025 at 7:03 PM Chen Linxuan <chenlinxuan@...ontech.com> wrote:
>
> On Thu, May 8, 2025 at 12:57 AM Amir Goldstein <amir73il@...il.com> wrote:
>
> > It means everything to userspace.
> > backing ids are part of the userspace UAPI - you have documented it yourself.
> > The fuse server used backing ids to manage access to backing files
> > https://github.com/libfuse/libfuse/blob/master/example/passthrough_hp.cc#L855
>
> Oh, I see.

For the record, I mean to print the same format as io_uring:
                        seq_printf(m, "%5u: ", id);
                        seq_file_path(m, f, " \t\n\\");
                        seq_puts(m, "\n");

Thanks,
Amir.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ