Add basic support to run various MIPS variants via kunit_tool using the
virtualized malta platform.
Signed-off-by: Thomas Weißschuh
---
tools/testing/kunit/qemu_configs/mips.py | 18 ++
tools/testing/kunit/qemu_configs/mips64.py | 19 +++
tools/testing/kunit
On MIPS the memblock allocator is configured to allocate bottom-up.
The memory map is allocated by the mm core through memblock and uses
MEMBLOCK_LOW_LIMIT as minimal address. This constant is defined as zero because
it assumes that "we are using top down, so it is safe to use 0 here".
So the memor
Add basic support to run various MIPS variants via kunit_tool using the
virtualized malta platform.
Various kunit tests from drivers/firmware/cirrus/ are failing on MIPS.
They are fixed in [0].
[0]
https://lore.kernel.org/lkml/20250211-cs_dsp-kunit-strings-v1-1-d9bc2035d...@linutronix.de/
Signed
Hi Vlastimil,
On Tue, 11 Feb 2025 at 17:01, Vlastimil Babka wrote:
> On 2/3/25 12:13, Vlastimil Babka wrote:
> > The subsystem status is currently reported with --role(stats) by
> > adjusting the maintainer role for any status different from Maintained.
> > This has two downsides:
> >
> > - if a
On Mon, 2025-02-10 at 11:59 +0200, Andy Shevchenko wrote:
> When compiling a kernel with GCC using `make W=1` with
> CONFIG_WERROR=y
> (which is default nowadays), the build fails:
>
> drivers/char/virtio_console.c:1427:9: note: ‘snprintf’ output between
> 9 and 27 bytes into a destination of size
On Wed, 2025-02-12 at 12:48 +0100, Thorsten Blum wrote:
> Remove hard-coded strings by using the str_yes_no() helper function.
>
> Signed-off-by: Thorsten Blum
> ---
> drivers/char/virtio_console.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Amit Shah
-ww_mutex-kunit-convert-v1-1-972f0201f71e%40gmail.com
patch subject: [PATCH] ww_mutex: convert self-test to KUnit
config: i386-randconfig-141-20250212
(https://download.01.org/0day-ci/archive/20250212/202502121806.cs6r741y-...@intel.com/config)
compiler: clang version 19.1.3 (https://github.com/llvm/llvm
Remove hard-coded strings by using the str_yes_no() helper function.
Signed-off-by: Thorsten Blum
---
drivers/char/virtio_console.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c
index 24442485e73e..35af0cc11d
On Wed, 12 Feb 2025 at 17:11, Dan Carpenter wrote:
>
> On Tue, Feb 11, 2025 at 11:36:31AM +, Marc Zyngier wrote:
> > For the crash at hand, which clearly shows nVHE, can you report
> > whether the following hack fixes it for you?
> >
> > M.
>
> No luck, I'm afraid. It still crashes the
On Tue, Feb 11, 2025 at 11:36:31AM +, Marc Zyngier wrote:
> For the crash at hand, which clearly shows nVHE, can you report
> whether the following hack fixes it for you?
>
> M.
No luck, I'm afraid. It still crashes the same way.
https://tuxapi.tuxsuite.com/v1/groups/linaro/projects/a
On Tue, Feb 11, 2025 at 11:36:31AM +, Marc Zyngier wrote:
> On Tue, 11 Feb 2025 11:24:06 +,
> Naresh Kamboju wrote:
> >
> > Regression on rk3399-rock-pi-4b while running kvm-unit-tests with
> > nvhe, protected and vhe mode with virtualization enabled.
>
> I do not buy this. RK3399 only h
The tests done by test_xdp_redirect_multi.sh are now fully covered by
the CI through test_xdp_veth.c.
Remove test_xdp_redirect_multi.sh
Remove xdp_redirect_multi.c that was used by the script to load and
attach the BPF programs.
Remove their entries in the Makefile
Acked-by: Stanislav Fomichev
S
XDP redirections with BPF_F_BROADCAST and BPF_F_EXCLUDE_INGRESS flags
are tested by test_xdp_redirect_multi.sh but not within the test_progs
framework.
Add a broadcast test case in test_xdp_veth.c to test them.
Use the same BPF programs than the one used by
test_xdp_redirect_multi.sh.
Use a BPF ma
XDP programs loaded on egress is tested by test_xdp_redirect_multi.sh
but not by the test_progs framework.
Add a test case in test_xdp_veth.c to test the XDP program on egress.
Use the same BPF program than test_xdp_redirect_multi.sh that replaces
the source MAC address by one provided through a B
Broadcasting flags are hardcoded for each kind for protocol.
Create a redirect_flags map that allows to select the broadcasting flags
to use in the bpf_redirect_map(). The protocol ID is used as a key.
Set the old hardcoded values as default if the map isn't filled by the
BPF caller.
Acked-by: St
Tests use the root network namespace, so they aren't fully independent
of each other. For instance, the index of the created veth interfaces
is incremented every time a new test is launched.
Wrap the network topology in a network namespace to ensure full
isolation. Use the append_tid() helper to e
The network configuration is defined by a table of struct
veth_configuration. This isn't convenient if we want to add a network
configuration that isn't linked to a veth pair.
Create a struct net_configuration that holds the veth_configuration
table to ease adding new configuration attributes in u
Hi all,
This patch series continues the work to migrate the *.sh tests into
prog_tests framework.
test_xdp_redirect_multi.sh tests the XDP redirections done through
bpf_redirect_map().
This is already partly covered by test_xdp_veth.c that already tests
map redirections at XDP level. What isn't
On Tue, Feb 11, 2025 at 07:43:11PM +, Jonathan Cameron wrote:
> On Sun, 9 Feb 2025 16:47:44 +0200
> Andy Shevchenko wrote:
> > On Sat, Feb 08, 2025 at 04:13:24PM -0500, Aren Moynihan wrote:
> > > Using dev_err_probe instead of dev_err and return makes the errors
> >
> > Use dev_err_probe()
On Wed, Feb 12, 2025 at 02:14:19AM -0800, Paul E. McKenney wrote:
> On Mon, Feb 10, 2025 at 08:22:24PM -0500, Joel Fernandes wrote:
> > On Mon, Feb 10, 2025 at 7:28 PM Joel Fernandes
> > wrote:
> > > On Mon, Jan 27, 2025 at 1:45 PM Joel Fernandes
> > > wrote:
> > > > On Mon, Jan 27, 2025 at 11:
On 12/02/2025 12:31 pm, Dave Hansen wrote:
On 2/11/25 13:18, Huang, Kai wrote:
This requires low-level SGX implementation knowledge to fully
understand. Both what "ETRACK, EBLOCK and EWB" are in the first place,
how they are involved in reclaim and also why EREMOVE doesn't lead to
the same fa
On Mon, Feb 10, 2025 at 08:22:24PM -0500, Joel Fernandes wrote:
> On Mon, Feb 10, 2025 at 7:28 PM Joel Fernandes wrote:
> > On Mon, Jan 27, 2025 at 1:45 PM Joel Fernandes
> > wrote:
> > > On Mon, Jan 27, 2025 at 11:49 AM Paul E. McKenney
> > > wrote:
> > > > On Sun, Jan 26, 2025 at 09:58:11PM
On Wed, 12 Feb 2025 at 06:43, Tamir Duberstein wrote:
>
> On Tue, Feb 11, 2025 at 5:38 PM Boqun Feng wrote:
> >
> > Hi Tamir,
>
> Hi Boqun, thanks for taking a look.
>
> > On Mon, Feb 10, 2025 at 10:59:12AM -0500, Tamir Duberstein wrote:
> > > Convert this unit test to a KUnit test.
> > >
> >
> >
On Wed, 12 Feb 2025 at 14:45, Thorsten Leemhuis wrote:
>
> On 04.10.24 21:00, Gabriel Krisman Bertazi wrote:
> > Pedro Orlando writes:
> >> From: Gabriela Bittencourt
> >>
> >> Change utf8 kunit test filename and path to follow the style
> >> convention on Documentation/dev-tools/kunit/style.rst
On Tue, 11 Feb 2025 at 16:40, Rasmus Villemoes wrote:
>
> On Tue, Feb 11 2025, David Gow wrote:
>
> > On Mon, 10 Feb 2025 at 19:57, Rasmus Villemoes
> > wrote:
> >>
> >> On Fri, Feb 07 2025, Tamir Duberstein wrote:
> >>
> >> > On Fri, Feb 7, 2025 at 5:01 AM Rasmus Villemoes
> >> > wrote:
> >>
On Tue, 11 Feb 2025 21:24:44 +0100
Andreas Hindborg wrote:
> "Gary Guo" writes:
>
> > On Tue, 11 Feb 2025 16:57:36 +0100
> > Andreas Hindborg wrote:
> >
> >> The `Index` implementation on `BStr` was lost when we switched `BStr` from
> >> a type alias of `[u8]` to a newtype. This patch adds b
On Tue, 11 Feb 2025 21:13:10 +0100
Andreas Hindborg wrote:
> "Gary Guo" writes:
>
> > On Tue, 11 Feb 2025 16:57:39 +0100
> > Andreas Hindborg wrote:
> >
> >> Add the trait `ParseInt` for parsing string representations of integers
> >> where the string representations are optionally prefixed
27 matches
Mail list logo