5 hónap 1 hét óta
AI sikersztori I.
trey
2025. 04. 07., h – 09:40
trey
5 hónap 1 hét óta
A közösségi platform működésének további 75 napot biztosított Donald Trump a hétvégén aláírt rendeletével.
HWSW
5 hónap 1 hét óta
Drupal 11.1.5 -> Drupal 11.1.6
trey
2025. 04. 07., h – 07:31
trey
5 hónap 1 hét óta
Linus has
released 6.15-rc1 and closed the
merge window for this release. "As expected, this was one of the bigger
merge windows, almost certainly just because we had some pent-up
development due to the previous releases being impacted by the holiday
season. That said, while it's bigger than normal, it's not some kind of
record-breaking thing.". In the end, 12.633 non-merge changesets were
pulled into the mainline during this merge window.
corbet
5 hónap 1 hét óta
A typical cloud-computing host will share some of its memory with each
guest that it runs. The host retains its access to that memory, though,
meaning that it can readily dig through that memory in search of data that
the guest would prefer to keep private. The
guest_memfd subsystem removes (most of) the
host's access to guest memory, making the guest's data more secure. In the
memory-management track of the 2025 Linux Storage, Filesystem,
Memory-Management, and BPF Summit, David Hildenbrand ran a discussion on
the state and future of this feature.
corbet
5 hónap 1 hét óta
Alistair Popple started his session at the 2025 Linux Storage, Filesystem,
Memory-Management, and BPF Summit by proclaiming that ZONE_DEVICE
is "the ugly stepchild" of the kernel's memory-management subsystem.
Ugly or not, the ability to manage memory that is attached to a peripheral
device rather than a CPU is increasingly important on current hardware.
Popple hoped to cover some of the challenges with ZONE_DEVICE and
find ways to make the stepchild a bit more attractive, if not bring it into
the family entirely.
corbet
5 hónap 1 hét óta
At last year's
Linux Storage, Filesystem,
Memory-Management, and BPF Summit (LSFMM+BPF), there was a
discussion about atomic writes that was
accompanied by patches to support the feature in the block layer, and for
direct I/O on XFS. That
work was merged, but another piece of that discussion concerned adding the
feature for buffered I/O, in part because the PostgreSQL database currently
has to jump through hoops to ensure that its writes are not "torn"
(partially written) when there is an error or crash. Luis Chamberlain led
a combined storage and filesystem track at this year's summit to revisit
the idea of providing atomic (or untorn) writes for buffered I/O.
jake
5 hónap 1 hét óta
Yonghong Song brought a story about tracking down the cause of a strange verifier error
message to the 2025 Linux Storage, Filesystem, Memory-Management, and BPF
Summit. He then presented some possible ways to improve Clang's user experience for
anyone running into the same class of error in the future. Toward the end of his
allotted time, he also discussed the problems with optimizations that change the
signature of functions — a problem that José Marchesi had also brought up in
the previous session.
daroc
5 hónap 1 hét óta
Security updates have been issued by AlmaLinux (firefox), Debian (atop and thunderbird), Fedora (webkitgtk), Mageia (microcode), Oracle (expat), SUSE (apparmor, assimp-devel, aws-efs-utils, expat, firefox, ghostscript, go1.23, gotosocial, govulncheck-vulndb, GraphicsMagick, headscale, libmozjs-128-0, libsaml-devel, openvpn, perl-Data-Entropy, and xz), and Ubuntu (gnupg2, kernel, linux-azure-fips, linux-iot, openvpn, ruby-saml, and xz-utils).
daroc
5 hónap 1 hét óta
Nosztalgiázik a világ egyik legértékesebb cégének alapítója.
HWSW
5 hónap 1 hét óta
Alfa verzióban már kipróbálható a Midjourney legújabb V7 modellje, ami a következő hetekben további funkciókkal frissül.
HWSW
5 hónap 1 hét óta
A Buy for Me opcióval a vásárlóknak akkor sem kell elhagyniuk az Amazon appot, ha olyan terméket vásárolnának, ami nem szerepel a piactér kínálatában.
HWSW
5 hónap 1 hét óta
Az ír adatvédelmi hatóság nem tétlenkedik.
HWSW
5 hónap 1 hét óta
Nem hivatalos információk a két cég közösen fogja üzemeltetni az Intel amerikai üzemeit.
HWSW
5 hónap 1 hét óta
EV-tűzben halhatott meg két tűzoltó Spanyolországban
trey
2025. 04. 04., p – 10:44
trey
5 hónap 1 hét óta
Mit lehet tenni, ha beütött a krach és a cég rendszerei megbénultak? És mikor lehet kimondani, hogy helyreállt minden?
HWSW
5 hónap 1 hét óta
"Mondhatják azt a túlsúlyos páciensnek, hogy fogyjon le, ha csípőprotézist szeretne"
trey
2025. 04. 04., p – 09:06
trey
5 hónap 1 hét óta
Tesla tapasztalatok III.
trey
2025. 04. 04., p – 07:59
trey
5 hónap 1 hét óta
FORMULA 1 LENOVO JAPANESE GRAND PRIX 2025
trey
2025. 04. 04., p – 07:56
trey
5 hónap 2 hét óta
Address-space isolation may well be, as Brendan Jackman said at the
beginning of his memory-management-track session at the 2025 Linux Storage,
Filesystem, Memory-Management, and BPF Summit, "some security
bullshit". But it also holds the potential to protect the kernel from
a wide range of vulnerabilities, both known and unknown, while reducing the
impact of existing mitigations. Implementing address-space isolation with
reasonable performance, though, is going to require some significant
changes. Jackman was there to get feedback from the memory-management
community on how those changes should be implemented.
corbet