Re: [PATCH v4 00/14] Add support for suppressing warning backtraces
Andrew Morton <[email protected]>
| Newsgroups | gmane.linux.ports.parisc,gmane.comp.video.dri.devel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.documentation,gmane.linux.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 Mar 2025 11:43:15 +0000 Alessandro Carminati <[email protected]> wrote: > Some unit tests intentionally trigger warning backtraces by passing bad > parameters to kernel API functions. Such unit tests typically check the > return value from such calls, not the existence of the warning backtrace. I've had this series in mm.git's mm-new branch for a while. I didn't send it up for 6.15-rc1 due to what I believe to be unresolved review issues. I'll drop this v4 series. Please resend if/when suitable. Some notes I have taken are: https://lkml.kernel.org/r/[email protected] https://lkml.kernel.org/r/[email protected] #arm64-add-support-for-suppressing-warning-backtraces.patch: check review Some fixes I had merged which presumably should be carried forward are https://lore.kernel.org/all/[email protected]/T/ https://lkml.kernel.org/r/[email protected] Thanks.