On Fri, Aug 30, 2019 at 11:08:56PM +0800, Philip Li wrote: > hi Boris, for the build status notification, we currently send to below > address, is it still valid? If not, can you suggest one for us?
Sure, here's an update patch ontop of your master branch: --- From: Borislav Petkov <[email protected]> Date: Fri, 30 Aug 2019 21:33:29 +0200 Subject: [PATCH] repo/linux/tip: Update tip tree contact information Replace hpa with Borislav and change contact mail address. Signed-off-by: Borislav Petkov <[email protected]> --- repo/linux/tip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo/linux/tip b/repo/linux/tip index 4fc5d88176fd..96a7dec66f97 100644 --- a/repo/linux/tip +++ b/repo/linux/tip @@ -2,11 +2,11 @@ url: https://kernel.googlesource.com/pub/scm/linux/kernel/git/tip/tip.git integration_testing_branches: auto-latest mail_cc: - [email protected] -- [email protected] +- [email protected] owner: - Ingo Molnar <[email protected]> -- H. Peter Anvin <[email protected]> - Thomas Gleixner <[email protected]> +- Borislav Petkov <[email protected]> subsystems: - x86 - fpu @@ -16,4 +16,4 @@ subsystems: - locking blacklist_branch: auto-.*|tmp-.*|base-.*|test.*|.*-for-linus notify_build_success_branch: .* -build_success_mail_to: tip build status <[email protected]> +build_success_mail_to: x86-ml <[email protected]> -- 2.21.0 Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.

