STOP CONTACTING ANY OFFICE FOR FUNDS

2014-10-05 Thread Mrs Sherry Williams
Attn: My Dear I am Mr.Howard V. Keighler , I am US citizen, 48 years Old. I reside here in Florida. My residential address is as follows. 1675 Glencove Avenue, Palm Bay, Florida 32907 United States, I am one of those that took part in the Compensation in Nigeria many years ago and they refus

Re: [PATCH net 1/1] hyperv: Fix a bug in netvsc_send()

2014-10-05 Thread David Miller
From: "K. Y. Srinivasan" Date: Sun, 5 Oct 2014 10:42:51 -0700 > After the packet is successfully sent, we should not touch the packet > as it may have been freed. This patch is based on the work done by > Long Li . > > David, please queue this up for stable. > > Signed-off-by: K. Y. Srinivasa

Re: [PATCH 0/2] staging: comedi: remove cfc_inc_scan_progress()

2014-10-05 Thread Ian Abbott
On 18/09/14 19:46, H Hartley Sweeten wrote: The inline function cfc_inc_scan_progress() is just a wrapper around the comedi core function comedi_inc_scan_progress(). Convert all the drivers to use the core function directly and remove the wrapper. This series applies after: PATCH 00/11] staging:

Re: [PATCH 0/8] staging: comedi: remove cfc_bytes_per_scan()

2014-10-05 Thread Ian Abbott
On 18/09/14 19:41, H Hartley Sweeten wrote: The inline function cfc_bytes_per_scan() is just a wrapper around the comedi core function comedi_bytes_per_scan(). Convert all the drivers to use the core function directly and remove the wrapper. This series applies after: PATCH 00/11] staging: comed

Re: [PATCH 00/23] staging: comedi: remove cfc_handle_events()

2014-10-05 Thread Ian Abbott
On 18/09/14 19:11, H Hartley Sweeten wrote: The inline function cfc_handle_events() is just a wrapper around the comedi core function comedi_handle_events(). Convert all the drivers to use the core function directly and remove the wrapper. This series applies after: PATCH 00/11] staging: comedi:

Re: [PATCH v2 00/25] staging: comedi: tidy up async command termination

2014-10-05 Thread Ian Abbott
On 18/09/14 19:35, H Hartley Sweeten wrote: The comedi async commands should stop if an error/overflow happens or when the end-of-acquisition for the command is detected. Some of the drivers do this correctly but many don't. The comedi_handle_events() function automatically detects the events th

[PATCH net 1/1] hyperv: Fix a bug in netvsc_send()

2014-10-05 Thread K. Y. Srinivasan
After the packet is successfully sent, we should not touch the packet as it may have been freed. This patch is based on the work done by Long Li . David, please queue this up for stable. Signed-off-by: K. Y. Srinivasan Reported-by: Sitsofe Wheeler --- drivers/net/hyperv/netvsc.c | 15 ++