Missing overlays/README
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
flash-kernel (Ubuntu) |
Fix Released
|
Undecided
|
Dave Jones | ||
Lunar |
Fix Released
|
Undecided
|
Dave Jones | ||
linux-raspi (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Focal |
Fix Released
|
Low
|
Unassigned | ||
Hirsute |
Won't Fix
|
Low
|
Unassigned | ||
Impish |
Fix Released
|
Low
|
Unassigned | ||
Lunar |
Fix Released
|
Undecided
|
Unassigned | ||
linux-raspi2 (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Bionic |
Invalid
|
Undecided
|
Unassigned | ||
Lunar |
Invalid
|
Undecided
|
Unassigned |
Bug Description
[ Impact ]
overlays/README is used by the 'dtoverlay' command to display info on available overlays and params.
[ Test Case ]
$ apt install libraspberrypi-bin
$ dtoverlay -h uart0
* Help file not found
With the README present:
$ dtoverlay -h uart0
Name: uart0
Info: Change the pin usage of uart0
Usage: dtoverlay=
Params: txd0_pin GPIO pin for TXD0 (14, 32 or 36 - default 14)
rxd0_pin GPIO pin for RXD0 (15, 33 or 37 - default 15)
pin_func Alternative pin function - 4(Alt0) for 14&15,
[ Where Problems Could Occur ]
The output of the `dtoverlay` could be wrong but it's only informational so should have no negative impact.
CVE References
Changed in linux-raspi (Ubuntu): | |
status: | New → Invalid |
tags: | added: kern-1712 |
no longer affects: | linux-raspi-5.4 (Ubuntu) |
no longer affects: | linux-raspi-5.4 (Ubuntu Focal) |
no longer affects: | linux-raspi-5.4 (Ubuntu Hirsute) |
no longer affects: | linux-raspi-5.4 (Ubuntu Impish) |
no longer affects: | linux-raspi (Ubuntu Bionic) |
no longer affects: | linux-raspi2 (Ubuntu Focal) |
no longer affects: | linux-raspi2 (Ubuntu Hirsute) |
no longer affects: | linux-raspi2 (Ubuntu Impish) |
description: | updated |
Changed in linux-raspi (Ubuntu Focal): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in linux-raspi (Ubuntu Hirsute): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in linux-raspi (Ubuntu Impish): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in linux-raspi (Ubuntu Impish): | |
status: | Triaged → Fix Committed |
Changed in linux-raspi (Ubuntu Hirsute): | |
status: | Triaged → Fix Committed |
Changed in linux-raspi (Ubuntu Focal): | |
status: | Triaged → Fix Committed |
Changed in flash-kernel (Ubuntu): | |
assignee: | nobody → Dave Jones (waveform) |
Changed in linux-raspi (Ubuntu Hirsute): | |
status: | Fix Committed → Won't Fix |
Changed in flash-kernel (Ubuntu): | |
status: | New → Fix Released |
Changed in linux-raspi (Ubuntu Lunar): | |
status: | Fix Released → Confirmed |
Changed in linux-raspi (Ubuntu Lunar): | |
status: | Confirmed → Fix Committed |
Bionic doesn't have the 'dtoverlay' command so drop B from the list.