> > On Fri, 2015-07-10 at 13:36 +0200, Paul Bolle wrote: > > On do, 2015-07-09 at 16:21 -0400, Roy Pledge wrote: > > > +#ifdef CONFIG_FSL_DPA_CHECKING > > > +#define DPA_ASSERT(x) \ > > > + do { \ > > > + if (!(x)) { \ > > > + pr_crit("ASSERT: (%s:%d) %s\n", __FILE__, __LINE__, \ > > > + __stringify_1(x)); \ > > > + dump_stack(); \ > > > + panic("assertion failure"); \ > > > > Not my call, but why panic() here? > > I'm pretty sure I've complained about this before (as well as all the > BUG_ONs). > Is the concern here just the call to panic()? I'm happy to change what happens when an issue is detected but the DPA_ASSERT() calls are very useful when testing changes to the driver and when bringing up the drivers on new silicon variants. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev
- [PATCH 08/11] soc/qman: Add debugfs support for the QMan driver Roy Pledge
- [PATCH 09/11] soc/bman: Add HOTPLUG_CPU support to the BMan dri... Roy Pledge
- [PATCH 10/11] soc/qman: Add HOTPLUG_CPU support to the QMan dri... Roy Pledge
- [PATCH 02/11] soc/fsl: Introduce DPAA BMan device management dr... Roy Pledge
- Re: [PATCH 02/11] soc/fsl: Introduce DPAA BMan device mana... Paul Bolle
- Re: [PATCH 02/11] soc/fsl: Introduce DPAA BMan device mana... Paul Bolle
- Re: [PATCH 02/11] soc/fsl: Introduce DPAA BMan device ... Scott Wood
- RE: [PATCH 02/11] soc/fsl: Introduce DPAA BMan dev... Roy Pledge
- [PATCH 07/11] soc/bman: Add debugfs support for the BMan driver Roy Pledge
- [PATCH 01/11] powerpc: re-add devm_ioremap_prot() Roy Pledge
- [PATCH 11/11] soc/qman: add qman_delete_cgr_safe() Roy Pledge
- [PATCH 06/11] soc/qman: Add self-tester for QMan driver Roy Pledge
- Re: [PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal drive... Paul Bolle
- Re: [PATCH 04/11] soc/fsl: Introduce drivers for the DPAA QMan Paul Bolle