public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-fdt
Date: Tue, 5 Nov 2019 18:12:46 -0500	[thread overview]
Message-ID: <20191105231246.GG4181@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ1VEVMgWrBE-4yzn8jpTkhiEvUd+kKwxaENYUf0cEzZJA@mail.gmail.com>

On Tue, Nov 05, 2019 at 05:23:51AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Passing run here:
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1210
> 
> 
> The following changes since commit 73b6e6ad254b36763419cdd3fdf406c0094517b7:
> 
>   Merge tag 'u-boot-imx-20191104' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2019-11-04
> 12:57:41 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git tags/fdt-pull-5nov19
> 
> for you to fetch changes up to 388560134b99dc4cc752627d3a7e9f8c8c2a89a7:
> 
>   binman: Move to use Python 3 (2019-11-04 18:15:32 -0700)
> 

Now first,
Applied to u-boot/master, thanks!

And second, which is why I've included the board maintainers list and
custodian lists, this causes a bit of size growth everywhere just about
(tbs2910 being the exception) because by default upstream now has
various input validation routines.  It doesn't catch "tell the hardware
to overvolt something" but does catch "pass garbage in the property so
we can overwrite the stack and ..." type problems.  And it's
configurable.  If you turn off all of the validation stuff, which we do
in SPL/TPL by default (size concerns!), in the main U-Boot we go from a
size growth to a size shrink.  An arbitrary PowerPC board I picked to
confirm this on grows by 985 bytes now, but if I turned everything off
it would shrink by 1100 bytes.  There's an inbetween setting that would
probably result in neutral size change.

The default is all of the input validation we can do because I believe
it's important to validate inputs when we can validate them.  I also
firmly believe board maintainers know their requirements best and can
provide a different value for their board(s).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191105/c6a6dc99/attachment.sig>

  parent reply	other threads:[~2019-11-05 23:12 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 12:23 [U-Boot] Please pull u-boot-fdt Simon Glass
2019-11-05 20:56 ` [U-Boot] [PATCH] travis: Rework how we write the ~/.buildman file Tom Rini
2019-11-05 23:12   ` Tom Rini
2019-11-05 23:12 ` Tom Rini [this message]
2019-11-17 14:07   ` [U-Boot] [U-Boot-Board-Maintainers] Please pull u-boot-fdt Bin Meng
2019-11-17 15:46     ` Simon Glass
2019-11-18  7:48       ` Bin Meng
  -- strict thread matches above, loose matches on Subject: below --
2017-09-15 19:31 [U-Boot] " Simon Glass
2017-09-17  1:42 ` Tom Rini
2017-05-09 22:53 Simon Glass
2017-05-09 23:59 ` Tom Rini
2017-05-10 14:29   ` Simon Glass
2017-05-19  0:40   ` Simon Glass
2017-04-10 20:52 Simon Glass
2017-04-11 13:18 ` Tom Rini
2017-01-14 17:14 Simon Glass
2017-01-14 20:57 ` Tom Rini
2016-11-25 16:51 Simon Glass
2016-11-25 19:39 ` Simon Glass
2016-11-26 14:25 ` Tom Rini
2016-10-24  3:01 Simon Glass
2016-10-24 15:24 ` Tom Rini
2016-10-11 20:29 Simon Glass
2016-10-12 14:13 ` Tom Rini
2016-10-12 14:43   ` Simon Glass
2016-10-13  9:43     ` Keerthy
2016-10-13 11:47       ` Keerthy
2016-10-13 12:11         ` Tom Rini
2016-10-13 12:36           ` Simon Glass
2016-10-13 12:38         ` Simon Glass
2016-10-13 12:39           ` Keerthy
2016-10-13 12:43             ` Simon Glass
2016-10-13 14:24   ` Simon Glass
2016-10-13 14:33     ` Tom Rini
2016-10-13 14:38       ` Simon Glass
2016-10-13 14:59     ` Keerthy
2016-10-13 15:08       ` Simon Glass
2016-10-13 15:34         ` Keerthy
2016-01-22 21:42 Simon Glass
2016-01-23  0:55 ` Tom Rini
2015-10-03 14:45 Simon Glass
2015-10-03 14:50 ` Tom Rini
2015-10-02 14:14 Simon Glass
2015-07-20 14:04 Simon Glass
2015-07-21 13:50 ` Tom Rini
2015-06-05 16:08 Simon Glass
2015-06-06 13:27 ` Tom Rini
2015-04-24 15:37 Simon Glass
2015-04-28 14:51 ` Tom Rini
2015-04-10 14:16 Simon Glass
2015-04-10 18:49 ` Tom Rini
2015-02-18 13:09 Simon Glass
2015-02-19  4:09 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191105231246.GG4181@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox