linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Jochen Friedrich <jochen@scram.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.3.39 compile errors on Alpha
Date: Mon, 30 Sep 2002 13:08:32 +0200 (CEST)	[thread overview]
Message-ID: <Pine.NEB.4.44.0209301257210.12605-100000@mimas.fachschaften.tu-muenchen.de> (raw)
In-Reply-To: <Pine.NEB.4.44.0209300934330.7633-100000@www2.scram.de>

On Mon, 30 Sep 2002, Jochen Friedrich wrote:

> Hi,

Hi Jochen,

> these are the errors i found in my log from a "make -k modules" on Alpha:
>
> drivers/atm/atmtcp.c:
>
> atmtcp.c:278: incompatible types in assignment

this is a known issue, the following patch (already in Linus' BK tree)
fixes it:

--- linux-2.5.35-VIRGIN/drivers/atm/atmtcp.c	2002-08-24 00:08:21.000000000 -0700
+++ linux-2.5.35/drivers/atm/atmtcp.c	2002-09-16 21:04:30.000000000 -0700
@@ -275,7 +275,7 @@
 		result = -ENOBUFS;
 		goto done;
 	}
-	new_skb->stamp = xtime;
+	do_gettimeofday(&new_skb->stamp);
 	memcpy(skb_put(new_skb,skb->len),skb->data,skb->len);
 	out_vcc->push(out_vcc,new_skb);
 	atomic_inc(&vcc->stats->tx);

>...
> drivers/md/lvm.c:
>
> lvm.c:1: #error Broken until maintainers will sanitize kdev_t handling
>
> drivers/md/lvm-snap.c:
>
> lvm-snap.c:248: incompatible type for argument 1 of `block_size'
>...

LVM is currently completely broken, see the current discussions about how
to get LVM2 into 2.5 before Halloween.

> Cheers,
> --jochen
>...

cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox


  parent reply	other threads:[~2002-09-30 11:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-30  7:46 2.3.39 compile errors on Alpha Jochen Friedrich
2002-09-30  7:59 ` Jochen Friedrich
2002-09-30 11:08 ` Adrian Bunk [this message]
2002-09-30 12:35   ` Alan Cox
2002-09-30 12:25     ` David S. Miller
2002-09-30 13:15       ` Alan Cox
2002-09-30 13:20         ` 2.5.39 XConfig Processor Detection Adam Voigt
2002-09-30 13:30           ` Dave Jones
2002-09-30 13:48             ` Adam Voigt
2002-09-30 20:39         ` 2.3.39 compile errors on Alpha David S. Miller
2002-09-30 17:58 ` 2.3.39 LLC on Alpha broken? Jochen Friedrich
2002-09-30 18:07   ` Arnaldo Carvalho de Melo
2002-09-30  8:04     ` Jochen Friedrich
2002-09-30 21:04       ` Jochen Friedrich
2002-10-01 14:46         ` Ivan Kokshaysky
2002-10-01 16:05           ` Falk Hueffner
2002-09-30 20:59   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.NEB.4.44.0209301257210.12605-100000@mimas.fachschaften.tu-muenchen.de \
    --to=bunk@fs.tum.de \
    --cc=jochen@scram.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).