Activity log for bug #1851623

Date Who What changed Old value New value Message
2019-11-07 09:07:39 Po-Hsu Lin bug added bug
2019-11-07 09:07:51 Po-Hsu Lin nominated for series Ubuntu Disco
2019-11-07 09:07:51 Po-Hsu Lin bug task added linux (Ubuntu Disco)
2019-11-07 09:08:03 Po-Hsu Lin linux (Ubuntu Disco): assignee Po-Hsu Lin (cypressyew)
2019-11-07 09:08:05 Po-Hsu Lin linux (Ubuntu Disco): status New Incomplete
2019-11-07 09:08:07 Po-Hsu Lin linux (Ubuntu Disco): status Incomplete In Progress
2019-11-07 09:08:18 Po-Hsu Lin nominated for series Ubuntu Eoan
2019-11-07 09:08:18 Po-Hsu Lin bug task added linux (Ubuntu Eoan)
2019-11-07 09:08:18 Po-Hsu Lin nominated for series Ubuntu Focal
2019-11-07 09:08:18 Po-Hsu Lin bug task added linux (Ubuntu Focal)
2019-11-07 09:08:57 Po-Hsu Lin linux (Ubuntu Eoan): status New Fix Released
2019-11-07 09:08:59 Po-Hsu Lin tags disco
2019-11-07 09:12:06 Po-Hsu Lin linux (Ubuntu Focal): status New Fix Released
2019-11-07 09:14:35 Po-Hsu Lin nominated for series Ubuntu Bionic
2019-11-07 09:14:35 Po-Hsu Lin bug task added linux (Ubuntu Bionic)
2019-11-07 09:14:44 Po-Hsu Lin linux (Ubuntu Bionic): status New In Progress
2019-11-07 09:14:47 Po-Hsu Lin linux (Ubuntu Bionic): assignee Po-Hsu Lin (cypressyew)
2019-11-07 09:14:52 Po-Hsu Lin tags disco bionic disco
2019-11-07 09:19:01 Po-Hsu Lin nominated for series Ubuntu Xenial
2019-11-07 09:19:01 Po-Hsu Lin bug task added linux (Ubuntu Xenial)
2019-11-07 09:22:47 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch: dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) * aa1d19f1 (fonts: Fix coding style) == Test == == Regression Potential == == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) * aa1d19f1 (fonts: Fix coding style) These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ == Regression Potential ==
2019-11-07 09:27:29 Po-Hsu Lin linux (Ubuntu Xenial): assignee Po-Hsu Lin (cypressyew)
2019-11-07 09:27:32 Po-Hsu Lin linux (Ubuntu Xenial): status New In Progress
2019-11-07 09:35:07 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) * aa1d19f1 (fonts: Fix coding style) These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ == Regression Potential == == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer,
2019-11-07 09:39:02 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer, == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-07 09:39:23 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have this patch set. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use. == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-07 10:17:06 Po-Hsu Lin tags bionic disco bionic disco xenial
2019-11-07 11:04:57 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use. == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-07 11:08:40 Po-Hsu Lin attachment added WithoutPatch.jpg https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851623/+attachment/5303425/+files/WithoutPatch.jpg
2019-11-07 11:12:42 Po-Hsu Lin attachment added Patched-D.jpg https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851623/+attachment/5303426/+files/Patched-D.jpg
2019-11-07 11:14:46 Po-Hsu Lin attachment added Patched-B.jpg https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851623/+attachment/5303427/+files/Patched-B.jpg
2019-11-07 11:15:16 Po-Hsu Lin attachment added Patched-X.jpg https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851623/+attachment/5303428/+files/Patched-X.jpg
2019-11-07 11:17:24 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell UHD laptop and it works as expected, the font displayed in the early boot stage has been set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use. == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell G7 UHD laptop and it works as expected, the font displayed in the early boot stage (before switching to color frame buffer device) has been set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-07 11:22:56 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell G7 UHD laptop and it works as expected, the font displayed in the early boot stage (before switching to color frame buffer device) has been set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use. == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell G7 UHD laptop and it works as expected, the font displayed in the early boot stage (before switching to color frame buffer device) will be set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-07 11:25:31 Po-Hsu Lin description == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell G7 UHD laptop and it works as expected, the font displayed in the early boot stage (before switching to color frame buffer device) will be set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use. == Justification == After bug 1819881 - [CONFIG] please enable highdpi font FONT_TER16x32, our kernels now support TER16x32 font for high resolution screen. With Takashi Iwai's patch:   dfd19a50 (fonts: Prefer a bigger font for high resolution screens) The framebuffer can now decide which font to use base on the screen resolution. It will be great to have this feature in older kernels as well. == Fixes == * aa1d19f1 (fonts: Fix coding style) * dfd19a50 (fonts: Prefer a bigger font for high resolution screens) First patch just changes the coding style, no actual changes were made. The second patch added an extra check to see if we can use highDPI font. These two patches can be cherry-picked into X/B/D For Eoan and onward, they already have these patches. == Test == Test kernels can be found here: https://people.canonical.com/~phlin/kernel/lp-1851623-fb-font-detect/ Patch tested on a Dell G7 UHD laptop and it works as expected, the font displayed in the early boot stage (before switching to color frame buffer device) will be set to a more readable one. Screenshots can be found in the attachment of the bug report. == Regression Potential == Low, this only affects the frame buffer, changing the way to decide which font to use.
2019-11-13 18:28:56 Stefan Bader linux (Ubuntu Xenial): importance Undecided Medium
2019-11-13 18:29:00 Stefan Bader linux (Ubuntu Bionic): importance Undecided Medium
2019-11-13 18:29:03 Stefan Bader linux (Ubuntu Disco): importance Undecided Medium
2019-11-28 07:42:53 Khaled El Mously linux (Ubuntu Xenial): status In Progress Fix Committed
2019-11-28 07:42:56 Khaled El Mously linux (Ubuntu Bionic): status In Progress Fix Committed
2019-11-28 07:42:58 Khaled El Mously linux (Ubuntu Disco): status In Progress Fix Committed
2019-12-03 15:42:45 Ubuntu Kernel Bot tags bionic disco xenial bionic disco verification-needed-disco xenial
2019-12-03 15:44:48 Ubuntu Kernel Bot tags bionic disco verification-needed-disco xenial bionic disco verification-needed-bionic verification-needed-disco xenial
2019-12-04 14:22:23 Ubuntu Kernel Bot tags bionic disco verification-needed-bionic verification-needed-disco xenial bionic disco verification-needed-bionic verification-needed-disco verification-needed-xenial xenial
2019-12-10 09:09:09 Po-Hsu Lin tags bionic disco verification-needed-bionic verification-needed-disco verification-needed-xenial xenial bionic disco verification-done-bionic verification-needed-disco verification-needed-xenial xenial
2019-12-10 09:22:17 Po-Hsu Lin tags bionic disco verification-done-bionic verification-needed-disco verification-needed-xenial xenial bionic disco verification-done-bionic verification-done-disco verification-needed-xenial xenial
2019-12-10 11:32:27 Po-Hsu Lin tags bionic disco verification-done-bionic verification-done-disco verification-needed-xenial xenial bionic disco verification-done-bionic verification-done-disco verification-done-xenial xenial
2020-01-06 13:12:44 Launchpad Janitor linux (Ubuntu Disco): status Fix Committed Fix Released
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-14895
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-14896
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-14897
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-14901
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-18660
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-19055
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-19072
2020-01-06 13:12:44 Launchpad Janitor cve linked 2019-2214
2020-01-06 13:26:17 Launchpad Janitor linux (Ubuntu Bionic): status Fix Committed Fix Released
2020-01-06 13:26:17 Launchpad Janitor cve linked 2019-19083
2020-01-06 14:24:10 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released