Bug 277847 - truss: recognize linux_newlstat
Summary: truss: recognize linux_newlstat
Status: In Progress
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 13.2-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: Konstantin Belousov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 20:30 UTC by John F. Carr
Modified: 2024-03-30 02:33 UTC (History)
1 user (show)

See Also:


Attachments
Translate linux_newlstat name argument (839 bytes, text/plain)
2024-03-20 20:30 UTC, John F. Carr
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.