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-
>
> -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
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
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
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;
> -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:
> > + 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
> -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
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:
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
> -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
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
> -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
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
> -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
> -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
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
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
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
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
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-
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
> +/*
> + * 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
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
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
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
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
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.
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
>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
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
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
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]
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
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
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
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
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
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
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,
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
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
42 matches
Mail list logo