[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack

2023-11-11 Thread Jordan Rome
This is a follow up to: commit b8e3a87a627b ("bpf: Add crosstask check to __bpf_get_stack"). This test ensures that the task iterator only gets a single user stack (for the current task). Signed-off-by: Jordan Rome --- tools/testing/selftests/bpf/prog_tests/bpf_iter.c | 2 ++

Re: [PATCH v3 0/6] KVM RISC-V Conditional Operations

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Anup Patel : On Tue, 3 Oct 2023 09:22:20 +0530 you wrote: > This series extends KVM RISC-V to allow Guest/VM discover and use > conditional operations related ISA extensions (namely XVentanaCondOps > and Zicond). > > To try these

Re: [RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test

2023-11-11 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (fixes) by Shuah Khan : On Wed, 18 Oct 2023 10:08:56 +0800 you wrote: > Yu Liao (2): > selftests/ftrace: add loongarch support for kprobe args char tests > selftests/ftrace: Add riscv support for kprobe arg tests > >

Re: [PATCH v2] selftests: prctl: Add prctl test for PR_GET_NAME

2023-11-11 Thread Osama Muhammad
On Tue, 3 Oct 2023 at 21:01, Osama Muhammad wrote: > > On Sun, 20 Aug 2023 at 19:14, Osama Muhammad wrote: > > > > This patch covers the testing of PR_GET_NAME by > > reading it's value from proc/self/task/pid/comm > > and matching it with the value returned by PR_GET_NAME. > > If the values are

[PATCH v2] selftests: capabilities: namespace create varies for root and normal user

2023-11-11 Thread Swarup Laxman Kotiaklapudi
This patchset fixes TODO: "If we're already root, we could skip creating the userns." Change namespace creation for root and non-root user differently in create_and_enter_ns() function in this file: tools/testing/selftests/capabilities/test_execve.c Test result with root user: $sudo make

Re: [RFC PATCH v3 05/12] netdev: netdevice devmem allocator

2023-11-11 Thread David Ahern
On 11/10/23 7:26 AM, Pavel Begunkov wrote: > On 11/7/23 23:03, Mina Almasry wrote: >> On Tue, Nov 7, 2023 at 2:55 PM David Ahern wrote: >>> >>> On 11/7/23 3:10 PM, Mina Almasry wrote: On Mon, Nov 6, 2023 at 3:44 PM David Ahern wrote: > > On 11/5/23 7:44 PM, Mina Almasry wrote:

Re: [PATCH] selftests: capabilities: namespace create varies for root and normal user

2023-11-11 Thread swarup
On Tue, Nov 07, 2023 at 02:23:34PM -0700, Shuah Khan wrote: > On 9/29/23 06:53, Swarup Laxman Kotiaklapudi wrote: > > Change namespace creation for root and non-root > > user differently in create_and_enter_ns() function > > > > Sorry for the delay on reviewing this. > > Can you tell me more