[Kernel-packages] [Bug 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2016-09-21 Thread Chris J Arges
** Changed in: linux (Ubuntu Trusty)
 Assignee: Chris J Arges (arges) => (unassigned)

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-09-28 Thread Xiang Hui
modprobe failed on my Ubuntu trusty environment, can anyone help take a
look?

[OS]
# uname -a
Linux juju-xianghui-machine-11 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 
21:42:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[TEST]
# modprobe uio_pci_generic
modprobe: FATAL: Module uio_pci_generic not found.

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-09-08 Thread Thiago Martins
Problem fixed on both "Linux 3.13.0-63-generic" and "Linux
3.16.0-48-generic" on Trusty.

Thanks!

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

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-08-05 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-07-14 Thread Brad Figg
** Changed in: linux (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-07-09 Thread Chris J Arges
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Chris J Arges (arges)

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  uio_pci_generic is not enabled in linux kernel package for ppc64el
  while other architectures have it enabled.

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-07-09 Thread Chris J Arges
Looks like everything 3.13+ has CONFIG_UIO_PCI_GENERIC=m except ppc64el.

** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Chris J Arges (arges)

** Changed in: linux (Ubuntu)
 Assignee: Chris J Arges (arges) = (unassigned)

** Changed in: linux (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: linux (Ubuntu Trusty)
   Status: New = In Progress

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  In Progress

Bug description:
  uio_pci_generic is not enabled in linux kernel package for ppc64el
  while other architectures have it enabled.

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-07-09 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Triaged

Bug description:
  uio_pci_generic is not enabled in linux kernel package for ppc64el
  while other architectures have it enabled.

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  
  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473109/+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 1473109] Re: uio_pci_generic is not available in trusty kernel package for ppc64el

2015-07-09 Thread Chris J Arges
Sent patch to kteam ML.

** Description changed:

- uio_pci_generic is not enabled in linux kernel package for ppc64el while
- other architectures have it enabled.
+ [Impact]
+ uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
+ This is useful for things like DPDK.
+ 
+ [Test Case]
+ modprobe uio_pci_generic
+ 
+ [Fix]
+ CONFIG_UIO_PCI_GENERIC=m for common ubuntu config
+ 
+ --
  
  Looking into git tree :
  
  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set
  
  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).
  
  Can we have it enabled ?
  This module is used by dpdk (for example).
  
- 
  Thanks.

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

Title:
  uio_pci_generic is not available in trusty kernel package for ppc64el

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  In Progress

Bug description:
  [Impact]
  uio_pci_generic is not enabled in linux kernel package for ppc64el while 
other architectures have it enabled.
  This is useful for things like DPDK.

  [Test Case]
  modprobe uio_pci_generic

  [Fix]
  CONFIG_UIO_PCI_GENERIC=m for common ubuntu config

  --

  Looking into git tree :

  ~/sources/pub/ubuntu.com/ubuntu-14.04-trusty$ git grep UIO_PCI_GENERIC 
debian.master/
  debian.master/config/amd64/config.common.amd64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/arm64/config.common.arm64:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/armhf/config.common.armhf:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/i386/config.common.i386:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/powerpc/config.common.powerpc:CONFIG_UIO_PCI_GENERIC=m
  debian.master/config/ppc64el/config.common.ppc64el:# CONFIG_UIO_PCI_GENERIC 
is not set

  I can't find a reason why it would be disabled only for ppc64el and I
  can see that utopic enables it for all architectures (common
  configuration).

  Can we have it enabled ?
  This module is used by dpdk (for example).

  Thanks.

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