2002-08-17 18:06:20

by Matt Domsch

[permalink] [raw]
Subject: [BK PATCH 2.5.x] move asm-ia64/efi.h to linux/efi.h

Linus, please apply
http://domsch.com/linux/patches/ia64/linux-2.5-efihmove.cset
a BK patch against Linus' current BK tree, which also applies cleanly
against the IA64 port 2.5.30 test patch posted last Monday. This moves all
instances of #include <asm{"",-ia64}/efi.h> to <linux/efi.h>.

[email protected], 2002-08-13 22:24:31-05:00, [email protected]
Move include/asm-ia64/efi.h to include/linux/efi.h
This is required now that non-ia64 architectures are using EFI code,
particularly the EFI GUID Partition Table (GPT) scheme for large disks.


b/arch/ia64/hp/common/sba_iommu.c | 2
b/arch/ia64/hp/zx1/hpzx1_misc.c | 2
b/arch/ia64/kernel/acpi.c | 2
b/arch/ia64/kernel/efi.c | 2
b/arch/ia64/kernel/efivars.c | 2
b/arch/ia64/kernel/fw-emu.c | 2
b/arch/ia64/kernel/palinfo.c | 2
b/arch/ia64/kernel/process.c | 2
b/arch/ia64/kernel/setup.c | 2
b/arch/ia64/kernel/smp.c | 2
b/arch/ia64/kernel/smpboot.c | 2
b/arch/ia64/kernel/time.c | 2
b/arch/ia64/mm/init.c | 2
b/arch/ia64/sn/fakeprom/fpmem.c | 2
b/arch/ia64/sn/fakeprom/fw-emu.c | 2
b/arch/ia64/sn/io/efi-rtc.c | 2
b/arch/ia64/sn/kernel/llsc4.c | 2
b/drivers/acpi/osl.c | 2
b/drivers/char/efirtc.c | 2
b/fs/partitions/efi.h | 6
b/include/asm-ia64/sal.h | 2
b/include/linux/efi.h | 284
++++++++++++++++++++++++++++++++++++++
include/asm-ia64/efi.h | 284
--------------------------------------
23 files changed, 305 insertions, 309 deletions


And please apply
http://domsch.com/linux/patches/ia64/linux-2.5-efihmove2.cset
which changes the #ifdef _ASM_IA64_EFI_H to _LINUX_EFI_H test.

efi.h | 6 +++---
1 files changed, 3 insertions, 3 deletions



Thanks,
Matt

--
Matt Domsch
Sr. Software Engineer, Lead Engineer, Architect
Dell Linux Solutions http://www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001 and Q1/2002! (IDC May 2002)


2002-08-17 18:25:57

by Linus Torvalds

[permalink] [raw]
Subject: Re: [BK PATCH 2.5.x] move asm-ia64/efi.h to linux/efi.h


On Sat, 17 Aug 2002 [email protected] wrote:
>
> Linus, please apply
> http://domsch.com/linux/patches/ia64/linux-2.5-efihmove.cset

Oh, wow. I thought csets in the email were inconvenient, but cset's on
web-sites take the price.

Please make it a full BK tree to pull from instead, or just include them
in the email.

Linus

2002-08-17 18:40:54

by Larry McVoy

[permalink] [raw]
Subject: Re: [BK PATCH 2.5.x] move asm-ia64/efi.h to linux/efi.h

> > Linus, please apply
> > http://domsch.com/linux/patches/ia64/linux-2.5-efihmove.cset
>
> Oh, wow. I thought csets in the email were inconvenient, but cset's on
> web-sites take the price.
>
> Please make it a full BK tree to pull from instead, or just include them
> in the email.

This is starting to be a FAQ so...

The way Linus wants to work with BK is to have a BK tree from which he
can pull when he is ready to accept those changes. You can set up a
tree at your site if they haven't firewalled everything or you can set
one up on bkbits.net.

The main reason bkbits.net exists is because lots of commercial companies
don't want to have any open ports so there isn't an easy way to make
your tree available. Since BK works over http there is an easy way for
you to get in/out from the inside but outsiders are stuck.

Go http://www.bitkeeper.com and click on Hosted Projects, it will tell you how
to set one up. Let me know if you have problems/questions.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm

2002-08-17 22:09:59

by Matt Domsch

[permalink] [raw]
Subject: RE: [BK PATCH 2.5.x] move asm-ia64/efi.h to linux/efi.h

> This is starting to be a FAQ so...
>
> The way Linus wants to work with BK is to have a BK tree from which he
> can pull when he is ready to accept those changes. You can set up a
> tree at your site if they haven't firewalled everything or you can set
> one up on bkbits.net.

I'd like to thank Larry for his assistance today. Being behind a company
firewall with no outbound ssh port access, pushing stuff to bkbits.net
wasn't working. He opened up a second ssh port (2222) on bkbits.net that
isn't generally blocked, and now I can push there.

BK_RSH="ssh -p 2222" bk push bk://project.bkbits.net/repository

Thanks!
Matt

--
Matt Domsch
Sr. Software Engineer, Lead Engineer, Architect
Dell Linux Solutions http://www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
#1 US Linux Server provider for 2001 and Q1/2002! (IDC May 2002)