From: Michael Tokarev <[email protected]>
To: Stefan Metzmacher <[email protected]>,
[email protected],
io-uring <[email protected]>
Subject: Re: samba does not work with liburing 2.3
Date: Tue, 8 Nov 2022 16:42:40 +0300 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
08.11.2022 16:26, Stefan Metzmacher wrote:
>> http://bugs.debian.org/1023654
>
> I don't see where this changes the struct size:
Yeah, I noticed that too after filing that bugreport,
indeed, the problem not in the size of the structures,
but in the changed way - old inline functions used the
deprecated ring_kmask & ring_kentries, while the new
ones uses new ring_mask & ring_entries.
> - unsigned pad[4];
> + unsigned ring_mask;
> + unsigned ring_entries;
> +
> + unsigned pad[2];
>
> But I see a problem when you compile against 2.3 and run against 2.2
> as the new values are not filled.
>
> The problem is the mixture of inline and non-inline functions...
Yeah.
> The packaging should make sure it requires the version is build against...
It is either Depends: liburing2 > $version, or, if the ABI is broken like
this, it is Depends: liburing3 > $newversion (with the soname bump).
At any rate, this is not exactly samba problem, but it affects samba.
Thanks,
/mjt
next prev parent reply other threads:[~2022-11-08 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[email protected]>
[not found] ` <[email protected]>
2022-11-08 13:26 ` samba does not work with liburing 2.3 Stefan Metzmacher
2022-11-08 13:42 ` Michael Tokarev [this message]
2022-11-08 13:43 ` Ammar Faizi
2022-11-08 19:18 ` Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dc57ecfe-0058-e0c6-f75c-e4274da0f1ee@msgid.tls.msk.ru \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox