| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow to define DEBIAN to be run standalone
- Limit the amount of time wget waits for connections
- Prevent exposing some errors when called by python script
- Print architecture of downloaded packages
Ignore: yes
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
|
|
|
|
|
|
|
|
|
|
|
| |
We should be extracting both the linux-image and linux-image-extras
packages when calculating the ABI and module lists.
BugLink: http://bugs.launchpad.net/bugs/1021174
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
|
|
|
|
|
|
|
|
|
| |
Create $DEBIAN/abi/$ABI/fwinfo
BugLink: http://bugs.launchpad.net/bugs/1021174
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move module inclusion to a model when the non-included modules
are retained. This allow two things:
1) processing can now be applied iterativly to carve out any number of
sub-packages, and
2) we can package the 'remaining' modules.
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
|
|
|
|
|
|
|
|
|
|
|
| |
When pulling the compiled kernels to extract the ABI information also
extract the compiler used for that build. Record the result in the abi
directory so it is also recorded historically.
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Since kernel symbols are resolvable internally to the kernel, the kernel
itself has a map of the symbols. Continuing the tradition of frustrating
off-the-shelf kernel exploits, make vmlinuz unreadable for non-root, just
like has been done for System.map, etc.
Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
|
|
Ignore: yes
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
|