Re: [PATCH] ubifs: Allow to silence debug dumps

2022-11-24 Thread Tom Rini
On Sun, Aug 07, 2022 at 09:27:09PM +0200, Pali Rohár wrote: > Debug dump logs are not always required. Add a new config option > UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On powerpc/mpc85xx > when enabled this will decrease size of U-Boot binary by 11 kB. > > Signed-off-by: Pali Rohár

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-11-21 Thread Pali Rohár
+ Tom On Tuesday 01 November 2022 23:26:37 Pali Rohár wrote: > PING again > > On Sunday 09 October 2022 13:30:26 Pali Rohár wrote: > > PING again after more than one month. > > > > On Thursday 25 August 2022 15:53:32 Pali Rohár wrote: > > > PING? Who can review and take this patch? It is needed

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-11-01 Thread Pali Rohár
PING again On Sunday 09 October 2022 13:30:26 Pali Rohár wrote: > PING again after more than one month. > > On Thursday 25 August 2022 15:53:32 Pali Rohár wrote: > > PING? Who can review and take this patch? It is needed for more boards > > due to increasing size of u-boot binary. > > > > On

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-10-09 Thread Pali Rohár
PING again after more than one month. On Thursday 25 August 2022 15:53:32 Pali Rohár wrote: > PING? Who can review and take this patch? It is needed for more boards > due to increasing size of u-boot binary. > > On Sunday 07 August 2022 21:27:09 Pali Rohár wrote: > > Debug dump logs are not

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-08-25 Thread Pali Rohár
PING? Who can review and take this patch? It is needed for more boards due to increasing size of u-boot binary. On Sunday 07 August 2022 21:27:09 Pali Rohár wrote: > Debug dump logs are not always required. Add a new config option > UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-08-07 Thread Tony Dinh
Hi Pali, On Sun, Aug 7, 2022 at 3:54 PM Pali Rohár wrote: > > On Sunday 07 August 2022 15:30:33 Tony Dinh wrote: > > Hi Pali, > > > > On Sun, Aug 7, 2022 at 12:27 PM Pali Rohár wrote: > > > > > > Debug dump logs are not always required. Add a new config option > > > UBIFS_SILENCE_DEBUG_DUMP to

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-08-07 Thread Pali Rohár
On Sunday 07 August 2022 15:30:33 Tony Dinh wrote: > Hi Pali, > > On Sun, Aug 7, 2022 at 12:27 PM Pali Rohár wrote: > > > > Debug dump logs are not always required. Add a new config option > > UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On powerpc/mpc85xx > > when enabled this will

Re: [PATCH] ubifs: Allow to silence debug dumps

2022-08-07 Thread Tony Dinh
Hi Pali, On Sun, Aug 7, 2022 at 12:27 PM Pali Rohár wrote: > > Debug dump logs are not always required. Add a new config option > UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On powerpc/mpc85xx > when enabled this will decrease size of U-Boot binary by 11 kB. Great patch! I had a hunch

[PATCH] ubifs: Allow to silence debug dumps

2022-08-07 Thread Pali Rohár
Debug dump logs are not always required. Add a new config option UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On powerpc/mpc85xx when enabled this will decrease size of U-Boot binary by 11 kB. Signed-off-by: Pali Rohár --- fs/ubifs/Kconfig | 8 fs/ubifs/debug.c | 28