]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
seastar: bump up seastar submodule to recent master
authorKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 00:32:44 +0000 (08:32 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 07:23:08 +0000 (15:23 +0800)
commitc10447b4f07db583ef4aa5b188cc066d3a25a755
treecd24b68a1d233038f157cc355c28cb39a6d41d4a
parent3a8f2dcc51df75d6516de07bbee55c4e21578e14
seastar: bump up seastar submodule to recent master

to address the fmtlib v9 compatibility issues.

please note, the submodule is bump up to a commit which includes

* a revert commit on top of upstream master HEAD. the revert is to
  work around the a recent change which adds a constraint on the parameter
  type of handle_exception(). we are using errorator along with
  handle_exception(), but errorator cannot fulfill the requirement of
  seastar::Future(), so we need to drop the change before we have a
  better solution.
* a commit which defines __NR_pidfd_open if it is not defined.
  this should address the FTBFS on CentOS8 where glibc does not have
  this macro defined.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/seastar