2 év 3 hónap óta
Security updates have been issued by Fedora (cups-filters, kitty, mingw-LibRaw, nispor, rust-ybaas, and rust-yubibomb), Mageia (kernel-linus), Red Hat (jenkins and jenkins-2-plugins), SUSE (openvswitch and ucode-intel), and Ubuntu (linux-azure, linux-azure-4.15, linux-gcp, linux-gcp-5.15, linux-gke, linux-gke-5.15, linux-gkeop,
linux-oracle-5.15, linux-ibm, linux-oracle, and linux-oem-6.0).
jake
2 év 3 hónap óta
Security updates have been issued by Debian (chromium and libapache2-mod-auth-openidc), Fedora (clevis-pin-tpm2, greetd, keyring-ima-signer, libkrun, mirrorlist-server, nispor, nmstate, qt5-qtbase, rust-afterburn, rust-below, rust-bodhi-cli, rust-cargo-c, rust-coreos-installer, rust-fedora-update-feedback, rust-git-delta, rust-gst-plugin-reqwest, rust-pore, rust-rpm-sequoia, rust-sequoia-octopus-librnp, rust-sequoia-policy-config, rust-sequoia-sq, rust-sevctl, rust-tealdeer, and rust-ybaas), Oracle (apr-util, curl, emacs, firefox, kernel, libreswan, mysql, nodejs and nodejs-nodemon, openssh, thunderbird, and webkit2gtk3), Red Hat (apr-util, emacs, firefox, git, jenkins and jenkins-2-plugins, kernel, kpatch-patch, and thunderbird), Scientific Linux (apr-util, firefox, and thunderbird), Slackware (curl), SUSE (cups-filters, curl, java-1_8_0-openjdk, kernel, mysql-connector-java, and ovmf), and Ubuntu (cups-filters, git, linux-gcp-4.15, linux-oracle, linux-raspi, node-minimatch, ruby2.3, ruby2.5, ruby2.7, and runc).
jake
2 év 3 hónap óta
There are some filesystems that use the
Filesystem
in Userspace (FUSE) framework but only to provide a different view of
an underlying filesystem, such as different file
metadata, a changed directory hierarchy, or other changes of that sort.
The
read-only filtered
filesystem, which simply filters the view of which files
are available, is one example; the file data could come directly from the
underlying
filesystem, but currently needs to traverse the FUSE user-space server
process. Finding a way to bypass the server, so that the file I/O operations go
directly from the application to the underlying filesystem would be beneficial.
In
a filesystem session at the
2023 Linux Storage,
Filesystem, Memory-Management and BPF Summit, Miklos Szeredi wanted to
explore
different options for adding such a mechanism, which was referred to as
a "FUSE passthrough"—though "bypass" might be a better alternative.
jake