Re: [PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc

2025-06-01 Thread Dan Carpenter
Hi Rong, kernel test robot noticed the following build warnings: url: https://github.com/intel-lab-lkp/linux/commits/Rong-Tao/selftests-bpf-Add-selftests-for-bpf_task_cwd_from_pid/20250529-113933 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master patch link: h

Re: [RFC PATCH v2 8/9] KVM: selftests: arm64: Extend kvm_page_table_test to run guest code in vEL2

2025-06-01 Thread Itaru Kitayama
On Mon, May 12, 2025 at 03:52:50AM -0700, Ganapatrao Kulkarni wrote: > Adding code to run guest_code in vEL2. > NV is enabled using command line argument and it is disabled by default. > > NV is only enabled on ARM64, for other architectures the test will exit > with an ASSERT, if tried to run wit

[PATCH AUTOSEL 6.12 69/93] selftests: harness: Mark functions without prototypes static

2025-06-01 Thread Sasha Levin
From: Thomas Weißschuh [ Upstream commit c2bcc8e9577a35f9cf4707f8bb0b58bce30991aa ] With -Wmissing-prototypes the compiler will warn about non-static functions which don't have a prototype defined. As they are not used from a different compilation unit they don't need to be defined globally. Av

[PATCH AUTOSEL 6.14 076/102] selftests: harness: Mark functions without prototypes static

2025-06-01 Thread Sasha Levin
From: Thomas Weißschuh [ Upstream commit c2bcc8e9577a35f9cf4707f8bb0b58bce30991aa ] With -Wmissing-prototypes the compiler will warn about non-static functions which don't have a prototype defined. As they are not used from a different compilation unit they don't need to be defined globally. Av

[PATCH AUTOSEL 6.15 082/110] selftests: harness: Mark functions without prototypes static

2025-06-01 Thread Sasha Levin
From: Thomas Weißschuh [ Upstream commit c2bcc8e9577a35f9cf4707f8bb0b58bce30991aa ] With -Wmissing-prototypes the compiler will warn about non-static functions which don't have a prototype defined. As they are not used from a different compilation unit they don't need to be defined globally. Av

Re: [GIT PULL] OpenRISC updates for 6.16

2025-06-01 Thread pr-tracker-bot
The pull request you sent on Sun, 1 Jun 2025 10:42:42 +0100: > https://github.com/openrisc/linux.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/82dad698061c2db166fdcf92f549d34ba038e829 Thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.ker

[PATCH net v3] selftests: net: build net/lib dependency in all target

2025-06-01 Thread Bui Quang Minh
We have the logic to include net/lib automatically for net related selftests. However, currently, this logic is only in install target which means only `make install` will have net/lib included. This commit adds the logic to all target so that all `make`, `make run_tests` and `make install` will ha

Re: [PATCH RESEND v10 1/3] vhost: Add a new modparam to allow userspace select kthread

2025-06-01 Thread Michael S. Tsirkin
On Sat, May 31, 2025 at 05:57:26PM +0800, Cindy Lu wrote: > The vhost now uses vhost_task and workers as a child of the owner thread. > While this aligns with containerization principles, it confuses some > legacy userspace applications, therefore, we are reintroducing kthread > API support. > > A

Re: [PATCH RESEND v10 3/3] vhost: Add new UAPI to select kthread mode and KConfig to enable this IOCTL

2025-06-01 Thread Michael S. Tsirkin
On Sat, May 31, 2025 at 05:57:28PM +0800, Cindy Lu wrote: > This patch introduces a new UAPI that allows the vhost device to select > in kthread mode. Userspace applications can utilize IOCTL > VHOST_FORK_FROM_OWNER to select between task and kthread modes, which > must be invoked before IOCTL VHOS

Re: [PATCH v3] media: add virtio-media driver

2025-06-01 Thread Ricardo Ribalda
Hi Mauro On Sun, 1 Jun 2025 at 11:34, Mauro Carvalho Chehab wrote: > > Em Wed, 28 May 2025 18:23:02 +0200 > Ricardo Ribalda escreveu: > > > > +static int scatterlist_builder_add_userptr(struct scatterlist_builder > > > *builder, > > > + unsigned long use

[GIT PULL] OpenRISC updates for 6.16

2025-06-01 Thread Stafford Horne
Hello Linus, Please consider for pull, The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb: Linux 6.15-rc5 (2025-05-04 13:55:04 -0700) are available in the Git repository at: https://github.com/openrisc/linux.git tags/for-linus for you to fetch changes up to f698ee

Re: [PATCH v3] media: add virtio-media driver

2025-06-01 Thread Mauro Carvalho Chehab
Em Wed, 28 May 2025 18:23:02 +0200 Ricardo Ribalda escreveu: > > +static int scatterlist_builder_add_userptr(struct scatterlist_builder > > *builder, > > + unsigned long userptr, > > + unsigned long length) > > +{