[parisc-linux] 2.4.0 merge mangle our tree?

Grant Grundler grundler@cup.hp.com
Wed, 24 Jan 2001 19:46:40 -0800 (PST)


Hi Matthew,

I did 'cvs co -D "1/24/2001 09:00 MST" linux' in order to pick
up the bits before the 2.4.0 "First take" commit.

	make distclean
	make oldconfig
	edit .config to set CONFIG_SMP=y
	make oldconfig
	make -j4 dep
	make -j4 palo  (dies with error)

"make palo" dies with:

hppa-linux-gcc -D__KERNEL__ -I/linux/smp64/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -mschedule=7200 -mdisable-fpregs -fno-strict-aliasing -ffunction-sections    -c -o tcp_minisocks.o tcp_minisocks.c
tcp_minisocks.c: In function `tcp_timewait_state_process':
tcp_minisocks.c:137: too many arguments to function `tcp_parse_options'
tcp_minisocks.c: In function `tcp_check_req':
tcp_minisocks.c:812: too many arguments to function `tcp_parse_options'
make[3]: *** [tcp_minisocks.o] Error 1
make[3]: Leaving directory `/linux/smp64/linux/net/ipv4'
...


grundler <725>fgrep tcp_minisocks net/ipv4/CVS/Entries 
/tcp_minisocks.c/1.1.1.2/Tue Jan  9 16:56:41 2001/-ko/D2001.01.24.07.00.00

And from the cvs log output:
head: 1.2
...
symbolic names:
	LINUS_240_FIXUP: 1.1.0.2
	LINUS_240_PREMERGE: 1.1
	LINUS_240: 1.1.1.2
	LINUX_240_PREIMPORT: 1.1
...
----------------------------
revision 1.2
date: 2001/01/25 00:03:54;  author: willy;  state: Exp;  lines: +3 -3

Linus 2.4.0 merge (take one)
----------------------------
...


Why am I picking up the LINUS_240 version of this file?
Is "-D" the wrong method to use?

Tried "cvs update -rLINUS_240_PREMERGE" and that seemed to do what
I think I wanted. But backs out a few recent changes. *sigh*.

thanks,
grant