1. 12 9月, 2016 1 次提交
    • R
      pcmcia: lubbock: fix sockets configuration · 817ed574
      Robert Jarzmik 提交于
      On lubbock board, the probe of the driver crashes by dereferencing very
      early a platform_data structure which is not set, in
      pxa2xx_configure_sockets().
      
      The stack fixed is :
      [    0.244353] SA1111 Microprocessor Companion Chip: silicon revision 1, metal revision 1
      [    0.256321] sa1111 sa1111: Providing IRQ336-390
      [    0.340899] clocksource: Switched to clocksource oscr0
      [    0.472263] Unable to handle kernel NULL pointer dereference at virtual address 00000004
      [    0.480469] pgd = c0004000
      [    0.483432] [00000004] *pgd=00000000
      [    0.487105] Internal error: Oops: f5 [#1] ARM
      [    0.491497] Modules linked in:
      [    0.494650] CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.0-rc3-00080-g1aaa68426f0c-dirty #2068
      [    0.503229] Hardware name: Intel DBPXA250 Development Platform (aka Lubbock)
      [    0.510344] task: c3e42000 task.stack: c3e44000
      [    0.514984] PC is at pxa2xx_configure_sockets+0x4/0x24 (drivers/pcmcia/pxa2xx_base.c:227)
      [    0.520193] LR is at pcmcia_lubbock_init+0x1c/0x38
      [    0.525079] pc : [<c0247c30>]    lr : [<c02479b0>]    psr: a0000053
      [    0.525079] sp : c3e45e70  ip : 100019ff  fp : 00000000
      [    0.536651] r10: c0828900  r9 : c0434838  r8 : 00000000
      [    0.541953] r7 : c0820700  r6 : c0857b30  r5 : c3ec1400  r4 : c0820758
      [    0.548549] r3 : 00000000  r2 : 0000000c  r1 : c3c09c40  r0 : c3ec1400
      [    0.555154] Flags: NzCv  IRQs on  FIQs off  Mode SVC_32  ISA ARM  Segment none
      [    0.562450] Control: 0000397f  Table: a0004000  DAC: 00000053
      [    0.568257] Process swapper (pid: 1, stack limit = 0xc3e44190)
      [    0.574154] Stack: (0xc3e45e70 to 0xc3e46000)
      [    0.578610] 5e60:                                     c4849800 00000000 c3ec1400 c024769c
      [    0.586928] 5e80: 00000000 c3ec140c c3c0ee0c c3ec1400 c3ec1434 c020c410 c3ec1400 c3ec1434
      [    0.595244] 5ea0: c0820700 c080b408 c0828900 c020c5f8 00000000 c0820700 c020c578 c020ac5c
      [    0.603560] 5ec0: c3e687cc c3e71e10 c0820700 00000000 c3c02de0 c020bae4 c03c62f7 c03c62f7
      [    0.611872] 5ee0: c3e68780 c0820700 c042e034 00000000 c043c440 c020cdec c080b408 00000005
      [    0.620188] 5f00: c042e034 c00096c0 c0034440 c01c730c 20000053 ffffffff 00000000 00000000
      [    0.628502] 5f20: 00000000 c3ffcb87 c3ffcb90 c00346ac c3e66ba0 c03f7914 00000092 00000005
      [    0.636811] 5f40: 00000005 c03f847c 00000091 c03f847c 00000000 00000005 c0434828 00000005
      [    0.645125] 5f60: c043482c 00000092 c043c440 c0828900 c0434838 c0418d2c 00000005 00000005
      [    0.653430] 5f80: 00000000 c041858c 00000000 c032e9f0 00000000 00000000 00000000 00000000
      [    0.661729] 5fa0: 00000000 c032e9f8 00000000 c000f0f0 00000000 00000000 00000000 00000000
      [    0.670020] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
      [    0.678311] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
      [    0.686673] (pxa2xx_configure_sockets) from pcmcia_lubbock_init (/drivers/pcmcia/sa1111_lubbock.c:161)
      [    0.696026] (pcmcia_lubbock_init) from pcmcia_probe (/drivers/pcmcia/sa1111_generic.c:213)
      [    0.704358] (pcmcia_probe) from driver_probe_device (/drivers/base/dd.c:378 /drivers/base/dd.c:499)
      [    0.712848] (driver_probe_device) from __driver_attach (/./include/linux/device.h:983 /drivers/base/dd.c:733)
      [    0.721414] (__driver_attach) from bus_for_each_dev (/drivers/base/bus.c:313)
      [    0.729723] (bus_for_each_dev) from bus_add_driver (/drivers/base/bus.c:708)
      [    0.738036] (bus_add_driver) from driver_register (/drivers/base/driver.c:169)
      [    0.746185] (driver_register) from do_one_initcall (/init/main.c:778)
      [    0.754561] (do_one_initcall) from kernel_init_freeable (/init/main.c:843 /init/main.c:851 /init/main.c:869 /init/main.c:1016)
      [    0.763409] (kernel_init_freeable) from kernel_init (/init/main.c:944)
      [    0.771660] (kernel_init) from ret_from_fork (/arch/arm/kernel/entry-common.S:119)
      [ 0.779347] Code: c03c6305 c03c631e c03c632e e5903048 (e993000c)
      All code
      ========
         0:	c03c6305 	eorsgt	r6, ip, r5, lsl #6
         4:	c03c631e 	eorsgt	r6, ip, lr, lsl r3
         8:	c03c632e 	eorsgt	r6, ip, lr, lsr #6
         c:	e5903048 	ldr	r3, [r0, #72]	; 0x48
        10:*	e993000c 	ldmib	r3, {r2, r3}		<-- trapping instruction
      Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
      817ed574
  2. 03 9月, 2015 3 次提交
  3. 20 10月, 2014 1 次提交
  4. 21 9月, 2012 1 次提交
  5. 29 3月, 2012 1 次提交
  6. 03 3月, 2012 1 次提交
  7. 16 2月, 2012 1 次提交
  8. 27 1月, 2012 1 次提交
  9. 06 11月, 2011 1 次提交
  10. 19 2月, 2011 1 次提交
  11. 20 12月, 2010 1 次提交
  12. 16 12月, 2010 2 次提交
  13. 31 7月, 2010 1 次提交
    • D
      pcmcia: remove cs_types.h · ac8b4228
      Dominik Brodowski 提交于
      Remove cs_types.h which is no longer needed: Most definitions aren't
      used at all, a few can be made away with, and two remaining definitions
      (typedefs, unfortunatley) may be moved to more specific places.
      
      CC: linux-ide@vger.kernel.org
      CC: linux-usb@vger.kernel.org
      CC: laforge@gnumonks.org
      CC: linux-mtd@lists.infradead.org
      CC: alsa-devel@alsa-project.org
      CC: linux-serial@vger.kernel.org
      Acked-by: Marcel Holtmann <marcel@holtmann.org> (for drivers/bluetooth/)
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      ac8b4228
  14. 13 7月, 2010 1 次提交
  15. 30 3月, 2010 1 次提交
    • T
      include cleanup: Update gfp.h and slab.h includes to prepare for breaking... · 5a0e3ad6
      Tejun Heo 提交于
      include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
      
      percpu.h is included by sched.h and module.h and thus ends up being
      included when building most .c files.  percpu.h includes slab.h which
      in turn includes gfp.h making everything defined by the two files
      universally available and complicating inclusion dependencies.
      
      percpu.h -> slab.h dependency is about to be removed.  Prepare for
      this change by updating users of gfp and slab facilities include those
      headers directly instead of assuming availability.  As this conversion
      needs to touch large number of source files, the following script is
      used as the basis of conversion.
      
        http://userweb.kernel.org/~tj/misc/slabh-sweep.py
      
      The script does the followings.
      
      * Scan files for gfp and slab usages and update includes such that
        only the necessary includes are there.  ie. if only gfp is used,
        gfp.h, if slab is used, slab.h.
      
      * When the script inserts a new include, it looks at the include
        blocks and try to put the new include such that its order conforms
        to its surrounding.  It's put in the include block which contains
        core kernel includes, in the same order that the rest are ordered -
        alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
        doesn't seem to be any matching order.
      
      * If the script can't find a place to put a new include (mostly
        because the file doesn't have fitting include block), it prints out
        an error message indicating which .h file needs to be added to the
        file.
      
      The conversion was done in the following steps.
      
      1. The initial automatic conversion of all .c files updated slightly
         over 4000 files, deleting around 700 includes and adding ~480 gfp.h
         and ~3000 slab.h inclusions.  The script emitted errors for ~400
         files.
      
      2. Each error was manually checked.  Some didn't need the inclusion,
         some needed manual addition while adding it to implementation .h or
         embedding .c file was more appropriate for others.  This step added
         inclusions to around 150 files.
      
      3. The script was run again and the output was compared to the edits
         from #2 to make sure no file was left behind.
      
      4. Several build tests were done and a couple of problems were fixed.
         e.g. lib/decompress_*.c used malloc/free() wrappers around slab
         APIs requiring slab.h to be added manually.
      
      5. The script was run on all .h files but without automatically
         editing them as sprinkling gfp.h and slab.h inclusions around .h
         files could easily lead to inclusion dependency hell.  Most gfp.h
         inclusion directives were ignored as stuff from gfp.h was usually
         wildly available and often used in preprocessor macros.  Each
         slab.h inclusion directive was examined and added manually as
         necessary.
      
      6. percpu.h was updated not to include slab.h.
      
      7. Build test were done on the following configurations and failures
         were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my
         distributed build env didn't work with gcov compiles) and a few
         more options had to be turned off depending on archs to make things
         build (like ipr on powerpc/64 which failed due to missing writeq).
      
         * x86 and x86_64 UP and SMP allmodconfig and a custom test config.
         * powerpc and powerpc64 SMP allmodconfig
         * sparc and sparc64 SMP allmodconfig
         * ia64 SMP allmodconfig
         * s390 SMP allmodconfig
         * alpha SMP allmodconfig
         * um on x86_64 SMP allmodconfig
      
      8. percpu.h modifications were reverted so that it could be applied as
         a separate patch and serve as bisection point.
      
      Given the fact that I had only a couple of failures from tests on step
      6, I'm fairly confident about the coverage of this conversion patch.
      If there is a breakage, it's likely to be something in one of the arch
      headers which should be easily discoverable easily on most builds of
      the specific arch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Guess-its-ok-by: NChristoph Lameter <cl@linux-foundation.org>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
      5a0e3ad6
  16. 24 3月, 2010 1 次提交
  17. 17 12月, 2009 1 次提交
  18. 16 12月, 2009 1 次提交
  19. 13 12月, 2009 1 次提交
  20. 12 12月, 2009 1 次提交
  21. 09 11月, 2009 5 次提交
  22. 29 9月, 2009 1 次提交
  23. 10 9月, 2009 1 次提交
  24. 28 3月, 2009 1 次提交
  25. 09 3月, 2009 2 次提交
  26. 09 9月, 2008 1 次提交
  27. 26 8月, 2008 1 次提交
  28. 07 8月, 2008 2 次提交
  29. 24 6月, 2008 1 次提交
  30. 16 4月, 2008 1 次提交
  31. 26 1月, 2008 1 次提交