public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* commit a352def21a642 breaks UML
@ 2008-07-25  9:12 Toralf Förster
  2008-07-25  9:21 ` WANG Cong
  2008-07-25 10:11 ` Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Toralf Förster @ 2008-07-25  9:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan, Jeff Dike

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

Hello,

that commit produces a make error at my system:

...
  CC      arch/um/drivers/line.o
arch/um/drivers/line.c: In function 'line_write_interrupt':
arch/um/drivers/line.c:366: error: 'struct tty_ldisc' has no member named 'write_wakeup'
arch/um/drivers/line.c:367: error: 'struct tty_ldisc' has no member named 'write_wakeup'
make[1]: *** [arch/um/drivers/line.o] Error 1
make: *** [arch/um/drivers] Error 2

-- 
MfG/Sincerely

Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: commit a352def21a642 breaks UML
  2008-07-25  9:12 commit a352def21a642 breaks UML Toralf Förster
@ 2008-07-25  9:21 ` WANG Cong
  2008-07-25 10:11 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: WANG Cong @ 2008-07-25  9:21 UTC (permalink / raw)
  To: toralf.foerster; +Cc: linux-kernel, alan, Jeff Dike


>Hello,
>
>that commit produces a make error at my system:
>
>...
>  CC      arch/um/drivers/line.o
>arch/um/drivers/line.c: In function 'line_write_interrupt':
>arch/um/drivers/line.c:366: error: 'struct tty_ldisc' has no member named 'write_wakeup'
>arch/um/drivers/line.c:367: error: 'struct tty_ldisc' has no member named 'write_wakeup'
>make[1]: *** [arch/um/drivers/line.o] Error 1
>make: *** [arch/um/drivers] Error 2

Fixed by: http://lkml.org/lkml/2008/7/24/279

Thanks.

-- 
The opposite of love is not hate, but indifference.
	--Elie Wiesel

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

* Re: commit a352def21a642 breaks UML
  2008-07-25  9:12 commit a352def21a642 breaks UML Toralf Förster
  2008-07-25  9:21 ` WANG Cong
@ 2008-07-25 10:11 ` Alan Cox
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2008-07-25 10:11 UTC (permalink / raw)
  To: Toralf Förster; +Cc: linux-kernel, alan, Jeff Dike

On Fri, Jul 25, 2008 at 11:12:08AM +0200, Toralf Förster wrote:
> Hello,
> 
> that commit produces a make error at my system:

Patches have been posted. um was poking around in the innards of the tty
layer in a file hidden in an arch subdirectory so it got missed. Swap that
problem chunk for

		tty_wakeup(tty)


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

end of thread, other threads:[~2008-07-25 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25  9:12 commit a352def21a642 breaks UML Toralf Förster
2008-07-25  9:21 ` WANG Cong
2008-07-25 10:11 ` Alan Cox

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