You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sw/broken-software.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,6 @@ run). You may have varying levels of success by attempting to run your software
94
94
## Broken packages
95
95
| Package | Upstream report | Notes |
96
96
| ------- | --------------- | ----- |
97
-
| Chromium |<https://issues.chromium.org/issues/378017037>| cppgc crashes on Linux w/ 16KiB pages because of hardcoded kGuardPageSize |
98
97
| hardened_malloc |<https://github.com/GrapheneOS/hardened_malloc/issues/183>| There are more changes necessary to hardened_malloc before 16k page support is done. It is also not a high priority at the moment as we need MTE |
99
98
| jemalloc |<https://github.com/jemalloc/jemalloc/issues/467>| Upstream unwilling to fix, Needs build options if compiled on a 4k page size system. Addressed in [ArchLinuxARM](https://github.com/archlinuxarm/PKGBUILDs/pull/1914). |
| chromium |[cppgc crashes on Linux w/ 16KiB pages because of hardcoded kGuardPageSize](https://issues.chromium.org/issues/378017037)| Fixed in Chromium 133.0.6943.141 |
144
144
| dracut |[Memoize find_kmod_module_from_sysfs_node](https://github.com/dracut-ng/dracut-ng/pull/408)| Fixed in dracut 103 |
145
145
| firefox |[wayland: The first frame on startup is sometimes uninitialized for a moment (also maybe on x11)](https://bugzilla.mozilla.org/show_bug.cgi?id=1831051)|
146
146
| firefox |[YouTube is capping resolutions to 1080 on Linux aarch64 user agents](https://bugzilla.mozilla.org/show_bug.cgi?id=1869521)| Fixed in Firefox 123 |
0 commit comments