In D35155#944705, @editor_callfortesting.org wrote:Is this Review still valid, valuable, and ready to land?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Aug 18 2023
Aug 18 2023
Aug 17 2023
Aug 17 2023
dchagin committed rGbb66c5975383: linux(4): Add sendfile fallback for non-socket fds (authored by james_mclgh.net).
dchagin committed rG1f2b31f76e7d: linux(4): Add 2 Linux socket ioctl commands (authored by weike.chen_dell.com).
Aug 16 2023
Aug 16 2023
Aug 14 2023
Aug 14 2023
Aug 12 2023
Aug 12 2023
predict_true macro removed, also fixed libsysdecode mktables
Aug 11 2023
Aug 11 2023
dchagin committed rG455b78443ee5: linux: binutils as requires %eflags instead of %flags for CFI. (authored by jhb).
Aug 10 2023
Aug 10 2023
Thank you for fixing this
Aug 9 2023
Aug 9 2023
dchagin added a comment to D40479: namei: Reset the lookup to start from the real root for abs symlink target.
In D40479#942414, @freebsd_darkain.com wrote:As I already mentioned, my test was done from a fresh installation off of a FreeBSD 14-CURRENT ISO image. Everything other than what I had described was 100% defaults.
compat.linux.emul_path: /compat/linux
I even went as far as to record a video of the copy-pastable repro instructions that I gave to show the issue.
www.youtube.com/watch?v=N46TGrCK4t8
Aug 8 2023
Aug 8 2023
In D41320#942212, @ehem_freebsd_m5p.com wrote:Rebuild with 8920c5f2a11 reverted succeeded. Looks like D41320. The host is FreeBSD 13.2p2 with minimal extras.
Aug 7 2023
Aug 7 2023
In D41337#941279, @mjg wrote:my bad, the entire point was for validation to happen prior any automagic assignment so filesystems are forced to explicitly state their position on fplookup for given vop vector
I disagree, it’s not an automagic, it is a long lived well known stable code, and, of course, the fix doesn't change the purpose you wanted
In D41338#941266, @mjg wrote:does this pass the test suite from /usr/tests when backed by ufs?
dchagin committed rG70d248d25af7: ObsoleteFiles.inc: Remove leading slash from 20230714 entry (authored by marius).
SUBDIR_DEPENDS_stack
Aug 6 2023
Aug 6 2023
well, that's was John's test case, adapted to atf. I agree, that te test was a bit clumsy,
so, slightly rework it. AFAIU, the test changes the protection bits of the last page in the mmaped
stack area, then touches next page to gen PF.
dchagin added reviewers for D41337: vfs: Validate the vop vectors after the default vops applied: kib, mjg.
Move stack tests to a separate directory under tests/sys/vm
In D41320#941149, @kib wrote:I am not sure what your trouble is, but if it is about having the dependency .dso built before the test program, try to look at libexec/rtld-elf/tests/Makefile. Specifically SUBDIR_DEPEND_target= XXX.
John Carr test added
Aug 4 2023
Aug 4 2023
dchagin retitled D41320: tests: Add stack grows tests from tests: Add stack grows tests
There's a depedndency stack_dt_need_test:soxstack issue that I don't understand how to fix properly
Aug 1 2023
Aug 1 2023
Seems done, thanks.
Jul 31 2023
Jul 31 2023
Done, thanks. Tinderboxd
Jul 30 2023
Jul 30 2023
In D41236#939212, @kib wrote:I am curious, why don't you code this in pure C with ATF.
Done,
+ MAP_ANON
Just to say, all glibc stack related tests are passed now, thank you.
Jul 29 2023
Jul 29 2023
Jul 28 2023
Jul 28 2023
dchagin added a reviewer for D41224: linux(4): Fix control message size calculation: Linux Emulation.
dchagin retitled D41223: vfs: Deleting a doubled inclusion of sys/capsicum.h from vfs: Deleting a doubled include of capsicum.h