Re: git pull on ia64 linux tree

2008-02-10 Thread Petr Tesarik
Christoph Hellwig píše v So 09. 02. 2008 v 00:04 -0500: > On Fri, Feb 08, 2008 at 02:46:25PM -0800, Luck, Tony wrote: > > Petr Tesarik (3): > > [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME > > [IA64] Synchronize kernel RSE to user-space and back > > [IA64] Synchronize

Re: git pull on ia64 linux tree

2008-02-08 Thread Christoph Hellwig
On Fri, Feb 08, 2008 at 02:46:25PM -0800, Luck, Tony wrote: > Petr Tesarik (3): > [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME > [IA64] Synchronize kernel RSE to user-space and back > [IA64] Synchronize RBS on PTRACE_ATTACH This is still not killing the now unessecary

git pull on ia64 linux tree

2008-02-08 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/entry.S |5 +- arch/ia64/kernel/mca.c | 55 arch/ia64/kernel/perfmon.c

Re: git pull on ia64 linux tree

2008-02-07 Thread Christoph Hellwig
On Wed, Feb 06, 2008 at 09:37:54AM -0800, Luck, Tony wrote: > > Any reason the various ptrace bits are not included in this pull? > > The ptrace bits depend upon some generic changes to add arch_ptrace_stop() > ... I think Andrew included them as part 89/260 of today's early > morning mail patch b

RE: git pull on ia64 linux tree

2008-02-07 Thread Petr Tesarik
On Wed, 2008-02-06 at 09:37 -0800, Luck, Tony wrote: > > Any reason the various ptrace bits are not included in this pull? > > The ptrace bits depend upon some generic changes to add arch_ptrace_stop() > ... I think Andrew included them as part 89/260 of today's early > morning mail patch bomb. Y

RE: git pull on ia64 linux tree

2008-02-06 Thread Luck, Tony
> Any reason the various ptrace bits are not included in this pull? The ptrace bits depend upon some generic changes to add arch_ptrace_stop() ... I think Andrew included them as part 89/260 of today's early morning mail patch bomb. -Tony - To unsubscribe from this list: send the line "unsubscri

Re: git pull on ia64 linux tree

2008-02-05 Thread Christoph Hellwig
On Tue, Feb 05, 2008 at 10:10:40AM -0800, Luck, Tony wrote: > Hi Linus, > > please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release > > This will update the files shown below. Any reason the various ptrace bits are not included in this pull? - To un

git pull on ia64 linux tree

2008-02-05 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony Documentation/ia64/aliasing-test.c| 15 +- MAINTAINERS |9 + arch/ia64/hp/common/sba_iommu.c

git pull on ia64 linux tree

2008-01-03 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/sn/kernel/xp_nofault.S | 10 +++--- include/asm-ia64/sn/xpc.h|6 -- 2 files changed, 11 insertion

git pull on ia64 linux tree

2007-12-19 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/hp/common/sba_iommu.c |3 ++- arch/ia64/ia32/binfmt_elf32.c | 28 arch/ia64/ke

RE: git pull on ia64 linux tree

2007-12-11 Thread Luck, Tony
> I thought you already generated the diffstat with "git diff --stat", and > if so, just adding "--summary" should do it. My script was written in the early hours (well weeks) of git history. Perhaps I didn't know about "--stat" or maybe it didn't exist yet. The script currently just pipes "git-w

RE: git pull on ia64 linux tree

2007-12-10 Thread Linus Torvalds
On Mon, 10 Dec 2007, Luck, Tony wrote: > > Should I update my script that makes the "Please pull" message. It should be added automatically to the diffstat if you create the diffstat with git diff -C --stat --summary linus...release (that triple dot creates the diff from the last com

RE: git pull on ia64 linux tree

2007-12-10 Thread Luck, Tony
> Hmm. It also did: > > mode change 100755 => 100644 arch/ia64/scripts/unwcheck.py Should I update my script that makes the "Please pull" message. Right now it just uses "git whatchanged release ^linus | git-shortlog" which doesn't mention any mode changes ... thus your understandable confusion

RE: git pull on ia64 linux tree

2007-12-10 Thread Luck, Tony
> makes the Makefile work even for a non-executable file for when you use > inferior tools, but does that mean that we should have thrown away the > information that it *is* an executable file when not using those inferior > tools? Once I added the "python " in front of the name in the Makefi

Re: git pull on ia64 linux tree

2007-12-10 Thread Linus Torvalds
On Mon, 10 Dec 2007, Luck, Tony wrote: > > This will update the files shown below. > > .. > 16 files changed, 56 insertions(+), 53 deletions(-) Hmm. It also did: mode change 100755 => 100644 arch/ia64/scripts/unwcheck.py was that really intentional? Sure, the commit itself: > Andrew Mort

git pull on ia64 linux tree

2007-12-10 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/Makefile |2 +- arch/ia64/hp/sim/boot/Makefile |2 +- arch/ia64/hp/sim/boot/bootloader.

git pull on ia64 linux tree

2007-11-09 Thread Luck, Tony
From: "Luck, Tony" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: linux-ia64@vger.kernel.org Subject: git pull on ia64 linux tree Reply-to: [EMAIL PROTECTED] Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will

git pull on ia64 linux tree

2007-10-30 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/configs/sn2_defconfig| 106 ++--- arch/ia64/kernel/efi.c |2 arch

RE: git pull on ia64 linux tree

2007-10-17 Thread Luck, Tony
Hi Linus, Another day, another buildfix, another git pull ... please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/machine_kexec.c |4 +++- 1 file changed, 3 insertions(+

RE: git pull on ia64 linux tree

2007-10-16 Thread Luck, Tony
Hi Linus, And another quick pull to fix an ia64 UP build problem. please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release Or since git is updating slowly right now, from: ssh://master.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git rel

RE: git pull on ia64 linux tree

2007-10-15 Thread Luck, Tony
Hi Linus, Another quick pull to fix the ia64 build problem introduced by some header file re-arrangements elsewhere in the tree. please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release Or since git is updating slowly right now, from: ssh://mas

git pull on ia64 linux tree

2007-10-15 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/Kconfig| 10 arch/ia64/configs/sn2_defconfig | 443 --- arch/i

RE: git pull on ia64 linux tree

2007-09-04 Thread Linus Torvalds
On Sat, 1 Sep 2007, Luck, Tony wrote: > > Note to anyone else using my GIT tree ... this means my tree jumped > sideways and you won't be able to pull from it if you had done a pull > since Thursday. You'll have to back the branch you use to track my > tree back up (e.g. to v2.6.23-rc4) before

RE: git pull on ia64 linux tree

2007-09-01 Thread Luck, Tony
Hi Linus, I backed up my tree to before the evil HPET disable commit, and then cherry-picked the stuff that follwed. So here's the revised pull without the stupidity. Note to anyone else using my GIT tree ... this means my tree jumped sideways and you won't be able to pull from it if you had don

RE: git pull on ia64 linux tree

2007-09-01 Thread Luck, Tony
> Having looked closer, it looks like the magic actually disables some > broken code from happening on other architectures. Yes. The drivers/char/hpet.c clocksource code was added for ia64 as part of the switch from the time interpolator to the generic clock code ... but the patch had languished

RE: git pull on ia64 linux tree

2007-08-31 Thread john stultz
On Fri, 2007-08-31 at 01:37 -0700, Linus Torvalds wrote: > > On Thu, 30 Aug 2007, Linus Torvalds wrote: > > > > So there are two cases: > > > > - either the code is already only used on ia64, and nobody else will > >care. > > > >In this case, the patch is pointless. > > > > - or it'

RE: git pull on ia64 linux tree

2007-08-31 Thread Thomas Gleixner
On Fri, 2007-08-31 at 01:37 -0700, Linus Torvalds wrote: > It would appear that what you actually wanted to happen in that commit was > to make sure that the clocksource didn't get registered. If so, the > logical patch would be something like the appended instead, which would > disable the code

RE: git pull on ia64 linux tree

2007-08-31 Thread Linus Torvalds
On Thu, 30 Aug 2007, Linus Torvalds wrote: > > So there are two cases: > > - either the code is already only used on ia64, and nobody else will >care. > >In this case, the patch is pointless. > > - or it's used by others, and others *will* care, and (judging by the >probably i

RE: git pull on ia64 linux tree

2007-08-30 Thread Linus Torvalds
On Thu, 30 Aug 2007, Luck, Tony wrote: > > This will update the files shown below. The change to drivers/char/hpet.c > makes the hpet timer code there ia64 only until we can do something better > to merge in arch/{i386,x86_64)/kernel/hpet.c That's crazy. The patch in question looks like this:

RE: git pull on ia64 linux tree

2007-08-30 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. The change to drivers/char/hpet.c makes the hpet timer code there ia64 only until we can do something better to merge in arch/{i386,x86_64)/kernel

git pull on ia64 linux tree

2007-08-17 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. The change to mod_devicetable.h fixes a cross-build problem because of different rules for aligning 8-byte sized objects between $HOSTCC and $CC

git pull on ia64 linux tree

2007-08-01 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/ia32/sys_ia32.c |1 - arch/ia64/kernel/iosapic.c | 19 ++- arch/ia64/kernel/irq_ia64.c

git pull on ia64 linux tree

2007-07-27 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. The fs/quota.c change (together with the changes to arch/{ia64,x86_64}/Kconfig solve a build problem when CONFIG_COMPAT=n (discussed to death on

git pull on ia64 linux tree

2007-07-25 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/ia32/ia32_support.c |8 ++-- arch/ia64/ia32/ia32priv.h | 12 +++--- arch/ia64/ia32/sys_ia32.c | 81 +

Re: git pull on ia64 linux tree

2007-07-20 Thread Linus Torvalds
On Fri, 20 Jul 2007, Luck, Tony wrote: > > This will update the files shown below. I'm touching a few > non-ia64 files (they are at the bottom of the diffstat) in here > to delete the CONFIG_TIME_INTERPOLATION code that nobody except > ia64 used. Thanks. That timekeeping duplication was confus

git pull on ia64 linux tree

2007-07-20 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. I'm touching a few non-ia64 files (they are at the bottom of the diffstat) in here to delete the CONFIG_TIME_INTERPOLATION code that nobody except

git pull on ia64 linux tree

2007-07-17 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/hp/common/sba_iommu.c | 20 ++-- arch/ia64/hp/sim/boot/fw-emu.c |5 - arch/ia64/hp/s

Another git pull on ia64 linux tree - one patch to unbreak ia64 build

2007-07-12 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony include/asm-ia64/pci.h | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Tony Luck (1): [IA64] Un-break

git pull on ia64 linux tree

2007-07-11 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony Documentation/ia64/aliasing-test.c | 26 --- Documentation/ia64/aliasing.txt | 12 + arch/ia64/kerne

git pull on ia64 linux tree

2007-06-27 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/time.c |1 - arch/ia64/kernel/unwind.c | 16 +++- arch/ia64/mm/h

git pull on ia64 linux tree

2007-05-24 Thread Luck, Tony
From: "Luck, Tony" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: linux-ia64@vger.kernel.org Subject: git pull on ia64 linux tree Reply-to: [EMAIL PROTECTED] Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will

git pull on ia64 linux tree

2007-05-22 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/process.c |5 + arch/ia64/kernel/unwind.c | 21 ++--- arch/ia64/pci/pci.c |

git pull on ia64 linux tree

2007-05-16 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below (most of which are part of Simon Arlott's spelling patch which accounts for 30 files, 75 insertions, 75 deletions). Thanks! -Tony arch/ia64/kern

git pull on ia64 linux tree

2007-05-11 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. The change to kernel/irq/proc.c just adds an arch hook to allow validation of the new cpumask. SGI sn2 systems can only select a single target pr

git pull on ia64 linux tree

2007-05-09 Thread Luck, Tony
Hi Linus, [Possible duplicate ... but this is the second "please pull" that I've sent that hasn't shown up on the linux-ia64 mailing list, so I assume that the copy to Linus got lost too ... I need to re-look at my outgoing e-mail configuration to see what I broke] please pull from: g

Re: git pull on ia64 linux tree

2007-05-08 Thread Zou Nan hai
On Tue, 2007-05-08 at 15:26, Simon Horman wrote: > On Tue, May 08, 2007 at 09:13:18AM +0800, Zou Nan hai wrote: > > > > Hi Tony, > > If the per-cpu TR entry is removed, > > I think the relocate_kernel.S also need a fix to remove the > per-cpu TR > > purge code. > > Just to clarify, i

Re: git pull on ia64 linux tree

2007-05-08 Thread Simon Horman
On Tue, May 08, 2007 at 09:13:18AM +0800, Zou Nan hai wrote: > > Hi Tony, > If the per-cpu TR entry is removed, > I think the relocate_kernel.S also need a fix to remove the per-cpu > TR > purge code. Just to clarify, is this what you are thinking about? If so, it seems sensible

Re: git pull on ia64 linux tree

2007-05-07 Thread Zou Nan hai
On Tue, 2007-05-08 at 00:54, Luck, Tony wrote: > [Repost ... this seems to have been eaten by the internet, it > didn't show up on the mailing list either]. > > Hi Linus, > > please pull from: > > > git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git > release > > This will

git pull on ia64 linux tree

2007-05-07 Thread Luck, Tony
[Repost ... this seems to have been eaten by the internet, it didn't show up on the mailing list either]. Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony Documentation/ia64/ali

git pull on ia64 linux tree

2007-04-10 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/msi_ia64.c |4 ++-- arch/ia64/kernel/setup.c |2 +- arch/ia64/sn/kernel/bte_error.c

git pull on ia64 linux tree

2007-03-29 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/msi_ia64.c |2 +- arch/ia64/kernel/smpboot.c | 17 - arch/ia64/mm/init.c |2 +

git pull on ia64 linux tree

2007-03-20 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/crash.c |2 +- arch/ia64/kernel/setup.c | 22 +++--- arch/ia64/mm/contig.c

git pull on ia64 linux tree

2007-03-09 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/configs/tiger_defconfig | 263 ++--- arch/ia64/configs/zx1_defconfig | 344

git pull on ia64 linux tree

2007-03-07 Thread Luck, Tony
Hi Linus, A few more ia64 fixes. please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/kernel/asm-offsets.c |1 arch/ia64/kernel/efi.c | 10 +-- arch/ia64/kernel/fsys.

RE: git pull on ia64 linux tree

2007-03-06 Thread Luck, Tony
include/asm-ia64/swiotlb.h |9 -- arch/ia64/ia32/sys_ia32.c| 10 +- arch/ia64/kernel/efi.c | 36 arch/ia64/kernel/perfmon.c | 11 +- arch/ia64/kernel/setup.c | 30 +++ arch/ia64/lib/Makefile |3 arch/ia64/mm/contig.c|5 - arch/ia64/

git pull on ia64 linux tree

2007-03-06 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. The big change to swiotlb.c is backing out a change from Jan to make his life easier with Xen, but is "more than ugly" according to Christoph (and

git pull on ia64 linux tree

2007-02-06 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. [include/asm-x86_64/swiotlb.h and arch/x86_64/kernel/pci-swiotlb.c were touched while cleaning up some ia64 stuff in the shared lib/swiotlb.c An

git pull on ia64 linux tree

2006-12-13 Thread Luck, Tony
Hi Linus, Quick fix for lots of warnings and build errors in infiniband. please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release or more likely to work ... git1.kernel.org seems to have given up tracking altogether, git2.kernel.org is running way behin

RE: git pull on ia64 linux tree

2006-12-13 Thread Luck, Tony
> Tony Luck: > [IA64] enable trap code on slot 1 Oops ... this patch really belongs to Bibo Mao. I must have goofed in git when I added the teeny comment to include/asm-ia64/break.h to note that __IA64_BREAK_KPROBE uses the whole range 0x81000-0x81fff of break numbers and forgot to use "--au

git pull on ia64 linux tree

2006-12-12 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/hp/sim/simserial.c |2 arch/ia64/kernel/Makefile |1 arch/ia64/kernel/crash.c | 22 --

RE: git pull on ia64 linux tree

2006-12-07 Thread Luck, Tony
> Biggest part of this is the kexec/kdump changes (which include a teeny generic > change to add an icache flush option to kernel/kexec.c). There are a few more patches in the queue that I'll be piling together for another pull ... but I wanted to get the kexec/kdump monster out of the way (it nee

git pull on ia64 linux tree

2006-12-07 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Biggest part of this is the kexec/kdump changes (which include a teeny generic change to add an icache flush option to kernel/kexec.c). Thanks!

git pull on ia64 linux tree

2006-12-06 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release Mirroring at kernel.org is slow today ... perhaps better to use: master.kernel.org:/home/ftp/pub/scm/linux/kernel/git/aegl/linux-2.6.git release Just one build breakage patch he

git pull on ia64 linux tree

2006-11-16 Thread Luck, Tony
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release [or master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git release as I hear that git.kernel.org is being cranky today] This will update the files shown below. Thanks! -

Re: Testing Keith's MCA/INIT patch (was RE: git pull on ia64 linux tree)

2005-08-31 Thread Russ Anderson
Tony Luck wrote: > > MCA testing is somewhat harder as it requires specialized h/w > and/or s/w to inject the error. But I know that some of you can > do this ... so I'd like to hear what happens. I've run the memory error injection code with Keith's patch without any noticeable regression. I v

Testing Keith's MCA/INIT patch (was RE: git pull on ia64 linux tree)

2005-08-31 Thread Luck, Tony
>What testing would you like to see? As much testing as possible :-) I think most platforms have some way to generate an INIT (either a front panel button like on Tiger, or by asking the maintenance processor to generate one). So it would be good to hear an Ack from as many different platforms a

Re: git pull on ia64 linux tree

2005-08-31 Thread Robin Holt
On Tue, Aug 30, 2005 at 08:56:25PM -0700, Tony Luck wrote: > On 8/30/05, Keith Owens <[EMAIL PROTECTED]> wrote: > > Tony, can you give some indication on your plans for my MCA/INIT > > rewrite? Will you send it to Linus in the next couple of weeks or will > > it have to wait for 2.6.15 to open? >

Re: git pull on ia64 linux tree

2005-08-30 Thread Tony Luck
On 8/30/05, Keith Owens <[EMAIL PROTECTED]> wrote: > Tony, can you give some indication on your plans for my MCA/INIT > rewrite? Will you send it to Linus in the next couple of weeks or will > it have to wait for 2.6.15 to open? Keith, It is a big enough piece that I don't expect to get to dig t

Re: git pull on ia64 linux tree

2005-08-30 Thread Keith Owens
On Tue, 30 Aug 2005 16:27:41 -0700, "Luck, Tony" <[EMAIL PROTECTED]> wrote: >Hi Linus, > >please pull from: > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git > release Tony, can you give some indication on your plans for my MCA/INIT rewrite? Will you send it to Linu

git pull on ia64 linux tree

2005-08-30 Thread Luck, Tony
Hi Linus, please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/Kconfig |6 arch/ia64/hp/sim/boot/fw-emu.c | 11 arch/ia64/ia32/ia32_

git pull on ia64 linux tree

2005-08-17 Thread Luck, Tony
Hi Linus, please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git release This will update the files shown below. Thanks! -Tony arch/ia64/Kconfig | 11 - arch/ia64/configs/sn2_defconfig | 262 +++---

git pull on ia64 linux tree

2005-07-07 Thread Luck, Tony
Hi Linus, please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git This will update the files shown below. Thanks! -Tony arch/ia64/sn/include/pci/pcibr_provider.h | 151 --- arch/ia64/sn/include/pci/pic.h| 261 arch/ia64/s

git pull on ia64 linux tree

2005-04-22 Thread tony . luck
Hi Linus, please pull from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git This will update the files shown below. Thanks! -Tony Notes ... this time I used Petr's "cogito" tools, instead of raw git commands. I'm hugely impressed that generating the diffstat and