[Kernel-packages] [Bug 1768103] Re: Lancer A0 Asic HBA's won't boot with 18.04

2018-06-04 Thread Dick Kennedy
This is what your patch should looking like if you skip the 1st one.
@@ -10711,9 +10706,7 @@ lpfc_get_sli4_parameters(struct lpfc_hba *phba, 
LPFC_MBOXQ_t *mboxq)
lpfc_printf_log(phba, KERN_INFO, LOG_INIT | LOG_NVME,
"6422 XIB %d: FCP %d %d NVME %d %d %d %d\n",
bf_get(cfg_xib, mbx_sli4_parameters),
phba->fcp_embed_pbde, phba->fcp_embed_io,
phba->nvme_support, phba->nvme_embed_pbde,
phba->cfg_nvme_embed_cmd, phba->cfg_suppress_rsp);

+   if ((bf_get(lpfc_sli_intf_if_type, >sli4_hba.sli_intf) ==
+   LPFC_SLI_INTF_IF_TYPE_2) &&
+   (bf_get(lpfc_sli_intf_sli_family, >sli4_hba.sli_intf) ==
+LPFC_SLI_INTF_FAMILY_LNCR_A0))
exp_wqcq_pages = false;

if ((bf_get(cfg_cqpsize, mbx_sli4_parameters) & LPFC_CQ_16K_PAGE_SZ) &&

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1768103

Title:
  Lancer A0 Asic HBA's won't boot with 18.04

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  
  We have discovered that an early asic model (A0) of our 16/32GB HBA's doesn't 
boot with the lpfc driver in Ubuntu 18.04.   

  After further review and discussion, this has been deemed a low risk
  issue since early A0 HBA's were only ever shipped to OEMs for test
  purposes.  These cards were never shipped to end customers.   We have
  been working to replace those cards whenever we discover them.

  We'll leave it up to Canonical to decide whether they want to pull
  this in this single patch to an 18.04 subsequent update.

  Symptom: Ubuntu 18.04 with lpfc driver 12.0.0.0 they can't see LPe16002-M6 
but can see LPe16002B-M6
  Resolution: new lpfc driver patch update. 

  scsi: lpfc: Fix WQ/CQ creation for older asic's.
  
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=4.18/scsi-queue=83fae8ca4ae09403bfb99542f1aaa292c06cb111

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768103/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1768103] Re: Lancer A0 Asic HBA's won't boot with 18.04

2018-06-01 Thread Dick Kennedy
yes that is what I am saying or we have to manually apply the last
patch. Whatever you want to do?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1768103

Title:
  Lancer A0 Asic HBA's won't boot with 18.04

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  
  We have discovered that an early asic model (A0) of our 16/32GB HBA's doesn't 
boot with the lpfc driver in Ubuntu 18.04.   

  After further review and discussion, this has been deemed a low risk
  issue since early A0 HBA's were only ever shipped to OEMs for test
  purposes.  These cards were never shipped to end customers.   We have
  been working to replace those cards whenever we discover them.

  We'll leave it up to Canonical to decide whether they want to pull
  this in this single patch to an 18.04 subsequent update.

  Symptom: Ubuntu 18.04 with lpfc driver 12.0.0.0 they can't see LPe16002-M6 
but can see LPe16002B-M6
  Resolution: new lpfc driver patch update. 

  scsi: lpfc: Fix WQ/CQ creation for older asic's.
  
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=4.18/scsi-queue=83fae8ca4ae09403bfb99542f1aaa292c06cb111

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768103/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1768103] Re: Lancer A0 Asic HBA's won't boot with 18.04

2018-05-30 Thread Dick Kennedy
Reply to Comment 12.

There were 2 patches to fix this the 1st patch:
author  James Smart   2018-04-09 14:24:28 -0700
committer   Martin K. Petersen  2018-04-18 
19:34:04 -0400
commit  bf316c78517d9437656293f65a70d6ecdc2ec58e (patch)
tree8ae623e9b580ec1782dbc2d8711cff8a9c9d5e88 /drivers/scsi/lpfc
parent  01466024d2de1c05652d69411461e8e7908f0d1e (diff)
downloadscsi-bf316c78517d9437656293f65a70d6ecdc2ec58e.tar.gz
scsi: lpfc: Fix WQ/CQ creation for older asic's.

Was checking for A0 family and asic ver 0, but this was removed because all of 
the A0 family was effected so thisdiff options
context:
space:  
mode:   
author  James Smart   2018-05-24 21:09:00 -0700
committer   Martin K. Petersen  2018-05-28 
22:40:33 -0400
commit  c221768bd49a7423be57c00a56985c0e9c4122cd (patch)
tree95b132c07e187ecd69665ececbdd7ec12a08772c /drivers/scsi/lpfc
parent  7438273fa23bea6d1e647e66c451570b86e2758b (diff)
downloadscsi-c221768bd49a7423be57c00a56985c0e9c4122cd.tar.gz
scsi: lpfc: Fix 16gb hbas failing cq create. patch removed the asic ver check:

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1768103

