Questions regarding "act_mirred: use the backlog for nested calls to mirred ingress"

2024-08-02 Thread Khannanov Lenar
Hello Davide, In the following commit: commit ca22da2fbd693b54dc8e3b7b54ccc9f7e9ba3640 Author: Davide Caratti Date:   Fri Jan 20 18:01:40 2023 +0100     act_mirred: use the backlog for nested calls to mirred ingress you added the mirred_egress_to_ingress_tcp_test kselftest that, I noticed, ha

Re: selftests: clone3: clone3_cap_checkpoint_restore fails - Could not set CAP_CHECKPOINT_RESTORE

2024-05-24 Thread Khannanov Lenar
I presume that test fails because of the difference between definition of struct _cap_struct (struct libcap in test). Commit aca076443591 (Make cap_t operations thread safe.) introduces mutex field at the beginning of the structure. Test uses own definition to set CAP_CHECKPOINT_RESTORE. As dat

Re: [Test Failure Report] exec: Test failures in execveat

2024-03-19 Thread Khannanov Lenar
Try to disable tomoyo lsm.