On 1/28/26 18:34, Alex Bennée wrote:
Michael Tokarev <[email protected]> writes:

Prior discussion is at
https://lore.kernel.org/qemu-devel/[email protected]/

In short: when adding unlink() before bind() for unix socket
in gdbstub/user.c, a previous patch introduced dependency of
linux-user binaries on qemu-sockets.c, which is more problematic
for usually-static binaries.  The monitor_get_fd stub which were
also needed is another example why this might not be the right
approach.

This patchset reverts the previous commit (with fixes for current
code), and adds just a single unlink() to the original code which
handled unix sockets directly.

This isn't applying cleanly for me. Could you re-base please?

It isn't applying cleanly because this patchset has been applied
to the master branch already -- a2b429b114e1812e0b3f222818a2755b6d87fb8a
and e916f8b3b68bd9da45245927e2a428c3a0eaea54 .

HTH,

/mjt

Reply via email to