Difference between revisions of "Fixes in Progress"
Jump to navigation
Jump to search
m (update status) |
JeremyRand (talk | contribs) (→Multimedia: Link to ELFv2) |
||
Line 18: | Line 18: | ||
== Multimedia == | == Multimedia == | ||
* [DONE] FFmpeg fails to build with PPC optimisations enabled [https://trac.ffmpeg.org/ticket/7048 #7048] => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420 | * [DONE] FFmpeg fails to build with PPC optimisations enabled [https://trac.ffmpeg.org/ticket/7048 #7048] => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420 | ||
− | * Add support for ELFv2 to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) [https://gitlab.freedesktop.org/gstreamer/orc/merge_requests/2/commits gstreamer/orc!2] | + | * Add support for [[ELFv2]] to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) [https://gitlab.freedesktop.org/gstreamer/orc/merge_requests/2/commits gstreamer/orc!2] |
+ | |||
== Firefox == | == Firefox == | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1499277 JavaScript engine endianness bug] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=1499277 JavaScript engine endianness bug] | ||
* [FIXED] [https://bugzilla.mozilla.org/show_bug.cgi?id=1510786 add support for tier-3 arches to dav1d] - all not(x86 or arm) - FF >= 65 | * [FIXED] [https://bugzilla.mozilla.org/show_bug.cgi?id=1510786 add support for tier-3 arches to dav1d] - all not(x86 or arm) - FF >= 65 | ||
* [WORKED AROUND] [https://bugzilla.mozilla.org/show_bug.cgi?id=1512162 crash when typing in URL bar] - FF >= 65 | * [WORKED AROUND] [https://bugzilla.mozilla.org/show_bug.cgi?id=1512162 crash when typing in URL bar] - FF >= 65 |
Revision as of 08:48, 3 March 2023
An attempt to track fixes in various projects and their upstreaming status. The "version" string is output of "git describe" of the given commit.
Contents
Graphics
mesa
- [DONE] freedesktop bug 107012 => 18.1-branchpoint-1818-ge1621fda84 = https://cgit.freedesktop.org/mesa/mesa/commit/?id=e1621fda84d92f154b19c5bf9562ee6963414399 => included in 18.2
kernel
- [DONE] freedesktop bug 106258 => v4.18-rc1-36-g38e624a18f9a = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=38e624a18f9a05b8c894409be6b14709a7206c7c
- https://bugs.freedesktop.org/show_bug.cgi?id=106258#c40
- [DONE] https://scm.raptorengineering.com/scm/#changesetPanel;6IQvJHpVSM;461333cedd470140eb1e1667608da2a6d65a58e5;commit => v4.18-rc1-37-gd9e98ee248b0 = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d9e98ee248b04b2462e7411b204d420d04f1ba27
- https://scm.raptorengineering.com/scm/#changesetPanel;6IQvJHpVSM;578e2d761554130f7c6abfe821c2509912a00ac6;commit
- DMA - https://git.raptorengineering.com/git/op-kernel-dev/log/?h=raptor-dma-dev-current
- AMDGPU Powerplay fixes for BE posted to amd-gfx mailing list, not actively pushed for upstreaming at the moment
- [DONE] MTD/platform flash - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904380 => http://git.infradead.org/mtd-2.6.git/commit/9ea97a7d689c55a5528bfaad499edf1a4ca02e2a - it's mtd/next tree => v4.18-rc1-9-g9ea97a7d689c = https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9ea97a7d689c55a5528bfaad499edf1a4ca02e2a
- [DONE] XZ build fix - https://git.raptorengineering.com/git/op-kernel-dev/commit/?h=raptor-dma-dev-current&id=64e334f71bbb18a3583db621dd0756e7b1227184 => https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-September/178428.html => https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=242cdad873a75652f97c35aad61270581e0f3a2e
- [DONE] IPv6 checksumming broken in 4.18+ - https://lore.kernel.org/patchwork/patch/983905/ = https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=fixes&id=85682a7e3b9c664995ad477520f917039afdc330 => https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=85682a7e3b9c664995ad477520f917039afdc330
- [NOTABUG] AMDGPU - crashes on WX4100/polaris11 after firmware update - https://bugs.freedesktop.org/show_bug.cgi?id=108585 - Troubleshooting/GPU#AMDGPU_driver_crashes_after_firmware_update
- [DONE] AMDGPU - system down with kernel 4.20-rc1 or newer - https://bugs.freedesktop.org/show_bug.cgi?id=108754 - went away around 4.20 rc5 or rc6
- [DONE] networking - dhclient fails to install filter, resulting in no IPv4 address - https://bugzilla.redhat.com/show_bug.cgi?id=1647947 - fixed in 4.20 GA
Multimedia
- [DONE] FFmpeg fails to build with PPC optimisations enabled #7048 => landed http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=153fcd6de6ba558a3720c64589a7e4e9e4d62420
- Add support for ELFv2 to ORC for gstreamer acceleration (required for big endian OSes using musl libc and all little endian OSes) gstreamer/orc!2
Firefox
- JavaScript engine endianness bug
- [FIXED] add support for tier-3 arches to dav1d - all not(x86 or arm) - FF >= 65
- [WORKED AROUND] crash when typing in URL bar - FF >= 65