These patches are the outcome of discussions had at 
http://lists.infradead.org/pipermail/lede-dev/2016-September/002693.html,
where append-kernel was failing to properly offset kernels due to a typo. Out 
of this, it was also
found that kernels are not checked for size, which can cause issues down the 
line as kernel images get larger
over time. The following series of patches ensures that any kernel added by 
append-kernel is checked
to ensure it fits within it's defined size on targets that use this function.

Cc: Mathias Kresin <d...@kresin.me>
Signed-off-by: Chris Blake <chrisrblak...@gmail.com>

Chris Blake (6):
  apm821xx: Add default kernel size
  apm821xx: Add check-size when append-kernel is used
  ar71xx: Add check-size when append-kernel is used
  ipq806x: Add check-size when append-kernel is used
  kirkwood: Add check-size when append-kernel is used
  mvebu: Add check-size when append-kernel is used

 target/linux/apm821xx/image/Makefile | 5 +++--
 target/linux/ar71xx/image/generic.mk | 4 ++--
 target/linux/ar71xx/image/ubnt.mk    | 2 +-
 target/linux/ipq806x/image/Makefile  | 2 +-
 target/linux/kirkwood/image/Makefile | 4 ++--
 target/linux/mvebu/image/Makefile    | 2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

--
2.7.4

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to