Changeset 267140 in webkit


Ignore:
Timestamp:
Sep 16, 2020 12:18:59 AM (4 years ago)
Author:
Philippe Normand
Message:

[Flatpak SDK] Cherry-pick Mesa use-after-free fixes
https://bugs.webkit.org/show_bug.cgi?id=216532

Reviewed by Žan Doberšek.

These patches are not in any stable Mesa release yet. The crash is happening on various
tests on both WPE and GTK test bots.

Upstream MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5789

  • buildstream/elements/sdk/mesa.bst:
  • buildstream/patches/mesa/0001-mesa-rename-_mesa_free_errors_data.patch: Added.
  • buildstream/patches/mesa/0002-mesa-add-bool-param-to-_mesa_free_context_data.patch: Added.
  • buildstream/patches/mesa/0003-mesa-st-release-debug_output-after-destroying-the-co.patch: Added.
Location:
trunk/Tools
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r267139 r267140  
     12020-09-16  Philippe Normand  <pnormand@igalia.com>
     2
     3        [Flatpak SDK] Cherry-pick Mesa use-after-free fixes
     4        https://bugs.webkit.org/show_bug.cgi?id=216532
     5
     6        Reviewed by Žan Doberšek.
     7
     8        These patches are not in any stable Mesa release yet. The crash is happening on various
     9        tests on both WPE and GTK test bots.
     10
     11        Upstream MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5789
     12
     13        * buildstream/elements/sdk/mesa.bst:
     14        * buildstream/patches/mesa/0001-mesa-rename-_mesa_free_errors_data.patch: Added.
     15        * buildstream/patches/mesa/0002-mesa-add-bool-param-to-_mesa_free_context_data.patch: Added.
     16        * buildstream/patches/mesa/0003-mesa-st-release-debug_output-after-destroying-the-co.patch: Added.
     17
    1182020-09-16  Philippe Normand  <pnormand@igalia.com>
    219
  • trunk/Tools/buildstream/elements/sdk/mesa.bst

    r266455 r267140  
    110110- kind: patch
    111111  path: patches/mesa/mesa_libdrm_deps.patch
     112- kind: patch
     113  path: patches/mesa/0001-mesa-rename-_mesa_free_errors_data.patch
     114- kind: patch
     115  path: patches/mesa/0002-mesa-add-bool-param-to-_mesa_free_context_data.patch
     116- kind: patch
     117  path: patches/mesa/0003-mesa-st-release-debug_output-after-destroying-the-co.patch
Note: See TracChangeset for help on using the changeset viewer.