From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751758AbdKKIlL (ORCPT ); Sat, 11 Nov 2017 03:41:11 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:21072 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751366AbdKKIlK (ORCPT ); Sat, 11 Nov 2017 03:41:10 -0500 Date: Sat, 11 Nov 2017 11:40:48 +0300 From: Dan Carpenter To: Marcus Wolf Cc: devel@driverdev.osuosl.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: staging: pi433: Possible bug in rf69.c Message-ID: <20171111084048.j4htvf67jb2cuqpt@mwanda> References: <709d3e3f-be3b-aa98-1cf6-6a048ef14d7b@smarthome-wolf.de> <20171110193258.qv6dbokqpjrrq3yb@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 11, 2017 at 08:55:30AM +0100, Marcus Wolf wrote: > Shortly befor I fell ill, you proposed me to use Gregs staging for my > further development. But Colin yesterday was working on a repo, called > linux-next. > > Can you (or anyone else) please tell me, when (or for which kind of > patches) to use the Gregs staging and wehen (or for which kind of > patches) to use the linux-next? Sorry for not being familiar with that > stuff! > linux-next is a collection of staging-next and slightly over 100 other devel trees. You can either using staging-next or linux-next, it's the same thing basically. regards, dan carpenter