From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id F13F91A0145 for ; Fri, 25 Sep 2015 14:01:48 +1000 (AEST) From: Michael Neuling To: mpe@ellerman.id.au, benh@kernel.crashing.org Cc: mikey@neuling.org, anton@samba.org, linuxppc-dev@ozlabs.org, Aaron Sawdey , Denis Kirjanov , Steve Munroe Subject: [PATCH v2 0/2] powerpc: powerpc/vdso: Avoid link stack corruption in __get_datapage() Date: Fri, 25 Sep 2015 14:01:38 +1000 Message-Id: <1443153700-15395-1-git-send-email-mikey@neuling.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch fixes a link stack corruption issue in the VDOS get_datapage() code and adds a benchmark to test it in future. v2: - Split benchmark out of commit message and put in selftests. - Upgrade commit message to essay.