[Bug 281526] Linuxulator - fstatat unsupported flag 0x800

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Sep 2024 17:59:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281526

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 3cf834d069d1dcdbe464ea74624930eaf916715d
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-09-19 21:11:19 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-24 17:58:42 +0000

    linuxulator: ignore AT_NO_AUTOMOUNT for all stat variants

    Commit ff39d74aa99a ignored AT_NO_AUTOMOUNT for statx(), but did not
    change fstat64() or newfstatat(), which also take an equivalent flags
    argument.  Add a linux_to_bsd_stat_flags() helper and use it in all
    three places.

    PR:             281526
    Reviewed by:    trasz
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D46711

 sys/compat/linux/linux_stats.c | 65 +++++++++++++++++++++++-------------------
 1 file changed, 36 insertions(+), 29 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.