[Bug 262515] Missing filecaps_free() in many places

2022-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 Mateusz Guzik changed: What|Removed |Added Assignee|b...@freebsd.org|m...@freebsd.org Resolutio

[Bug 262515] Missing filecaps_free() in many places

2022-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 --- Comment #6 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0c805718cbd3709e3ffc1a0d41612168c8242360 commit 0c805718cbd3709e3ffc1a0d41612168c8242360 Author:

[Bug 262515] Missing filecaps_free() in many places

2022-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 --- Comment #5 from Mateusz Guzik --- This is the almost minimal patch for the immediate fix: https://reviews.freebsd.org/D34667 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 262515] Missing filecaps_free() in many places

2022-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 --- Comment #4 from Mateusz Guzik --- I agree it should be on demand, but I have further notes. 1. fd-related code in namei_setup needs to be factored away to kern_descrip.c. 2. if the caller does not care to look at caps, we can make a c

[Bug 262515] Missing filecaps_free() in many places

2022-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 --- Comment #3 from Mark Johnston --- (In reply to Mark Johnston from comment #2) This is rather slow, but can be tracked easily: # vmstat -m | grep filecaps filecaps 34596888 540577K 34596961 16,32,64 -- You are receiving this mai

[Bug 262515] Missing filecaps_free() in many places

2022-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 Mark Johnston changed: What|Removed |Added Attachment #232680|text/x-csrc |text/plain mime type|

[Bug 262515] Missing filecaps_free() in many places

2022-03-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org,

[Bug 262515] Missing filecaps_free() in many places

2022-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262515 Bug ID: 262515 Summary: Missing filecaps_free() in many places Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Aff