1. 24 1月, 2017 2 次提交
  2. 25 12月, 2016 1 次提交
  3. 15 12月, 2016 10 次提交
  4. 04 12月, 2016 1 次提交
  5. 01 12月, 2016 1 次提交
    • B
      EDAC, amd64: Improve amd64-specific printing macros · 5246c540
      Borislav Petkov 提交于
      Prefix the warn and error macros with the respective string so that
      callers don't have to say "Error" or "Warning". We save us string length
      this way in the actual calls.
      
      While at it, shorten the calls in reserve_mc_sibling_devs().
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Cc: Yazen Ghannam <Yazen.Ghannam@amd.com>
      5246c540
  6. 30 11月, 2016 5 次提交
  7. 29 11月, 2016 4 次提交
  8. 25 11月, 2016 2 次提交
  9. 24 11月, 2016 1 次提交
  10. 21 11月, 2016 4 次提交
  11. 17 11月, 2016 1 次提交
    • Y
      EDAC, mpc85xx: Implement remove method for the platform driver · 27bda205
      Yanjiang Jin 提交于
      If we execute the below steps without this patch:
      
        modprobe mpc85xx_edac [The first insmod, everything is well.]
        modprobe -r mpc85xx_edac
        modprobe mpc85xx_edac [insmod again, error happens.]
      
      We would get the error messages as below:
      
        BUG: recent printk recursion!
        Oops: Kernel access of bad area, sig: 11 [#48]
        Modules linked in: mpc85xx_edac edac_core softdog [last unloaded: mpc85xx_edac]
        CPU: 5 PID: 14773 Comm: modprobe Tainted: G D C 4.8.3-rt2
         .vsnprintf
         .vscnprintf
         .vprintk_emit
         .printk
         .edac_pci_add_device
         .mpc85xx_pci_err_probe
         .platform_drv_probe
         .driver_probe_device
         .__driver_attach
         .bus_for_each_dev
         .driver_attach
         .bus_add_driver
         .driver_register
         .__platform_register_drivers
         .mpc85xx_mc_init
         .do_one_initcall
         .do_init_module
         .load_module
         .SyS_finit_module
         system_call
      
      Address this by cleaning up properly when removing the platform driver.
      
      Tested on a T4240QDS board.
      Signed-off-by: NYanjiang Jin <yanjiang.jin@windriver.com>
      Acked-by: NJohannes Thumshirn <jthumshirn@suse.de>
      Cc: linux-edac <linux-edac@vger.kernel.org>
      Cc: york.sun@nxp.com
      Link: http://lkml.kernel.org/r/1479351380-17109-2-git-send-email-yanjiang.jin@windriver.com
      [ Boris: massage commit message. ]
      Signed-off-by: NBorislav Petkov <bp@suse.de>
      27bda205
  12. 15 11月, 2016 1 次提交
  13. 14 11月, 2016 1 次提交
  14. 09 11月, 2016 3 次提交
  15. 23 10月, 2016 2 次提交
  16. 19 10月, 2016 1 次提交