Alexey Gladkov ([email protected])

Number of posts: 300 (0.07 per day)
First post: 2010-11-29 01:55:46
Last post: 2022-06-21 10:04:28

Date List Subject
2022-06-21 10:04:28 linux-kernel Re: [syzbot] memory leak in setup_mq_sysctls
2021-10-11 16:28:00 linux-kernel Re: linux 5.14.3: free_user_ns causes NULL pointer dereference
2021-08-21 09:00:45 linux-kernel Re: [PATCH] proc: prevent mount proc on same mountpoint in one pid namespace
2021-07-08 11:01:51 linux-kernel Re: [PATCH] ucounts: Fix UCOUNT_RLIMIT_SIGPENDING counter leak
2021-04-16 11:45:08 linux-kernel Re: 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression
2021-04-08 16:45:23 linux-kernel Re: 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression
2021-04-07 22:43:44 linux-kernel [PATCH v10 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
2021-04-07 22:43:39 linux-kernel [PATCH v10 1/9] Increase size of ucounts to atomic_long_t
2021-04-07 21:44:00 linux-kernel [PATCH v10 4/9] Reimplement RLIMIT_NPROC on top of ucounts
2021-04-07 21:43:46 linux-kernel [PATCH v10 0/9] Count rlimits in each user namespace
2021-04-07 21:42:19 linux-kernel [PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
2021-04-07 21:42:15 linux-kernel [PATCH v10 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-04-07 21:42:11 linux-kernel [PATCH v10 2/9] Add a reference to ucounts for each cred
2021-04-07 21:41:57 linux-kernel [PATCH v10 7/9] Reimplement RLIMIT_MEMLOCK on top of ucounts
2021-04-07 21:41:57 linux-kernel [PATCH v10 9/9] ucounts: Set ucount_max to the largest positive value the type can hold
2021-04-07 21:41:31 linux-kernel [PATCH v10 3/9] Use atomic_t for ucounts reference counting
2021-04-07 09:00:04 linux-kernel Re: [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts
2021-03-24 07:29:15 linux-kernel [PATCH v9 1/8] Increase size of ucounts to atomic_long_t
2021-03-23 21:05:32 linux-kernel [PATCH v9 8/8] kselftests: Add test to check for rlimit changes in different user namespaces
2021-03-23 21:05:31 linux-kernel [PATCH v9 5/8] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-03-23 21:04:32 linux-kernel [PATCH v9 4/8] Reimplement RLIMIT_NPROC on top of ucounts
2021-03-23 21:01:54 linux-kernel [PATCH v9 3/8] Use atomic_t for ucounts reference counting
2021-03-23 21:01:54 linux-kernel [PATCH v9 7/8] Reimplement RLIMIT_MEMLOCK on top of ucounts
2021-03-23 21:01:47 linux-kernel [PATCH v9 2/8] Add a reference to ucounts for each cred
2021-03-23 21:01:47 linux-kernel [PATCH v9 6/8] Reimplement RLIMIT_SIGPENDING on top of ucounts
2021-03-23 21:01:47 linux-kernel [PATCH v9 0/8] Count rlimits in each user namespace
2021-03-20 18:04:04 linux-kernel Re: [PATCH] proc: delete redundant subset=pid check
2021-03-20 17:57:20 linux-kernel Re: [PATCH] proc: test subset=pid
2021-03-12 16:44:28 linux-kernel [PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions
2021-03-12 16:44:24 linux-kernel [PATCH v6 1/5] docs: proc: add documentation about mount restrictions
2021-03-12 16:44:18 linux-kernel [PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
2021-03-12 16:44:11 linux-kernel [PATCH v6 3/5] proc: Disable cancellation of subset=pid option
2021-03-12 16:43:57 linux-kernel [PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
2021-03-12 16:43:55 linux-kernel [PATCH v6 4/5] proc: Relax check of mount visibility
2021-03-10 20:09:15 linux-kernel Re: [PATCH v5 0/5] proc: Relax check of mount visibility
2021-03-10 18:24:22 linux-kernel Re: [RESEND PATCH v4 0/3] proc: Relax check of mount visibility
2021-03-10 18:24:20 linux-kernel [PATCH v5 5/5] docs: proc: add documentation about relaxing visibility restrictions
2021-03-10 18:24:08 linux-kernel [PATCH v5 3/5] proc: Disable cancellation of subset=pid option
2021-03-10 18:22:15 linux-kernel [PATCH v5 4/5] proc: Relax check of mount visibility
2021-03-10 18:22:08 linux-kernel [PATCH v5 0/5] proc: Relax check of mount visibility
2021-03-10 18:22:08 linux-kernel [PATCH v5 2/5] proc: Show /proc/self/net only for CAP_NET_ADMIN
2021-03-10 18:22:08 linux-kernel [PATCH v5 1/5] docs: proc: add documentation about mount restrictions
2021-03-10 12:06:05 linux-kernel [PATCH v8 2/8] Add a reference to ucounts for each cred
2021-03-10 12:06:01 linux-kernel [PATCH v8 3/8] Use atomic_t for ucounts reference counting
2021-03-10 12:05:53 linux-kernel [PATCH v8 0/8] Count rlimits in each user namespace
2021-03-10 12:04:35 linux-kernel [PATCH v8 7/8] Reimplement RLIMIT_MEMLOCK on top of ucounts
2021-03-10 12:04:33 linux-kernel [PATCH v8 8/8] kselftests: Add test to check for rlimit changes in different user namespaces
2021-03-10 12:04:10 linux-kernel [PATCH v8 6/8] Reimplement RLIMIT_SIGPENDING on top of ucounts
2021-03-10 12:04:10 linux-kernel [PATCH v8 4/8] Reimplement RLIMIT_NPROC on top of ucounts
2021-03-10 12:04:09 linux-kernel [PATCH v8 5/8] Reimplement RLIMIT_MSGQUEUE on top of ucounts
2021-03-10 12:03:38 linux-kernel [PATCH v8 1/8] Increase size of ucounts to atomic_long_t