public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI based cpu hotplug
@ 2004-10-28  2:31 Keshavamurthy Anil S
       [not found] ` <20041027193118.B6002-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Keshavamurthy Anil S @ 2004-10-28  2:31 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi, ACPI Developer

Hi Len,
	Couple of weeks back I had posted the ACPI based Physical CPU 
hotplug patches onto the above mailing-list and I had resolved all the 
issues that people on the mailing list had brough out. I was hoping to
see that patches on 2.6.10-rc1-mm1 and since I did not see them there, 
just checking to see whats your idea on this. I guess other companies 
are working on this acpi based hotplug technologies and are dependent 
on my patches which enhances core acpi and introduces the first version 
of the container driver.

I had tested those patches in an emulation environment by overiding DSDT.
I am attaching the links of those patches again for your refernece. 

http://marc.theaimsgroup.com/?l=acpi4linux&m=109606894724606&w=2
http://marc.theaimsgroup.com/?l=acpi4linux&m=109606922621045&w=2
http://marc.theaimsgroup.com/?l=acpi4linux&m=109632034413133&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=109606961524691&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=109607023225373&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=109607042100294&w=2


Please let me know if you would like to receive the patches rediffed 
to the latest bits and I would be happy to resend it to you again.

Thanks,

-Anil Keshavamurthy
Sr. Software Engineer
Linux OS Technology Team
Intel Corp.
(w) 503-712-4476


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ACPI based cpu hotplug
       [not found] ` <20041027193118.B6002-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org>
@ 2004-10-28  8:12   ` Len Brown
  2004-10-28 19:59     ` Keshavamurthy Anil S
  0 siblings, 1 reply; 3+ messages in thread
From: Len Brown @ 2004-10-28  8:12 UTC (permalink / raw)
  To: Anil S Keshavamurthy; +Cc: linux-acpi, ACPI Developer

Anil.

I applied all 6 patches to
http://linux-acpi.bkbits.net/26-latest-mm
(even though one was technically IA64
 rather than ACPI specific)

Please pull from this repo and test to verify
that I did the merges properly and that bk
did the subsequent merges properly too.
All I can do is read and build-test this patch series.

Also, when you have updates, please make
them relative to this baseline.

thanks,
-Len


On Wed, 2004-10-27 at 22:31, Keshavamurthy Anil S wrote:
> Hi Len,
>         Couple of weeks back I had posted the ACPI based Physical CPU
> hotplug patches onto the above mailing-list and I had resolved all the
> issues that people on the mailing list had brough out. I was hoping to
> see that patches on 2.6.10-rc1-mm1 and since I did not see them there,
> just checking to see whats your idea on this. I guess other companies
> are working on this acpi based hotplug technologies and are dependent
> on my patches which enhances core acpi and introduces the first
> version
> of the container driver.
> 
> I had tested those patches in an emulation environment by overiding
> DSDT.
> I am attaching the links of those patches again for your refernece.
> 
> http://marc.theaimsgroup.com/?l=acpi4linux&m=109606894724606&w=2
> http://marc.theaimsgroup.com/?l=acpi4linux&m=109606922621045&w=2
> http://marc.theaimsgroup.com/?l=acpi4linux&m=109632034413133&w=2
> http://marc.theaimsgroup.com/?l=linux-kernel&m=109606961524691&w=2
> http://marc.theaimsgroup.com/?l=linux-kernel&m=109607023225373&w=2
> http://marc.theaimsgroup.com/?l=linux-kernel&m=109607042100294&w=2
> 
> 
> Please let me know if you would like to receive the patches rediffed
> to the latest bits and I would be happy to resend it to you again.
> 
> Thanks,
> 
> -Anil Keshavamurthy
> Sr. Software Engineer
> Linux OS Technology Team
> Intel Corp.
> (w) 503-712-4476
> 
> 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ACPI based cpu hotplug
  2004-10-28  8:12   ` Len Brown
@ 2004-10-28 19:59     ` Keshavamurthy Anil S
  0 siblings, 0 replies; 3+ messages in thread
From: Keshavamurthy Anil S @ 2004-10-28 19:59 UTC (permalink / raw)
  To: Len Brown; +Cc: Keshavamurthy, Anil S, linux-acpi, ACPI Developer

On Thu, Oct 28, 2004 at 01:12:53AM -0700, Len Brown wrote:
>    I applied all 6 patches to
>    [1]http://linux-acpi.bkbits.net/26-latest-mm
>    (even though one was technically IA64
>     rather than ACPI specific)
Thanks Len, regarding IA64 specific patch, I had even once submitted
onto ia64 mailing list separately and had resolved all the issues. I
hope this should not cause any IA64 build/functionality breakage.
> 
>    Please pull from this repo and test to verify
>    that I did the merges properly and that bk
>    did the subsequent merges properly too.
Sure, I will download this bits and will verify and will let you
know  if there is any problems.
>    All I can do is read and build-test this patch series.
> 
>    Also, when you have updates, please make
>    them relative to this baseline.
Okay, I will follow your instructions for future updates.

thanks again,
Anil Keshavamurthy


-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-28 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28  2:31 [PATCH] ACPI based cpu hotplug Keshavamurthy Anil S
     [not found] ` <20041027193118.B6002-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org>
2004-10-28  8:12   ` Len Brown
2004-10-28 19:59     ` Keshavamurthy Anil S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox