Message ID | 20240105072843.2098332-1-lizhijian@fujitsu.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] syscalls: setgroups: Add missing gitignore | expand |
Hi Zhijian, I have pushed the patches, why resend them again?
Hi Li, I see you resend this. Please next time just ping in the original patch. We are sorry that it takes time to go over the patches in the queue. Kind regards, Petr
On 08/01/2024 17:23, Li Wang wrote: > Hi Zhijian, > > I have pushed the patches, why resend them again? My fault. i had not subscribed this mailing list before sending this patch set. So i got "Post by non-member to a members-only list" at that time. 2 days later, i successfully subscribed it, and i'm not sure if this patch set has reached the mailing list. So i resent it again with "RESEND" prefix... Why it takes 2 days...., i didn't see the confirmation mail until i checked my "JUNK" box on Monday. > > > -- > Regards, > Li Wang
Sorry and thanks again. i had not subscribed this mailing list before sending this patch set. So i got "Post by non-member to a members-only list" at that time. 2 days later, i successfully subscribed it, and i'm not sure if this patch set has reached the mailing list. So i resent it again with "RESEND" prefix... Why it takes 2 days...., i didn't see the confirmation mail until i checked my "JUNK" box on Monday. On 08/01/2024 18:13, Petr Vorel wrote: > Hi Li, > > I see you resend this. Please next time just ping in the original patch. > We are sorry that it takes time to go over the patches in the queue. > > Kind regards, > Petr
diff --git a/testcases/kernel/syscalls/setgroups/.gitignore b/testcases/kernel/syscalls/setgroups/.gitignore index 9de928241f..0649a34251 100644 --- a/testcases/kernel/syscalls/setgroups/.gitignore +++ b/testcases/kernel/syscalls/setgroups/.gitignore @@ -4,3 +4,5 @@ /setgroups02_16 /setgroups03 /setgroups03_16 +/setgroups04 +/setgroups04_16
setgroups{04,04_16} should be documented in .gitignore Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> --- testcases/kernel/syscalls/setgroups/.gitignore | 2 ++ 1 file changed, 2 insertions(+)