public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Fix fixup_silent_linux() buffer overrun
@ 2011-10-19 22:30 Doug Anderson
  2011-10-19 22:30 ` [U-Boot] [PATCH 1/4] cmdline: Add linux command line munging tools Doug Anderson
                   ` (3 more replies)
  0 siblings, 4 replies; 39+ messages in thread
From: Doug Anderson @ 2011-10-19 22:30 UTC (permalink / raw)
  To: u-boot

This set of patches together fixes a buffer overrun in the
fixup_silent_linux() function when we've got a long linux
command line.  It also adds the removal of "earlyprintk" when
we are silencing the linux console.

One thing you will notice is that some of these changes have
unit tests assocated with them.  I wasn't sure exactly where
these should live.  If people would prefer them elsewhere (or
simply removed), just let me know and I'll resubmit.

Doug Anderson (4):
  cmdline: Add linux command line munging tools
  cosmetic: Fixup fixup_silent_linux() for checkpatch
  bootm: Avoid 256-byte overflow in fixup_silent_linux()
  bootm: Add earlyprintk to fixup_silent_linux

 common/Makefile    |    1 +
 common/cmd_bootm.c |  136 +++++++++++++++++++----
 common/cmdline.c   |  318 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/cmdline.h  |   30 +++++
 4 files changed, 465 insertions(+), 20 deletions(-)
 create mode 100644 common/cmdline.c
 create mode 100644 include/cmdline.h

-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2013-05-22 14:59 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 22:30 [U-Boot] [PATCH 0/4] Fix fixup_silent_linux() buffer overrun Doug Anderson
2011-10-19 22:30 ` [U-Boot] [PATCH 1/4] cmdline: Add linux command line munging tools Doug Anderson
2011-10-19 22:46   ` Mike Frysinger
2011-10-20  1:23     ` Doug Anderson
2011-10-19 22:52   ` Mike Frysinger
2011-10-20  1:07     ` Doug Anderson
2011-10-20  1:37       ` Mike Frysinger
2011-10-20 14:36   ` Wolfgang Denk
2011-10-20 17:06     ` Doug Anderson
2011-10-20 17:15       ` Mike Frysinger
2011-10-20 18:23         ` Doug Anderson
2011-10-20 19:33           ` Wolfgang Denk
2011-10-20 19:03       ` Wolfgang Denk
2011-10-21  5:09         ` Doug Anderson
2011-10-19 22:30 ` [U-Boot] [PATCH 2/4] cosmetic: Fixup fixup_silent_linux() for checkpatch Doug Anderson
2011-10-20 14:38   ` Wolfgang Denk
2011-10-19 22:30 ` [U-Boot] [PATCH 3/4] bootm: Avoid 256-byte overflow in fixup_silent_linux() Doug Anderson
2011-10-19 22:51   ` Mike Frysinger
2011-10-20 14:40   ` Wolfgang Denk
2011-10-20 17:54     ` [U-Boot] [PATCH v2] " Doug Anderson
2012-01-10 22:28       ` Wolfgang Denk
2012-01-10 22:51         ` Doug Anderson
2012-01-10 23:31           ` Mike Frysinger
2012-01-10 23:30         ` Mike Frysinger
2012-01-11 18:19   ` Doug Anderson
2012-01-15  1:32     ` Mike Frysinger
2012-01-17 19:16     ` [U-Boot] [PATCH v3] " Doug Anderson
2012-01-17 19:27       ` Mike Frysinger
2012-01-17 19:33         ` Doug Anderson
2012-01-17 19:37     ` [U-Boot] [PATCH v4] " Doug Anderson
2012-01-17 19:55       ` Mike Frysinger
2013-05-22 14:59       ` [U-Boot] [U-Boot, " Tom Rini
2011-10-19 22:30 ` [U-Boot] [PATCH 4/4] bootm: Add earlyprintk to fixup_silent_linux Doug Anderson
2011-10-19 22:35   ` Mike Frysinger
2011-10-19 22:46     ` Doug Anderson
2011-10-19 23:11       ` Mike Frysinger
2011-10-20 14:42   ` Wolfgang Denk
2011-10-20 17:35     ` Doug Anderson
2011-10-20 19:26       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox