[PATCH 06/55] scsi: Mark function as static in bfa/bfa_ioc_ct.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_ioc_ct.c because they are not used outside this file. This eliminates the following warnings in bfa/bfa_ioc_ct.c: drivers/scsi/bfa/bfa_ioc_ct.c:375:1: warning: no previous prototype for ‘bfa_ioc_ct2_lpu_read_stat’ [-Wmissing-prototypes]

[PATCH 07/55] scsi: Mark function as static in bfa/bfa_fcs_lport.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfa_fcs_lport.c because it is not used outside this file. This eliminates the following warning in bfa/bfa_fcs_lport.c: drivers/scsi/bfa/bfa_fcs_lport.c:1283:1: warning: no previous prototype for ‘bfa_fcport_get_loop_attr’ [-Wmissing-prototypes] Signed-off-by:

[PATCH 08/55] scsi: Mark function as static in bfa/bfa_port.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_port.c because they are not used outside this file. This eliminates the following warning in bfa/bfa_port.c: drivers/scsi/bfa/bfa_port.c:776:1: warning: no previous prototype for ‘bfa_cee_isr’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_port.c:812:1: warning:

[PATCH 09/55] scsi: Mark function as static in bfa/bfa_fcpim.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_fcpim.c because they are not used outside this file. This eliminates the following warning in bfa/bfa_fcpim.c: drivers/scsi/bfa/bfa_fcpim.c:448:1: warning: no previous prototype for ‘bfa_ioim_profile_comp’ [-Wmissing-prototypes]

[PATCH 10/55] scsi: Mark function as static in bfa/bfa_core.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfa_core.c because it is not used outside this file. This eliminates the following warning in bfa/bfa_core.c: drivers/scsi/bfa/bfa_core.c:716:1: warning: no previous prototype for ‘bfa_isr_rspq’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_svc.c because they are not used outside this file. This eliminates the following warning in bfa/bfa_svc.c: drivers/scsi/bfa/bfa_svc.c:4378:1: warning: no previous prototype for ‘bfa_fcport_ddportenable’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_svc.c:4387:1:

You have received 1.5m pounds as donation see link www.bbc.co.uk/news/uk-england-19254228 send name address and phone number for info

2014-03-29 Thread Adrian Gillian Bayford
-- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH 12/55] scsi: Mark function as static in bnx2fc/bnx2fc_els.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bnx2fc/bnx2fc_els.c because they are not used outside this file. This eliminates the following warning in bnx2fc/bnx2fc_els.c: drivers/scsi/bnx2fc/bnx2fc_els.c:256:6: warning: no previous prototype for ‘bnx2fc_srr_compl’ [-Wmissing-prototypes]

Re: [PATCH] fs: FAT: Add support for DOS 1.x formatted volumes

2014-03-29 Thread OGAWA Hirofumi
Conrad Meyer ceme...@uw.edu writes: Hi, When possible, infer DOS 2.x BIOS Parameter Block from block device geometry (for floppies and floppy images). Update in-memory only. We only perform this update when the entire BPB region is zeroed, like produced by DOS 1.x-era FORMAT (and other OEM

[PATCH 13/55] scsi: Mark function as static in bnx2fc/bnx2fc_fcoe.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bnx2fc/bnx2fc_fcoe.c because they are not used outside this file. This eliminates the following warnings in bnx2fc/bnx2fc_fcoe.c: drivers/scsi/bnx2fc/bnx2fc_fcoe.c:599:5: warning: no previous prototype for ‘bnx2fc_percpu_io_thread’ [-Wmissing-prototypes]

[PATCH 14/55] scsi: Mark function as static in bnx2fc/bnx2fc_hwi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bnx2fc/bnx2fc_hwi.c because it is not used outside this file. This eliminates the following warning in bnx2fc/bnx2fc_hwi.c: drivers/scsi/bnx2fc/bnx2fc_hwi.c:996:21: warning: no previous prototype for ‘bnx2fc_alloc_work’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 15/55] scsi: Mark function as static in bnx2fc/bnx2fc_io.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bnx2fc/bnx2fc_io.c because it is not used outside this file. This eliminates the following warning in bnx2fc/bnx2fc_io.c: drivers/scsi/bnx2fc/bnx2fc_io.c:1108:5: warning: no previous prototype for ‘bnx2fc_expl_logo’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 16/55] scsi: Mark function as static in cxgbi/libcxgbi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in cxgbi/libcxgbi.c because it is not used outside this file. This eliminates the following warning in cxgbi/libcxgbi.c: drivers/scsi/cxgbi/libcxgbi.c:1307:5: warning: no previous prototype for ‘cxgbi_ddp_reserve’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 17/55] scsi: Mark function as static in cxgbi/cxgb3i/cxgb3i.c

2014-03-29 Thread Rashika Kheria
Mark function as static in cxgbi/cxgb3i/cxgb3i.c because it is not used outside this file. This eliminates the following warning in cxgbi/cxgb3i/cxgb3i.c: drivers/scsi/cxgbi/cxgb3i/cxgb3i.c:1028:5: warning: no previous prototype for ‘cxgb3i_ofld_init’ [-Wmissing-prototypes] Signed-off-by:

[PATCH 18/55] scsi: Mark function as static in cxgbi/cxgb4i/cxgb4i.c

2014-03-29 Thread Rashika Kheria
Mark function as static in cxgb4i/cxgb4i.c because it is not used outside this file. This eliminates the following warning in cxgb4i/cxgb4i.c: drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:1299:5: warning: no previous prototype for ‘cxgb4i_ofld_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/phy.c because it is not used outside this file. This eliminates the following warning in isci/phy.c: drivers/scsi/isci/phy.c:672:6: warning: no previous prototype for ‘scu_link_layer_set_txcomsas_timeout’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 20/55] scsi: Mark function as static in isci/remote_device.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/remote_device.c because it is not used outside this file. This eliminates the following warning in isci/remote_device.c: drivers/scsi/isci/remote_device.c:1387:6: warning: no previous prototype for ‘isci_remote_device_wait_for_resume_from_abort’

[PATCH 21/55] scsi: Mark function as static in isci/port.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/port.c because they are not used outside this file. This eliminates the following warning in isci/port.c: drivers/scsi/isci/port.c:65:13: warning: no previous prototype for ‘port_state_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 22/55] scsi: Mark functions as static in lpfc/lpfc_sli.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in lpfc/lpfc_sli.c because they are not used outside this file. This eliminates the following warnings in lpfc/lpfc_sli.c: drivers/scsi/lpfc/lpfc_sli.c:13867:1: warning: no previous prototype for ‘lpfc_sli4_alloc_xri’ [-Wmissing-prototypes]

[PATCH 23/55] scsi: Mark functions as static in lpfc/lpfc_hbadisc.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in lpfc/lpfc_hbadisc.c because they are not used outside this file. This eliminates the following warnings in lpfc/lpfc_hbadisc.c: drivers/scsi/lpfc/lpfc_hbadisc.c:2047:5: warning: no previous prototype for ‘lpfc_sli4_fcf_pri_list_add’ [-Wmissing-prototypes]

[PATCH] Staging: panel: Unnecessary space

2014-03-29 Thread paulmcquad
From 411c46d97c06fba1e45312342fa1618eef8429cd Mon Sep 17 00:00:00 2001 From: Paul McQuade paulmcq...@gmail.com Date: Sat, 29 Mar 2014 18:01:19 + Subject: [PATCH] Staging: panel: Unnecessary space Removed space after function pointer name Signed-off-by: Paul McQuade paulmcq...@gmail.com ---

[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in lpfc/lpfc_init.c because they are not used outside this file. This eliminates the following warning in lpfc/lpfc_init.c: drivers/scsi/lpfc/lpfc_init.c:652:1: warning: no previous prototype for ‘lpfc_hba_init_link’ [-Wmissing-prototypes]

[PATCH 25/55] scsi: Mark functions as static in lpfc/lpfc_scsi.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in lpfc/lpfc_scsi.c because they are not used outside this file. This eliminates the following warnings in lpfc/lpfc_scsi.c: drivers/scsi/lpfc/lpfc_scsi.c:299:1: warning: no previous prototype for ‘lpfc_change_queue_depth’ [-Wmissing-prototypes]

[PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c

2014-03-29 Thread Rashika Kheria
Mark function as static in lpfc/lpfc_bsg.c because it is not used outside this file. This eliminates the following warning in lpfc/lpfc_bsg.c: drivers/scsi/lpfc/lpfc_bsg.c:3348:1: warning: no previous prototype for ‘lpfc_bsg_issue_mbox_cmpl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 27/55] scsi: Mark functions as static in megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in megaraid/megaraid_sas_base.c because they are not used outside this file. This eliminates the following warnings in megaraid/megaraid_sas_base.c: drivers/scsi/megaraid/megaraid_sas_base.c:180:1: warning: no previous prototype for ‘megasas_issue_dcmd’

Re: [Regression, bisected 9e30cc] sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() prevents system from booting correctly

2014-03-29 Thread Tejun Heo
Hello, Alexander. On Thu, Mar 27, 2014 at 01:47:53PM -0400, Alexandre Demers wrote: I'll do my best, but I just don't have enough time right now for everything I have to do at home and dig this bug. I may be able to look at it in the next couple of days though, or it may go somewhere next

[PATCH 28/55] scsi: Move prototype declaration to appropriate header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
Move prototype declarations of function to header file scsi/megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c because they are used by more than one file. This eliminates the following warning in megaraid/megaraid_sas_fusion.c: drivers/scsi/megaraid/megaraid_sas_base.c:192:21: warning:

[PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in megaraid/megaraid_sas_fusion.c because they are not used outside this file. This eliminates the warnings of following type in megaraid/megaraid_sas_fusion.c: drivers/scsi/megaraid/megaraid_sas_fusion.c:91:1: warning: no previous prototype for

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in megaraid/megaraid_sas_fp.c because they are not used outside this file. This eliminates the following warning in megaraid/megaraid_sas_fp.c: drivers/scsi/megaraid/megaraid_sas_fp.c:80:5: warning: no previous prototype for ‘mega_mod64’ [-Wmissing-prototypes]

[PATCH 31/55] scsi: Mark functions as static in mvsas/mv_sas.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in mvsas/mv_sas.c because they are not used outside this file. This eliminates the following warnings in mvsas/mv_sas.c: drivers/scsi/mvsas/mv_sas.c:77:18: warning: no previous prototype for ‘mvs_find_dev_mvi’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_sas.c:105:5:

[PATCH 32/55] scsi: Mark functions as static in mvsas/mv_64xx.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in mvsas/mv_64xx.c because they are not used outside this file. This eliminates the following warnings in mvsas/mv_64xx.c: drivers/scsi/mvsas/mv_64xx.c:139:6: warning: no previous prototype for ‘mvs_64xx_clear_srs_irq’ [-Wmissing-prototypes]

[PATCH 33/55] scsi: Mark functions as static in mvsas/mv_94xx.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in mvsas/mv_94xx.c because they are not used outside this file. This eliminates the following warning in mvsas/mv_94xx.c: drivers/scsi/mvsas/mv_94xx.c:51:6: warning: no previous prototype for ‘set_phy_tuning’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_94xx.c:113:6:

[PATCH 34/55] scsi: Mark function as static in pm8001/pm8001_init.c

2014-03-29 Thread Rashika Kheria
Mark function as static in pm8001/pm8001_init.c because it is not used outside this file. This eliminates the following warning in pm8001/pm8001_init.c: drivers/scsi/pm8001/pm8001_init.c:677:6: warning: no previous prototype for ‘pm8001_get_phy_settings_info’ [-Wmissing-prototypes]

[PATCH 35/55] scsi: Mark function as static in pm8001/pm8001_sas.c

2014-03-29 Thread Rashika Kheria
Mark function as static in pm8001/pm8001_sas.c because it is not used outside this file. This eliminates the following warning in pm8001/pm8001_sas.c: drivers/scsi/pm8001/pm8001_sas.c:551:23: warning: no previous prototype for ‘pm8001_alloc_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 36/55] scsi: Mark function as static in pm8001/pm8001_hwi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in pm8001/pm8001_hwi.c because it is not used outside this file. This eliminates the following warning in pm8001/pm8001_hwi.c: drivers/scsi/pm8001/pm8001_hwi.c:4537:5: warning: no previous prototype for ‘pm8001_chip_phy_stop_req’ [-Wmissing-prototypes] Signed-off-by:

[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in pm8001/pm80xx_hwi.c because they are not used outside this file. This eliminates the following warning in pm8001/pm80xx_hwi.c: drivers/scsi/pm8001/pm80xx_hwi.c:69:6: warning: no previous prototype for ‘pm80xx_pci_mem_copy’ [-Wmissing-prototypes]

[PATCH 38/55] scsi: Mark function as static in qla2xxx/qla_bsg.c

2014-03-29 Thread Rashika Kheria
Mark function as static in qla2xxx/qla_bsg.c because it is not used outside this file. This eliminates the following warning in qla2xxx/qla_bsg.c: drivers/scsi/qla2xxx/qla_bsg.c:409:1: warning: no previous prototype for ‘qla24xx_calc_ct_iocbs’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 39/55] scsi: Mark functions as static in qla2xxx/qla_iocb.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in qla2xxx/qla_iocb.c because they are not used outside this file. This eliminates the following warning in qla2xxx/qla_iocb.c: drivers/scsi/qla2xxx/qla_iocb.c:714:1: warning: no previous prototype for ‘qla24xx_calc_dsd_lists’ [-Wmissing-prototypes]

[GIT PULL] Ceph fix for 3.14

2014-03-29 Thread Sage Weil
Hi Linus, Please full a Ceph RBD fix from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus This drops a bad assert that a few users have been hitting but we've only recently been able to track down. Thanks! sage

[PATCH 40/55] scsi: Mark function as static in qla2xxx/qla_nx.c

2014-03-29 Thread Rashika Kheria
Mark function as static in qla2xxx/qla_nx.c because it is not used outside this file. This eliminates the following warning in qla2xxx/qla_nx.c: drivers/scsi/qla2xxx/qla_nx.c:2292:1: warning: no previous prototype for ‘qla82xx_set_idc_version’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 41/55] scsi: Mark functions as static in qla2xxx/qla_nx2.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in qla2xxx/qla_nx2.c because they are not used outside this file. This eliminates the following warning in qla2xxx/qla_nx2.c: drivers/scsi/qla2xxx/qla_nx2.c:473:1: warning: no previous prototype for ‘qla8044_need_reset’ [-Wmissing-prototypes]

[PATCH 42/55] scsi: Mark function as static in scsi_transport_fc.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_transport_fc.c because it is not used outside this file. This eliminates the following warning in scsi_transport_fc.c: drivers/scsi/scsi_transport_fc.c:2025:5: warning: no previous prototype for ‘scsi_is_fc_vport’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 43/55] scsi: Mark function as static in scsi_transport_iscsi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_transport_iscsi.c because it is not used outside this file. Also, unexport the function since it's only used in this file. This eliminates the following warning in scsi_transport_iscsi.c: drivers/scsi/scsi_transport_iscsi.c:1325:5: warning: no previous prototype

[PATCH 44/55] scsi: Mark function as static in scsi/libiscsi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in libiscsi.c because it is not used outside this file. Also, unexport the function because it is used only in this file. This eliminates the following warning in libiscsi.c: drivers/scsi/libiscsi.c:2386:5: warning: no previous prototype for ‘iscsi_eh_target_reset’

[PATCH 45/55] scsi: Mark funtion as static in hpsa.c

2014-03-29 Thread Rashika Kheria
Mark function as static in hpsa.c because it is not used outside this file. This eliminates the following warning in hpsa.c: drivers/scsi/hpsa.c:1925:5: warning: no previous prototype for ‘figure_lunaddrbytes’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com

[PATCH 46/55] scsi: Mark functions as static in gdth.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in gdth.c because they are not used outside this file. This eliminates the following warnings in gdth.c: drivers/scsi/gdth.c:445:5: warning: no previous prototype for ‘__gdth_execute’ [-Wmissing-prototypes] drivers/scsi/gdth.c:3830:12: warning: no previous prototype for

[PATCH 47/55] scsi: Mark functions as static in scsi/pmcraid.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in pmcraid.c because they are not used outside this file. This eliminates the following warnings in pmcraid.c: drivers/scsi/pmcraid.c:349:6: warning: no previous prototype for ‘pmcraid_init_cmdblk’ [-Wmissing-prototypes] drivers/scsi/pmcraid.c:444:6: warning: no previous

[GIT PULL] timer fix

2014-03-29 Thread Ingo Molnar
Linus, Please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus # HEAD: cab5e127eef040399902caa8e1510795583fa03a time: Revert to calling clock_was_set_delayed() while in irq context A late breaking

[PATCH 48/55] scsi: Mark function as static in scsi_debug.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_debug.c because it is not used outside this file. This eliminates the following warning in scsi_debug.c: drivers/scsi/scsi_debug.c:1910:6: warning: no previous prototype for ‘dump_sector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 49/55] scsi: Move prototype declaration to header file scsi_priv.h from scsi_scan.c

2014-03-29 Thread Rashika Kheria
Move prototype declarations of functions to header file scsi_priv.h from scsi_scan.c because they are used by more than one file. This eliminates the following warnings in scsi_lib.c: drivers/scsi/scsi_lib.c:466:6: warning: no previous prototype for ‘scsi_requeue_run_queue’

[PATCH 50/55] scsi: Mark function and macro definition as static in be2iscsi/be_main.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in be2iscsi/be_main.c because they are not used outside this file. Also, add static keyword to the macro definition to ensure prototype of functions as defined. This eliminates the following warning in be2iscsi/be_main.c: drivers/scsi/be2iscsi/be_main.c:153:1: warning: no

[PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
Move prototype declarations of functions to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c because they are used by more than one file. This eliminates the following type of warnings in megaraid/megaraid_sas_fusion.c:

[PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
Move prototype declaration of function to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c because it is used by more than one file. This eliminates the following warning in megaraid/megaraid_sas_fp.c: drivers/scsi/megaraid/megaraid_sas_fp.c:1223:5: warning: no previous

[PATCH 53/55] scsi: Mark functions as static in ufs/ufshcd.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in ufs/ufshcd.c because they are not used outside this file. This eliminates the following warnings in ufs/ufshcd.c: drivers/scsi/ufs/ufshcd.c:1173:5: warning: no previous prototype for ‘ufshcd_query_attr’ [-Wmissing-prototypes] drivers/scsi/ufs/ufshcd.c:1484:5: warning:

Re: [PATCH] fs: FAT: Add support for DOS 1.x formatted volumes

2014-03-29 Thread Conrad Meyer
On Sun, 30 Mar 2014 02:56:46 +0900 OGAWA Hirofumi hirof...@mail.parknet.co.jp wrote: Conrad Meyer ceme...@uw.edu writes: Hi, When possible, infer DOS 2.x BIOS Parameter Block from block device geometry (for floppies and floppy images). Update in-memory only. We only perform this

[PATCH 54/55] scsi: Add prototype declaration to header file ufs/ufshcd.h

2014-03-29 Thread Rashika Kheria
Add prototype declaration of functions to header file ufs/ufshcd.h because they are used by more than one file. This eliminates the following warning in ufs/ufshcd.h: drivers/scsi/ufs/ufshcd.c:2769:5: warning: no previous prototype for ‘ufshcd_suspend’ [-Wmissing-prototypes]

[PATCH 55/55] scsi: Mark functions as static in bfa/bfad_bsg.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfad_bsg.c because they are not used outside this file. This eliminates the following type of warnings in bfa/bfad_bsg.c: drivers/scsi/bfa/bfad_bsg.c:26:1: warning: no previous prototype for ‘bfad_iocmd_ioc_enable’ [-Wmissing-prototypes] Signed-off-by: Rashika

Re: [BUG] 3.14-rc6 at mousedev_open_device+0x77/0x100

2014-03-29 Thread Matthias Beyer
Hi, I want to add that my suspend is broken too. And I don't know if this has any to do with the reported issues. On 29-03-2014 12:15:35, Matthias Beyer wrote: Hi, I got this error with 3.13.7, which I just installed: --- Mär 29 11:53:05 fu kernel: BUG: unable to handle kernel NULL

[PATCH v2] mm/readahead.c: inline ra_submit

2014-03-29 Thread Fabian Frederick
f9acc8c7b35a (readahead: sanify file_ra_state names) left ra_submit with a single function call. Move ra_submit to internal.h and inline it to save some stack. Thanks to Andrew Morton for commenting different versions. Suggested-by: Andrew Morton a...@linux-foundation.org Cc: linux...@kvack.org

[PATCH v2] fs: FAT: Add support for DOS 1.x formatted volumes

2014-03-29 Thread Conrad Meyer
When possible, infer DOS 2.x BIOS Parameter Block from block device geometry (for floppies and floppy images). Update in-memory only. We only perform this update when the entire BPB region is zeroed, like produced by DOS 1.x-era FORMAT (and other OEM variations on DOS). Fixes kernel.org bug

Re: [PATCH v2 1/1] Input: don't modify the id of ioctl-provided ff effect on upload failure

2014-03-29 Thread Dmitry Torokhov
On Sat, Mar 29, 2014 at 01:16:36PM +0100, Elias Vanderstuyft wrote: If a new (id == -1) ff effect was uploaded from userspace, ff-core.c::input_ff_upload() will have assigned a positive number to the new effect id. Currently, evdev.c::evdev_do_ioctl() will save this new id to userspace,

Re: [PATCH v5 0/4] Provide netdev naming-policy via sysfs

2014-03-29 Thread David Miller
From: Tom Gundersen t...@jklm.no Date: Sat, 29 Mar 2014 10:46:02 +0100 The issue I see with that is that there are several ways to generate predictable names, and the user may want to chose between them, so this is arguably policy that should not be in the kernel. If you don't think that's a

Re: [PATCH v5 0/4] Provide netdev naming-policy via sysfs

2014-03-29 Thread Kay Sievers
On Sat, Mar 29, 2014 at 8:37 PM, David Miller da...@davemloft.net wrote: From: Tom Gundersen t...@jklm.no Date: Sat, 29 Mar 2014 10:46:02 +0100 The issue I see with that is that there are several ways to generate predictable names, and the user may want to chose between them, so this is

Re: [PATCH v5 0/9] Use regmap+devm+DT in pm8xxx input drivers

2014-03-29 Thread Dmitry Torokhov
On Tue, Mar 04, 2014 at 10:34:39AM -0800, Stephen Boyd wrote: These patches move the pm8xxx input drivers over to use devm_* APIs and regmap. This breaks the dependency of these drivers on the pm8xxx specific read/write calls and also simplifies the probe code a bit. Finally we add devicetree

Re: [PATCH] kbuild: unconditionally clobber include/linux/version.h on distclean

2014-03-29 Thread Michal Marek
Dne 13.2.2014 22:28, Paul Gortmaker napsal(a): As of v3.7, the UAPI changes relocated headers around such that the kernel version header lived in a new place. If a person is bisecting and if you go back to pre-UAPI days, you will create an include/linux/version.h -- then if you checkout a

[PATCH] x86: Fix the symbol versions on the 32-bit vDSO

2014-03-29 Thread Andy Lutomirski
The new symbols provide the same API as the 64-bit variants, so they should have the same symbol version name. This can't break userspace, since these symbols are new for 32-bit Linux. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/vdso/vdso32/vdso32.lds.S | 10 +++--- 1

[PATCH] checkpatch: Expand parenthesis alignment test to declarations, functions and assignments

2014-03-29 Thread Joe Perches
Currently the parenthesis alignment test works only on misalignments of if statements like if (foo(bar, baz) Expand the test to find misalignments like: static inline int foo(int bar, int baz) and foo(bar,

Re: [PATCH] Coccicheck: Remove memcpy to struct assignment test

2014-03-29 Thread Michal Marek
Dne 19.3.2014 17:48, Greg Kroah-Hartman napsal(a): On Die, 2014-03-18 at 22:11 +0100, Peter Senna Tschudin wrote: The Coccinelle script scripts/coccinelle/misc/memcpy-assign.cocci look for opportunities to replace a call to memcpy by a struct assignment. This patch removes memcpy-assign.cocci

RE: 3.0 - 3.10 regression? poweroff instead of reboot?

2014-03-29 Thread Winkler, Tomas
(CC Tomas Winkler) So finally I got some time to look deeper into this, and the problem might not be regression after all.. It is caused by mei_me module, blacklisting it fixes it for me. So for me it's kinda of solution, although I guess MEI related people might be interested in it..

[PATCH] USB: serial: ftdi_sio: add id for Brainboxes serial cards

2014-03-29 Thread Michele Baldessari
Custom VID/PIDs for Brainboxes cards as reported in https://bugzilla.redhat.com/show_bug.cgi?id=1071914 Signed-off-by: Michele Baldessari mich...@acksyn.org --- drivers/usb/serial/ftdi_sio.c | 34 ++ drivers/usb/serial/ftdi_sio_ids.h | 38

Re: [RFC 1/5] of: Add support for ePAPR stdout-path property

2014-03-29 Thread Benjamin Herrenschmidt
On Fri, 2014-03-28 at 16:56 -0500, Rob Herring wrote: I'm working on getting just that working. See my series for generic earlycon. I'm working on cleaning up the FDT part still, but have something functional. The hardest part with FDT is doing the address translation for serial devices, but

Re: [PATCH V2] scripts: objdiff: detect object code changes between two commits

2014-03-29 Thread Michal Marek
Dne 24.3.2014 03:14, Jason Cooper napsal(a): objdiff can be used in conjunction with a git rebase to confirm that each commit made no changes to the resulting object code. It has the same return values as diff(1). This looks nice. Just a few comments below: +# usage example: +# +# $

Re: [Regression, bisected 9e30cc] sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() prevents system from booting correctly

2014-03-29 Thread Alexandre Demers
That fixes the problem, I'm now running 3.14-rc8 with your patch applied. Alexandre Demers On Sat 29 Mar 2014 02:12:58 PM EDT, Tejun Heo wrote: Hello, Alexander. On Thu, Mar 27, 2014 at 01:47:53PM -0400, Alexandre Demers wrote: I'll do my best, but I just don't have enough time right now

Re: [PATCH v2] phy/at8031: enable at8031 to work on interrupt mode

2014-03-29 Thread David Miller
From: Zhao Qiang b45...@freescale.com Date: Fri, 28 Mar 2014 15:39:41 +0800 The at8031 can work on polling mode and interrupt mode. Add ack_interrupt and config intr funcs to enable interrupt mode for it. Signed-off-by: Zhao Qiang b45...@freescale.com --- changes for v2: - when

xfs i_lock vs mmap_sem lockdep trace.

2014-03-29 Thread Dave Jones
Not sure if I've reported this already (it looks familiar, though I've not managed to find it in my sent mail folder). This is rc8 + a diff to fix the stack usage reports I was seeing (diff at http://paste.fedoraproject.org/89854/13210913/raw)

Re: [PATCH 3/3] staging/ozwpan: coding style ether_addr_copy

2014-03-29 Thread Dan Carpenter
On Fri, Mar 28, 2014 at 06:08:27AM -0700, Joe Perches wrote: (adding Andrew Morton, David Miller and LKML to cc's) On Fri, 2014-03-28 at 14:18 +0300, Dan Carpenter wrote: On Fri, Mar 14, 2014 at 12:39:11AM +0900, Jérôme Pinot wrote: On 03/13/14 02:28, Greg Kroah-Hartman wrote: On Thu,

Re: BAR 14: can't assign mem (size 0x200000)

2014-03-29 Thread Parag Warudkar
On Sat, Mar 29, 2014 at 1:19 PM, Bjorn Helgaas bhelg...@google.com wrote: [+cc Rafael, linux-pci, linux-acpi] On Sat, Mar 29, 2014 at 09:41:20AM -0700, Linus Torvalds wrote: Parag, can you add a WARN_ON_ONCE() to that message, so that we see what the call chain is for it. I think we likely

Re: kernfs/rtc: circular dependency between kernfs and ops_lock

2014-03-29 Thread Sasha Levin
On 03/25/2014 08:19 PM, Sasha Levin wrote: On 03/25/2014 06:39 PM, Alessandro Zummo wrote: On Tue, 25 Mar 2014 17:52:30 -0400 Sasha Levin sasha.le...@oracle.com wrote: Pretty interesting indeed. One option would be to remove the sys files before acquiring the lock. But I wonder if

Re: [PATCH] mtd: diskonchip: mem resource name is not optional

2014-03-29 Thread Sasha Levin
On 03/22/2014 04:39 AM, Alexander Shiyan wrote: Wed, 19 Mar 2014 18:24:37 -0400 от Sasha Levin sasha.le...@oracle.com: Passing a name to request_mem_region() isn't optional and can't just be NULL. Passing NULL causes a NULL ptr deref later in the boot process. Signed-off-by: Sasha Levin

[PATCH v2] rds: prevent dereference of a NULL device in rds_iw_laddr_check

2014-03-29 Thread Sasha Levin
Binding might result in a NULL device which is later dereferenced without checking. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- net/rds/iw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rds/iw.c b/net/rds/iw.c index 7826d46..0298920 100644 ---

Re: mm: kernel BUG at mm/swap.c:609!

2014-03-29 Thread Sasha Levin
On 03/20/2014 05:21 AM, Bob Liu wrote: On 03/12/2014 09:25 AM, Bob Liu wrote: On 03/12/2014 04:07 AM, Sasha Levin wrote: Hi all, While fuzzing with trinity inside a KVM tools guest running latest -next kernel I've stumbled on the following spew: [ 477.301955] kernel BUG at mm/swap.c:609!

[PATCH] Documentation: trivial spelling error changes

2014-03-29 Thread Carlos
Fixed multiple spelling errors. Signed-off-by: Carlos E. Garcia car...@cgarcia.org --- Documentation/DMA-attributes.txt | 2 +- Documentation/block/biodoc.txt | 8 Documentation/block/cfq-iosched.txt |

Re: [PATCH 15/28] ktap: add built-in functions and library (runtime/lib_*.c)

2014-03-29 Thread Andi Kleen
Maybe in future, after ktap support include or require to import user defined library in userspace. Can't you just have some hardcoded standard script for now that is always appeneded and provides these functions? -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [RFC PATCH v2 00/29] ktap: A lightweight dynamic tracing tool for Linux

2014-03-29 Thread Andi Kleen
For now I would suggest concentrating on the kernel ring 0 parts only. Split the user space part into a separate patchkit that is posted on a separate schedule. It's hard to make progress with too large patchkits. -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel

You have received 1.5m pounds as donation see link www.bbc.co.uk/news/uk-england-19254228 send name address and phone number for info

2014-03-29 Thread Adrian Gillian Bayford
-- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 3/3] staging/ozwpan: coding style ether_addr_copy

2014-03-29 Thread Joe Perches
On Sun, 2014-03-30 at 02:29 +0300, Dan Carpenter wrote: These days in the kernel we treat checkpatch.pl and GCC warnings the same so it sucks when they are something conditional. Treating checkpatch messages like gcc compilation warnings and failures has got to change. There is _no way_

Re: [PATCH 3.13 00/46] 3.13.8-stable review

2014-03-29 Thread Shuah Khan
On 03/28/2014 11:31 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.8 release. There are 46 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 3.4 00/13] 3.4.85-stable review

2014-03-29 Thread Shuah Khan
On 03/28/2014 11:31 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.85 release. There are 13 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 3.10 00/22] 3.10.35-stable review

2014-03-29 Thread Shuah Khan
On 03/28/2014 11:31 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.35 release. There are 22 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH net-next v2] net-sysfs: expose number of carrier on/off changes

2014-03-29 Thread Stephen Hemminger
On Sat, 29 Mar 2014 09:48:35 -0700 David Decotigny de...@googlers.com wrote: This allows to monitor carrier on/off transitions and detect link flapping issues: - new /sys/class/net/X/carrier_changes - new rtnetlink IFLA_CARRIER_CHANGES (getlink) Tested: - grep .

[git pull] Input updates for 3.14-rc8 (take 2)

2014-03-29 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive some more updates for the input subsystem. You will get a fix for race in mousedev that has been

Re: [PATCH net-next v2] net-sysfs: expose number of carrier on/off changes

2014-03-29 Thread Eric Dumazet
On Sat, 2014-03-29 at 18:36 -0700, Stephen Hemminger wrote: On Sat, 29 Mar 2014 09:48:35 -0700 David Decotigny de...@googlers.com wrote: This allows to monitor carrier on/off transitions and detect link flapping issues: - new /sys/class/net/X/carrier_changes - new rtnetlink

Half price off all watches

2014-03-29 Thread Linux c programming
Look rich without paying the price with one of our quality branded watches http://www.princessbag.co.jp/eufqour.php -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v2 08/29] ktap: add bytecode reader(kernel/trace/ktap/kp_bcread.[c|h])

2014-03-29 Thread Andi Kleen
+/* Read debug info of a prototype. */ +static void bcread_dbg(BCReadCtx *ctx, ktap_proto_t *pt, int sizedbg) +{ + void *lineinfo = (void *)proto_lineinfo(pt); + + bcread_block(ctx, lineinfo, sizedbg); + /* Swap lineinfo if the endianess differs. */ Why does this care about

Re: [PATCH 3.13 00/46] 3.13.8-stable review

2014-03-29 Thread Greg Kroah-Hartman
On Sat, Mar 29, 2014 at 07:25:30PM -0600, Shuah Khan wrote: On 03/28/2014 11:31 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.13.8 release. There are 46 patches in this series, all will be posted as a response to this one. If anyone has any issues

LÅN OFFER

2014-03-29 Thread CREDIT RECOVERY LIMITED
Good Day, Trenger du et lån vi tilbyr lån av alle slag Vi tilbyr personlige og forretningsmessige lån med kapitalbase mellom mengder av $ 2,000.00 til $ 500,000,000.00 amerikanske dollar, euro eller pund Europa til enkeltpersoner, bedrifter og samarbeide organer uavhengig av

Re: [PATCH v2 10/29] ktap: add string handling code(kernel/trace/ktap/kp_[str|mempool].[c|h])

2014-03-29 Thread Andi Kleen
It's not clear to me why a kernel script language needs all that complicated string interning code. What kind of scripts would create as many strings that it would be worth it? I think it would be better to replace it with a really simple non interning dynamic string type. -Andi --

Re: [PATCH v2 12/29] ktap: add generic object handling code(kernel/trace/ktap/kp_obj.[c|h])

2014-03-29 Thread Andi Kleen
+ * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. We're not supposed to use the address anymore. +/* memory allocation flag */

Re: [PATCH v2 13/29] ktap: add ring buffer handling code(kernel/trace/ktap/kp_transport.[c|h])

2014-03-29 Thread Andi Kleen
A lot of code in this file is duplicated with kernel trace_output.c. Please modify trace_output instead to avoid this. -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Loan Offer @3% intereste Rate.

2014-03-29 Thread Brody Hills Loans
Are you in any financial problem? Do you need quick loans or to clear your debts and get back to business. If so do contact us for more details for loan application. contact us only on this email brodyloanho...@gmail.com All your responses should be send to our private Email:

<    1   2   3   4   5   >