[valgrind] [Bug 379966] WARNING: unhandled amd64-linux syscall: 313 (finit_module)

2017-05-22 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=379966

--- Comment #7 from Julian Seward  ---
(In reply to Bartosz Golaszewski from comment #6)
Committed, r16403.  Thanks for the patch.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 379966] WARNING: unhandled amd64-linux syscall: 313 (finit_module)

2017-05-19 Thread Bartosz Golaszewski
https://bugs.kde.org/show_bug.cgi?id=379966

--- Comment #6 from Bartosz Golaszewski  ---
Created attachment 105623
  --> https://bugs.kde.org/attachment.cgi?id=105623=edit
add wrapper for finit_module()

There was no wrapper - only the basic definitions. I wrote the wrapper and it
fixes the issue on my setup. Patch attached.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 379966] WARNING: unhandled amd64-linux syscall: 313 (finit_module)

2017-05-18 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379966

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #5 from Ivo Raisr  ---
It means the syscall wrapper needs a careful review w.r.t. kernel sources and
ideally also a test case.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 379966] WARNING: unhandled amd64-linux syscall: 313 (finit_module)

2017-05-18 Thread Bartosz Golaszewski
https://bugs.kde.org/show_bug.cgi?id=379966

--- Comment #4 from Bartosz Golaszewski  ---
Hmm... it's already there in ./coregrind/m_syswrap/syswrap-amd64-linux.c but
it's commented out:

835 //   LIN__(__NR_finit_module,  sys_ni_syscall),   // 313

Does it mean that it just doesn't have a wrapper in valgrind or some other
reason?

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 379966] WARNING: unhandled amd64-linux syscall: 313 (finit_module)

2017-05-18 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=379966

Tom Hughes  changed:

   What|Removed |Added

Summary|WARNING: unhandled syscall: |WARNING: unhandled
   |313 (finit_module)  |amd64-linux syscall: 313
   ||(finit_module)

-- 
You are receiving this mail because:
You are watching all bug changes.