Re: [PATCH net-next v2] selftests: iou-zcrx: Clean up build warnings for error format

2025-05-03 Thread Haiyue Wang
On 2025/5/3 11:24, David Wei wrote: On 5/2/25 10:50, Haiyue Wang wrote: Clean up two build warnings: [1] iou-zcrx.c: In function ‘process_recvzc’: iou-zcrx.c:263:37: warning: too many arguments for format [-Wformat- extra-args]    263 | error(1, 0, "payload mismatch a

Re: [PATCH v3 2/5] module: Add module specific symbol namespace support

2025-05-03 Thread Masahiro Yamada
On Fri, May 2, 2025 at 11:26 PM Peter Zijlstra wrote: > > Designate the "module:${modname}" symbol namespace to mean: 'only > export to the named module'. > > Notably, explicit imports of anything in the "module:" space is > forbidden. > > Signed-off-by: Peter Zijlstra (Intel) > --- > kernel/mod

[PATCH] selftests/filesystems: Fix typo in file_stressor.c

2025-05-03 Thread Chelsy Ratnawat
Change spelling from rougly to roughly. Signed-off-by: Chelsy Ratnawat --- tools/testing/selftests/filesystems/file_stressor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/filesystems/file_stressor.c b/tools/testing/selftests/filesystems/file_stres

Re: [PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h

2025-05-03 Thread Masahiro Yamada
On Sat, Apr 26, 2025 at 12:08 PM Randy Dunlap wrote: > > Since openrisc does not support PERF_EVENTS, omit the HDRTEST of > bpf_perf_event.h for arch/openrisc/. > > Fixes a build error: > usr/include/linux/bpf_perf_event.h:14:28: error: field 'regs' has incomplete > type Where can I get openri

Re: [PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h

2025-05-03 Thread Masahiro Yamada
On Sun, May 4, 2025 at 1:01 AM Masahiro Yamada wrote: > > On Sat, Apr 26, 2025 at 12:08 PM Randy Dunlap wrote: > > > > Since openrisc does not support PERF_EVENTS, omit the HDRTEST of > > bpf_perf_event.h for arch/openrisc/. > > > > Fixes a build error: > > usr/include/linux/bpf_perf_event.h:14:2

Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct

2025-05-03 Thread Ujwal Kundur
Thanks for the review and testing! I'll push a V2 with the indentation fixes soon. > this deletes the global vars before it deletes > the references to them. That's gonna be a real pain for bisections, > please can you restructure the series to prevent intervening build > failures? > (i.e. if I a

Re: [PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h

2025-05-03 Thread Randy Dunlap
On 5/3/25 9:13 AM, Masahiro Yamada wrote: > On Sun, May 4, 2025 at 1:01 AM Masahiro Yamada wrote: >> >> On Sat, Apr 26, 2025 at 12:08 PM Randy Dunlap wrote: >>> >>> Since openrisc does not support PERF_EVENTS, omit the HDRTEST of >>> bpf_perf_event.h for arch/openrisc/. >>> >>> Fixes a build e

Re: [PATCH v5 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers

2025-05-03 Thread David Heidelberg
Kind ping on the series. When the series is considered solid, it will improve Linux usability on lower-quality touchscreen replacements (including those from other vendors and models) outside of our Snapdragon 845 downstream fork. Thank you David On 10/04/2025 16:28, David Heidelberg via B4

[PATCH v2] selftests: Fix some typos in tools/testing/selftests

2025-05-03 Thread Chelsy Ratnawat
Fix multiple spelling errors: - "rougly" -> "roughly" - "fielesystems" -> "filesystems" - "Can'" -> "Can't" Signed-off-by: Chelsy Ratnawat --- tools/testing/selftests/filesystems/file_stressor.c | 2 +- tools/testing/selftests/mm/gup_longterm.c | 2 +- .../selft

Re: [PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h

2025-05-03 Thread Masahiro Yamada
On Sun, May 4, 2025 at 8:23 AM Randy Dunlap wrote: > > > > On 5/3/25 9:13 AM, Masahiro Yamada wrote: > > On Sun, May 4, 2025 at 1:01 AM Masahiro Yamada wrote: > >> > >> On Sat, Apr 26, 2025 at 12:08 PM Randy Dunlap > >> wrote: > >>> > >>> Since openrisc does not support PERF_EVENTS, omit the HD

Re: [PATCH 1/4] selftests/mm/uffd: Refactor non-composite global vars into struct

2025-05-03 Thread Andrew Morton
On Sat, 3 May 2025 23:46:26 +0530 Ujwal Kundur wrote: > Thanks for the review and testing! > > I'll push a V2 with the indentation fixes soon. > > > this deletes the global vars before it deletes > > the references to them. That's gonna be a real pain for bisections, > > please can you restruct

Re: [PATCH v1 5/7] modpost: Create modalias for builtin modules

2025-05-03 Thread Petr Pavlu
On 4/29/25 17:15, Alexey Gladkov wrote: > On Tue, Apr 29, 2025 at 04:14:13PM +0200, Petr Pavlu wrote: >> On 4/29/25 14:49, Alexey Gladkov wrote: >>> On Tue, Apr 29, 2025 at 12:04:44PM +0200, Alexey Gladkov wrote: > I'm not sure it's best to overload this data in this way. I think mixing > a