From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbdJTPR4 (ORCPT ); Fri, 20 Oct 2017 11:17:56 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:56353 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751618AbdJTPRz (ORCPT ); Fri, 20 Oct 2017 11:17:55 -0400 X-Google-Smtp-Source: ABhQp+S6NOn4oaHlI7oiFnitMtiJ+jGRO9kgT+E6zACTBCNi6yThAxqM9EMC2a5pFSr5QYcewy0C3w== Date: Fri, 20 Oct 2017 17:17:51 +0200 From: Ingo Molnar To: Kees Cook , Greg Kroah-Hartman Cc: Masami Hiramatsu , Linus Torvalds , Peter Zijlstra , Alexei Starovoitov , Ananth N Mavinakayanahalli , "Paul E . McKenney" , Steven Rostedt , Thomas Gleixner , LKML , "H . Peter Anvin" , Anil S Keshavamurthy , "David S . Miller" , Ian McDonald , Vlad Yasevich , Stephen Hemminger Subject: Re: [RFC PATCH -tip 0/5] kprobes: Abolish jprobe APIs Message-ID: <20171020151751.drjmkxkt2orbteag@gmail.com> References: <150724519527.5014.10207042218696587159.stgit@devbox> <20171020122218.fwxtr5n2q7ixszpl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kees Cook wrote: > On Fri, Oct 20, 2017 at 5:22 AM, Ingo Molnar wrote: > > > > Ok, could we now also fix these: > > > > net/dccp/probe.c:166:2: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/dccp/probe.c:170:4: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/dccp/probe.c:190:2: warning: ‘unregister_jprobe’ is deprecated [-Wdeprecated-declarations] > > drivers/misc/lkdtm_core.c:317:3: warning: ‘unregister_jprobe’ is deprecated [-Wdeprecated-declarations] > > drivers/misc/lkdtm_core.c:322:2: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > drivers/misc/lkdtm_core.c:560:3: warning: ‘unregister_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/sctp/probe.c:189:2: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/sctp/probe.c:194:3: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/sctp/probe.c:240:2: warning: ‘unregister_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/ipv4/tcp_probe.c:280:2: warning: ‘register_jprobe’ is deprecated [-Wdeprecated-declarations] > > net/ipv4/tcp_probe.c:298:2: warning: ‘unregister_jprobe’ is deprecated [-Wdeprecated-declarations] > > > > I'd suggest removing the networking ones and Cc:-ing it to the networking folks - > > I strongly doubt anyone is using that functionality for real. > > > > The LKDTM one Kees had some ideas (patches?) for? > > Oops, yes, I've sent this patch to Greg now. I had let it sit for a > few days of 0-day testing and promptly forgot about it. ;) Could we, as a special exception, carry this patch in -tip, so that the probes related changes stay togher - or is it too distruptive to the flow of other in-flight LKDTM patches, creating conflicts, etc.? Thanks, Ingo