Laszlo Ersek

Results 92 comments of Laszlo Ersek

@tchaikov cool, thanks -- I'll drop the second patch and force-push. The seastar submodule update will still resolve #5981; I'll just retitle this PR.

Conflict due to `d27fdf9f5756` ("Update seastar submodule", 2024-08-27). It updates the seastar checkout that scylla uses, but not quite to the commit that I need. (It bumps the submodule to...

v4: redo per https://github.com/scylladb/scylladb/blob/master/docs/dev/maintainer.md#updating-submodule-references [@tchaikov]

Should I also change the target banch on this PR to "next"?

> Should I also change the target banch on this PR to "next"? ... assuming that's even possible to do (if not, I might have to close this PR and...

@denesb > No, master is the correct target. Thanks for confirming that. > This PR seems to contain commits from next, please drop them. In v3, I implemented the submodule...

v5: drop commits only in `next` [@denesb]

@denesb > the procedure described by the maintainer documentation is the equivalent of bypassing the create pr + merge PR and commit the change to next directly. Thanks for the...