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
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
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
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
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
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
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
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
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
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
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
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)
> > +{
12 matches
Mail list logo