Title:
  Lancer A0 Asic HBA's won't boot with 18.04

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  
  We have discovered that an early asic model (A0) of our 16/32GB HBA's doesn't 
boot with the lpfc driver in Ubuntu 18.04.   

  After further review and discussion, this has been deemed a low risk
  issue since early A0 HBA's were only ever shipped to OEMs for test
  purposes.  These cards were never shipped to end customers.   We have
  been working to replace those cards whenever we discover them.

  We'll leave it up to Canonical to decide whether they want to pull
  this in this single patch to an 18.04 subsequent update.

  Symptom: Ubuntu 18.04 with lpfc driver 12.0.0.0 they can't see LPe16002-M6 
but can see LPe16002B-M6
  Resolution: new lpfc driver patch update. 

  scsi: lpfc: Fix WQ/CQ creation for older asic's.
  
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=4.18/scsi-queue=83fae8ca4ae09403bfb99542f1aaa292c06cb111

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768103/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1752182] Re: [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug fixes

2018-03-16 Thread Dick Kennedy
Yes those patches are needed. They are good. You should include them

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1752182

Title:
  [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support
  and bug fixes

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Bionic:
  In Progress

Bug description:
  This is a placeholder bugzilla that will list all commit ids needed
  for Broadcom Emulex FC 32/64GB new hardware support and all bug fixes
  available upstream.

  Note the lpfc FC driver commit list will include NVMe patches for ease
  of maintainability vs. upstream but we ask that you not build NVMe FC
  since we do not intend to support NVMe FC on 18.04 (4.15 kernel) at
  this time due to all of the unmet upper layer dependencies.

  Laurie Barry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752182/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1691817] [NEW] ubuntu 17.04 lpfc fix.

2017-05-18 Thread Dick Kennedy
Public bug reported:

Can someone from ubuntu check the 17.04 lpfc sources and make sure that this 
fix is in?
7e04e21afa82ef024416f5413b5bdb66e0505bcd

** Affects: linux-aws (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-aws in Ubuntu.
https://bugs.launchpad.net/bugs/1691817

Title:
  ubuntu 17.04 lpfc fix.

Status in linux-aws package in Ubuntu:
  New

Bug description:
  Can someone from ubuntu check the 17.04 lpfc sources and make sure that this 
fix is in?
7e04e21afa82ef024416f5413b5bdb66e0505bcd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1691817/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1673071] [NEW] lpfc rev 11.2.0.2 is missing critical fix for IBMPPC

2017-03-15 Thread Dick Kennedy
Public bug reported:

The driver rev for ubuntu 1704 is 11.2.0.2 which is missing a critical fix for 
IBM PPC. 
8ea73db486cda442f0671f4bc9c03a76be398a28

You should consider picking up all patches that are in kernel.org. But
you will need the one mentioned above to support IBM PPC.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1673071

Title:
  lpfc rev 11.2.0.2 is missing critical fix for IBMPPC

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The driver rev for ubuntu 1704 is 11.2.0.2 which is missing a critical fix 
for IBM PPC. 
8ea73db486cda442f0671f4bc9c03a76be398a28

  You should consider picking up all patches that are in kernel.org. But
  you will need the one mentioned above to support IBM PPC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1673071/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1608652] Re: [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with ioremap() call on 32bit kernel

2016-09-06 Thread Dick Kennedy
Are you waiting for me to verify this?

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1608652

Title:
  [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue
  with ioremap() call on 32bit kernel

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Yakkety:
  Fix Released

Bug description:
  Broadcom has a fix for this issue that it will be sending upstream
  on/by  8/15/16


  BUG REPRODUCTION DETAILS  
  Test Case Instance- 
  Reproducibility of Bug- Always
  Last Known Working Build  - NA
  Time to Reproduce Bug - 5 Minutes
  Steps To Reproduce Bug- 
  ==
  1. Map a LUN and make sure the FCoE Lun is visible in the UEFI/ as well as
  Legacy BIOS
  2. Boot to OS, and check "fdisk -l" the Lun is not listed.

  Logs
  

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ modinfo lpfc|grep -i version
  version:0:11.0.0.10.
  srcversion: 77EBC3EEDF32DABDDF14B7F
  vermagic:   4.4.0-22-generic SMP mod_unload modversions 686

  
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ lsmod|grep lpfc
  lpfc  614400  0
  scsi_transport_fc  57344  1 lpfc

  ubuntu_sl@dhcp-10-227-71-12:~$ cd /sys/class/fc_host
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ ls
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$

  
  dmesg logs
  ==

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ dmesg|grep lpfc
  [   12.521665] Modules linked in: hid_generic ahci crc32_pclmul lpfc(+) igb
  be2net aesni_intel ptp aes_i586 vxlan xts pps_core libahci usbhid lrw
  scsi_transport_fc gf128mul megaraid_sas ablk_helper wmi ip6_udp_tunnel cryptd
  hid i2c_algo_bit udp_tunnel fjes
  [   13.532543]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.581554]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.675661]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.723254]  [] lpfc_pci_probe_one_s4.isra.38+0x207/0x970 [lpfc]
  [   13.770876]  [] lpfc_pci_probe_one+0xa2/0xe40 [lpfc]
  [   14.551773]  [] lpfc_init+0xe4/0x1000 [lpfc]
  [   15.046636] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [   15.082558] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [   15.118685] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [   15.155054] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.
  [  592.495893] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [  592.495900] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [  592.496028] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [  592.496030] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.

  
  Setup Details
  =
  SUT: 10.227.65.215(IMM IP) (USERID/PASSW0RD)
  OS IP: 10.227.73.172(ubuntu_sl/Swamiji001)
  Switch: 10.227.65.35(admin/Pass1234, Port no: 6,17)
  IBM Target: 10.227.65.50(emulex/passw0rd)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1608652/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1606311] Re: Ubuntu 16.04: Call trace on installing upstream driver on PPC server

