From: Kefu Chai Date: Wed, 14 Dec 2022 00:32:44 +0000 (+0800) Subject: seastar: bump up seastar submodule to recent master X-Git-Tag: v18.1.0~657^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c10447b4f07db583ef4aa5b188cc066d3a25a755;p=ceph.git 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 --- diff --git a/src/seastar b/src/seastar index f8d773989fccd..728ec533c88d9 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit f8d773989fccdf8915260ac4675c4b02e14a57eb +Subproject commit 728ec533c88d9045562ba11119767b39063294f6