[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2020-04-28 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=368923

Mark Wielaard  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||m...@klomp.org

--- Comment #7 from Mark Wielaard  ---


*** This bug has been marked as a duplicate of bug 343099 ***

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2019-12-03 Thread Michal Prívozník
https://bugs.kde.org/show_bug.cgi?id=368923

--- Comment #6 from Michal Prívozník  ---
Created attachment 124292
  --> https://bugs.kde.org/attachment.cgi?id=124292&action=edit
0001-Add-support-for-setns-syscall.patch

Based on IRC conversation, I'm attaching the patch I've sent to the list.

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2019-11-18 Thread Michal Prívozník
https://bugs.kde.org/show_bug.cgi?id=368923

Michal Prívozník  changed:

   What|Removed |Added

 CC||michal.privoz...@gmail.com

--- Comment #5 from Michal Prívozník  ---
I've posted the patch to the list:

https://sourceforge.net/p/valgrind/mailman/valgrind-developers/thread/ed7c25aa08c0ac5484a1f2fd1ed5547822d659aa.1574084227.git.mprivozn%40redhat.com/#msg36810809

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2019-05-05 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=368923

John Reiser  changed:

   What|Removed |Added

 CC||jrei...@bitwagon.com

--- Comment #4 from John Reiser  ---
Still happens in Valgrind-3.15.0 on arm64, notably in /usr/bin/perf.

# gdb perf
GNU gdb (GDB) Fedora 8.2.91.20190424-24.fc30
(gdb) b setns
Breakpoint 1 at 0x95ce4
(gdb) run report >bar
Starting program: /usr/bin/perf report >bar
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Breakpoint 1, 0xbee68844 in setns () from /lib64/libc.so.6
(gdb) bt
#0  0xbee68844 in setns () from /lib64/libc.so.6
#1  0xaac112c4 in nsinfo.mountns_enter ()
#2  0xaabe90b8 in ?? ()
#3  0xaabebfd8 in dso.type ()
#4  0xaac357fc in machine.findnew_vdso ()
#5  0xaac084dc in map.new ()
#6  0xaac065e8 in machine.process_mmap2_event ()
#7  0xaac0cd2c in ?? ()
#8  0xaac0d684 in ?? ()
#9  0xaac0ec90 in perf_session.process_events ()
#10 0xaab579cc in cmd_report ()
#11 0xaabb8fe4 in ?? ()
#12 0xaab42130 in main ()
(gdb) x/5i $pc-4
   0xbee68840 :  mov x8, #0x10c  // #268
=> 0xbee68844 :svc #0x0
   0xbee68848 :cmn x0, #0xfff
   0xbee6884c :   b.cs0xbee68854   // b.hs,
b.nlast
   0xbee68850 :   ret

strace of perf shows:
=
12549 openat(AT_FDCWD, "/proc/self/ns/mnt", O_RDONLY) = 10
12549 openat(AT_FDCWD, "/proc/424/ns/mnt", O_RDONLY) = 11
12549 setns(11, CLONE_NEWNS)
=
and similarly for many other /proc/PID.

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2018-11-20 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=368923

Marcin Juszkiewicz  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=343099

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2018-11-20 Thread Brenda J . Butler
https://bugs.kde.org/show_bug.cgi?id=368923

Brenda J. Butler  changed:

   What|Removed |Added

 CC||b...@sourcerer.ca

--- Comment #3 from Brenda J. Butler  ---
This bug is similar to 343099 and 369031.

But this bug is reporting on arm64 arch, while the others have to do with
amd64.  So, not marking this as duplicate of 343099.  Is there another way to
link this bug with those ones besides writing a comment?

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2018-04-30 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=368923

--- Comment #2 from Marcin Juszkiewicz  ---
Can we close it? IIRC it was merged into valgrind.

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

[valgrind] [Bug 368923] WARNING: unhandled arm64-linux syscall: 268 (setns)

2016-09-18 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368923

Marcin Juszkiewicz  changed:

   What|Removed |Added

Summary|WARNING: unhandled  |WARNING: unhandled
   |arm64-linux syscall: 268|arm64-linux syscall: 268
   ||(setns)

--- Comment #1 from Marcin Juszkiewicz  ---
https://bugs.kde.org/show_bug.cgi?id=369031 - same for amd64

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