2016-08-24 Thread Dick Kennedy
This is the upstream patch that was provided by a 3rd party. It prevents
the crash but does not send the device reset.
05a05872c8d4b4357c9d913e6d73ae64882bddf5

We have pushed an additional patch that does not have a commit id yet.
http://marc.info/?l=linux-scsi=147099069107947=2

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1606311

Title:
  Ubuntu 16.04: Call trace on installing upstream driver on PPC server

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Triaged

Bug description:
  We have a fix for this issue that will be submitted upstream in a
  week, there is also a crash avoidance patch that has already been
  posted. I will update the bz with those commit ids.

  
  Observed call trace
  mentioned below.
  Inbox driver installed properly.

  HBA: Emulex LPe31004-M6, FV11.1.113.0

  
  Driver log after installation:
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881920] Unable to handle
  kernel paging request for data at address 0x
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881925] Faulting instruction
  address: 0xd00010858a60
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881931] Oops: Kernel access
  of bad area, sig: 11 [#2]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881934] SMP NR_CPUS=2048 
NUMA
  pSeries
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881939] Modules linked in:
  lpfc(OE) pseries_rng rtc_generic autofs4 ses enclosure ipr scsi_transport_fc
  [last unloaded: lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881956] CPU: 3 PID: 2079
  Comm: scsi_eh_9 Tainted: G  D W  OE   4.4.0-21-generic #37-Ubuntu
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881961] task:
  c00f4ed926e0 ti: c000fdff task.ti: c000fdff
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881966] NIP: 
d00010858a60
  LR: d000107f755c CTR: c0ae2730
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881970] REGS:
  c000fdff35a0 TRAP: 0300   Tainted: G  D W  OE(4.4.0-21-generic)
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881974] MSR: 
80019033
    CR: 28018418  XER: 2000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] CFAR:
  c0008468 DAR:  DSISR: 4000 SOFTE: 1
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR00:
  d000107f755c c000fdff3820 d000108a4da8 c01eb12ae000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR04:
  c01eb2e61800 c01eb2e61870 0001 d000108a4da8
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR08:
  d00010850410 0004  d0001087a600
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR12:
  28012414 ce7d1c80 c00e60d8 c000fdff3cb8
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR16:
   c000fdff3cd0 c000fdff3cb8 c01eaf38a088
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR20:
  c000fdff3cb0 001e c18aab78 c01eb2e61870
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR24:
  c01eb2e61800 c000fdff3978 0001 
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR28:
  c01eaf388000 c01eb12ae000 c01eb2e61800 c01eb12ae000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882056] NIP
  [d00010858a60] lpfc_sli4_scmd_to_wqidx_distr+0x30/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882070] LR 
[d000107f755c]
  lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882074] Call Trace:
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882077] [c000fdff3820]
  [00011bbc] 0x11bbc (unreliable)
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882091] [c000fdff3850]
  [d000107f755c] lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882106] [c000fdff3890]
  [d000107ff6e0] lpfc_sli_issue_iocb+0xf0/0x330 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882120] [c000fdff38f0]
  [d00010803884] lpfc_sli_issue_iocb_wait+0x264/0x680 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882134] [c000fdff39d0]
  [d00010853534] lpfc_send_taskmgmt+0x2d4/0x7d0 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882148] [c000fdff3aa0]
  [d00010854154] lpfc_device_reset_handler+0x114/0x210 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882155] [c000fdff3b60]
  [c075727c] scsi_eh_ready_devs+0x68c/0xee0
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882162] [c000fdff3c50]
  [c075975c] scsi_error_handler+0x6bc/0x9e0
  Jun 20 05:03:43 dhcp-10-192-205-11 

