[Bug 1935034] Re: Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-09-21 Thread Suganath Prabu
Only below two patches have a driver functionality fix, but these are
not that critical.

1. d309ae0732 scsi: mpt3sas: Fix ReplyPostFree pool allocation
Here is SRU for this bug fix patch,
[Impact] 
Driver always allocates ReplyPostFree queue pools as a set of 16 ReplyPostFree 
queues. So, on a VM where there are only one or two CPUs assigned to it and 
with less RAM memory then there are chances that the kernel cannot allocate a 
continuous memory segment for a ReplyPostFree queues set, and hence IOC 
initialization is terminated.
[Fix] 
On a system with the number of CPUs less than 16, the driver doesn't need 16 
ReplyPostFree queues, it just needs the CPU count number of ReplyPostFree 
queues.  So the driver allocates only the CPU count of ReplyPostFree queues 
instead of allocating 16 ReplyPostFree queues and IOC gets initialized 
successfully.
[Testing]
Load driver on a VM with one or two CPUs and less RAM size (such as 1GB) and 
driver should successfully Initialize the IOC.
[REGRESSION RISK]
There is no regression risk with this bug-fix patch.

2. e2fac6c44a SCSI: mpt3sas: Fix deadlock while canceling the running firmware 
event
Here is SRU for this bug fix patch,

[Impact]
Will observe driver hang if any MPT request message gets timeout and which 
requires hard reset while processing the Firmware Event.
[Fix]
During hard reset operation, don't call canel_work_sync() API for the Firmware 
event work if this hard reset operation is invoked while processing this 
corresponding firmware event. 
[Testing]
Load the driver and perform more target drive's hot plug and unplug operations 
(such that more firmware events get generated).  
[REGRESSION RISK]
There is no regression risk with this bugfix patch. 


Below fix patches are cosmetic patches which doesn't have any driver 
functionality impacts,
bfb3f00c06 scsi: mpt3sas: Simplify bool comparison
cf9e575e62 scsi: mpt3sas: Fix a bunch of potential naming doc-rot
54cb88dc30 scsi: mpt3sas: Fix a couple of misdocumented functions/params
782a1ab33f scsi: mpt3sas: Fix some kernel-doc misnaming issues
a8d548b0b3 scsi: mpt3sas: Fix a few kernel-doc issues
206a3afa94 scsi: mpt3sas: Fix a typo
c0629d70ca scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
16660db3fc scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
3ad0b1da0d scsi: mpt3sas: Fix two kernel-doc headers
2910a4a9e9 scsi: mpt3sas: Documentation cleanup
e2fac6c44a scsi: mpt3sas: Fix deadlock while cancelling the running firmware 
event
84a84cc6af scsi: mpt3sas: Fix fall-through warnings for Clang
cf750be8e6 scsi: mpt3sas: Fix Coverity reported issue
d6c2ce435f scsi: mpt3sas: Fix error return value in _scsih_expander_add()

Below patches are related to kernel APIs compatible changes and doesn't have 
any driver functionality impacts,
8278807abd scsi: core: Add scsi_device_busy() wrapper
020b0f0a31 scsi: core: Replace sdev->device_busy with sbitmap
f2b1e9c6f8 scsi: core: Introduce scsi_build_sense()

Below patches are the driver enhancement patches that we have added in
Phase18 & Phase19.

1.  Add host tagset support:
Through this feature, the driver can emulate the number of request queues to 
more than one at kernel level even though IOC supports only one request queue. 
By default this feature is disabled, if users want this feature then they have 
to enable it through module parameter.  
64f0dce20 SCSI: mpt3sas: Add support for shared host tagset for CPU hotplug

[REGRESSION RISK]
No extra test cases are needed, normal regression test cases such as driver 
load & running IOs are enough.

2.  Additional diagnostic buffer query interface:
Currently whenever any diag trigger event hits the driver releases the diag 
buffer, but the application doesn't know for which trigger event the diag 
buffer got released. So added a new additional diagnostic buffer query IOCTL 
interface through which the application queries the driver about the reason 
(i.e. trigger event information) for which the diag buffer got released.  
688c1a0a13 scsi: mpt3sas: Additional diagnostic buffer query interface

[REGRESSION RISK]
No extra test cases are needed, normal regression test cases which cover the 
IOCTL paths are enough.

3.  Allocate memory pools within 4GB memory region:
According to the MPI spec chain, sense reply, reply post, etc pool buffers need 
to be allocated within the 4GB memory region. So, through the below patches 
driver makes sure that these pools are allocated within the 4GB memory region 
(i.e. higher 32 address bits should be the same for the entire buffer pool).

d6adc251dd scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 
4 GB region
7dd847dae1 scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB 
region
970ac2bb70 scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB 
region
58501fd937 scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB 
region
2e4e858732 scsi: mpt3sas: Force reply post buffer allocations to 

[Bug 1935034] Re: Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-08-29 Thread Suganath Prabu
We have covered Basic validation for the test kernel and no issue was
observed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935034

Title:
  Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1935034] Re: Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-08-25 Thread Suganath Prabu
Michael,
The test kernel is under validation, will share the result by end of this week.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935034

Title:
  Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1935034] Re: Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-08-03 Thread Suganath Prabu
Hi Michael/Tim,

Patch to update version to 38.100.00.00 is posted sometime back, but not yet 
accepted.
We have RESENT it today. This patch contains only version update. 
https://marc.info/?l=linux-scsi=162797310627327=2. 
---
 drivers/scsi/mpt3sas/mpt3sas_base.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h 
b/drivers/scsi/mpt3sas/mpt3sas_base.h
index 0c6c3df0038d..ec0be3e80561 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_base.h
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
@@ -77,9 +77,9 @@
 #define MPT3SAS_DRIVER_NAME"mpt3sas"
 #define MPT3SAS_AUTHOR "Avago Technologies "
 #define MPT3SAS_DESCRIPTION"LSI MPT Fusion SAS 3.0 Device Driver"
-#define MPT3SAS_DRIVER_VERSION "37.101.00.00"
-#define MPT3SAS_MAJOR_VERSION  37
-#define MPT3SAS_MINOR_VERSION  101
+#define MPT3SAS_DRIVER_VERSION "38.100.00.00"
+#define MPT3SAS_MAJOR_VERSION  38
+#define MPT3SAS_MINOR_VERSION  100
 #define MPT3SAS_BUILD_VERSION  0
 #define MPT3SAS_RELEASE_VERSION00


Below is the updated list of Patches. Looks like some fixes are already pulled 
in Ubuntu 5.11 git, so removed those from previous list. 
==
 
bfb3f00c06 scsi: mpt3sas: Simplify bool comparison
d309ae0732 scsi: mpt3sas: Fix ReplyPostFree pool allocation
664f0dce20 scsi: mpt3sas: Add support for shared host tagset for CPU hotplug
688c1a0a13 scsi: mpt3sas: Additional diagnostic buffer query interface
446b5f3d3f scsi: mpt3sas: Update driver version to 37.100.00.00
8278807abd scsi: core: Add scsi_device_busy() wrapper
020b0f0a31 scsi: core: Replace sdev->device_busy with sbitmap
e015e0ded1 scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()
2111ba8781 scsi: mpt3sas: Move a little data from the stack onto the heap
cf9e575e62 scsi: mpt3sas: Fix a bunch of potential naming doc-rot
54cb88dc30 scsi: mpt3sas: Fix a couple of misdocumented functions/params
782a1ab33f scsi: mpt3sas: Fix some kernel-doc misnaming issues
a1c4d77413 scsi: mpt3sas: Replace unnecessary dynamic allocation with a static 
one
d6adc251dd scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 
4 GB region
7dd847dae1 scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB 
region
970ac2bb70 scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB 
region
58501fd937 scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB 
region
2e4e858732 scsi: mpt3sas: Force reply post buffer allocations to be within same 
4 GB region
c569de899b scsi: mpt3sas: Force reply post array allocations to be within same 
4 GB region
37067b9793 scsi: mpt3sas: Update driver version to 37.101.00.00
a8d548b0b3 scsi: mpt3sas: Fix a few kernel-doc issues
206a3afa94 scsi: mpt3sas: Fix a typo
c0629d70ca scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
16660db3fc scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
3ad0b1da0d scsi: mpt3sas: Fix two kernel-doc headers
2910a4a9e9 scsi: mpt3sas: Documentation cleanup
e2fac6c44a scsi: mpt3sas: Fix deadlock while cancelling the running firmware 
event
19a622c39a scsi: mpt3sas: Handle firmware faults during first half of IOC init
a0815c45c8 scsi: mpt3sas: Handle firmware faults during second half of IOC init
f2b1e9c6f8 scsi: core: Introduce scsi_build_sense()
84a84cc6af scsi: mpt3sas: Fix fall-through warnings for Clang
cf750be8e6 scsi: mpt3sas: Fix Coverity reported issue
d6c2ce435f scsi: mpt3sas: Fix error return value in _scsih_expander_add()

Original Patches for commits 8278807abd  &  020b0f0a31 
==
8278807abd338f2246b6ae8057f2ec61a80a5614 scsi: core: Add scsi_device_busy() 
wrapper
https://marc.info/?l=git-commits-head=161965599028926=2
020b0f0a31920e5b7e7e120d4560453b67b70733 scsi: core: Replace sdev->device_busy 
with sbitmap
https://marc.info/?l=git-commits-head=161965599128928=2


Thanks,
Suganath

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935034

Title:
  Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1935034] Re: Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-08-02 Thread Suganath Prabu
Hi Michael,

I'll check and update.

Thanks,
Suganath

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935034

Title:
  Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2021-07-26 Thread Suganath Prabu
Sorry, I have closed it.
I have raised another bug 
"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1935034; for Updating 
mpt3sas Driver to 38.100.00.00.


** Changed in: linux (Ubuntu Focal)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863574

Title:
  Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2021-07-22 Thread Suganath Prabu
** Changed in: linux (Ubuntu Focal)
   Status: Fix Released => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863574

Title:
  Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1935034] [NEW] Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

2021-07-08 Thread Suganath Prabu
Public bug reported:

This is a feature request to update the mpt3sas driver to latest version in 
upstream 38.100.00.00 in Ubuntu 21.10 and Ubuntu 20.04. 
This will allow users to use fixes and enhancements that landed upstream in 
5.14. For this reason,
Broadcom and Dell have requested to pull these patches to update the
mpt3sas driver to the current upstream version.

I could see both Ubuntu 21.10 and 20.04 HWE has mpt3sas driver
v36.100.00.00, following are the commit ID's to update to 38.100.00.00

8b3c803529 scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()
39718fe7ad scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> 
"compatibility"
bfb3f00c06 scsi: mpt3sas: Simplify bool comparison
d309ae0732 scsi: mpt3sas: Fix ReplyPostFree pool allocation
664f0dce20 scsi: mpt3sas: Add support for shared host tagset for CPU hotplug
688c1a0a13 scsi: mpt3sas: Additional diagnostic buffer query interface
446b5f3d3f scsi: mpt3sas: Update driver version to 37.100.00.00

8278807abd scsi: core: Add scsi_device_busy() wrapper
020b0f0a31 scsi: core: Replace sdev->device_busy with sbitmap

e015e0ded1 scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()
2111ba8781 scsi: mpt3sas: Move a little data from the stack onto the heap
cf9e575e62 scsi: mpt3sas: Fix a bunch of potential naming doc-rot
54cb88dc30 scsi: mpt3sas: Fix a couple of misdocumented functions/params
782a1ab33f scsi: mpt3sas: Fix some kernel-doc misnaming issues
a50bd64616 scsi: mpt3sas: Do not use GFP_KERNEL in atomic context
a1c4d77413 scsi: mpt3sas: Replace unnecessary dynamic allocation with a static 
one
d6adc251dd scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 
4 GB region
7dd847dae1 scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB 
region
970ac2bb70 scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB 
region
58501fd937 scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB 
region
2e4e858732 scsi: mpt3sas: Force reply post buffer allocations to be within same 
4 GB region
c569de899b scsi: mpt3sas: Force reply post array allocations to be within same 
4 GB region
37067b9793 scsi: mpt3sas: Update driver version to 37.101.00.00

a8d548b0b3 scsi: mpt3sas: Fix a few kernel-doc issues
3401ecf7fc scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()

 
206a3afa94 scsi: mpt3sas: Fix a typo
4c51f95696 scsi: mpt3sas: Only one vSES is present even when IOC has multi vSES
c0629d70ca scsi: mpt3sas: Fix endianness for ActiveCablePowerRequirement
3c8604691d scsi: mpt3sas: Block PCI config access from userspace during reset
16660db3fc scsi: mpt3sas: Fix out-of-bounds warnings in _ctl_addnl_diag_query
3ad0b1da0d scsi: mpt3sas: Fix two kernel-doc headers
2910a4a9e9 scsi: mpt3sas: Documentation cleanup
e2fac6c44a scsi: mpt3sas: Fix deadlock while cancelling the running firmware 
event
19a622c39a scsi: mpt3sas: Handle firmware faults during first half of IOC init
a0815c45c8 scsi: mpt3sas: Handle firmware faults during second half of IOC init

f2b1e9c6f8 scsi: core: Introduce scsi_build_sense()

84a84cc6af scsi: mpt3sas: Fix fall-through warnings for Clang
cf750be8e6 scsi: mpt3sas: Fix Coverity reported issue
d6c2ce435f scsi: mpt3sas: Fix error return value in _scsih_expander_add()


Note:
We have  already posted patch to update  driver version to 38.100.00.00
Other patches are already available in upstream .

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935034

Title:
  Update mpt3sas Driver to 38.100.00.00 for Ubuntu 21.10 and 20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879073] [NEW] HP laptop Grub fatal error

2020-05-16 Thread subash prabu
Public bug reported:

UBuntu ver 20
HP Laptop
WIndows installs fine, but when tried to dual boot or erase the disk and 
install ubuntu, mx linux, mint grub fatal error

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Sat May 16 21:35:23 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879073

Title:
  HP laptop Grub fatal error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1879073/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2020-03-24 Thread Suganath Prabu
Hi Michael,

I have covered basic sanity test with below test cases.
1) Reboot test and driver load/unload.
2) Drive Discovery and IO's.
3) IO's with Controller Resets.

Thanks,
Suganath

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863574

Title:
  Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2020-03-18 Thread Suganath Prabu
Hi Michael,

Thank you, I have download the images, Will test and update in a week.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863574

Title:
  Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2020-03-09 Thread Suganath Prabu
Hi Michael,

Yes, those commits are correct. You need to apply last commit first.
I have reversed the order and below it is.

8dc8d29a00e29c679f027102fb9c6709347ca8ca scsi: mpt3sas: Introduce module 
parameter to override queue depth
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=8dc8d29a00e29c679f027102fb9c6709347ca8ca

d04a6edfed0b2e99d9a8385503737944db3d5649 scsi: mpt3sas: Register trace buffer 
based on NVDATA settings
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d04a6edfed0b2e99d9a8385503737944db3d5649

4bc50dc1afb7b77dfc80a1f8f0742b14d6f6e376 scsi: mpt3sas: Display message before 
releasing diag buffer
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=4bc50dc1afb7b77dfc80a1f8f0742b14d6f6e376

782b281883caf70289ba6a186af29441a117d23e scsi: mpt3sas: Fix clear pending bit 
in ioctl status
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=782b281883caf70289ba6a186af29441a117d23e

764f472ba4a7a0c18107ebfbe1a9f1f5f5a1e411 scsi: mpt3sas: Free diag buffer 
without any status check
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=764f472ba4a7a0c18107ebfbe1a9f1f5f5a1e411

08e7378ee331a803cfdd91c512a3dea040f1da79 scsi: mpt3sas: Maintain owner of 
buffer through UniqueID
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=08e7378ee331a803cfdd91c512a3dea040f1da79

dd180e4eedfd85b80020a6fd566601f4765a9d69 scsi: mpt3sas: clear release bit when 
buffer reregistered
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=dd180e4eedfd85b80020a6fd566601f4765a9d69

a066f4c31359d07b1a2c5144b4b9a29901365fd0 scsi: mpt3sas: Reuse diag buffer 
allocated at load time
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=a066f4c31359d07b1a2c5144b4b9a29901365fd0

a8a6cbcd038de4ee3722c17edd7a4d84ce423f7d scsi: mpt3sas: Add app owned flag 
support for diag buffer
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=a8a6cbcd038de4ee3722c17edd7a4d84ce423f7d

29f571f8b4cc652cae9244630f714a610549d301 scsi: mpt3sas: Fail release cmnd if 
diag buffer is released
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=29f571f8b4cc652cae9244630f714a610549d301

b06ff10249036eec74fa8565503ac40d0ee92213 scsi: mpt3sas: Use Component img 
header to get Package ver
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=b06ff10249036eec74fa8565503ac40d0ee92213

77fd4f2c88bf83205a21f9ca49fdcc0c7868dba9 scsi: mpt3sas: Reject NVMe Encap cmnds 
to unsupported HBA
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=77fd4f2c88bf83205a21f9ca49fdcc0c7868dba9

9e64fd1e65f72d229f96fcf390576e772770a01c scsi: mpt3sas: Fix module parameter 
max_msix_vectors
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=9e64fd1e65f72d229f96fcf390576e772770a01c

d8b2625f4699a36b1753d87e96b0c50a4531c065 scsi: mpt3sas: Bump mpt3sas driver 
version to 32.100.00.00
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d8b2625f4699a36b1753d87e96b0c50a4531c065

3524a38e594dd5f090cbc3226e5f47cb4067fac7 scsi: mpt3sas: Clean up some indenting
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=3524a38e594dd5f090cbc3226e5f47cb4067fac7

5bb2f743cdaa6da618e77a6aab5c38b46072365b scsi: mpt3sas: change allocation option
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=5bb2f743cdaa6da618e77a6aab5c38b46072365b

ee560e7bbab0c10cf3f0e71997fbc354ab2ee5cb scsi: mpt3sas: Fix double free in 
attach error handling
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=ee560e7bbab0c10cf3f0e71997fbc354ab2ee5cb

1ade26b616cc2da0b7277a97e3799c99bae0655b scsi: mpt3sas: Update MPI Headers to 
v02.00.57
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=1ade26b616cc2da0b7277a97e3799c99bae0655b

d3f623ae8e0323ca434ee9029100312a8be37773 scsi: mpt3sas: Add support for NVMe 
shutdown
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d3f623ae8e0323ca434ee9029100312a8be37773

36c6c7f75b0998f5a4b5c79cbb94ee1ab4ee35c0 scsi: mpt3sas: renamed 
_base_after_reset_handler function
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=36c6c7f75b0998f5a4b5c79cbb94ee1ab4ee35c0

e8c2307e6a690db9aaff84153b2857c5c4dfd969 scsi: mpt3sas: Add support IOCs new 
state named COREDUMP
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=e8c2307e6a690db9aaff84153b2857c5c4dfd969

fce0aa08792b3ae725395fa25d44507dee0b603b scsi: mpt3sas: Handle CoreDump state 
from watchdog thread

[Bug 1863574] Re: Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2020-02-17 Thread Suganath Prabu
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863574

Title:
  Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1863574] [NEW] Update mpt3sas Driver to 33.100.00.00 for Ubuntu 20.04

2020-02-17 Thread Suganath Prabu
Public bug reported:

This Bug is for updating mpt3sas driver to latest version 33.100.00.00
in Ubuntu 20.04.

Below are the commit ID's.

commit c53cf10ef6d9faeee9baa1fab824139c6f10a134
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=c53cf10ef6d9faeee9baa1fab824139c6f10a134
commit c50ed99cd56ee725d9e14dffec8e8f1641b8ca30
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=c50ed99cd56ee725d9e14dffec8e8f1641b8ca30
commit c6bdb6a10892d1130638a5e28d1523a813e45d5e
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=c6bdb6a10892d1130638a5e28d1523a813e45d5e
commit 5b061980e362820894d7d884370b37005bed23ec
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=5b061980e362820894d7d884370b37005bed23ec
commit c59777189433621392f6f5c82ecfc62f00a1232d
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=c59777189433621392f6f5c82ecfc62f00a1232d
commit fce0aa08792b3ae725395fa25d44507dee0b603b
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=fce0aa08792b3ae725395fa25d44507dee0b603b
commit e8c2307e6a690db9aaff84153b2857c5c4dfd969
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=e8c2307e6a690db9aaff84153b2857c5c4dfd969
commit 36c6c7f75b0998f5a4b5c79cbb94ee1ab4ee35c0
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=36c6c7f75b0998f5a4b5c79cbb94ee1ab4ee35c0
commit d3f623ae8e0323ca434ee9029100312a8be37773
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d3f623ae8e0323ca434ee9029100312a8be37773
commit 1ade26b616cc2da0b7277a97e3799c99bae0655b
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=1ade26b616cc2da0b7277a97e3799c99bae0655b
commit ee560e7bbab0c10cf3f0e71997fbc354ab2ee5cb
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=ee560e7bbab0c10cf3f0e71997fbc354ab2ee5cb
commit 5bb2f743cdaa6da618e77a6aab5c38b46072365b
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=5bb2f743cdaa6da618e77a6aab5c38b46072365b
commit 3524a38e594dd5f090cbc3226e5f47cb4067fac7
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=3524a38e594dd5f090cbc3226e5f47cb4067fac7
commit d8b2625f4699a36b1753d87e96b0c50a4531c065
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d8b2625f4699a36b1753d87e96b0c50a4531c065
commit 9e64fd1e65f72d229f96fcf390576e772770a01c
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=9e64fd1e65f72d229f96fcf390576e772770a01c
commit 77fd4f2c88bf83205a21f9ca49fdcc0c7868dba9
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=77fd4f2c88bf83205a21f9ca49fdcc0c7868dba9
commit b06ff10249036eec74fa8565503ac40d0ee92213
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=b06ff10249036eec74fa8565503ac40d0ee92213
commit 29f571f8b4cc652cae9244630f714a610549d301
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=29f571f8b4cc652cae9244630f714a610549d301
commit a8a6cbcd038de4ee3722c17edd7a4d84ce423f7d
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=a8a6cbcd038de4ee3722c17edd7a4d84ce423f7d
commit a066f4c31359d07b1a2c5144b4b9a29901365fd0
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=a066f4c31359d07b1a2c5144b4b9a29901365fd0
commit dd180e4eedfd85b80020a6fd566601f4765a9d69
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=dd180e4eedfd85b80020a6fd566601f4765a9d69
commit 08e7378ee331a803cfdd91c512a3dea040f1da79
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=08e7378ee331a803cfdd91c512a3dea040f1da79
commit 764f472ba4a7a0c18107ebfbe1a9f1f5f5a1e411
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=764f472ba4a7a0c18107ebfbe1a9f1f5f5a1e411
commit 782b281883caf70289ba6a186af29441a117d23e
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=782b281883caf70289ba6a186af29441a117d23e
commit 4bc50dc1afb7b77dfc80a1f8f0742b14d6f6e376
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=4bc50dc1afb7b77dfc80a1f8f0742b14d6f6e376
commit d04a6edfed0b2e99d9a8385503737944db3d5649
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=d04a6edfed0b2e99d9a8385503737944db3d5649
commit 8dc8d29a00e29c679f027102fb9c6709347ca8ca
https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=5.6/scsi-queue=8dc8d29a00e29c679f027102fb9c6709347ca8ca


Thanks,
Suganath

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

-- 
You received this bug 

[Bug 1522714] [NEW] package apport 2.19.1-0ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127

2015-12-03 Thread prabu
Public bug reported:

hi

I am new to ubuntu15.10

the following error I am getting while using the following commands

sudo apt-get update

dpkg: warning: subprocess old pre-removal script returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: 6: /var/lib/dpkg/tmp.ci/prerm: pyclean: not found
dpkg: error processing archive 
/var/cache/apt/archives/python-samba_2%3a4.1.17+dfsg-4ubuntu3_i386.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 127
/var/lib/dpkg/info/python-samba.postinst: 6: 
/var/lib/dpkg/info/python-samba.postinst: pycompile: not found
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 127


Preparing to unpack .../apport_2.19.1-0ubuntu5_all.deb ...
/var/lib/dpkg/info/apport.prerm: 14: /var/lib/dpkg/info/apport.prerm: pyclean: 
not found
dpkg: warning: subprocess old pre-removal script returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: 14: /var/lib/dpkg/tmp.ci/prerm: pyclean: not found
dpkg: error processing archive 
/var/cache/apt/archives/apport_2.19.1-0ubuntu5_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 127


Errors were encountered while processing:
 /var/cache/apt/archives/python-samba_2%3a4.1.17+dfsg-4ubuntu3_i386.deb
 /var/cache/apt/archives/apport_2.19.1-0ubuntu5_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@silico-All-Series:/home/silico# dpkg: warning: subprocess old pre-removal 
script returned error exit status 127
No command 'dpkg:' found, did you mean:
 Command 'dpkg' from package 'dpkg' (main)
dpkg:: command not found
root@silico-All-Series:/home/silico# dpkg: trying script from the new package 
instead ...
No command 'dpkg:' found, did you mean:
 Command 'dpkg' from package 'dpkg' (main)
dpkg:: command not found
root@silico-All-Series:/home/silico# /var/lib/dpkg/tmp.ci/prerm: 6: 
/var/lib/dpkg/tmp.ci/prerm: pyclean: not found
bash: /var/lib/dpkg/tmp.ci/prerm:: No such file or directory
root@silico-All-Series:/home/silico# dpkg: error processing archive 
/var/cache/apt/archives/python-samba_2%3a4.1.17+dfsg-4ubuntu3_i386.deb 
(--unpack):
bash: syntax error near unexpected token `('
root@silico-All-Series:/home/silico#  subprocess new pre-removal script 
returned error exit status 127
subprocess: command not found
root@silico-All-Series:/home/silico# /var/lib/dpkg/info/python-samba.postinst: 
6: /var/lib/dpkg/info/python-samba.postinst: pycompile: not found
bash: /var/lib/dpkg/info/python-samba.postinst:: No such file or directory
root@silico-All-Series:/home/silico# dpkg: error while cleaning up:
No command 'dpkg:' found, did you mean:
 Command 'dpkg' from package 'dpkg' (main)
dpkg:: command not found
root@silico-All-Series:/home/silico#  subprocess installed post-installation 
script returned error exit status 127
subprocess: command not found
root@silico-All-Series:/home/silico#

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: apport 2.19.1-0ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
ApportVersion: 2.19.1-0ubuntu3
Architecture: i386
Date: Fri Dec  4 18:38:20 2015
DuplicateSignature: package:apport:2.19.1-0ubuntu3:subprocess new pre-removal 
script returned error exit status 127
ErrorMessage: subprocess new pre-removal script returned error exit status 127
InstallationDate: Installed on 2015-12-03 (1 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: apport
Title: package apport 2.19.1-0ubuntu3 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1522714

Title:
  package apport 2.19.1-0ubuntu3 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 127

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331192] Re: KDE printer configuration app stopped working on Lucid (TypeError in set_widget_value())

2010-02-28 Thread Prabu
Hi everybody, Im having the same problem with Debian Squeeze pt_BR.UTF-8 
locale, and  checking suggestion of post #24 above (by Commat) I was also able 
to fix the problem.
I did the same, but at a different point of the script.

on line # 46 replace 
 return unicode(i18n(string), utf-8)
by
 return unicode(i18n(string))

(before doing it I tryed other suggestions less intrusive like
reinstalling some python packages, but nothing worked until I changed
the script). It seems that this issue is already fixed in Debian
Sid(unstable), but is not available yet for Squeeze(testing).

-- 
KDE printer configuration app stopped working on Lucid (TypeError in 
set_widget_value())
https://bugs.launchpad.net/bugs/331192
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeadmin in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs