> -----Original Message----- > From: David Laight <david.lai...@aculab.com> > Sent: Monday, 15 April 2019 9:04 PM > To: 'Alastair D'Silva' <alast...@d-silva.org>; 'Petr Mladek' > <pmla...@suse.com> > Cc: 'Alastair D'Silva' <alast...@au1.ibm.com>; 'Jani Nikula' > <jani.nik...@linux.intel.com>; 'Joonas Lahtinen' > <joonas.lahti...@linux.intel.com>; 'Rodrigo Vivi' <rodrigo.v...@intel.com>; > 'David Airlie' <airl...@linux.ie>; 'Daniel Vetter' <dan...@ffwll.ch>; 'Karsten > Keil' <i...@linux-pingi.de>; 'Jassi Brar' <jassisinghb...@gmail.com>; 'Tom > Lendacky' <thomas.lenda...@amd.com>; 'David S. Miller' > <da...@davemloft.net>; 'Jose Abreu' <jose.ab...@synopsys.com>; 'Kalle > Valo' <kv...@codeaurora.org>; 'Stanislaw Gruszka' <sgrus...@redhat.com>; > 'Benson Leung' <ble...@chromium.org>; 'Enric Balletbo i Serra' > <enric.balle...@collabora.com>; 'James E.J. Bottomley' > <j...@linux.ibm.com>; 'Martin K. Petersen' <martin.peter...@oracle.com>; > 'Greg Kroah-Hartman' <gre...@linuxfoundation.org>; 'Alexander Viro' > <v...@zeniv.linux.org.uk>; 'Sergey Senozhatsky' > <sergey.senozhat...@gmail.com>; 'Steven Rostedt' > <rost...@goodmis.org>; 'Andrew Morton' <a...@linux-foundation.org>; > intel-...@lists.freedesktop.org; dri-de...@lists.freedesktop.org; linux- > ker...@vger.kernel.org; net...@vger.kernel.org; > ath...@lists.infradead.org; linux-wirel...@vger.kernel.org; linux- > s...@vger.kernel.org; linux-fb...@vger.kernel.org; > de...@driverdev.osuosl.org; linux-fsde...@vger.kernel.org > Subject: RE: [PATCH 3/4] lib/hexdump.c: Replace ascii bool in > hex_dump_to_buffer with flags > > From: Alastair D'Silva > > Sent: 15 April 2019 11:45 > ... > > > Although I think you'd want a 'no hex' flag to suppress the hex. > > > > > > Probably more useful flags are ones to suppress the address column. > > > > This is already supported by the prefix_type parameter - are you > > proposing that we eliminate the parameter & combine it with flags? > > I was looking at the flags on one of my hexdump() functions... > > > > I've also used flags to enable (or disable) suppression of multiple > > > lines of zeros of constant bytes. > > > In that case you may want hexdump to return the flags for the next > > > call when a large buffer is being dumped in fragments. > > > > I'm afraid I don't quite follow here, hex_dump_to_buffer doesn't alter > > the flags, so the caller already knows it. > > If you are suppressing lines of zeros and dumping a buffer in several blocks > then subsequent calls need to know that the last line of the previous call was > suppressed zeros - and carry on with the same suppressed block.
Why wouldn't you do this with a single call to print_hex_dump? (that is where the repeated lines are suppressed) That will already take chunks of the buffer until the whole thing is output, in what situation do you see a caller chunking the access themselves? -- Alastair D'Silva mob: 0423 762 819 skype: alastair_dsilva msn: alast...@d-silva.org blog: http://alastair.d-silva.org Twitter: @EvilDeece