Audit system development
 help / color / mirror / Atom feed
 messages from 2025-11-03 11:03:39 to 2026-01-08 07:36:51 UTC [more...]

[PATCH v4 00/59] struct filename series
 2026-01-08  7:37 UTC  (16+ messages)
` [PATCH v4 01/59] do_faccessat(): import pathname only once
` [PATCH v4 02/59] do_fchmodat(): "
` [PATCH v4 03/59] do_fchownat(): "
` [PATCH v4 04/59] do_utimes_path(): "
` [PATCH v4 05/59] chdir(2): "
` [PATCH v4 06/59] chroot(2): "
` [PATCH v4 07/59] user_statfs(): "
` [PATCH v4 08/59] do_sys_truncate(): "
` [PATCH v4 09/59] do_readlinkat(): "
` [PATCH v4 10/59] get rid of audit_reusename()
` [PATCH v4 11/59] ntfs: ->d_compare() must not block
` [PATCH v4 12/59] getname_flags() massage, part 1
` [PATCH v4 13/59] getname_flags() massage, part 2
` [PATCH v4 14/59] struct filename: use names_cachep only for getname() and friends
` [PATCH v4 17/59] allow to use CLASS() for struct filename *

[PATCH nf-next 0/2] net: netfilter: avoid implicit includes
 2026-01-07 15:24 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nf_conntrack: don't rely on "
` [PATCH nf-next 2/2] netfilter: don't include xt and nftables.h in unrelated subsystems

[PATCH] audit: add missing syscalls to read class
 2026-01-06 21:42 UTC  (2+ messages)

[PATCH] tests/netfilter_pkt: allow for a greater number of netfilter fields
 2025-12-17 22:03 UTC  (3+ messages)

[PATCH v7 0/2] audit: improve NETFILTER_PKT records
 2025-12-17 11:39 UTC  (8+ messages)
` [PATCH v7 1/2] audit: add audit_log_nf_skb helper function
` [PATCH v7 2/2] audit: include source and destination ports to NETFILTER_PKT

[RFC PATCH v3 00/59] struct filename work
 2025-12-16 20:29 UTC  (64+ messages)
` [RFC PATCH v3 01/59] do_faccessat(): import pathname only once
` [RFC PATCH v3 02/59] do_fchmodat(): "
` [RFC PATCH v3 03/59] do_fchownat(): "
` [RFC PATCH v3 04/59] do_utimes_path(): "
` [RFC PATCH v3 05/59] chdir(2): "
` [RFC PATCH v3 06/59] chroot(2): "
` [RFC PATCH v3 07/59] user_statfs(): "
` [RFC PATCH v3 08/59] do_sys_truncate(): "
` [RFC PATCH v3 09/59] do_readlinkat(): "
` [RFC PATCH v3 10/59] get rid of audit_reusename()
` [RFC PATCH v3 11/59] ntfs: ->d_compare() must not block
` [RFC PATCH v3 12/59] getname_flags() massage, part 1
` [RFC PATCH v3 13/59] getname_flags() massage, part 2
` [RFC PATCH v3 14/59] struct filename: use names_cachep only for getname() and friends
` [RFC PATCH v3 15/59] struct filename: saner handling of long names
` [RFC PATCH v3 16/59] fs: hide names_cache behind runtime const machinery
` [RFC PATCH v3 17/59] allow incomplete imports of filenames
` [RFC PATCH v3 18/59] struct filename ->refcnt doesn't need to be atomic
` [RFC PATCH v3 19/59] allow to use CLASS() for struct filename *
` [RFC PATCH v3 20/59] file_getattr(): filename_lookup() accepts ERR_PTR() as filename
` [RFC PATCH v3 21/59] file_setattr(): "
` [RFC PATCH v3 22/59] move_mount(): "
` [RFC PATCH v3 23/59] ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
` [RFC PATCH v3 24/59] ksmbd_vfs_rename(): "
` [RFC PATCH v3 25/59] do_filp_open(): DTRT when getting ERR_PTR() as pathname
` [RFC PATCH v3 26/59] rename do_filp_open() to do_file_open()
` [RFC PATCH v3 27/59] do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
` [RFC PATCH v3 28/59] simplify the callers of file_open_name()
` [RFC PATCH v3 29/59] simplify the callers of do_open_execat()
` [RFC PATCH v3 30/59] simplify the callers of alloc_bprm()
` [RFC PATCH v3 31/59] switch {alloc,free}_bprm() to CLASS()
` [RFC PATCH v3 32/59] file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 33/59] mount_setattr(2): don't mess with LOOKUP_EMPTY
` [RFC PATCH v3 34/59] do_open_execat(): don't care about LOOKUP_EMPTY
` [RFC PATCH v3 35/59] vfs_open_tree(): use CLASS(filename_uflags)
` [RFC PATCH v3 36/59] name_to_handle_at(): "
` [RFC PATCH v3 37/59] fspick(2): use CLASS(filename_flags)
` [RFC PATCH v3 38/59] do_fchownat(): unspaghettify a bit
` [RFC PATCH v3 39/59] chdir(2): "
` [RFC PATCH v3 40/59] do_utimes_path(): switch to CLASS(filename_uflags)
` [RFC PATCH v3 41/59] do_sys_truncate(): switch to CLASS(filename)
` [RFC PATCH v3 42/59] do_readlinkat(): switch to CLASS(filename_flags)
` [RFC PATCH v3 43/59] do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
` [RFC PATCH v3 44/59] io_openat2(): use CLASS(filename_complete_delayed)
` [RFC PATCH v3 45/59] io_statx(): "
` [RFC PATCH v3 46/59] do_{renameat2,linkat,symlinkat}(): use CLASS(filename_consume)
` [RFC PATCH v3 47/59] do_{mknodat,mkdirat,unlinkat,rmdir}(): "
` [RFC PATCH v3 48/59] namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
` [RFC PATCH v3 49/59] namei.c: switch user pathname imports to CLASS(filename{,_flags})
` [RFC PATCH v3 50/59] filename_...xattr(): don't consume filename reference
` [RFC PATCH v3 51/59] move_mount(2): switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 52/59] chroot(2): switch to CLASS(filename)
` [RFC PATCH v3 53/59] quotactl_block(): "
` [RFC PATCH v3 54/59] statx: switch to CLASS(filename_maybe_null)
` [RFC PATCH v3 55/59] user_statfs(): switch to CLASS(filename)
` [RFC PATCH v3 56/59] mqueue: "
` [RFC PATCH v3 57/59] ksmbd: use CLASS(filename_kernel)
` [RFC PATCH v3 58/59] alpha: switch osf_mount() to strndup_user()
` [RFC PATCH v3 59/59] sysfs(2): fs_index() argument is _not_ a pathname

[RFC PATCH v2 00/18] io_uring, struct filename and audit
 2025-12-16  2:18 UTC  (26+ messages)
` [RFC PATCH v2 01/18] do_faccessat(): import pathname only once
` [RFC PATCH v2 02/18] do_fchmodat(): "
` [RFC PATCH v2 03/18] do_fchownat(): "
` [RFC PATCH v2 04/18] do_utimes_path(): "
` [RFC PATCH v2 05/18] chdir(2): "
` [RFC PATCH v2 06/18] chroot(2): "
` [RFC PATCH v2 07/18] user_statfs(): "
` [RFC PATCH v2 08/18] do_sys_truncate(): "
` [RFC PATCH v2 09/18] do_readlinkat(): "
` [RFC PATCH v2 10/18] get rid of audit_reusename()
` [RFC PATCH v2 11/18] ntfs: ->d_compare() must not block
` [RFC PATCH v2 12/18] getname_flags() massage, part 1
` [RFC PATCH v2 13/18] getname_flags() massage, part 2
` [RFC PATCH v2 14/18] struct filename: use names_cachep only for getname() and friends
` [RFC PATCH v2 15/18] struct filename: saner handling of long names
` [RFC PATCH v2 16/18] allow incomplete imports of filenames
` [RFC PATCH v2 17/18] fs: touch up predicts in putname()
` [RFC PATCH v2 18/18] struct filename ->refcnt doesn't need to be atomic

[PATCH] audit: add fchmodat2() to change attributes class
 2025-12-15 19:27 UTC  (2+ messages)

[GIT PULL] audit/audit-pr-20251201
 2025-12-03 19:32 UTC  (2+ messages)

[RFC][PATCH 00/13] io_uring, struct filename and audit
 2025-11-19  5:41 UTC  (51+ messages)
` [RFC][PATCH 01/13] do_faccessat(): import pathname only once
` [RFC][PATCH 02/13] do_fchmodat(): "
` [RFC][PATCH 03/13] do_fchownat(): "
` [RFC][PATCH 04/13] do_utimes_path(): "
` [RFC][PATCH 05/13] chdir(2): "
` [RFC][PATCH 06/13] chroot(2): "
` [RFC][PATCH 07/13] user_statfs(): "
` [RFC][PATCH 08/13] do_sys_truncate(): "
` [RFC][PATCH 09/13] do_readlinkat(): "
` [RFC][PATCH 10/13] get rid of audit_reusename()
` [RFC][PATCH 11/13] allow incomplete imports of filenames
` [RFC][PATCH 12/13] fs: touch up predicts in putname()
` [RFC][PATCH 13/13] struct filename ->refcnt doesn't need to be atomic

[PATCH v6 1/2] audit: add audit_log_nf_skb helper function
 2025-11-14 11:45 UTC  (5+ messages)
` [PATCH v6 2/2] audit: include source and destination ports to NETFILTER_PKT

[PATCH v6 0/2] audit: improve NETFILTER_PKT records
 2025-11-13 13:36 UTC 

[PATCH v5 0/2] audit: improve NETFILTER_PKT records
 2025-11-11 11:05 UTC  (10+ messages)
` [PATCH v5 1/2] audit: add audit_log_packet_ip4 and audit_log_packet_ip6 helper functions
` [PATCH v5 2/2] audit: include source and destination ports to NETFILTER_PKT

[PATCH v3] audit: merge loops in __audit_inode_child()
 2025-11-10 12:11 UTC  (3+ messages)

[PATCH] audit: Use kzalloc instead of kmalloc/memset
 2025-11-07 21:38 UTC  (2+ messages)

[RFC PATCH 05/15] LSM: Single calls in secid hooks
 2025-11-04 16:00 UTC  (3+ messages)
` [PATCH RFC 5/15] "

[PATCH v4 2/2] audit: include source and destination ports to NETFILTER_PKT
 2025-11-03 11:05 UTC  (3+ messages)

[PATCH v4 1/2] audit: add audit_log_packet_ip4 and audit_log_packet_ip6 helper functions
 2025-11-03 11:03 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox