[valgrind] [Bug 369029] WARNING: unhandled amd64-linux syscall: 315 (sched_getattr)

2020-04-14 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=369029 Daniel Wagner changed: What|Removed |Added CC||w...@monom.org --- Comment #8 from Daniel

[valgrind] [Bug 405394] Add support for sched_setattr and sched_getattr system call.

2020-04-14 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 Daniel Wagner changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 405394] Add support for sched_setattr and sched_getattr system call.

2019-03-13 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 --- Comment #6 from Daniel Wagner --- I am not sure if I handle the size argument correctly. Here the snipped from the man pages: size This field should be set to the size of the structure in bytes, as in sizeof

[valgrind] [Bug 405394] Add support for sched_setattr and sched_getattr system call.

2019-03-13 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 Daniel Wagner changed: What|Removed |Added Attachment #118743|0 |1 is obsolete

[valgrind] [Bug 405394] Add support for sched_setattr and sched_getattr system call.

2019-03-13 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 --- Comment #3 from Daniel Wagner --- With PRE_MEM_READ valgrind will complain for code like this (which should be fine, right?): void run_deadline() { struct sched_attr attr

[valgrind] [Bug 405394] Add support for sched_setattr and sched_getattr system call.

2019-03-12 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 --- Comment #2 from Daniel Wagner --- Thanks for the feedback. Okay, sorry for those obvious bugs. I was in a too fast copy&past mode. I'll update the patch accordingly, tomorrow. -- You are receiving this mail because: You are watchin

[valgrind] [Bug 405394] New: Add support for sched_setattr and sched_getattr system call.

2019-03-12 Thread Daniel Wagner
https://bugs.kde.org/show_bug.cgi?id=405394 Bug ID: 405394 Summary: Add support for sched_setattr and sched_getattr system call. Product: valgrind Version: unspecified Platform: Other OS: Linux S