[Kernel-packages] [Bug 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2019-10-03 Thread Po-Hsu Lin
Closing this bug with Won't fix as this kernel / release is no longer supported.
Please feel free to open a new bug report if you're still experiencing this on 
a newer release (Bionic 18.04.3 / Disco 19.04)
Thanks!

** Changed in: linux (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-06 Thread Zhanglei Mao
Huawei have fix this bug and provide patch to our team that will be
merged in 4.12.

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-06 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Tags added: kernel-da-key

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-05 Thread Zhanglei Mao
We found same problem on Ubuntu17.04 the kernel version is 
linux-image-4.10.0-19-generic上. The apport report is in the attachment file. 
 
We compared and testing on kernel 4.9 an 4.10, this HIO driver works fine on 
4.9 but does not work
on kernel 4.10-rc5 and aboe. 
 
 

** Attachment added: "This is apport on linux-image-4.10.0-19-generic"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+attachment/4909670/+files/apport.linux-image-4.10.0-19-generic.kk0x7vwq.apport

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-04 Thread Zhanglei Mao
It is Ubuntu server without Desktop environment and I can't provide my
launchpad access to customer too.

I will ask them to collect bug reports by: 
apport-bug linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb

I am not family for apport. Can apport-bug provide what you want?

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-04 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-04 Thread Zhanglei Mao
** Description changed:

  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include in
  this kernel. The data write to disk seems was incorrect.
  
  To format this sdd disk with xfs get error of "meta data corruption" and
  to use dd write data to this ssd disk and read out again, the sha256
  chuksum is also mismatched.
  
  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.
  
  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.
  
+ Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
+ The modification for 4.8 is as below:
+ if (!test_bit(SSD_ONLINE, >state)) {
+ ssd_bio_endio(bio, -ENODEV);
+ goto out;
+ }
  
- Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
- 为适配4.8内核修改代码如下:
- if (!test_bit(SSD_ONLINE, >state)) {
- ssd_bio_endio(bio, -ENODEV);
- goto out;
- }
-  
  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
- blk_queue_split(q, , q->bio_split);
+ blk_queue_split(q, , q->bio_split);
  #endif

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  New

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  The modification for 4.8 is as below:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }

  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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 1702253] Re: hio.ko driver from linux-image-4.10.0-26-generic_4.10.0-26.30_amd64.deb will corrupt data on SSD disk

2017-07-04 Thread Paul White
** Package changed: ubuntu => linux (Ubuntu)

-- 
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/1702253

Title:
  hio.ko driver from  linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb  will corrupt data on
  SSD disk

Status in linux package in Ubuntu:
  New

Bug description:
  The user upgrade Ubuntu server to linux-
  image-4.10.0-26-generic_4.10.0-26.30_amd64.deb and it use a SSD of
  ES3000 V2 SSD which the correspond module driver of hio.ko is include
  in this kernel. The data write to disk seems was incorrect.

  To format this sdd disk with xfs get error of "meta data corruption"
  and to use dd write data to this ssd disk and read out again, the
  sha256 chuksum is also mismatched.

  It was tested for 4.8.0-34-generic, 4.10.0-26-generic and 4.12, this
  problem was not found on 4.8.0-34-generic, but both 4.10.0-26-generic
  and 4.12 have same issues.

  This hio source can be download from
  
http://support.huawei.com/enterprise/zh/server/es3000-v2-pid-21242728/software/22305278?idAbsPath=fixnode01%7C7919749%7C9856522%7C9856629%7C21462722%7C21242728.
  It is also include in Ubuntu kernel tree of linux-source-4.10.0.

  
  Huawei reports that they get similar problem when upgrading from linux4.4 to 
linux4.8 and they fix it at the hio driver in 2.1.0.28 version as:
  为适配4.8内核修改代码如下:
  if (!test_bit(SSD_ONLINE, >state)) {
  ssd_bio_endio(bio, -ENODEV);
  goto out;
  }
   
  #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0))
  blk_queue_split(q, , q->bio_split);
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702253/+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