On Sun, Apr 26, 2020 at 8:53 AM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > Limited version imported previously lacks STAILQ macros used by tracing > and SLIST macros used by memory management. Import a complete file from > FreeBSD, since its license exception is already approved by Technical > Board. > > Fixes: 321dd5f8fa62 ("trace: add internal init and fini interface")
IMO, we don't need to mark this patch as fixes. > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > ---