1. 25 1月, 2012 1 次提交
    • R
      PCMCIA: fix sa1111 oops on remove · 171cf94c
      Russell King 提交于
      The sa1111 socket driver oopses when removed:
      
      Unable to handle kernel NULL pointer dereference at virtual address 000003b0
      pgd = c1b40000
      [000003b0] *pgd=00000000
      Internal error: Oops: 41b43005 [#1]
      Modules linked in:
      CPU: 0    Not tainted  (3.3.0-rc1+ #744)
      PC is at pcmcia_remove+0x3c/0x60
      LR is at pcmcia_remove+0x34/0x60
      
      This is because we try to dereference a NULL 's' to obtain the next
      pointer.  Fix this.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      171cf94c
  2. 13 1月, 2012 1 次提交
  3. 28 12月, 2011 1 次提交
  4. 08 12月, 2011 2 次提交
  5. 15 11月, 2011 1 次提交
  6. 06 11月, 2011 2 次提交
  7. 01 11月, 2011 2 次提交
  8. 17 10月, 2011 1 次提交
  9. 08 10月, 2011 1 次提交
  10. 08 8月, 2011 1 次提交
  11. 29 7月, 2011 3 次提交
  12. 11 7月, 2011 3 次提交
  13. 16 6月, 2011 1 次提交
  14. 10 6月, 2011 1 次提交
  15. 06 5月, 2011 2 次提交
  16. 27 4月, 2011 1 次提交
  17. 13 4月, 2011 1 次提交
  18. 12 4月, 2011 2 次提交
  19. 31 3月, 2011 1 次提交
  20. 29 3月, 2011 1 次提交
  21. 16 3月, 2011 6 次提交
  22. 01 3月, 2011 1 次提交
  23. 27 2月, 2011 1 次提交
  24. 20 2月, 2011 1 次提交
  25. 19 2月, 2011 1 次提交
  26. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14