Re: [PATCH v3 14/15] riscv: Add support for suppressing warning backtraces

2024-04-22 Thread Charlie Jenkins
\ > - : "i" (__FILE__), "i" (__LINE__), \ > + : "i" (__FILE__), "i" (__BUG_FUNC), \ > + "i" (__LINE__), \ > "i" (flags), \ > "i" (sizeof(struct bug_entry))); \ > } while (0) > -- > 2.39.2 > > > ___ > linux-riscv mailing list > linux-ri...@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv Reviewed-by: Charlie Jenkins - Charlie

Re: "test_ip_fast_csum: ASSERTION FAILED at lib/checksum_kunit.c:589" at boot with CONFIG_CHECKSUM_KUNIT=y enabled on a Talos II, kernel 6.8-rc5

2024-02-24 Thread Charlie Jenkins
On Fri, Feb 23, 2024 at 05:59:07AM +, Christophe Leroy wrote: > Hi Erhard, hi Charlie, > > Le 23/02/2024 à 02:26, Erhard Furtner a écrit : > > Greetings! > > > > Looks like my Talos II (running a BE kernel+system) fails some of the > > kernels internal unit tests. One of the failing tests

Re: [PATCH v9 2/2] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests

2024-02-24 Thread Charlie Jenkins
On Fri, Feb 23, 2024 at 10:06:54AM +, Christophe Leroy wrote: > > > Le 22/02/2024 à 03:55, Charlie Jenkins a écrit : > > The test cases for ip_fast_csum and csum_ipv6_magic were failing on a > > variety of architectures that are big endian or do not support > >

Re: "test_ip_fast_csum: ASSERTION FAILED at lib/checksum_kunit.c:589" at boot with CONFIG_CHECKSUM_KUNIT=y enabled on a Talos II, kernel 6.8-rc5

2024-02-24 Thread Charlie Jenkins
On Fri, Feb 23, 2024 at 09:06:56AM +, Christophe Leroy wrote: > > > Le 23/02/2024 à 08:00, Charlie Jenkins a écrit : > > On Fri, Feb 23, 2024 at 06:58:14AM +, Christophe Leroy wrote: > >> > >> > >> Le 23/02/2024 à 07:12, Charlie Jenkins a écrit 

Re: "test_ip_fast_csum: ASSERTION FAILED at lib/checksum_kunit.c:589" at boot with CONFIG_CHECKSUM_KUNIT=y enabled on a Talos II, kernel 6.8-rc5

2024-02-24 Thread Charlie Jenkins
On Fri, Feb 23, 2024 at 06:58:14AM +, Christophe Leroy wrote: > > > Le 23/02/2024 à 07:12, Charlie Jenkins a écrit : > > On Fri, Feb 23, 2024 at 05:59:07AM +, Christophe Leroy wrote: > >> Hi Erhard, hi Charlie, > >> > >> Le 23/02/2024 à 02:26