Hi Krzysztof, On Thu, Mar 20, 2025 at 08:10:37 +0100, Krzysztof Kozlowski <k...@kernel.org> wrote: > On 20/03/2025 02:55, Changyuan Lyu wrote: > > From: Alexander Graf <g...@amazon.com> > > > > We have all generic code in place now to support Kexec with KHO. This > > patch adds a config option that depends on architecture support to > > enable KHO support. > > > > Signed-off-by: Alexander Graf <g...@amazon.com> > > Co-developed-by: Mike Rapoport (Microsoft) <r...@kernel.org> > > Signed-off-by: Mike Rapoport (Microsoft) <r...@kernel.org> > > Co-developed-by: Changyuan Lyu <changyu...@google.com> > > Signed-off-by: Changyuan Lyu <changyu...@google.com> > What did you exactly co-develop here? Few changes does not mean you are > a co-developer.
I proposed and implemented the hashtable-based state tree API in the previous patch "kexec: add Kexec HandOver (KHO) generation helpers" [1] and then added `select XXHASH` here. If one line of change is not qualified for "Co-developed-by", I will remove it from the commit message in the next version. [1] https://lore.kernel.org/all/20250320015551.2157511-8-changyu...@google.com/ Best, Changyuan