* 64-bit resources?
@ 2005-03-10 7:46 Kumar Gala
2005-03-10 17:35 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2005-03-10 7:46 UTC (permalink / raw)
To: Greg KH; +Cc: Linux Kernel list
Greg,
I was wondering what the state of the change to 64-bit resources was?
thanks
- kumar
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 64-bit resources?
2005-03-10 7:46 64-bit resources? Kumar Gala
@ 2005-03-10 17:35 ` Greg KH
2005-03-10 18:09 ` Kumar Gala
2005-05-06 4:12 ` Kumar Gala
0 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2005-03-10 17:35 UTC (permalink / raw)
To: Kumar Gala; +Cc: Linux Kernel list
On Thu, Mar 10, 2005 at 01:46:10AM -0600, Kumar Gala wrote:
> Greg,
>
> I was wondering what the state of the change to 64-bit resources was?
On hold till I get the time to fix all of the kernel tree up due to the
changes required.
Unless someone else wants to volunteer to do the work :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 64-bit resources?
2005-03-10 17:35 ` Greg KH
@ 2005-03-10 18:09 ` Kumar Gala
2005-03-11 23:58 ` Deepak Saxena
2005-05-06 4:12 ` Kumar Gala
1 sibling, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2005-03-10 18:09 UTC (permalink / raw)
To: Greg KH; +Cc: Linux Kernel list
On Mar 10, 2005, at 11:35 AM, Greg KH wrote:
> On Thu, Mar 10, 2005 at 01:46:10AM -0600, Kumar Gala wrote:
> > Greg,
> >
> > I was wondering what the state of the change to 64-bit resources was?
>
> On hold till I get the time to fix all of the kernel tree up due to the
> changes required.
>
> Unless someone else wants to volunteer to do the work :)
Will, I might be able to, what major things need fixing?
- kumar
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 64-bit resources?
2005-03-10 18:09 ` Kumar Gala
@ 2005-03-11 23:58 ` Deepak Saxena
0 siblings, 0 replies; 6+ messages in thread
From: Deepak Saxena @ 2005-03-11 23:58 UTC (permalink / raw)
To: Kumar Gala; +Cc: Greg KH, Linux Kernel list
On Mar 10 2005, at 12:09, Kumar Gala was caught saying:
>
> On Mar 10, 2005, at 11:35 AM, Greg KH wrote:
>
> >On Thu, Mar 10, 2005 at 01:46:10AM -0600, Kumar Gala wrote:
> > > Greg,
> > >
> >> I was wondering what the state of the change to 64-bit resources was?
> >
> >On hold till I get the time to fix all of the kernel tree up due to the
> > changes required.
> >
> >Unless someone else wants to volunteer to do the work :)
>
> Will, I might be able to, what major things need fixing?
Kumar,
I'll help you on this b/c I need 64-bit resources ASAP to support
some new CPUs.
~Deepak
--
Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net
Even a stopped clock gives the right time twice a day.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 64-bit resources?
2005-03-10 17:35 ` Greg KH
2005-03-10 18:09 ` Kumar Gala
@ 2005-05-06 4:12 ` Kumar Gala
2005-05-06 4:30 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2005-05-06 4:12 UTC (permalink / raw)
To: Greg KH; +Cc: Deepak Saxena, Linux Kernel list
On Mar 10, 2005, at 11:35 AM, Greg KH wrote:
> On Thu, Mar 10, 2005 at 01:46:10AM -0600, Kumar Gala wrote:
> > Greg,
> >
> > I was wondering what the state of the change to 64-bit resources was?
>
> On hold till I get the time to fix all of the kernel tree up due to the
> changes required.
>
> Unless someone else wants to volunteer to do the work :)
I'll like to see if we can get things into a state to have this ready
for 2.6.13. Do you have a tree around with the changes in it? Do you
have a sense of what work needs to be done. If you give me some
direction on things needing fixing I can start taking a look and
working on patches.
- kumar
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 64-bit resources?
2005-05-06 4:12 ` Kumar Gala
@ 2005-05-06 4:30 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2005-05-06 4:30 UTC (permalink / raw)
To: Kumar Gala; +Cc: Deepak Saxena, Linux Kernel list
On Thu, May 05, 2005 at 11:12:34PM -0500, Kumar Gala wrote:
> On Mar 10, 2005, at 11:35 AM, Greg KH wrote:
>
> >On Thu, Mar 10, 2005 at 01:46:10AM -0600, Kumar Gala wrote:
> > > Greg,
> > >
> >> I was wondering what the state of the change to 64-bit resources was?
> >
> >On hold till I get the time to fix all of the kernel tree up due to the
> > changes required.
> >
> >Unless someone else wants to volunteer to do the work :)
>
> I'll like to see if we can get things into a state to have this ready
> for 2.6.13. Do you have a tree around with the changes in it? Do you
> have a sense of what work needs to be done. If you give me some
> direction on things needing fixing I can start taking a look and
> working on patches.
Sorry, no tree, but here is the patch and info:
http://www.kernel.org/pub/linux/kernel/people/gregkh/pci/2.6/2.6.11-rc3/bk-resource*
I do have a few other patches laying around, but that should be a good
start :)
Good luck,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-05-06 4:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-10 7:46 64-bit resources? Kumar Gala
2005-03-10 17:35 ` Greg KH
2005-03-10 18:09 ` Kumar Gala
2005-03-11 23:58 ` Deepak Saxena
2005-05-06 4:12 ` Kumar Gala
2005-05-06 4:30 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox