Commit cbc277f6 authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

Revert "Split CFI blacklist by CFI mode"

This reverts commits 3d8ae2fd and
e3168df0.

Reason for revert: e3168df0 broke the Linux CFI bot due to a misplaced
blacklist entry and 3d8ae2fd was a follow-up change.

Change-Id: I13f8db49d0621cb8e588ae26d261e362faa462a9
Reviewed-on: https://chromium-review.googlesource.com/724921Reviewed-by: default avatarPeter Collingbourne <pcc@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509702}
parent 8e3d8489
[cfi-unrelated-cast|cfi-derived-cast]
# e.g. RolloverProtectedTickClock
fun:*MutableInstance*
......@@ -28,6 +26,16 @@ src:*nacl_message_scanner.cc*
# src/base/win/event_trace_provider_unittest.cc
type:*EtwTraceProvider*
# These classes are used to communicate between chrome.exe and
# chrome_child.dll (see src/sandbox/win/src/sandbox.h,
# src/chrome/app/chrome_main.cc).
type:sandbox::BrokerServices
type:sandbox::TargetPolicy
type:sandbox::TargetServices
# Likewise (base/win/scoped_handle.cc).
type:*ActiveVerifier*
#############################################################################
# Base class's constructor accesses a derived class.
......@@ -59,8 +67,6 @@ src:*wtf/PartitionAllocator.h*
#############################################################################
# Methods disabled due to perf considerations.
[cfi-vcall]
# Skia
# https://crbug.com/638056#c1
......@@ -107,102 +113,3 @@ fun:*traceImpl*
# b/64003142
fun:*internal_default_instance*
#############################################################################
# Cross-DSO vcalls
[cfi-vcall|cfi-unrelated-cast|cfi-derived-cast]
# These classes are used to communicate between chrome.exe and
# chrome_child.dll (see src/sandbox/win/src/sandbox.h,
# src/chrome/app/chrome_main.cc).
type:sandbox::BrokerServices
type:sandbox::TargetPolicy
type:sandbox::TargetServices
# Likewise (base/win/scoped_handle.cc).
type:*ActiveVerifier*
#############################################################################
# Disabled indirect calls
[cfi-icall]
######### Cross-DSO icalls using dynamically resolved symbols
# ANGLE
src:*third_party/angle/src/libANGLE/*
src:*third_party/angle/src/third_party/libXNVCtrl/NVCtrl.c
src:*ui/gl/angle_platform_impl.cc
# third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp
fun:*GetPCIDevicesWithLibPCI*
# third_party/angle/src/common/event_tracer.cpp
fun:*GetTraceCategoryEnabledFlag*
fun:*AddTraceEvent*
# PPAPI
src:*ppapi/*
src:*content/renderer/pepper*
fun:*PpapiThread*
fun:*BrokerProcessDispatcher*
# ppapi code uses base::Callback to call into libppappi_test.so.
# base/bind_internal.h
fun:*FunctorTraits*
# Calls to auto-generated stubs by generate_stubs.py
src:*audio/pulse/pulse_stubs.cc
# Calls to auto-generated stubs by generate_library_loader.py
src:*device/udev_linux/udev1_loader.cc
src:*net/proxy/proxy_config_service_linux.cc
# Calls to auto-generated stubs by ui/gl/generate_bindings.py
src:*ui/gl/gl_bindings_autogen_*
# ui/gl/gl_implementation.c
fun:*GetGLProcAddress*
src:*components/os_crypt/*
src:*chrome/browser/password_manager/native_backend_libsecret*
src:*content/browser/accessibility/browser_accessibility_auralinux.cc
src:*ui/accessibility/platform/ax_platform_node_auralinux.cc
src:*chrome/browser/ui/zoom/chrome_zoom_level_prefs.cc
src:*third_party/webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.cc
src:*content/zygote/zygote_main_linux.cc
src:*media/cdm/*
src:*third_party/swiftshader/*
src:*base/native_library_unittest.cc
# chrome/browser/ui/libgtkui/gtk_ui.cc GtkUi::GtkUi()
fun:*GtkUi*
# chrome/browser/ui/views/frame/global_menu_bar_x11.cc
fun:*GlobalMenuBarX11*
# net/cert/cert_verify_proc_nss.cc
fun:*CertVerifyProcNSS*VerifyInternalImpl*
######### Function pointers cast to incorrect type signatures
# libicu is currently compiled such that in libicu the 'UChar' type is a
# defined as a char16_t internally, but for the rest of chromium it's an
# unsigned short, causing mismatched type signatures for icalls to/from icu
src:*third_party/icu/source/common/*
src:*third_party/WebKit/Source/platform/wtf/*
# v8/src/intl.cc
fun:*LocaleConvertCase*
src:*components/keyed_service/core/keyed_service_factory.cc
src:*components/keyed_service/core/refcounted_keyed_service_factory.cc
src:*third_party/boringssl/*
src:*third_party/freetype/*
src:*third_party/harfbuzz-ng/*
src:*third_party/libsrtp/*
src:*third_party/libvpx/*
src:*third_party/libxml/*
src:*third_party/pdfium/third_party/lcms/*
src:*third_party/mesa/*
src:*third_party/sqlite/*
src:*third_party/webrtc/*
src:*third_party/yasm/*
src:*v8/*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment