Bug 277847

Summary: truss: recognize linux_newlstat
Product: Base System Reporter: John F. Carr <jfc>
Component: binAssignee: Konstantin Belousov <kib>
Status: In Progress ---    
Severity: Affects Only Me CC: emaste
Priority: ---    
Version: 13.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Translate linux_newlstat name argument none

Description John F. Carr 2024-03-20 20:30:35 UTC
Created attachment 249349 [details]
Translate linux_newlstat name argument

truss does not print the pathname argument of the linux_newlstat system call, only the pointer value.  Fix attached.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-20 22:46:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=55e2187a091b7c397b3682b5ded2143c43e31a18

commit 55e2187a091b7c397b3682b5ded2143c43e31a18
Author:     John F. Carr <jfc@mit.edu>
AuthorDate: 2024-03-20 22:44:23 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-03-20 22:45:55 +0000

    Translate linux_newlstat name argument

    PR:     277847
    MFC after:      1 week

 usr.bin/truss/syscalls.c | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-27 08:27:49 UTC
A commit in branch stable/14 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=8e3bd18c37f2f77988b2819f6c4b493dfa42370d

commit 8e3bd18c37f2f77988b2819f6c4b493dfa42370d
Author:     John F. Carr <jfc@mit.edu>
AuthorDate: 2024-03-20 22:44:23 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-03-27 08:27:23 +0000

    Translate linux_newlstat name argument

    PR:     277847

    (cherry picked from commit 55e2187a091b7c397b3682b5ded2143c43e31a18)

 usr.bin/truss/syscalls.c | 2 ++
 1 file changed, 2 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-03-27 08:28:53 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=b5e7969b239f3fc2d221159aabb5bc0532ba3949

commit b5e7969b239f3fc2d221159aabb5bc0532ba3949
Author:     John F. Carr <jfc@mit.edu>
AuthorDate: 2024-03-20 22:44:23 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-03-27 08:27:53 +0000

    Translate linux_newlstat name argument

    PR:     277847

    (cherry picked from commit 55e2187a091b7c397b3682b5ded2143c43e31a18)

 usr.bin/truss/syscalls.c | 2 ++
 1 file changed, 2 insertions(+)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2024-03-30 02:33:23 UTC
^Triage: committed and MFCed.