Skip to content

Instantly share code, notes, and snippets.

@JoeyJiao
JoeyJiao / gist:cca3bc6c440f7000b4969bb1ab4ccfac
Created December 30, 2019 10:42
AFL for Android build soong
From a4a400549761cba03af4a6a14caeb3785255a1e3 Mon Sep 17 00:00:00 2001
From: Joey Jiao <joeyjiaojg@163.com>
Date: Sun, 27 Oct 2019 13:39:43 +0800
Subject: [PATCH] AFL: Enable AFL by global paths
Change-Id: Iede00c60802f7b4856cde6d3b3c27201a68f3e5f
---
android/config.go | 21 +++++++++++++++++++++
android/variable.go | 4 ++++
cc/builder.go | 11 +++++++++++
@JoeyJiao
JoeyJiao / gist:9f60ded5b9d446667c9d2baba9d7264f
Created December 1, 2017 03:51
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cannot boot qemu aarch64 since v4.6 but good on v4.5 (while arm works)
git bisect shows bad commit: 406e308770a92bd33995b2e5b681e86358328bb0
commit 406e308770a92bd33995b2e5b681e86358328bb0
Author: James Morse <james.morse@arm.com>
Date: Fri Feb 5 14:58:47 2016 +0000
arm64: add ARMv8.2 id_aa64mmfr2 boiler plate
ARMv8.2 adds a new feature register id_aa64mmfr2. This patch adds the
cpu feature boiler plate used by the actual features in later patches.