2001-10-16 10:43:05

by Eyal Lebedinsky

[permalink] [raw]
Subject: 2.4.13-pre3: problems and patches

--- linux/fs/udf/udfdecl.h.orig Tue Oct 16 20:24:01 2001
+++ linux/fs/udf/udfdecl.h Tue Oct 16 20:24:42 2001
@@ -150,7 +150,7 @@

/* lowlevel.c */
extern unsigned int udf_get_last_session(struct super_block *);
-extern unsigned int udf_get_last_block(struct super_block *);
+extern unsigned long udf_get_last_block(struct super_block *);

/* partition.c */
extern Uint32 udf_get_pblock(struct super_block *, Uint32, Uint16, Uint32);


Attachments:
2.4.13-pre3-i2o.patch (2.21 kB)
2.4.13-pre3-i2o_scsi.patch (637.00 B)
2.4.13-pre3-sonypi.patch (328.00 B)
2.4.13-pre3-cpqfc.patch (902.00 B)
2.4.13-pre3-udfdecl.patch (439.00 B)
Download all attachments

2001-10-16 12:01:30

by Stelian Pop

[permalink] [raw]
Subject: Re: 2.4.13-pre3: problems and patches

On Tue, Oct 16, 2001 at 08:29:18PM +1000, Eyal Lebedinsky wrote:

> To build a full pre3 one also needs other patches off the list
> sonypi
> cpqfcTSinit
> These may not be the "proper" patches but they do the job for now.
[...]
> --- linux/drivers/char/sonypi.c.orig Fri Oct 12 20:50:58 2001
> +++ linux/drivers/char/sonypi.c Fri Oct 12 20:51:18 2001
> @@ -43,6 +43,7 @@
>
> #include "sonypi.h"
> #include <linux/sonypi.h>
> +extern int is_sony_vaio_laptop; /* set in DMI table parse routines */
>
> static struct sonypi_device sonypi_device;
> static int minor = -1;


No, the proper patch for this particular problem is:

--- linux-2.4.13-pre3/include/asm-i386/system.h.orig Tue Oct 16 13:59:11 2001
+++ linux-2.4.13-pre3/include/asm-i386/system.h Tue Oct 16 13:59:37 2001
@@ -349,4 +349,6 @@
void disable_hlt(void);
void enable_hlt(void);

+extern int is_sony_vaio_laptop;
+
#endif

Linus, please apply.

Stelian.
--
Stelian Pop <[email protected]>
|---------------- Free Software Engineer -----------------|
| Alc?ve - http://www.alcove.com - Tel: +33 1 49 22 68 00 |
|------------- Alc?ve, liberating software ---------------|