Hi all, This is just to notify everyone that I'm going to merge https://github.com/ceph/ceph-build/pull/1125, which fixes an issue in the Github PR 'signed-off-by' check (for details, you may see http://tracker.ceph.com/issues/36082). Additionally, this PR will bring the following changes: - All improperly signed-off commits will be reported (until now, only the first failure was reported). - Signature format is enforced (please note letter case, white-spaces and enclosing <..>): "Signed-off-by: FirstName [MiddleName] [LastName] [...] <name@xxxxxxxxxx>". Nevertheless, this can be easily complied with by the '-s/--signoff' flag in most git commands (commit, cherry-pick, ...). For the regex pattern, please check https://github.com/ceph/ceph-build/blob/8986022b6421de15c78d346199f1e773f6a8d07d/ceph-pr-commits/build/test_commits.py#L32. Please, let me know if you experience some issue with this. Kind Regards, Ernesto