]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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

index f8d773989fccdf8915260ac4675c4b02e14a57eb..728ec533c88d9045562ba11119767b39063294f6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f8d773989fccdf8915260ac4675c4b02e14a57eb
+Subproject commit 728ec533c88d9045562ba11119767b39063294f6