o kernel. https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.6.y 2015-08-25T07:44:22Z tools: Restore export.h 2015-08-25T07:44:22Z Sasha Levin sasha.levin@oracle.com 2015-08-25T05:19:43Z urn:sha1:92e25fd9be82a37247e587415ff9a9e773008d56 Commit 3f735377b ("tools: Copy lib/rbtree.c to tools/lib/") has removed export.h, which was still in use by liblockdep. Restore it. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1440479985-6696-1-git-send-email-sasha.levin@oracle.com Signed-off-by: Ingo Molnar <mingo@kernel.org> tools: Copy lib/rbtree.c to tools/lib/ 2015-07-06T01:48:21Z Arnaldo Carvalho de Melo acme@redhat.com 2015-07-06T01:48:21Z urn:sha1:3f735377bfd6567d80815a6242c147211963680a So that we can remove kernel specific stuff we've been stubbing out via a tools/include/linux/export.h that gets removed in this patch and to avoid breakages in the future like the one fixed recently where rcupdate.h started being used in rbtree.h. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-rxuzfsozpb8hv1emwpx06rm6@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>