Message ID | 20190605203222.6194-1-svens@stackframe.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-parisc-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A1CDC1515 for <patchwork-linux-parisc@patchwork.kernel.org>; Wed, 5 Jun 2019 20:32:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 93923289F2 for <patchwork-linux-parisc@patchwork.kernel.org>; Wed, 5 Jun 2019 20:32:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8308B28A01; Wed, 5 Jun 2019 20:32:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B14AE285D9 for <patchwork-linux-parisc@patchwork.kernel.org>; Wed, 5 Jun 2019 20:32:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726510AbfFEUc0 (ORCPT <rfc822;patchwork-linux-parisc@patchwork.kernel.org>); Wed, 5 Jun 2019 16:32:26 -0400 Received: from smtp.duncanthrax.net ([89.31.1.170]:58741 "EHLO smtp.duncanthrax.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726502AbfFEUcZ (ORCPT <rfc822;linux-parisc@vger.kernel.org>); Wed, 5 Jun 2019 16:32:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=duncanthrax.net; s=dkim; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From; bh=ckuZbhoLRlvV674gW9uRpnaO6Rpy++3/eGejD8KqiUY=; b=r35swT1gl5x46XXn+v98ZwZsKZ BNhzGyTqZEdRBFB6tWRA93IuyTl7YjMOpJolnDsk+zYIlyLqA28HO08qI+Cn3nTqx3l/YOwtxUsrG /1EYyuOpdYQOsmLEcPjXPO/6FwyVELtkjKJ420OYZ066hbbBoHHZPm+rlRC5Xi/JlSTg=; Received: from [134.3.44.134] (helo=t470p.stackframe.org) by smtp.eurescom.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from <svens@stackframe.org>) id 1hYca8-0004ei-CK; Wed, 05 Jun 2019 22:32:24 +0200 From: Sven Schnelle <svens@stackframe.org> To: deller@gmx.de Cc: linux-parisc@vger.kernel.org, Sven Schnelle <svens@stackframe.org> Subject: [PATCH v3 0/6] Dynamic FTRACE for PA-RISC Date: Wed, 5 Jun 2019 22:32:16 +0200 Message-Id: <20190605203222.6194-1-svens@stackframe.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: <linux-parisc.vger.kernel.org> X-Mailing-List: linux-parisc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series | Dynamic FTRACE for PA-RISC | expand |