Hi all, > -----Original Message----- > From: Sean Mullan [mailto:[email protected]] > Sent: Wednesday, September 9, 2020 12:16 AM > To: Andrew Haley <[email protected]>; Yangfei (Felix) > <[email protected]>; [email protected]; core- > [email protected] > Cc: [email protected]; Stuart Monteith > <[email protected]> > Subject: Re: [aarch64-port-dev ] RFR: 8252204: AArch64: Implement SHA3 > accelerator/intrinsic > > Since this change affects security code, please make sure you add security- > [email protected] on any followup code reviews.
Thanks for reminding that. I have just switched to github and created a PR for this issue: https://github.com/openjdk/jdk/pull/207 Let's switch to this PR for the followup code reviews. I see security and hotspot labels was automatically added by the bots. I also added labels for core-libs and hotspot-compiler. > > On 9/1/20 10:44 AM, Andrew Haley wrote: > > On 01/09/2020 11:53, Yangfei (Felix) wrote: > >> Sure, I am happy if the original author of the assembly code or someone > else from Linaro could help here. > >> I wasn't aware there was such an requirement here given that assembly > code is licensed under GPL. > > > > There sure is. All code must be contributed by its owner and put on > > the cr.openjdk site. Especially GPL code. I have added [email protected] to Contributed-by: in the git commit msg. And the newly created PR was Acked-by: Ard Biesheuvel [email protected] Hope this addresses Andrew's concern. Best regards, Felix
