Alexey Gladkov ([email protected])

Number of posts: 199 (0.18 per day)
First post: 2021-04-22 12:28:39
Last post: 2024-04-25 11:06:29

Date List Subject
2021-09-17 06:18:52 linux-kernel Re: linux 5.14.3: free_user_ns causes NULL pointer dereference
2021-09-15 11:41:53 linux-kernel Re: d646969055: WARNING:at_kernel/ucount.c:#dec_rlimit_ucounts
2021-09-14 01:00:10 linux-kernel Re: d646969055: WARNING:at_kernel/ucount.c:#dec_rlimit_ucounts
2021-09-02 14:34:35 linux-kernel Re: [PATCH 5.10 036/103] ucounts: Increase ucounts reference counter before the security hook
2021-08-23 16:24:19 linux-kernel Re: [syzbot] KASAN: use-after-free Write in dec_rlimit_ucounts
2021-08-23 16:19:07 linux-kernel [PATCH v1] ucounts: Increase ucounts reference counter before the security hook
2021-08-20 10:13:29 linux-kernel Re: [syzbot] KASAN: use-after-free Write in dec_rlimit_ucounts
2021-08-19 17:28:33 linux-kernel Re: [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-08-18 13:14:46 linux-kernel Re: [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-08-14 10:36:55 linux-kernel Re: [syzbot] KASAN: use-after-free Write in alloc_ucounts
2021-07-28 12:26:31 linux-kernel Re: [PATCH v1] ucounts: Fix race condition between alloc_ucounts and put_ucounts
2021-07-27 15:29:03 linux-kernel [PATCH v1] ucounts: Fix race condition between alloc_ucounts and put_ucounts
2021-07-26 19:07:54 linux-kernel Re: [PATCH v2] ucounts: add missing data type changes
2021-07-24 17:59:46 linux-kernel Re: [syzbot] KASAN: use-after-free Write in put_ucounts
2021-07-21 13:58:31 linux-kernel Re: [PATCH] ucounts: add missing data type changes
2021-07-21 13:56:38 linux-kernel Re: [PATCH] ucounts: add missing data type changes
2021-07-16 10:51:05 linux-kernel [RESEND PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions
2021-07-16 10:49:27 linux-kernel [RESEND PATCH v6 4/5] proc: Relax check of mount visibility
2021-07-16 10:48:13 linux-kernel [RESEND PATCH v6 1/5] docs: proc: add documentation about mount restrictions
2021-07-16 10:48:10 linux-kernel [RESEND PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
2021-07-16 10:48:02 linux-kernel [RESEND PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
2021-07-16 10:48:02 linux-kernel [RESEND PATCH v6 3/5] proc: Disable cancellation of subset=pid option
2021-07-08 10:35:15 linux-kernel [PATCH v2] Fix UCOUNT_RLIMIT_SIGPENDING counter leak
2021-07-07 17:40:51 linux-kernel Re: [PATCH] ucounts: Fix UCOUNT_RLIMIT_SIGPENDING counter leak
2021-07-02 17:58:29 linux-kernel [PATCH] ucounts: Fix UCOUNT_RLIMIT_SIGPENDING counter leak
2021-07-01 16:46:26 linux-kernel Re: [GIT PULL] ucounts: Count rlimits in each user namespace
2021-06-29 21:36:10 linux-kernel Re: [GIT PULL] ucounts: Count rlimits in each user namespace
2021-06-29 21:06:20 linux-kernel Re: [GIT PULL] ucounts: Count rlimits in each user namespace
2021-06-29 17:21:22 linux-kernel Re: [GIT PULL] ucounts: Count rlimits in each user namespace
2021-06-15 12:48:16 linux-kernel Re: [PATCH v1] proc: Implement /proc/self/meminfo
2021-06-03 10:45:38 linux-kernel [PATCH v1] proc: Implement /proc/self/meminfo
2021-05-28 12:35:55 linux-kernel Re: [PATCH -next] cred: add missing return error code when set_cred_ucounts() failed
2021-05-27 09:00:41 linux-kernel Re: [PATCH -next] cred: add missing return error code when set_cred_ucounts() failed
2021-05-12 13:21:10 linux-kernel Re: [PATCH v11 0/9] Count rlimits in each user namespace
2021-04-28 17:38:30 linux-kernel Re: 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression
2021-04-23 07:45:56 linux-kernel Re: 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression
2021-04-22 12:31:00 linux-kernel [PATCH v11 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
2021-04-22 12:30:52 linux-kernel [PATCH v11 9/9] ucounts: Set ucount_max to the largest positive value the type can hold
2021-04-22 12:29:35 linux-kernel [PATCH v11 7/9] Reimplement RLIMIT_MEMLOCK on top of ucounts
2021-04-22 12:29:24 linux-kernel [PATCH v11 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
2021-04-22 12:29:13 linux-kernel [PATCH v11 3/9] Use atomic_t for ucounts reference counting
2021-04-22 12:29:04 linux-kernel [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-04-22 12:29:02 linux-kernel [PATCH v11 1/9] Increase size of ucounts to atomic_long_t
2021-04-22 12:28:52 linux-kernel [PATCH v11 0/9] Count rlimits in each user namespace
2021-04-22 12:28:48 linux-kernel [PATCH v11 4/9] Reimplement RLIMIT_NPROC on top of ucounts
2021-04-22 12:28:39 linux-kernel [PATCH v11 2/9] Add a reference to ucounts for each cred