linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.6.0-test1-ac1
@ 2003-07-14 20:16 Alan Cox
  2003-07-14 20:50 ` Tomas Szepe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alan Cox @ 2003-07-14 20:16 UTC (permalink / raw)
  To: linux-kernel

Since Linus is in hiding this is a collected set of diffs I'm using
right now. It has the worst of the current security stuff I know about 
fixed up but I've not looked into older stuff yet. Also a few things
I needed for my test hardware that went walkins like Zoom Video.

2.6.0-test1-ac1
	Merge Linus 2.6.0-test1
	Revert bogus changes to 3c574/3c589_cs
	Revert tcic removals (Linus comment is wrong - we know why and
	fixes are out 8))
	Revert Linus broken spelling change (it is separate)
	[Cite: Oxford English Dictionary]
	Revert btaudio change (my fault - btaudio
	memsets the struct)
o	sethostname and friends corrupted their data	(Stephan Maciej)
	on -EFAULT returns
o	Fix exec elf loader bugs/holes			(me)
o	Fix environ race crash				(me)
o	Fix various proc leaks of data			(Solar Designer)
o	Fix new style serial driver leaks of data	(me)
	| Found by Solar Designer, someone needs to fix other old style
	| drivers
o	Fix incorrect credits for ad1980 plugin		(me)
o	Fix license text for Kalhua driver		(me)
o	Fix make rpm					(Nathan Fredrickson)
o	Fix qla1280 corruption				(Arjan van de Ven)
o	Ad1889 clean up fix				(Fracois Romieu)
o	Remove ip2 dead wood				(Adrian Bunk)
o	Remove pcxx dead wood				(Adrian Bunk)
o	Fix watchdog warnings				(Jan Dittmer)
o	Device mapper updates				(Joe Thornber)
o	Update magic numbers table			(Fabian Frederick)
o	Fix logo bitdepth check				(Bob Tracy)
o	Fix sock done handling				(Jamie Lokier)
o	RLIMIT_NPROC fixes				(Neil Brown)
o	Fix xjack dependancies				(Adrian Bunk)
o	Remove dead serial stuff			(Adrian Bunk)
o	Add support for 82801EB/ER TCO timer		(Wim Van Sebroeck)
o	Backport ZoomVideo PCMCIA support		(me)
o	Backport fixes for yenta socket hang		(me)
o	Fix isapnp check_region abuse			(me)
o	Fix the sym53c8xx irq handler types		(me)
o	Fix aha1542 warnings				(me)
o	Remove escaped MOD_INC_USE_COUNT in cs5520	(me)
o	Fix pas16 and qlogicfas DMA warnings		(me)
o	Remove warnings in phonedev			(me)
	| Still need to make it lock the called module
o	Fix up ni65 driver				(me)

2.5.75-ac (never released) differences remaining unmerged
o	Possible sedlbauer fix				(me)
o	WM97xx touchscreen plugins			(Liam Girdwood)
o	CS4281 fixes for new audio (incomplete)		(me)
o	HAL2 OSS driver					(Ladislav Michl)
o	Harmony OSS driver	(Jean-Christoph Vaugeois, Matthieu Delahaye,
				 Helge Deller, Alex deVries)
o	Cyrix Kahlua audio driver			(me)

Stuff on the todo list
	Forward port aacraid fixes
	Forward port 82092 updates
	Check xjack is in sync
	Fix phonedev/xjack module handling
	Who broke NCR5380 again, more importantly how this time...
	Final sound polish and commit to mark OSS down as done for 2.6
	Look at the horribly out of date 2.5 DRM layer
	Investigate where some of the framebuffers from 2.4 vanished (eg
		stifb)
	Plip appears short 2.4 fixes
	hfsplus is still 2.4 only too

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

* Re: Linux 2.6.0-test1-ac1
  2003-07-14 20:16 Linux 2.6.0-test1-ac1 Alan Cox
@ 2003-07-14 20:50 ` Tomas Szepe
  2003-07-14 20:51 ` Joshua Kwan
  2003-07-15 21:16 ` 2.6.0-test1-ac1: cs4281m.c doesn't compile Adrian Bunk
  2 siblings, 0 replies; 5+ messages in thread
From: Tomas Szepe @ 2003-07-14 20:50 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

> [alan@redhat.com]
> 
> 2.6.0-test1-ac1

Alan, are you planning to merge in the mergeable bits of your
original 2.5-ac or is this to be a different-purpose-branch(tm)?

-- 
Tomas Szepe <szepe@pinerecords.com>

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

* Re: Linux 2.6.0-test1-ac1
  2003-07-14 20:16 Linux 2.6.0-test1-ac1 Alan Cox
  2003-07-14 20:50 ` Tomas Szepe
@ 2003-07-14 20:51 ` Joshua Kwan
  2003-07-15 21:16 ` 2.6.0-test1-ac1: cs4281m.c doesn't compile Adrian Bunk
  2 siblings, 0 replies; 5+ messages in thread
From: Joshua Kwan @ 2003-07-14 20:51 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel mailing list

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

On Mon, Jul 14, 2003 at 04:16:12PM -0400, Alan Cox wrote:
> Since Linus is in hiding this is a collected set of diffs I'm using
> right now. It has the worst of the current security stuff I know about 
> fixed up but I've not looked into older stuff yet. Also a few things
> I needed for my test hardware that went walkins like Zoom Video.

Hi Alan,

Note that the patch on kernel.org has some of your configuration junk in
it... notably asm-offsets.h and the autogenerated linux logo. Probably
patches fine on a clean tree, but I hadn't made clean in mine

-Josh

-- 
"Notice that, written there, rather legibly, in the Baroque style common 
to New York subway wall writers, was, uhm... was the old familiar 
suggestion. And rather beautifully illustrated, as well..."

       -- Art Garfunkel on the inspiration for "A Poem On The Underground Wall"

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* 2.6.0-test1-ac1: cs4281m.c doesn't compile
  2003-07-14 20:16 Linux 2.6.0-test1-ac1 Alan Cox
  2003-07-14 20:50 ` Tomas Szepe
  2003-07-14 20:51 ` Joshua Kwan
@ 2003-07-15 21:16 ` Adrian Bunk
  2003-07-15 23:53   ` Alan Cox
  2 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2003-07-15 21:16 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

On Mon, Jul 14, 2003 at 04:16:12PM -0400, Alan Cox wrote:
>...
> 2.5.75-ac (never released) differences remaining unmerged
>...
> o	CS4281 fixes for new audio (incomplete)		(me)
>...

FYI, it doesn't compile:

<--  snip  -->

...
  CC      sound/oss/cs4281/cs4281m.o
sound/oss/cs4281/cs4281m.c: In function `dealloc_dmabuf':
sound/oss/cs4281/cs4281m.c:1758: warning: implicit declaration of 
function `free_dmabuf'
sound/oss/cs4281/cs4281m.c:1767: warning: implicit declaration of 
function `free_dmabuf2'
sound/oss/cs4281/cs4281m.c: In function `cs4281_mmap':
sound/oss/cs4281/cs4281m.c:3224: warning: implicit declaration of 
function `vm_pgoff'
sound/oss/cs4281/cs4281m.c: In function `cs4281_probe':
sound/oss/cs4281/cs4281m.c:4500: warning: implicit declaration of 
function `cs_pm_register'
sound/oss/cs4281/cs4281m.c:4500: error: `PM_PCI_DEV' undeclared (first 
use in this function)
sound/oss/cs4281/cs4281m.c:4500: error: (Each undeclared identifier is 
reported only once
sound/oss/cs4281/cs4281m.c:4500: error: for each function it appears 
in.)
sound/oss/cs4281/cs4281m.c:4500: warning: implicit declaration of 
function `PM_PCI_ID'
sound/oss/cs4281/cs4281m.c:4500: error: `cs4281_pm_callback' undeclared 
(first use in this function)
sound/oss/cs4281/cs4281m.c:4500: warning: assignment makes pointer from 
integer without a cast
sound/oss/cs4281/cs4281m.c:4506: error: dereferencing pointer to 
incomplete type
sound/oss/cs4281/cs4281m.c: At top level:
sound/oss/cs4281/cs4281m.c:4601: error: `CS4281_SUSPEND_TBL' undeclared 
here (not in a function)
sound/oss/cs4281/cs4281m.c:4601: error: initializer element is not 
constant
sound/oss/cs4281/cs4281m.c:4601: error: (near initialization for 
`cs4281_pci_driver.suspend')
sound/oss/cs4281/cs4281m.c:4602: error: `CS4281_RESUME_TBL' undeclared 
here (not in a function)
sound/oss/cs4281/cs4281m.c:4602: error: initializer element is not 
constant
sound/oss/cs4281/cs4281m.c:4602: error: (near initialization for 
`cs4281_pci_driver.resume')
sound/oss/cs4281/cs4281m.c: In function `cs4281_cleanup_module':
sound/oss/cs4281/cs4281m.c:4624: warning: implicit declaration of 
function `cs_pm_unregister_all'
sound/oss/cs4281/cs4281m.c:4624: error: `cs4281_pm_callback' undeclared 
(first use in this function)
In file included from sound/oss/cs4281/cs4281pm-24.c:28,
                 from sound/oss/cs4281/cs4281m.c:4646:
include/linux/pm.h: At top level:
include/linux/pm.h:60: error: `PM_PCI_DEV' used prior to declaration
In file included from sound/oss/cs4281/cs4281m.c:4646:
sound/oss/cs4281/cs4281pm-24.c:45: error: `cs4281_pm_callback' used 
prior to declaration

<--  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] 5+ messages in thread

* Re: 2.6.0-test1-ac1: cs4281m.c doesn't compile
  2003-07-15 21:16 ` 2.6.0-test1-ac1: cs4281m.c doesn't compile Adrian Bunk
@ 2003-07-15 23:53   ` Alan Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2003-07-15 23:53 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Alan Cox, linux-kernel

> >...
> > o	CS4281 fixes for new audio (incomplete)		(me)
> >...
> 
> FYI, it doesn't compile:

Note the "incomplete" 8)

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

end of thread, other threads:[~2003-07-15 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 20:16 Linux 2.6.0-test1-ac1 Alan Cox
2003-07-14 20:50 ` Tomas Szepe
2003-07-14 20:51 ` Joshua Kwan
2003-07-15 21:16 ` 2.6.0-test1-ac1: cs4281m.c doesn't compile Adrian Bunk
2003-07-15 23:53   ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).