mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Linux 2.5.61-ac1
@ 2003-02-17 15:56 Alan Cox
  2003-02-17 17:22 ` 2.5.61-ac1: Kernel .config support is incomplete Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2003-02-17 15:56 UTC (permalink / raw)
  To: linux-kernel

*
*	Now 2.5.x finally seems to want to play for the most part
*	I've been clearing down the queue and fixing the stuff I
*	hit trying to build things. There isn't any IDE stuff merged
*	yet, this is very much clearing the decks beforehand.
*

Linux 2.5.61-ac1
	Merge Linus 2.5.61
o	Fix aic7xxx makefile				(Sam Ravnborg)
o	Fix ieee1394 build on Alpha			(Ben Collins)
o	Fix isdn_net build with X.25			(Adriank Bunk)
o	Typo fix					(Steven Bosscher)
o	A pile of other typo fixes			(Steven Cole)
o	C99 initializers				(Art Haas)
o	dasd typo fix					(Maciej Soltysiak)
o	Remove an unused variable in sunrpc		(Robert Love)
o	Remove duplicate different BSD partition names	(Andries Brouwer)
o	PPC plural fix					(Steven Cole)
o	EISA driver class patches			(Marc Zyngier)
o	VIA Rhine updates				(Roger Luethi)
o	Further ppa scsi fix				(John Kim)
o	Kill unused __beep				(Hugh Dickins)
o	Merge visws support 				(Andrey Panin)
	| Some collisions with pc9800 but should be ok
o	Limits for upward growing stacks		(Matthew Wilcox)
o	ucLinux updates					(Greg Ungerer)
o	68328 frame buffer updates			(Greg Ungerer)
o	Merge ucLinux H8300 support			(Yoshinori Sato)
o	Fix aironet compile				(Ookhoi)
o	Fix DMA mask on OSS trident driver		(Ivan Kokshaysky)
o	Kill some old 2.4 glue code in DRM		(John Kim)
o	Fix compile of old "hd.c" driver		(Paul Gortmaker)
o	Add experimental BOCHS virtualisation		(Kevin Lawton)
o	Clean up intermezzo driver			(Adrian Bunk)
o	Clean up rio use of compatmac			(Adrian Bunk)
o	Remove 2.0 ifdefs from ipchains code		(Adrian Bunk)
o	Remove old junk from efs 			(Adrian Bunk)
o	Remove old 2.0/2.2 junk from media/video	(Adrian Bunk)
o	Remove unused variable in ali-ircc		(Adrian Bunk)
o	Remove 2.0 ifdefs from network drivers		(Adrian Bunk)
o	Clean up uglies in inia100			(Adrian Bunk)
o	Clean up uglies in i91u scsi 			(Adrian Bunk)
o	Clean up wan drivers 2.0/2.2 code		(Adrian Bunk)
o	Restore ontrack remap support			(Jim Houston)
	| I'd really like to see this get turned into device mapper..
o	Forward port emu10k1 driver to 2.5		(Rui Souza)
o	Fix boot on EPOX 4BEA-R and friends		(Alexandar Achenbach)
o	Switch alpha cia code to static inline		(Matt Reppert)
o	Fix pcmcia scsi compile breakages		(Mike Anderson)
o	EHCI workarounds				(David Brownell)

Linux 2.5.60-ac1 (not published)
	Includes Linus BK snapshot
	Merge relevant pieces from old -ac		(me)
	| Dropped visws and stuff thats been redone
	| also dropped out IRQ stacks (port is tricky!)
o	Fix build of cciss driver			(me)
o	Fix build of 3036 tv tuner			(me)
o	Remove i2o_lan					(me)
o	Fix i2o_scsi					(Randy Dunlap)
o	Fix iph5526 scsi changes (not fixed DMA)	(me)
o	Make starfire compile				(me)
o	Make mca-legacy warn if used			(me)
o	Make sim710 build with EISA			(me)
o	Make ultrastor compile				(me)
o	Make aha152x/aha154x build			(Randy Dunlap)
o	Fix aha154x/mca bits				(me)
o	Fix fd_mcs build				(me)
o	Fix NCR53c406a.c				(me)
o	Fix sym53c416.c					(me)
o	Fix ibmmca compile				(me)
o	Fix ppa compile					(me)
o	Fix NCR539x compile				(John Kim)
o	Fix mca_53c9x compile				(me)

--
		Dim rhyfel mewn ein enw ni

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

* 2.5.61-ac1: Kernel .config support is incomplete
  2003-02-17 15:56 Linux 2.5.61-ac1 Alan Cox
@ 2003-02-17 17:22 ` Adrian Bunk
  2003-02-17 19:38   ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2003-02-17 17:22 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Hi Alan,

it seems at least one file needed for Kernel .config support got lost:

<--  snip  -->

...
make[1]: *** No rule to make target `kernel/configs.c', needed by `kernel/configs.o'.  Stop.
make: *** [kernel] Error 2

<--  snip  -->

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: 2.5.61-ac1: Kernel .config support is incomplete
  2003-02-17 17:22 ` 2.5.61-ac1: Kernel .config support is incomplete Adrian Bunk
@ 2003-02-17 19:38   ` Alan Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Cox @ 2003-02-17 19:38 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Alan Cox, Linux Kernel Mailing List

On Mon, 2003-02-17 at 17:22, Adrian Bunk wrote:
> Hi Alan,
> 
> it seems at least one file needed for Kernel .config support got lost:

Overzealous patch exclude file - fixed


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

end of thread, other threads:[~2003-02-17 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-17 15:56 Linux 2.5.61-ac1 Alan Cox
2003-02-17 17:22 ` 2.5.61-ac1: Kernel .config support is incomplete Adrian Bunk
2003-02-17 19:38   ` Alan Cox

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

all inboxes | Powered by JetHome®