Merge lp:~vicamo/ubuntu/bionic/apport/bug-1847967 into lp:~ubuntu-core-dev/ubuntu/bionic/apport/ubuntu

Proposed by You-Sheng Yang
Status: Needs review
Proposed branch: lp:~vicamo/ubuntu/bionic/apport/bug-1847967
Merge into: lp:~ubuntu-core-dev/ubuntu/bionic/apport/ubuntu
Diff against target: 14 lines (+6/-0)
1 file modified
debian/apport.links (+6/-0)
To merge this branch: bzr merge lp:~vicamo/ubuntu/bionic/apport/bug-1847967
Reviewer Review Type Date Requested Status
Brian Murray Pending
Review via email: mp+376380@code.launchpad.net

Commit message

Fix incomplete reports generated from linux-oem kernels

For OEM projects, linux-oem/linux-oem-osp1 kernels are installed by default; meanwhile, they can also be installed on non-OEM products in order to have better hardware/stability support.

When trying to report bugs from platforms with oem kernels installed, while their source package names are not currently correctly identified as linux kernel packages, most bits used to appear in generic kernel apport reports are not included.

This change creates all necessary symbolic links to these kernels.

BugLink: https://bugs.launchpad.net/bugs/1847967
Signed-off-by: You-Sheng Yang <email address hidden>

To post a comment you must log in.

Unmerged revisions

2643. By You-Sheng Yang

Fix incomplete reports generated from linux-oem kernels

For OEM projects, linux-oem/linux-oem-osp1 kernels are installed by default;
meanwhile, they can also be installed on non-OEM products in order to have
better hardware/stability support.

When trying to report bugs from platforms with oem kernels installed, while
their source package names are not currently correctly identified as linux
kernel packages, most bits used to appear in generic kernel apport reports are
not included.

This change creates all necessary symbolic links to these kernels.

BugLink: https://bugs.launchpad.net/bugs/1847967
Signed-off-by: You-Sheng Yang <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/apport.links'
2--- debian/apport.links 2019-11-06 18:57:03 +0000
3+++ debian/apport.links 2019-12-05 06:16:12 +0000
4@@ -1,4 +1,10 @@
5+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-meta-oem-osp1.py
6+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-meta-oem.py
7 /usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-meta.py
8+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-oem-osp1.py
9+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-oem.py
10+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-signed-oem-osp1.py
11+/usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-signed-oem.py
12 /usr/share/apport/package-hooks/source_linux.py /usr/share/apport/package-hooks/source_linux-signed.py
13 /usr/bin/apport-bug /usr/bin/ubuntu-bug
14 /usr/share/man/man1/apport-bug.1.gz /usr/share/man/man1/ubuntu-bug.1.gz

Subscribers

People subscribed via source and target branches