zhangzhenghsy
Results
2
comments of
zhangzhenghsy
Thanks a lot. Let me try. In fact, I only need all the data-dependent lines of a given line in the function.
I don't really understand the results. I run ./llvm-dda-dump --entry=do_mount -c do_new_mount namespace_tag/built-in_tag.bc > dda_result, trying to find the dependent lines of do_new_mount(......) in do_mount(), https://elixir.bootlin.com/linux/v5.5-rc5/source/fs/namespace.c#L3142 I have two questions:...