Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
0c95c141
Commit
0c95c141
authored
Apr 25, 2018
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests-extra: update README and valgrind suppression file
parent
4e2e8477
Pipeline
#36214
passed with stages
in 7 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
tests-extra/README
tests-extra/README
+7
-2
tests-extra/data/knot.supp
tests-extra/data/knot.supp
+8
-0
No files found.
tests-extra/README
View file @
0c95c141
...
...
@@ -13,6 +13,8 @@ gawk
objdump
(valgrind)
(gdb)
(get "c09-dns-query-r1.jar" and "c09-dns-zonetransfer-r1.jar" from
https://www.ee.oulu.fi/roles/ouspg/PROTOS_Test-Suite_c09-dns)
Python modules:
---------------
...
...
@@ -25,12 +27,15 @@ Ubuntu:
Disable apparmor protection for system Bind:
# sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.named
or
# sudo ln -s /etc/apparmor.d/usr.sbin.named /etc/apparmor.d/disable/
# sudo /etc/init.d/apparmor restart
Allow ptrace:
# echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
or
change file
/etc/sysctl.d/10-ptrace.conf
kernel.yama.ptrace_scope = 0
# vim
/etc/sysctl.d/10-ptrace.conf
#
kernel.yama.ptrace_scope = 0
Running in docker container:
----------------------------
...
...
tests-extra/data/knot.supp
View file @
0c95c141
...
...
@@ -7,3 +7,11 @@
fun:call_rcu_memb
}
{
liburcu/call_rcu
Memcheck:Leak
match-leak-kinds: possible,reachable
fun:malloc
...
fun:call_rcu_memb
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment