[Kernel-packages] [Bug 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-06-05 Thread Steve Beattie
I've verified this was fixed in 3.13.0-29.53. Thanks!

** Tags removed: 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/1318848

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318848/+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 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.13.0-29.53

---
linux (3.13.0-29.53) trusty; urgency=low

  [ Upstream Kernel Changes ]

  * futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr ==
uaddr2 in futex_requeue(..., requeue_pi=1)
- LP: #1326367
- CVE-2014-3153
  * futex: Validate atomic acquisition in futex_lock_pi_atomic()
- LP: #1326367
- CVE-2014-3153
  * futex: Always cleanup owner tid in unlock_pi
- LP: #1326367
- CVE-2014-3153
  * futex: Make lookup_pi_state more robust
- LP: #1326367
- CVE-2014-3153
 -- Brad FiggWed, 04 Jun 2014 08:25:41 -0700

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-3153

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

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318848/+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 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-05-29 Thread Luis Henriques
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!
jk

** 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/1318848

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Confirmed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318848/+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 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.15.0-1.5

---
linux (3.15.0-1.5) utopic; urgency=low

  [ Tim Gardner ]

  * [Config] Add apm-mustang.dtb to kernel-image udeb
 -- Tim GardnerMon, 19 May 2014 14:47:42 -0700

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Committed => Fix Released

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

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Trusty:
  Confirmed
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318848/+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 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-05-13 Thread Andy Whitcroft
** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Utopic)
   Importance: Undecided
 Assignee: Andy Whitcroft (apw)
   Status: Confirmed

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

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) => Andy Whitcroft (apw)

** Changed in: linux (Ubuntu Utopic)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu Utopic)
   Status: Confirmed => 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/1318848

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Trusty:
  Confirmed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318848/+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 1318848] Re: [ppc64el] external kernel module builds fail looking for missing crtsavres.o

2014-05-13 Thread Andy Whitcroft
Ok we have a specific bit of code for powerpc builds for this, it seems
that needs to trigger for pp64el as well, or more correctly for
build_arch powerpc.  Will sort and propose a patch to kernel_team@.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Andy Whitcroft (apw)

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

Title:
  [ppc64el] external kernel module builds fail looking for missing
  crtsavres.o

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Attempting build even a simple hello world kernel on ppc64el fails
  with the following error:

/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No
  such file or directory

  To reproduce, the Hello World kernel module from
  http://tldp.org/LDP/lkmpg/2.6/html/x121.html#AEN128 , using it and the
  Makefile at http://tldp.org/LDP/lkmpg/2.6/html/x181.html#AEN189 ,
  gives the following result:

$ make
make -C /lib/modules/3.13.0-24-generic/build M=/home/sbeattie/tmp/hello 
modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/sbeattie/tmp/hello/hello-1.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /home/sbeattie/tmp/hello/hello-1.mod.o
  LD [M]  /home/sbeattie/tmp/hello/hello-1.ko
/usr/bin/ld.bfd.real: cannot find arch/powerpc/lib/crtsavres.o: No such 
file or directory
make[2]: *** [/home/sbeattie/tmp/hello/hello-1.ko] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make: *** [all] Error 2

  A similar build failure is reproduced with the test-kernel-
  security.py:test_072_strict_devmem() test failure from the lp:qa-
  regression-testing tree.

  Seen with 3.13.0-24.46 and 3.13.0-24.47.

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