[Kernel-packages] [Bug 1608652] Re: [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with ioremap() call on 32bit kernel

2016-08-24 Thread Dick Kennedy
This is the commit id.  115a4124bae6697b375e150deaed3a4ffc6580e1

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1608652

Title:
  [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue
  with ioremap() call on 32bit kernel

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Triaged

Bug description:
  Broadcom has a fix for this issue that it will be sending upstream
  on/by  8/15/16


  BUG REPRODUCTION DETAILS  
  Test Case Instance- 
  Reproducibility of Bug- Always
  Last Known Working Build  - NA
  Time to Reproduce Bug - 5 Minutes
  Steps To Reproduce Bug- 
  ==
  1. Map a LUN and make sure the FCoE Lun is visible in the UEFI/ as well as
  Legacy BIOS
  2. Boot to OS, and check "fdisk -l" the Lun is not listed.

  Logs
  

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ modinfo lpfc|grep -i version
  version:0:11.0.0.10.
  srcversion: 77EBC3EEDF32DABDDF14B7F
  vermagic:   4.4.0-22-generic SMP mod_unload modversions 686

  
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ lsmod|grep lpfc
  lpfc  614400  0
  scsi_transport_fc  57344  1 lpfc

  ubuntu_sl@dhcp-10-227-71-12:~$ cd /sys/class/fc_host
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ ls
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$

  
  dmesg logs
  ==

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ dmesg|grep lpfc
  [   12.521665] Modules linked in: hid_generic ahci crc32_pclmul lpfc(+) igb
  be2net aesni_intel ptp aes_i586 vxlan xts pps_core libahci usbhid lrw
  scsi_transport_fc gf128mul megaraid_sas ablk_helper wmi ip6_udp_tunnel cryptd
  hid i2c_algo_bit udp_tunnel fjes
  [   13.532543]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.581554]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.675661]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.723254]  [] lpfc_pci_probe_one_s4.isra.38+0x207/0x970 [lpfc]
  [   13.770876]  [] lpfc_pci_probe_one+0xa2/0xe40 [lpfc]
  [   14.551773]  [] lpfc_init+0xe4/0x1000 [lpfc]
  [   15.046636] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [   15.082558] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [   15.118685] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [   15.155054] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.
  [  592.495893] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [  592.495900] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [  592.496028] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [  592.496030] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.

  
  Setup Details
  =
  SUT: 10.227.65.215(IMM IP) (USERID/PASSW0RD)
  OS IP: 10.227.73.172(ubuntu_sl/Swamiji001)
  Switch: 10.227.65.35(admin/Pass1234, Port no: 6,17)
  IBM Target: 10.227.65.50(emulex/passw0rd)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1608652/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1608652] Re: [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue with ioremap() call on 32bit kernel

2016-08-02 Thread Dick Kennedy
Yes I will update the bz with the commit ID after we push it upstream.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1608652

Title:
  [Ubuntu 16.04] FCoE Lun not visible in OS with inbox driver - Issue
  with ioremap() call on 32bit kernel

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Xenial:
  Triaged

Bug description:
  Broadcom has a fix for this issue that it will be sending upstream
  on/by  8/15/16


  BUG REPRODUCTION DETAILS  
  Test Case Instance- 
  Reproducibility of Bug- Always
  Last Known Working Build  - NA
  Time to Reproduce Bug - 5 Minutes
  Steps To Reproduce Bug- 
  ==
  1. Map a LUN and make sure the FCoE Lun is visible in the UEFI/ as well as
  Legacy BIOS
  2. Boot to OS, and check "fdisk -l" the Lun is not listed.

  Logs
  

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ modinfo lpfc|grep -i version
  version:0:11.0.0.10.
  srcversion: 77EBC3EEDF32DABDDF14B7F
  vermagic:   4.4.0-22-generic SMP mod_unload modversions 686

  
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ lsmod|grep lpfc
  lpfc  614400  0
  scsi_transport_fc  57344  1 lpfc

  ubuntu_sl@dhcp-10-227-71-12:~$ cd /sys/class/fc_host
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ ls
  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$

  
  dmesg logs
  ==

  ubuntu_sl@dhcp-10-227-71-12:/sys/class/fc_host$ dmesg|grep lpfc
  [   12.521665] Modules linked in: hid_generic ahci crc32_pclmul lpfc(+) igb
  be2net aesni_intel ptp aes_i586 vxlan xts pps_core libahci usbhid lrw
  scsi_transport_fc gf128mul megaraid_sas ablk_helper wmi ip6_udp_tunnel cryptd
  hid i2c_algo_bit udp_tunnel fjes
  [   13.532543]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.581554]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.675661]  [] ? lpfc_pci_probe_one_s4.isra.38+0x207/0x970 
[lpfc]
  [   13.723254]  [] lpfc_pci_probe_one_s4.isra.38+0x207/0x970 [lpfc]
  [   13.770876]  [] lpfc_pci_probe_one+0xa2/0xe40 [lpfc]
  [   14.551773]  [] lpfc_init+0xe4/0x1000 [lpfc]
  [   15.046636] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [   15.082558] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [   15.118685] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [   15.155054] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.
  [  592.495893] lpfc :1b:00.2: ioremap failed for SLI4 PCI config 
registers.
  [  592.495900] lpfc :1b:00.2: 0:1410 Failed to set up pci memory space.
  [  592.496028] lpfc :1b:00.3: ioremap failed for SLI4 PCI config 
registers.
  [  592.496030] lpfc :1b:00.3: 0:1410 Failed to set up pci memory space.

  
  Setup Details
  =
  SUT: 10.227.65.215(IMM IP) (USERID/PASSW0RD)
  OS IP: 10.227.73.172(ubuntu_sl/Swamiji001)
  Switch: 10.227.65.35(admin/Pass1234, Port no: 6,17)
  IBM Target: 10.227.65.50(emulex/passw0rd)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1608652/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1606311] Re: Ubuntu 16.04: Call trace on installing upstream driver on PPC server

2016-07-25 Thread Dick Kennedy
We have already fixed this there is not need for analysis, I will update
the bz with the commit ids when they are accepted upstream. This was an
lpfc driver crash.

** Attachment added: "log files."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1606311/+attachment/4707249/+files/call%20trace%20log.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1606311

Title:
  Ubuntu 16.04: Call trace on installing upstream driver on PPC server

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  We have a fix for this issue that will be submitted upstream in a
  week, there is also a crash avoidance patch that has already been
  posted. I will update the bz with those commit ids.

  
  Observed call trace
  mentioned below.
  Inbox driver installed properly.

  HBA: Emulex LPe31004-M6, FV11.1.113.0

  
  Driver log after installation:
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881920] Unable to handle
  kernel paging request for data at address 0x
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881925] Faulting instruction
  address: 0xd00010858a60
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881931] Oops: Kernel access
  of bad area, sig: 11 [#2]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881934] SMP NR_CPUS=2048 
NUMA
  pSeries
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881939] Modules linked in:
  lpfc(OE) pseries_rng rtc_generic autofs4 ses enclosure ipr scsi_transport_fc
  [last unloaded: lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881956] CPU: 3 PID: 2079
  Comm: scsi_eh_9 Tainted: G  D W  OE   4.4.0-21-generic #37-Ubuntu
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881961] task:
  c00f4ed926e0 ti: c000fdff task.ti: c000fdff
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881966] NIP: 
d00010858a60
  LR: d000107f755c CTR: c0ae2730
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881970] REGS:
  c000fdff35a0 TRAP: 0300   Tainted: G  D W  OE(4.4.0-21-generic)
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881974] MSR: 
80019033
    CR: 28018418  XER: 2000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] CFAR:
  c0008468 DAR:  DSISR: 4000 SOFTE: 1
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR00:
  d000107f755c c000fdff3820 d000108a4da8 c01eb12ae000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR04:
  c01eb2e61800 c01eb2e61870 0001 d000108a4da8
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR08:
  d00010850410 0004  d0001087a600
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR12:
  28012414 ce7d1c80 c00e60d8 c000fdff3cb8
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR16:
   c000fdff3cd0 c000fdff3cb8 c01eaf38a088
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR20:
  c000fdff3cb0 001e c18aab78 c01eb2e61870
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR24:
  c01eb2e61800 c000fdff3978 0001 
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR28:
  c01eaf388000 c01eb12ae000 c01eb2e61800 c01eb12ae000
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882056] NIP
  [d00010858a60] lpfc_sli4_scmd_to_wqidx_distr+0x30/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882070] LR 
[d000107f755c]
  lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882074] Call Trace:
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882077] [c000fdff3820]
  [00011bbc] 0x11bbc (unreliable)
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882091] [c000fdff3850]
  [d000107f755c] lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882106] [c000fdff3890]
  [d000107ff6e0] lpfc_sli_issue_iocb+0xf0/0x330 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882120] [c000fdff38f0]
  [d00010803884] lpfc_sli_issue_iocb_wait+0x264/0x680 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882134] [c000fdff39d0]
  [d00010853534] lpfc_send_taskmgmt+0x2d4/0x7d0 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882148] [c000fdff3aa0]
  [d00010854154] lpfc_device_reset_handler+0x114/0x210 [lpfc]
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882155] [c000fdff3b60]
  [c075727c] scsi_eh_ready_devs+0x68c/0xee0
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882162] [c000fdff3c50]
  [c075975c] scsi_error_handler+0x6bc/0x9e0
  Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  

[Kernel-packages] [Bug 1606311] [NEW] Ubuntu 16.04: Call trace on installing upstream driver on PPC server

2016-07-25 Thread Dick Kennedy
Public bug reported:

We have a fix for this issue that will be submitted upstream in a week,
there is also a crash avoidance patch that has already been posted. I
will update the bz with those commit ids.


Observed call trace
mentioned below.
Inbox driver installed properly.

HBA: Emulex LPe31004-M6, FV11.1.113.0


