← Back to team overview

kernel-packages team mailing list archive

[Bug 1590955] [NEW] vdso is missing dynamic symbol tables

 

Public bug reported:

Due to a mistake in "disable -pie when gcc has it enabled by default"
the -no-pie flag appears after -shared when linking vdso64.so.dbg. These
flags are mutually exclusive, and the last one in the compiler options
takes precedence. The intention was that -no-pie would be placed at the
start of the flags so that a later -shared would take precedence, and
the situation now is that the vdso lacks dynamic symbol tables, breaking
some applications.

** Affects: linux (Ubuntu)
     Importance: Critical
     Assignee: Seth Forshee (sforshee)
         Status: 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/1590955

Title:
  vdso is missing dynamic symbol tables

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Due to a mistake in "disable -pie when gcc has it enabled by default"
  the -no-pie flag appears after -shared when linking vdso64.so.dbg.
  These flags are mutually exclusive, and the last one in the compiler
  options takes precedence. The intention was that -no-pie would be
  placed at the start of the flags so that a later -shared would take
  precedence, and the situation now is that the vdso lacks dynamic
  symbol tables, breaking some applications.

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


Follow ups