From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751443AbdIONQP (ORCPT ); Fri, 15 Sep 2017 09:16:15 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:60636 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751269AbdIONQO (ORCPT ); Fri, 15 Sep 2017 09:16:14 -0400 Date: Fri, 15 Sep 2017 15:16:07 +0200 From: Heiko Carstens To: Johannes Thumshirn Cc: Martin Schwidefsky , linux-s390@vger.kernel.org, Linux Kernel Mailinglist Subject: Re: [PATCH] samples/kprobes: Add s390 case in kprobe example module References: <20170914121115.13748-1-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170914121115.13748-1-jthumshirn@suse.de> X-TM-AS-GCONF: 00 x-cbid: 17091513-0016-0000-0000-000004ED42CE X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17091513-0017-0000-0000-0000282768F6 Message-Id: <20170915131607.GC3576@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-15_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709150193 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 14, 2017 at 02:11:15PM +0200, Johannes Thumshirn wrote: > Add info prints in sample kprobe handlers for S/390 > > Signed-off-by: Johannes Thumshirn > --- > samples/kprobes/kprobe_example.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied, thanks!