From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934423AbeCBXKE (ORCPT ); Fri, 2 Mar 2018 18:10:04 -0500 Received: from mail-qt0-f179.google.com ([209.85.216.179]:33236 "EHLO mail-qt0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934276AbeCBXI5 (ORCPT ); Fri, 2 Mar 2018 18:08:57 -0500 X-Google-Smtp-Source: AG47ELu5+51MAgkJ+GwX5WiOBNjEK8j05DtndcxrPRMD1nde1yTlVBRZjjp8Uc0AgL7f6MwzYlG2IA== Date: Fri, 2 Mar 2018 20:08:51 -0300 From: Marcelo Ricardo Leitner To: Kees Cook Cc: "David S. Miller" , Samuel Ortiz , Stephen Hemminger , Johannes Berg , Ingo Molnar , Network Development , Thomas Gleixner , LKML Subject: Re: [PATCH 09/58] net/irda: Convert timers to use timer_setup() Message-ID: <20180302230851.GO4375@localhost.localdomain> References: <1508200182-104605-1-git-send-email-keescook@chromium.org> <1508200182-104605-10-git-send-email-keescook@chromium.org> <20180302212919.GJ3887@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 02, 2018 at 02:30:30PM -0800, Kees Cook wrote: > On Fri, Mar 2, 2018 at 1:29 PM, Marcelo Ricardo Leitner > wrote: > > Note how it is using the irda_start_timer definition from > > include/net/irda/timer.h instead of > > drivers/staging/irda/include/net/irda/timer.h which was patched in > > this patch. > > $ git show net-next/master:include/net/irda/iriap.h > fatal: Path 'include/net/irda/iriap.h' does not exist in 'net-next/master' > > 4.14 moved include/net/irda/iriap.h into the staging directory: > > 5bf916ee0ab6 ("irda: move include/net/irda into staging subdirectory") > > I think you've got a stale copy of the old file in your tree... Right you are. Sorry for the noise. Thanks, Marcelo