27 Feb, 2013

3 commits


26 Feb, 2013

2 commits

  • Since ARC port was not yet upstream, we missed a bunch of cross-arch
    Kconfig removals:

    * GENERIC_SIGALTSTACK: d64008a8f3 "burying unused conditionals"
    * HAVE_IRQ_WORK: 6147a9d807 "irq_work: Remove CONFIG_HAVE_IRQ_WORK"
    * ARCH_NO_VIRT_TO_BUS: e0cf2ef484 "arch Kconfig: centralise
    CONFIG_ARCH_NO_VIRT_TO_BUS"

    Signed-off-by: Vineet Gupta

    Vineet Gupta
     
  • The flat DT (currently embedded in vmlinux) is in .init section.
    The unflattened/binary tree doesn't copy strings through and references
    them from orig flat DT - which could cause catestrohpy if of_* APIs are
    called post init, say from a driver which is a loadable module.

    Reported-by: James Hogan
    Signed-off-by: Vineet Gupta

    Vineet Gupta
     

16 Feb, 2013

35 commits