Driver log after installation:
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881920] Unable to handle
kernel paging request for data at address 0x
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881925] Faulting instruction
address: 0xd00010858a60
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881931] Oops: Kernel access
of bad area, sig: 11 [#2]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881934] SMP NR_CPUS=2048 NUMA
pSeries
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881939] Modules linked in:
lpfc(OE) pseries_rng rtc_generic autofs4 ses enclosure ipr scsi_transport_fc
[last unloaded: lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881956] CPU: 3 PID: 2079
Comm: scsi_eh_9 Tainted: G  D W  OE   4.4.0-21-generic #37-Ubuntu
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881961] task:
c00f4ed926e0 ti: c000fdff task.ti: c000fdff
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881966] NIP: d00010858a60
LR: d000107f755c CTR: c0ae2730
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881970] REGS:
c000fdff35a0 TRAP: 0300   Tainted: G  D W  OE(4.4.0-21-generic)
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881974] MSR: 80019033
  CR: 28018418  XER: 2000
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] CFAR:
c0008468 DAR:  DSISR: 4000 SOFTE: 1
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR00:
d000107f755c c000fdff3820 d000108a4da8 c01eb12ae000
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR04:
c01eb2e61800 c01eb2e61870 0001 d000108a4da8
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR08:
d00010850410 0004  d0001087a600
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR12:
28012414 ce7d1c80 c00e60d8 c000fdff3cb8
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR16:
 c000fdff3cd0 c000fdff3cb8 c01eaf38a088
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR20:
c000fdff3cb0 001e c18aab78 c01eb2e61870
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR24:
c01eb2e61800 c000fdff3978 0001 
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.881986] GPR28:
c01eaf388000 c01eb12ae000 c01eb2e61800 c01eb12ae000
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882056] NIP
[d00010858a60] lpfc_sli4_scmd_to_wqidx_distr+0x30/0x100 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882070] LR [d000107f755c]
lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882074] Call Trace:
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882077] [c000fdff3820]
[00011bbc] 0x11bbc (unreliable)
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882091] [c000fdff3850]
[d000107f755c] lpfc_sli_calc_ring.part.21+0xdc/0x100 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882106] [c000fdff3890]
[d000107ff6e0] lpfc_sli_issue_iocb+0xf0/0x330 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882120] [c000fdff38f0]
[d00010803884] lpfc_sli_issue_iocb_wait+0x264/0x680 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882134] [c000fdff39d0]
[d00010853534] lpfc_send_taskmgmt+0x2d4/0x7d0 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882148] [c000fdff3aa0]
[d00010854154] lpfc_device_reset_handler+0x114/0x210 [lpfc]
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882155] [c000fdff3b60]
[c075727c] scsi_eh_ready_devs+0x68c/0xee0
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882162] [c000fdff3c50]
[c075975c] scsi_error_handler+0x6bc/0x9e0
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882168] [c000fdff3d80]
[c00e61e0] kthread+0x110/0x130
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882174] [c000fdff3e30]
[c0009538] ret_from_kernel_thread+0x5c/0xa4
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882178] Instruction dump:
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882181] 3c4c0005 3842c378
7c0802a6 fbc1fff0 fbe1fff8 f8010010 f821ffd1 7c9e2378
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882191] 7c7f1b78 4808
e8410018 e95e0010  e929 e92901a8 7928b7e3
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.882201] ---[ end trace
617e5189cf7a3f1c ]---
Jun 20 05:03:43 dhcp-10-192-205-11 kernel: [  500.887912]

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: 

[Kernel-packages] [Bug 1541592] [NEW] The lpfc driver is at rev 11.0.0.0 and needs to be at 11.0.0.10

2016-02-03 Thread Dick Kennedy
Public bug reported:

Brian here are the commit ids between 11.0.0.0 and 11.0.0.10.
The one with the comment after it is not from avago it is from kernel.org only 
take it if your kernel changed the blk_use_tag api.

e79504236548e4c909959ba444f87a12224555ac
64d513ac31bd02a3c9b69ef0f36c196f9a9d /* THis one you may not need, it was 
from the upstream community */
f5cb5304eb26d307c9b30269fb0e007e0b262b7d
d6de08cc46269899988b4f40acc7337279693d4b
4b7789b71c916f79a3366da080101014473234c3
6690e0d4fc5cccf74534abe0c9f9a69032bc02f0
c90261dcd86e4eb5c9c1627fde037e902db8aefa
4258e98ee3862ca7036654b43c839ab7668043e0
81e7517723fc17396ba91f59312b3177266ddbda
eb8d68c9930f7f9c8f3f4a6059b051b32077a735
5afab6bbf3f026b7d50451acbfdc12300c5f4353
a085e87c814567c94e5d375e7362f9f25030aac1
01c73bbcd7cc4f31f45a1b0caeacdba46acd9c9c
4360ca9c24388e44cb0e14861a62fff43cf225c0
448193b5b5e2471fc90ea11e78c39bcfd167efb6
9be321819c43417432a8376428b90fe3fe3a3510
699acd6220ea5b20b25d5eec0ab448827d745357
b034573c7eb39aa58cd4a08e487869fea6d4ad2d

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1541592

Title:
  The lpfc driver is at rev 11.0.0.0 and needs to be at 11.0.0.10

Status in linux package in Ubuntu:
  New

Bug description:
  Brian here are the commit ids between 11.0.0.0 and 11.0.0.10.
  The one with the comment after it is not from avago it is from kernel.org 
only take it if your kernel changed the blk_use_tag api.

  e79504236548e4c909959ba444f87a12224555ac
  64d513ac31bd02a3c9b69ef0f36c196f9a9d /* THis one you may not need, it was 
from the upstream community */
  f5cb5304eb26d307c9b30269fb0e007e0b262b7d
  d6de08cc46269899988b4f40acc7337279693d4b
  4b7789b71c916f79a3366da080101014473234c3
  6690e0d4fc5cccf74534abe0c9f9a69032bc02f0
  c90261dcd86e4eb5c9c1627fde037e902db8aefa
  4258e98ee3862ca7036654b43c839ab7668043e0
  81e7517723fc17396ba91f59312b3177266ddbda
  eb8d68c9930f7f9c8f3f4a6059b051b32077a735
  5afab6bbf3f026b7d50451acbfdc12300c5f4353
  a085e87c814567c94e5d375e7362f9f25030aac1
  01c73bbcd7cc4f31f45a1b0caeacdba46acd9c9c
  4360ca9c24388e44cb0e14861a62fff43cf225c0
  448193b5b5e2471fc90ea11e78c39bcfd167efb6
  9be321819c43417432a8376428b90fe3fe3a3510
  699acd6220ea5b20b25d5eec0ab448827d745357
  b034573c7eb39aa58cd4a08e487869fea6d4ad2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1541592/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1445200] Re: suggested patches for lpfc driver for 1404.3 SRU

2015-04-16 Thread Dick Kennedy
There are no logs this is a place holder bz for the next lpfc driver
update.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1445200

Title:
  suggested patches for lpfc driver for 1404.3 SRU

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The 1404.3 lpfc driver is at 10.4.8000.0 Emulex has posted these patches to 
James Bottomely's scsi-misc tree.
   d09c78f8f3ab6dc77dd12049447921ba4a132bc2
   4fbdf9cbcc5c0e154d9eb9da4ac3a6d8f9df7ada
   ad490b6e70c5756d0479ce1a7336626859b8b546
   f25e8e79bdb269b47de28ac263af09b9e29c775a
   6c7cf486d35e0441c81f9bb8c49e6c826028bbb6
   6eae430328d23e2d6adaa649a7c0bac18e04dda8
   be6bb94100dc6803a530e20aad05360e6267f56b
   34154e05bc135f16804584d81a8c810611a4abe9
   63e480fd2f598e9ad37f89e79c36834e7dd60ba0
   76b2c34aeb947a649e52e0f03f5b930ef936e506
   f0bf5f91908f7c8819d4111c7bd793178021aa3f
   26d830ec7fb660130a00f5d27601f37da70a4c1e
   a0683bf67a0502c6ed8b75a1f1a65762c7790635
   2c9c5a001002cf95d36636c2debd897a17781b06
   ea4142f6b10585f271a40ee52eec2f55e48aeccf
   d454c91f74fcefce5cd545cf98c565ed882bf81a
   85c0f177200b49cbed0f9c9ac67fe2656749f9cd
   ed4afe7405f3839236fd34c7918204640c00e4e8
   c63779702094bcfdb2ead17181fbcd04b71b0215
   946727dc073dbac5751f98902c1c73e3b7268218
   77d093fb009c339f9fa15a2865787eb94eee22c6
   d454c91f74fcefce5cd545cf98c565ed882bf81a

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445200/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1445200] [NEW] suggested patches for lpfc driver for 1404.3 SRU

2015-04-16 Thread Dick Kennedy
Public bug reported:

The 1404.3 lpfc driver is at 10.4.8000.0 Emulex has posted these patches to 
James Bottomely's scsi-misc tree.
 d09c78f8f3ab6dc77dd12049447921ba4a132bc2
 4fbdf9cbcc5c0e154d9eb9da4ac3a6d8f9df7ada
 ad490b6e70c5756d0479ce1a7336626859b8b546
 f25e8e79bdb269b47de28ac263af09b9e29c775a
 6c7cf486d35e0441c81f9bb8c49e6c826028bbb6
 6eae430328d23e2d6adaa649a7c0bac18e04dda8
 be6bb94100dc6803a530e20aad05360e6267f56b
 34154e05bc135f16804584d81a8c810611a4abe9
 63e480fd2f598e9ad37f89e79c36834e7dd60ba0
 76b2c34aeb947a649e52e0f03f5b930ef936e506
 f0bf5f91908f7c8819d4111c7bd793178021aa3f
 26d830ec7fb660130a00f5d27601f37da70a4c1e
 a0683bf67a0502c6ed8b75a1f1a65762c7790635
 2c9c5a001002cf95d36636c2debd897a17781b06
 ea4142f6b10585f271a40ee52eec2f55e48aeccf
 d454c91f74fcefce5cd545cf98c565ed882bf81a
 85c0f177200b49cbed0f9c9ac67fe2656749f9cd
 ed4afe7405f3839236fd34c7918204640c00e4e8
 c63779702094bcfdb2ead17181fbcd04b71b0215
 946727dc073dbac5751f98902c1c73e3b7268218
 77d093fb009c339f9fa15a2865787eb94eee22c6
 d454c91f74fcefce5cd545cf98c565ed882bf81a

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1445200

Title:
  suggested patches for lpfc driver for 1404.3 SRU

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The 1404.3 lpfc driver is at 10.4.8000.0 Emulex has posted these patches to 
James Bottomely's scsi-misc tree.
   d09c78f8f3ab6dc77dd12049447921ba4a132bc2
   4fbdf9cbcc5c0e154d9eb9da4ac3a6d8f9df7ada
   ad490b6e70c5756d0479ce1a7336626859b8b546
   f25e8e79bdb269b47de28ac263af09b9e29c775a
   6c7cf486d35e0441c81f9bb8c49e6c826028bbb6
   6eae430328d23e2d6adaa649a7c0bac18e04dda8
   be6bb94100dc6803a530e20aad05360e6267f56b
   34154e05bc135f16804584d81a8c810611a4abe9
   63e480fd2f598e9ad37f89e79c36834e7dd60ba0
   76b2c34aeb947a649e52e0f03f5b930ef936e506
   f0bf5f91908f7c8819d4111c7bd793178021aa3f
   26d830ec7fb660130a00f5d27601f37da70a4c1e
   a0683bf67a0502c6ed8b75a1f1a65762c7790635
   2c9c5a001002cf95d36636c2debd897a17781b06
   ea4142f6b10585f271a40ee52eec2f55e48aeccf
   d454c91f74fcefce5cd545cf98c565ed882bf81a
   85c0f177200b49cbed0f9c9ac67fe2656749f9cd
   ed4afe7405f3839236fd34c7918204640c00e4e8
   c63779702094bcfdb2ead17181fbcd04b71b0215
   946727dc073dbac5751f98902c1c73e3b7268218
   77d093fb009c339f9fa15a2865787eb94eee22c6
   d454c91f74fcefce5cd545cf98c565ed882bf81a

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445200/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1439612] Re: lpfc driver for Ubuntu 14.04.03

2015-04-14 Thread Dick Kennedy
Did you get the 10.5.0.0 patch set from James Bottomley's scsci-misc
list or is the driver still at 10.4.8000.0?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1439612

Title:
  lpfc driver for Ubuntu 14.04.03

Status in linux package in Ubuntu:
  Triaged

Bug description:
  The bug is a place holder to provide commit id's/patches needed in
  Emulex lpfc driver for Ubuntu 14.04.03.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439612/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1439327] Re: lpfc driver needs to be updated.

2015-04-03 Thread Dick Kennedy
** Attachment added: patches for fixes from 8.3.43 to 10.4.8000.0
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+attachment/4365045/+files/ubuntu.patches

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1439327

Title:
  lpfc driver needs to be updated.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The current lpfc driver for release 1404 is at 8.3.43 The current
  upstream driver is at 10.5.0.0 this bug is to report all of the
  required changes/patches needed to get that driver up to that level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1439327] [NEW] lpfc driver needs to be updated.

2015-04-01 Thread Dick Kennedy
Public bug reported:

The current lpfc driver for release 1404 is at 8.3.43 The current
upstream driver is at 10.5.0.0 this bug is to report all of the required
changes/patches needed to get that driver up to that level.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: lpfc

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1439327

Title:
  lpfc driver needs to be updated.

Status in linux package in Ubuntu:
  New

Bug description:
  The current lpfc driver for release 1404 is at 8.3.43 The current
  upstream driver is at 10.5.0.0 this bug is to report all of the
  required changes/patches needed to get that driver up to that level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1439327] Re: lpfc driver needs to be updated.

2015-04-01 Thread Dick Kennedy
Brian,
I don't know if I already asked you this or not, but if we push more patches 
upstream this week we will not have commit IDs for them until they are pulled 
into either James Bottomely or Christoph's or Linus tree, will you accept a 
patch if we only have the scsi misc mailing list url for it? 
Thanks

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Brian 
Fromme
Sent: Wednesday, April 01, 2015 1:48 PM
To: Dick Kennedy
Subject: [Bug 1439327] Re: lpfc driver needs to be updated.

Hi Dick.  Thanks for creating this bug.  As soon as you have the list of
patches, please drop them in a Comment on this bug.

 cheers,
 Brian

--
You received this bug notification because you are subscribed to the bug report.
https://bugs.launchpad.net/bugs/1439327

Title:
  lpfc driver needs to be updated.

Status in linux package in Ubuntu:
  New

Bug description:
  The current lpfc driver for release 1404 is at 8.3.43 The current
  upstream driver is at 10.5.0.0 this bug is to report all of the
  required changes/patches needed to get that driver up to that level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+subscriptions

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1439327

Title:
  lpfc driver needs to be updated.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The current lpfc driver for release 1404 is at 8.3.43 The current
  upstream driver is at 10.5.0.0 this bug is to report all of the
  required changes/patches needed to get that driver up to that level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439327/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp