common: move gen_rand_alphanumeric() helpers into common#31567
Merged
liewegas merged 2 commits intoceph:masterfrom Nov 26, 2019
Merged
common: move gen_rand_alphanumeric() helpers into common#31567liewegas merged 2 commits intoceph:masterfrom
liewegas merged 2 commits intoceph:masterfrom
Conversation
Signed-off-by: Casey Bodley <cbodley@redhat.com>
and adds overloads that return std::string directly the motivation is to remove cls_otp's dependency on rgw_common.h Signed-off-by: Casey Bodley <cbodley@redhat.com>
e3aaff0 to
bfa7673
Compare
2 tasks
adamemerson
approved these changes
Nov 19, 2019
liewegas
added a commit
that referenced
this pull request
Nov 26, 2019
* refs/pull/31567/head: common: move gen_rand_alphanumeric() helpers into common test: add unit tests for gen_rand_alphanumeric helpers Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
3 tasks
ivancich
pushed a commit
to ivancich/ceph-fork
that referenced
this pull request
Jul 14, 2020
fork of boost::asio::spawn(). the beast frontend uses this to customize the coroutine stack allocator in order to use mmap/mprotect to detect overflows. the default stack size is raised from 128K to 512K depends on commits from ceph#31567 so that cls_otp doesn't also need to link against spawn and boost::context fixes: https://tracker.ceph.com/issues/43739 Resolves: rhbz#1793468 git: add submodule for spawn library Signed-off-by: Casey Bodley <cbodley@redhat.com> (cherry picked from commit c84fc40)
mattbenjamin
pushed a commit
to linuxbox2/ceph
that referenced
this pull request
Nov 24, 2020
fork of boost::asio::spawn(). the beast frontend uses this to customize the coroutine stack allocator in order to use mmap/mprotect to detect overflows. the default stack size is raised from 128K to 512K depends on commits from ceph#31567 so that cls_otp doesn't also need to link against spawn and boost::context fixes: https://tracker.ceph.com/issues/43739 Resolves: rhbz#1793468 git: add submodule for spawn library Signed-off-by: Casey Bodley <cbodley@redhat.com> (cherry picked from commit c84fc40)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and adds overloads that return std::string directly
the motivation is to remove cls_otp's dependency on rgw_common.h