Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751810AbdICSXo (ORCPT ); Sun, 3 Sep 2017 14:23:44 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:35953 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbdICSXm (ORCPT ); Sun, 3 Sep 2017 14:23:42 -0400 X-Google-Smtp-Source: ADKCNb5eIgqQYfKjch9ADPcLnXAUhVzoMOb2KJaw0rk/uuwXf7nB0Ojo6IvmZUuWxwYOzeUKdDNyPA== From: Joel Fernandes To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: kernel-team@android.com, Juri Lelli , Alison Chaiken , Chenbo Feng , Joel Fernandes , Alexei Starovoitov , Daniel Borkmann , David Miller Subject: [PATCH RFC v3 0/4] Add cross-compilation support to eBPF samples Date: Sun, 3 Sep 2017 11:23:21 -0700 Message-Id: <20170903182326.30547-1-joelaf@google.com> X-Mailer: git-send-email 2.14.1.581.gf28d330327-goog Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1095 Lines: 26 These patches fix issues seen when cross-compiling eBPF samples on arm64. Compared to [1], I dropped the controversial inline-asm patch pending further discussion on the right way to do it. However these patches are still a step in the right direction and I wanted them to get in before the more controversial bit. [1] https://lkml.org/lkml/2017/8/7/417 Joel Fernandes (4): samples/bpf: Use getppid instead of getpgrp for array map stress samples/bpf: Enable cross compiler support samples/bpf: Fix pt_regs issues when cross-compiling samples/bpf: Add documentation on cross compilation samples/bpf/Makefile | 7 +++- samples/bpf/README.rst | 10 ++++++ samples/bpf/map_perf_test_kern.c | 2 +- samples/bpf/map_perf_test_user.c | 2 +- tools/testing/selftests/bpf/bpf_helpers.h | 56 +++++++++++++++++++++++++++---- 5 files changed, 67 insertions(+), 10 deletions(-) CC: Alexei Starovoitov CC: Daniel Borkmann Cc: David Miller -- 2.14.1.581.gf28d330327-goog