diff mbox series

[1/2] syscalls: setgroups: Add missing gitignore

Message ID 20240105072843.2098332-1-lizhijian@fujitsu.com
State Accepted
Headers show
Series [1/2] syscalls: setgroups: Add missing gitignore | expand

Commit Message

Li Zhijian Jan. 5, 2024, 7:28 a.m. UTC
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(+)

Comments

Li Wang Jan. 8, 2024, 9:23 a.m. UTC | #1
Hi Zhijian,

I have pushed the patches, why resend them again?
Petr Vorel Jan. 8, 2024, 10:13 a.m. UTC | #2
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
Li Zhijian Jan. 9, 2024, 12:49 a.m. UTC | #3
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
Li Zhijian Jan. 9, 2024, 12:52 a.m. UTC | #4
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 mbox series

Patch

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