From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753684AbbFWIGD (ORCPT ); Tue, 23 Jun 2015 04:06:03 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:34878 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753450AbbFWIFv (ORCPT ); Tue, 23 Jun 2015 04:05:51 -0400 Date: Tue, 23 Jun 2015 11:05:47 +0300 From: Dan Carpenter To: Sudip Mukherjee Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, Peter Karlsson , linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: staging patch not in staging tree (was: Re: [PATCH 1/2] staging: ft1000-usb: fixed table alignment) Message-ID: <20150623080547.GI28762@mwanda> References: <1434886191-24234-1-git-send-email-peter@zapto.se> <1434886191-24234-2-git-send-email-peter@zapto.se> <20150622113049.GD3355@sudip-PC> <20150622122900.GD1354@laptop> <20150622124625.GE1354@laptop> <20150622130237.GF1354@laptop> <20150622133649.GB15439@sudip-PC> <20150623053334.GA4416@sudip-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150623053334.GA4416@sudip-PC> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 23, 2015 at 11:03:34AM +0530, Sudip Mukherjee wrote: > On Mon, Jun 22, 2015 at 07:06:49PM +0530, Sudip Mukherjee wrote: > > On Mon, Jun 22, 2015 at 03:02:37PM +0200, Peter Karlsson wrote: > > > On 2015-06-22 06:29, Sudip Mukherjee wrote: > > > > which tree have you been using? > > > > Greg will have three staging tree, use staging-testing > > > > > > I have used linux-next tree :/ > > well, I am now confused why linux-next is not having this struct. > > at line 415 of drivers/staging/ft1000/ft1000-usb/ft1000_debug.c > > struct timeval tv; is there in staging-next. And today's linux-next > > has merged staging-next. Then how that struct timeval is not there in > > linux-next ? > > I was doing a bisect to see why the files are differing in staging-next > and linux-next. And it turns out to be: > 8b37bf430656 ("staging: ft1000: Replace timeval and time_t with time64_t") > > which didn't go through the staging tree. > It's going through Arnd's tree since he does time stuff. He should have sent it for an Ack or something. Maybe he is planning to do that later. The patch is very old. Not a big deal? regards, dan carpenter