Laszlo Ersek

Results 11 issues of Laszlo Ersek

I found a crash in virt-p2v. I started fixing that. While looking at the global variable related to the crash (`v2v_version`), I noticed that some functions shadowed this global variable...

rsyslog deprecated the legacy name for the *discard* action, namely the tilde sign `~`, in commit https://github.com/rsyslog/rsyslog/commit/2ae9e456db899, in favor of the RainerScript directive `stop`. cloud-init made use of the new...

https://bugzilla.tianocore.org/show_bug.cgi?id=991 ~~~ Most module types have standardized entry point function prototypes. They are declared in headers like - MdePkg/Include/Library/PeiCoreEntryPoint.h - MdePkg/Include/Library/PeimEntryPoint.h - MdePkg/Include/Library/DxeCoreEntryPoint.h - MdePkg/Include/Library/UefiDriverEntryPoint.h - MdePkg/Include/Library/UefiApplicationEntryPoint.h These header files...

https://bugzilla.tianocore.org/show_bug.cgi?id=4682

https://edk2.groups.io/g/devel/message/111646 msgid `` ~~~ Add the long lost CI for CloudHv on AArch64. As CloudHv CI works nearly the same way with other VMMs like KvmTool, thus we can easily...

push

This is with xnedit built at commit b1c382a ("mark iconified windows in the window menu"). When inserting a unicode character outside of the basic multilingual plane, for example the [U+1F9AD...

This is with xnedit built at commit b1c382a ("mark iconified windows in the window menu"), against Motif 2.3.8. In `~/.Xresources`, I have `nedit.textRows: 63`. I observe the following behavior: *...

Fixes #5981 ...via seastar commit `ec5da7a606dd` ("reactor, linux-aio: advise users in more detail on setting aio-max-nr", 2024-08-27). ~~~ git shortlog 83e6cdfd80fa..ec5da7a606dd: Laszlo Ersek (1): reactor, linux-aio: advise users in more...

symptom/ux
area/docker
good first issue
backport/none

~~~ generic_server: convert connection tracking to seastar::gate If we call server::stop() right after "server" construction, it hangs: With the server never listening (never accepting connections and never serving connections), nothing...

area/cql
backport/6.0
backport/6.1

(Filing this from the thread started at https://github.com/scylladb/scylladb/pull/20212#discussion_r1732854202.) @avikivity wrote, > A first shutdown() call will start tearing things down, wait for wheels to turn, and return when done. A...