|
From: Peter Z. <pet...@de...> - 2018-03-01 05:41:17
Attachments:
valgrind_setns.patch
|
Hi, I found adding this stub for setns() 308 syscall very useful. Please consider for inclusion in git. |
|
From: Tom H. <to...@co...> - 2018-03-01 07:15:23
|
On 01/03/18 05:41, Peter Zelezny wrote: > I found adding this stub for setns() 308 syscall very useful. Please > consider for inclusion in git. Please open a bug and attach the patch - even better look for a bug asking for this which I think exists and attach it. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |
|
From: Brenda B. <bj...@mo...> - 2018-11-22 01:17:10
|
There are three bugs for setns in the bugtracker: 368923 valgrind general js...@ac... REPO --- WARNING: unhandled arm64-linux syscall: 268 (setns) 07:00:50 369031 valgrind general js...@ac... RESO DUPL WARNING: unhandled amd64-linux syscall: 308 (setns) Wed 03:08 343099 valgrind memcheck js...@ac... REPO --- Linux setns syscall wrapper missing, unhandled syscall: 308 07:00:50 Well there were three before I messed with it ... 368923 is for arm64 architecture and I didn't touch it. 343099 has a patch (now it has two patches to choose from). 369031 seemed to be a duplicate of 343099. So I marked it as a duplicate of 343099. However today I looked in docs/internals/3_12_BUGSTATUS.txt and I see that 369031 is listed there but 343099 is not. So how shall I resolve this? I can edit 3_12_BUGSTATUS.txt to point to the other bug number, or I can try to edit the bugs in the bug tracker so that 343099 is the duplicate, and the patches are attached to 369031. bjb On Thu, Mar 1, 2018 at 2:15 AM Tom Hughes <to...@co...> wrote: > > On 01/03/18 05:41, Peter Zelezny wrote: > > > I found adding this stub for setns() 308 syscall very useful. Please > > consider for inclusion in git. > > Please open a bug and attach the patch - even better look for a bug > asking for this which I think exists and attach it. > > Tom > > -- > Tom Hughes (to...@co...) > http://compton.nu/ > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers |