全部/科技/实时热榜

LWN.net · 实时热榜

HISTORY2026年7月24日20 不同热搜
07/2308/21 有历史数据
DAILY UNIQUE TOPICS20 个热搜
  1. 01
    [$] An operations structure for swap devices

    One of the ideas raised at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF) was the creation of an operations structure for the swap subsystem. Like many parts of the kernel, the swap layer evolved over time, with pieces being added as needed; the end result of this evolution is rarely what one would expect had the subsystem been designed today. The interface between the swap layer and the devices it uses is just one example. It appears that one result of the swa

    最高第 100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  2. 02
    [$] An update on netkit and the use of BPF in user space

    Daniel Borkmann led a session at the 2026 Linux Filesystem, Memory-Management, and BPF Summit about the progress that has been made with netkit, the subsystem that allows virtual machines (VMs) running on Linux to perform networking efficiently. When that did not fill the full time, he went on to discuss his idea for using BPF to live-patch user-space applications. While netkit is making progress, and can now support zero-copy receipt of packets into a VM in a network namespace, the idea of usin

    最高第 122:23 达到22:23 首次观测上榜当日结束时仍在榜累计约1小时32分
  3. 03
    Mourning Dan Williams

    I have just received the shocking news that Dan Williams, a longtime, high-profile kernel developer, has passed away. I knew him primarily through his long service on the Linux Foundation Technical Advisory Board; he was always a strong, thoughtful, and intelligent presence. Dan will be deeply missed. There is a support effort underway for Dan's family as they come to terms with this loss.

    最高第 102:46 达到02:46 首次观测上榜当日结束时仍在榜累计约21小时9分
  4. 04
    De Vlieger: The Fedora 45 sausage factory

    Fedora contributor Simon de Vlieger has published a blog post with a walkthrough of how the project turns source code and packages into the final release that users install on their systems. It follows the a package from a packager's git push to a composed release: ISOs, cloud images, container images, and OSTree deployments. The walkthrough describes how the Fedora 'sausage' is created as of Fedora 45, things change all the time; I hope to have time to update this document every cycle or every

    最高第 123:24 达到23:24 首次观测上榜当日结束时仍在榜累计约31分钟
  5. 05
    Codeberg: Protecting our FLOSS commons from LLMs

    The Codeberg forge has adopted a pair of new policies, promising not to use hosted projects to train LLMs and, more controversially, banning the hosting of LLM-generated software. The site's blog describes and justifies these policies. Although often well intentioned, sharing the result of a prompt and calling it "libre software" does not make the world a better place. Codeberg is not and does not want to be a place to dump such generated single-use software that no one else will ever look at. W

    最高第 200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  6. 06
    Home Assistant Device Database public preview

    The Open Home Foundation , which governs the Home Assistant home-automation project, has announced the "public preview" of its Device Database : Providing a public, open way to browse the anonymous, aggregated device data we collect was always part of the plan, and this preview is our first step toward it. You can already use it to search and filter devices to see aggregated community insights, starting with a deliberately focused set of specifics, such as whether a device requires an internet c

    最高第 222:23 达到22:23 首次观测上榜当日结束时仍在榜累计约1小时32分
  7. 07
    Security updates for Thursday

    Security updates have been issued by AlmaLinux (acl, dogtag-pki, dovecot, glibc, go-toolset:rhel8, golang-github-openprinting-ipp-usb, grafana, grafana-pcp, httpd:2.4, javapackages-tools:201801, libtiff, mariadb-connector-c, perl-HTTP-Daemon, pki-deps:10.6, and sssd), Debian (bind9, chromium, firefox-esr, and pdns-recursor), Fedora (chromium, collectl, fractal, kernel, libssh, llvm, nginx, nginx-mod-brotli, nginx-mod-fancyindex, nginx-mod-headers-more, nginx-mod-js-challenge, nginx-mod-modsecuri

    最高第 300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  8. 08
    Security updates for Friday

    Security updates have been issued by AlmaLinux (glibc, java-21-openjdk, kernel, and libpq), Debian (imagemagick, spice-vdagent, and webkit2gtk), Fedora (cryptlib, dotnet8.0, dotnet9.0, firefox, python-black, python-lsp-black, and python-pytokens), Mageia (apache, cifs-utils, dnsmasq, lrzip, and socat), Oracle (.NET 10.0, .NET 9.0, 389-ds-base, cups, edk2, fence-agents, firefox, freeipmi, freerdp, git-lfs, glib2, gnutls, golang, gstreamer1-plugins-bad-free, gstreamer1-plugins-good, gstreamer1-plu

    最高第 322:23 达到22:23 首次观测上榜当日结束时仍在榜累计约1小时32分
  9. 09
    [$] LWN.net Weekly Edition for July 23, 2026

    Inside this week's LWN.net Weekly Edition: Front : LLMs in the kernel; GNOME save and restore; Fedora changes; BPF and tracepoints; BPF and LSMs; famfs; sched_ext. Briefs : GNOME security; PyPI policy; Arch on aarch64; Firefox 153; Quotes; ... Announcements : Newsletters, conferences, security updates, patches, and more.

    最高第 400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  10. 10
    [$] Save and restore may be coming to GNOME

    One of the features that users often miss when moving from X11 to Wayland is the ability to save and restore the position of windows between sessions. At GUADEC 2026 , held in A Coruña, Spain, Adrian Vovk provided an overview of work that has gone into providing a platform-wide save and restore framework for GNOME. After two failed attempts at landing an API, he believes that the third try will be the one to succeed—though not in time for the upcoming GNOME 51 release due in October.

    最高第 500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  11. 11
    PyPI now rejects new files after 14 days

    Python Software Foundation security developer-in-residence Seth Larson has announced that the Python Package Index (PyPI) will now reject new files that are uploaded to releases older than 14 days. The restriction is to prevent the poisoning of old releases if publishing tokens or workflows of PyPI projects are compromised. The discussion of this behavior began during PEP 740 (Digital Attestations) back in January 2024. The discussion was restarted in March 2026 after the popular packages LiteLL

    最高第 600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  12. 12
    [$] Attaching programs to multiple tracepoints

    Tracepoints in the kernel are useful for a variety of purposes: debugging, active monitoring, and performance measurements, among other things. Previously, any given BPF program could only be attached to a single tracepoint. Jiri Olsa has been working to change that, and led a discussion about his progress at the 2026 Linux Storage, Filesystem, Memory-Management, and BPF Summit . That work has since been merged , and can be expected as part of the 7.2 kernel.

    最高第 700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  13. 13
    Security updates for Wednesday

    Security updates have been issued by AlmaLinux (389-ds-base, c-ares, dovecot, freerdp, glib2, gstreamer1-plugins-good, gstreamer1-plugins-ugly-free, hplip, kernel, kernel-rt, nodejs:22, perl-XML-LibXML, webkit2gtk3, and yggdrasil), Debian (kernel, nss, roundcube, rtpengine, and xz-utils), Fedora (btrbk, kernel, mupdf, nuclei, perl-Crypt-OpenSSL-X509, rust-fern, rust-ifcfg-devname, rust-routinator, rust-rpki, and rust-syslog), Mageia (tig), Oracle (.NET 10.0, .NET 8.0, .NET 9.0, acl, dovecot, gli

    最高第 800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  14. 14
    Firefox 153 released

    Version 153.0 of the Firefox web browser has been released. Notable changes in this release include a change to the default local-file-access permissions for extensions, enabling LAN restrictions by default for all users, a visual indicator when a web site has access to the user's location, the ability to merge PDFs and add images as pages within PDFs, as well as experimental support for the JPEG XL image format. See the release notes for developers for all changes that affect web developers, an

    最高第 900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  15. 15
    [$] Debating the role of large language models in the kernel community

    Like many development communities, the kernel community has been struggling to determine how large language models will be used in its development process. The news has been dominated recently by a strongly worded missive from Linus Torvalds on the subject, but the discussion has been rather more wide-ranging and nuanced than that. Topics that have been considered recently include the LLM attribution requirement, code-review tools, dependence on proprietary tools, and whether there is a place fo

    最高第 1000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  16. 16
    Security updates for Tuesday

    Security updates have been issued by AlmaLinux (capstone, fence-agents, gimp, glib2, hplip, httpd, jackson-annotations, jackson-core, jackson-databind, jackson-jaxrs-providers, and jackson-modules-base, libtiff, maven:3.8, pacemaker, python3.14, and webkit2gtk3), Debian (samba), Fedora (c-ares, dnsx, freerdp, gpsd, libreswan, libseccomp, libtiff, mingw-python-idna, mingw-python-pip, openssh, python-pillow, wget1, and wireshark), Mageia (golang, graphicsmagick, haveged, libssh2, nginx, nilfs-util

    最高第 1100:00 达到当日首次采集时已在榜23:24 观测离榜累计约23小时25分
  17. 17
    [$] Fedora grapples with change

    The Fedora Project is known for, among other things, having a well-defined set of processes for just about everything. It has extensive packaging guidelines that deal with the complexities of creating RPMs to install software, as well as processes for managing the legal questions that arise around shipping software. Fedora also has a well-defined change process for dealing with self-contained technical changes as well as major changes to the distribution , and other issues as they arise. At the

    最高第 1200:00 达到当日首次采集时已在榜22:23 观测离榜累计约22小时24分
  18. 18
    Catanzaro: Some changes to GNOME security tracking

    Michael Catanzaro, who has been managing GNOME security issue tracking since November 2020, has written a blog post that details some changes in how he will be managing GNOME vulnerability reports from now on due to an increase in AI-generated security reports. He will be switching from a 90-day deadline for disclosures to 30 days for issues reported on August 1, or later. " The shorter deadline would probably work better for GNOME even if not for the increase in AI-generated issue reports. " He

    最高第 1300:00 达到当日首次采集时已在榜22:23 观测离榜累计约22小时24分
  19. 19
    [$] Merging famfs?

    The famfs filesystem , which is meant to provide shared access to huge memory-resident files on CXL and other devices, returned to the Linux Storage, Filesystem, Memory Management, and BPF Summit (LSFMM+BPF) in 2026. It was first discussed at LSFMM+BPF 2024 and a new implementation was described at the 2025 gathering , but it still has not made its way into the kernel; LWN looked at a discussion about merging famfs back in April 2026.

    最高第 1400:00 达到当日首次采集时已在榜22:23 观测离榜累计约22小时24分
  20. 20
    Security updates for Monday

    Security updates have been issued by Debian (kernel, libnfs, roundcube, and tiff), Fedora (antlr4-project, chromium, erlang, libseccomp, libtiff, log4cxx, mbedtls, node-exporter, opam, openssh, proftpd, python-asyncssh, python-django5, python-libcst, python-orjson, python-uv-build, ruby, rust-astral_async_zip, spoofdpi, uv, and yq), Mageia (bind, clamav, erlang, libidn, libreoffice, nmap, nodejs, perl-Bytes-Random-Secure, perl-Config-IniFiles, perl-CSS-Minifier-XS, perl-HTML-Parser, perl-Mojolic

    最高第 1500:00 达到当日首次采集时已在榜02:46 观测离榜累计约2小时47分