On Tue, Feb 14, 2023 at 09:13:28AM +0530, Sunil V L wrote: > On Mon, Feb 13, 2023 at 03:48:04PM -0300, Daniel Henrique Barboza wrote: > > Sunil, > > > > This patch is a bit confusing to me. You're using functions that doesn't > > exist > > in the code base yet (build_madt and build_rhct) because they are introduced > > in later patches. This also means that this patch is not being compiled > > tested, > > because otherwise it would throw a compile error. And the build of the file > > only > > happens after patch 8. > > > My intention was to add the caller also in the same patch where the > function is added. I think I missed it when I split. Thanks! >
Before posting a series I try to remember to do the following check $ ./configure ... $ git rebase -i -x 'make -j' $BASE_COMMIT_FOR_SERIES Thanks, drew