Re: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread Stephen Hemminger
On Fri, 1 Jul 2011 00:19:38 + KY Srinivasan wrote: > > > > -Original Message- > > From: Stephen Hemminger [mailto:shemmin...@vyatta.com] > > Sent: Thursday, June 30, 2011 7:48 PM > > To: KY Srinivasan > > Cc: Christoph Hellwig; devel@linuxdriverproject.org; gre...@suse.de; linux- >

RE: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Stephen Hemminger [mailto:shemmin...@vyatta.com] > Sent: Thursday, June 30, 2011 7:48 PM > To: KY Srinivasan > Cc: Christoph Hellwig; devel@linuxdriverproject.org; gre...@suse.de; linux- > ker...@vger.kernel.org; virtualizat...@lists.osdl.org > Subject: Re: [P

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Greg KH
On Fri, Jul 01, 2011 at 03:05:26AM +0300, Dan Carpenter wrote: > On Thu, Jun 30, 2011 at 02:40:19PM -0700, Henry Ptasinski wrote: > > So there are two suggestions here: > > > > 1. post patches in smaller bunches, and include dependency info in > > the 0/X patch. Presumably, if one of the dependen

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Dan Carpenter
On Thu, Jun 30, 2011 at 02:40:19PM -0700, Henry Ptasinski wrote: > So there are two suggestions here: > > 1. post patches in smaller bunches, and include dependency info in > the 0/X patch. Presumably, if one of the dependencies is dropped, > then people will know to drop this series as well, and

Re: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread Stephen Hemminger
On Thu, 30 Jun 2011 23:32:34 + KY Srinivasan wrote: > > > -Original Message- > > From: Christoph Hellwig [mailto:h...@infradead.org] > > Sent: Thursday, June 30, 2011 3:34 PM > > To: KY Srinivasan > > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > > devel@linuxdriverproject.org;

RE: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:34 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org > Subject: Re: [PATCH 00/40] Staging: hv:

RE: [PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster

2011-06-30 Thread Dan Magenheimer
> > + for (i = 0; i <= NCHUNKS - 1; i++) { > > It's more common to write the condition as: i < NCHUNKS. > > > + n = zv_curr_dist_counts[i]; > > zv_curr_dist_counts has NCHUNKS + 1 elements so we never print > display the final element. I don't know this coe, so I could be > wrong b

RE: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:34 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org > Subject: Re: [PATCH 00/40] Staging: hv

Re: [PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster

2011-06-30 Thread Dan Carpenter
On Thu, Jun 30, 2011 at 12:01:08PM -0700, Dan Magenheimer wrote: > +static int zv_curr_dist_counts_show(char *buf) > +{ > + unsigned long i, n, chunks = 0, sum_total_chunks = 0; > + char *p = buf; > + > + for (i = 0; i <= NCHUNKS - 1; i++) { It's more common to write the condition as:

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Henry Ptasinski
On 06/30/2011 11:32 AM, Dan Carpenter wrote: On Thu, Jun 30, 2011 at 10:42:31AM -0700, Henry Ptasinski wrote: On 06/29/2011 11:29 PM, Rafał Miłecki wrote: 2011/6/30 Franky Lin: Most of these patches are brcmfmac cleanup. Hm, interesting improvement in your "Release early, release often" str

RE: [PATCH 23/40] Staging: hv: storvsc: Introduce code to manage IDE devices using storvsc HBA

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:39 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang; > Abhishek Kane (Mindtre

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Henry Ptasinski
On 06/30/2011 01:16 PM, Luciano Coelho wrote: Hi Henry, On Thu, 2011-06-30 at 10:42 -0700, Henry Ptasinski wrote: On 06/29/2011 11:29 PM, Rafał Miłecki wrote: 2011/6/30 Franky Lin: Most of these patches are brcmfmac cleanup. Hm, interesting improvement in your "Release early, release often

RE: [PATCH 24/40] Staging: hv: storvsc: On I/O get the correct IDE device

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:41 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang; > Abhishek Kane (Mindtre

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Luciano Coelho
Hi Henry, On Thu, 2011-06-30 at 10:42 -0700, Henry Ptasinski wrote: > On 06/29/2011 11:29 PM, Rafał Miłecki wrote: > > 2011/6/30 Franky Lin: > >> Most of these patches are brcmfmac cleanup. > > > > > > Hm, interesting improvement in your "Release early, release often" strategy. > > > > Yea, we w

RE: [PATCH 34/40] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:46 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang; > Abhishek Kane (Mindtre

RE: [PATCH 38/40] Staging: hv: storvsc: Fixup srb_status for INQUIRY and MODE_SENSE

2011-06-30 Thread KY Srinivasan
> -Original Message- > From: Christoph Hellwig [mailto:h...@infradead.org] > Sent: Thursday, June 30, 2011 3:48 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang; > Abhishek Kane (Mindtre

Re: [PATCH 38/40] Staging: hv: storvsc: Fixup srb_status for INQUIRY and MODE_SENSE

2011-06-30 Thread Christoph Hellwig
On Wed, Jun 29, 2011 at 07:39:35AM -0700, K. Y. Srinivasan wrote: > The current handler on the Windows Host does not correctly handle > INQUIRY and MODE_SENSE commands with some options. Fixup srb_status > in these cases since the failure is not fatal. > + /* > + * The current SCSI handli

Re: [PATCH 35/40] Staging: hv: storvsc: Make storvsc_dev_add() a static function

2011-06-30 Thread Christoph Hellwig
On Wed, Jun 29, 2011 at 07:39:32AM -0700, K. Y. Srinivasan wrote: > Make storvsc_dev_add() a static function. Making all pending functions static should be fine in a single patch. ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linu

Re: [PATCH 34/40] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c

2011-06-30 Thread Christoph Hellwig
On Wed, Jun 29, 2011 at 07:39:31AM -0700, K. Y. Srinivasan wrote: > Add the contents of hyperv_storage.h to storvsc_drv.c and cleanup > storvsc_drv.c.n I'd at least leave the first half of the header that defines the protocol around. ___ devel mailing

Re: [PATCH 25/40] Staging: hv: storvsc: Add state to manage the lifecycle of emulated HBA

2011-06-30 Thread Christoph Hellwig
I think all this would be a lot simpler if you simply used one scsi host per ide device as mentioned before. Also it would be nice if you could sent patches 23 to 28 as one patch in the next round, as that allows reviewing the whole IDE related code in one go, which is useful given that it's all i

Re: [PATCH 24/40] Staging: hv: storvsc: On I/O get the correct IDE device

2011-06-30 Thread Christoph Hellwig
On Wed, Jun 29, 2011 at 07:39:21AM -0700, K. Y. Srinivasan wrote: > We use the channel number to distinguish an IDE device managed by the > storvsc driver from scsi devices. Add code to get the correct > device pointer based on the channel number. > > Signed-off-by: K. Y. Srinivasan > Signed-off-

Re: [PATCH, RFC] USBIP protocol documentation

2011-06-30 Thread Németh Márton
Matt Chen wrote: > Hi Németh and Matt, > We are also working on reviewing protocol here. We were wondering if > you are available for letting us know which part you've already done. > Then we can save the time for doing the same parts. I've already sent everything I have. Nothing remained unsent f

Re: [PATCH 23/40] Staging: hv: storvsc: Introduce code to manage IDE devices using storvsc HBA

2011-06-30 Thread Christoph Hellwig
> +/* > + * We want to manage the IDE devices using standard Linux SCSI drivers > + * using the storvsc driver. > + * Define special channels to support this. > + */ > + > +#define HV_MAX_IDE_DEVICES 4 > +#define HV_IDE_BASE_CHANNEL 10 > +#define HV_IDE0_DEV1 HV_IDE_BASE_CHANNEL > +#defi

Re: [PATCH 00/40] Staging: hv: Driver cleanup

2011-06-30 Thread Christoph Hellwig
On Wed, Jun 29, 2011 at 07:38:21AM -0700, K. Y. Srinivasan wrote: > Further cleanup of the hv drivers: > > 1) Cleanup the reference counting mess for both stor and net devices. I really don't understand the need for reference counting on the storage side, especially now that you only have a

Re: [PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster

2011-06-30 Thread Greg KH
On Thu, Jun 30, 2011 at 12:01:08PM -0700, Dan Magenheimer wrote: > Hi Greg -- > > I think this patch is now ready for staging-next and for merging when > the 3.1 window opens. Please let me know if you need any logistics > done differently. Ok, thanks, I'll queue it up later this week for 3.1 g

[PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster

2011-06-30 Thread Dan Magenheimer
Hi Greg -- I think this patch is now ready for staging-next and for merging when the 3.1 window opens. Please let me know if you need any logistics done differently. Thanks, Dan === >From: Dan Magenheimer Subject: staging: zcache: support multiple clients, prep for KVM and RAMster This is ve

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Dan Carpenter
On Thu, Jun 30, 2011 at 10:42:31AM -0700, Henry Ptasinski wrote: > On 06/29/2011 11:29 PM, Rafał Miłecki wrote: > >2011/6/30 Franky Lin: > >>Most of these patches are brcmfmac cleanup. > > > > > >Hm, interesting improvement in your "Release early, release often" strategy. > > > > Yea, we were wait

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Henry Ptasinski
On 06/29/2011 11:29 PM, Rafał Miłecki wrote: 2011/6/30 Franky Lin: Most of these patches are brcmfmac cleanup. Hm, interesting improvement in your "Release early, release often" strategy. Yea, we were waiting for the previous series to get applied. Not sure how to make this work better.

Animated Movie/TV Series - Cartoon Movie/TV Series - 3D/2D Animation Services

2011-06-30 Thread Louis
You are receiving this email because we wish you to use our 3D/2D Animated Movie/TV Series Services. We are a China based Animated Movie/TV Series Studio. with the technical, our studio is a animation studio with the technical, creative and production capabilities to create a new generation of

Equity Business Investment

2011-06-30 Thread PROF.MAURICE IWU
Equity Business Investment >From Prof. Maurice Iwu Dear Friend, I am Prof. Maurice M. Iwu, Former Chairman Independent Electoral Commission (INEC).Currently, I am on compulsory terminal leave presently in UK , leading up to my final retirement from public service. I am seeking your partnershi

Re: Need Help

2011-06-30 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Jun 30, 2011 at 02:54:00PM +0530, ravi shankar wrote: > Hi, > As you said i went through the link( www.kernel.org) > and downloaded the kenel (2.6.39-rc3).Then to pick any driver

$2,000,000.00

2011-06-30 Thread FONDAZIONE Di VITTORIO & ECOWAS
FONDAZIONE Di VITTORIO & ECOWAS www.fondazionedivittorio.it Worldwide Donation Program Grant number is B01-0147 FONDAZIONE Di VITTORIO & ECOWAS has awarded Two Million Dollars $2,000,000.00 to your Email provide your information to Dr.Seun Razak. Email: ecowasdonation...@yahoo.com.hk Tel:+234

Re: [PATCH 017/119] staging: brcm80211: change FOREACH_BSS macro to remove checkpatch error

2011-06-30 Thread Arend van Spriel
On 06/30/2011 10:37 AM, Dan Carpenter wrote: On Wed, Jun 29, 2011 at 04:46:41PM -0700, Franky Lin wrote: #define FOREACH_BSS(wlc, idx, cfg) \ - for (idx = 0; (int) idx< WLC_MAXBSSCFG; idx++) \ - if ((cfg = (wlc)->bsscfg[idx])) + for (idx = 0, cfg = (wlc)->bsscfg[idx]

Need Help

2011-06-30 Thread ravi shankar
Hi, As you said i went through the link( www.kernel.org) and downloaded the kenel (2.6.39-rc3).Then to pick any driver i just go through the directory /driver/staging/*/TODO files. I am interested in one of these driver(./ath6kl/TODO,/tm6000/TODO, ./intel_sst/TODO, ./msm/TODO) just i

[patch] Staging: comedi: usbdux: release locks on error paths

2011-06-30 Thread Dan Carpenter
Smatch complains about a couple error paths where the semaphores were not released. Signed-off-by: Dan Carpenter diff --git a/drivers/staging/comedi/drivers/usbdux.c b/drivers/staging/comedi/drivers/usbdux.c index 6637698..bf62e0d 100644 --- a/drivers/staging/comedi/drivers/usbdux.c +++ b/drive

[patch] Staging: iio: release locks on error paths

2011-06-30 Thread Dan Carpenter
There are a couple places here where we should have called mutex_unlock() before returning. Signed-off-by: Dan Carpenter diff --git a/drivers/staging/iio/accel/adis16201_core.c b/drivers/staging/iio/accel/adis16201_core.c index cbc59c5..2fd01ae 100644 --- a/drivers/staging/iio/accel/adis16201_c

[PATCH v2] ath6kl: implement testmode rx command

2011-06-30 Thread Kalle Valo
Add new testmode command for retrieving rx reports from firmware. Signed-off-by: Kalle Valo --- drivers/staging/ath6kl/os/linux/cfg80211.c | 99 .../staging/ath6kl/os/linux/include/ar6000_drv.h | 10 -- drivers/staging/ath6kl/os/linux/include/cfg80211.h | 11

[PATCH] staging: remove reference to cs5535_gpio makefile

2011-06-30 Thread Kalle Valo
The driver was removed but 'make clean' still failed: scripts/Makefile.clean:17: [...]/drivers/staging/cs5535_gpio/Makefile: No such file or directory make[3]: *** No rule to make target `[...]/drivers/staging/cs5535_gpio/Makefile'. Stop. Signed-off-by: Kalle Valo --- drivers/staging/Makefile

Re: [PATCH 017/119] staging: brcm80211: change FOREACH_BSS macro to remove checkpatch error

2011-06-30 Thread Dan Carpenter
On Wed, Jun 29, 2011 at 04:46:41PM -0700, Franky Lin wrote: > #define FOREACH_BSS(wlc, idx, cfg) \ > - for (idx = 0; (int) idx < WLC_MAXBSSCFG; idx++) \ > - if ((cfg = (wlc)->bsscfg[idx])) > + for (idx = 0, cfg = (wlc)->bsscfg[idx]; \ > + idx < WLC_MAXBSSCFG; cfg = (wl

Re: [PATCH] ath6kl: implement testmode rx command

2011-06-30 Thread Kalle Valo
Dan Carpenter writes: > On Mon, Jun 27, 2011 at 06:36:10PM +0300, Kalle Valo wrote: > >> +void ar6000_testmode_rx_report_event(struct ar6_softc *ar, void *buf, >> + int buf_len) >> +{ >> +kfree(ar->tcmd_rx_report); >> + >> +ar->tcmd_rx_report = kmemdup(buf,

Re: [PATCH] ath6kl: implement testmode rx command

2011-06-30 Thread Kalle Valo
Greg KH writes: > On Tue, Jun 28, 2011 at 01:18:36PM -0700, Greg KH wrote: >> On Mon, Jun 27, 2011 at 06:36:10PM +0300, Kalle Valo wrote: >> > Add new testmode command for retrieving rx reports from firmware. >> > >> > Signed-off-by: Kalle Valo >> >> This patch breaks the build. >> >> Please

Re: [PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed

2011-06-30 Thread Arend van Spriel
On 06/30/2011 08:29 AM, Rafał Miłecki wrote: 2011/6/30 Franky Lin: Most of these patches are brcmfmac cleanup. Hm, interesting improvement in your "Release early, release often" strategy. Hi, Rafał We are aware and it was not preferred way to do this. Due to lot of renaming and (re)moving