2002-04-25 13:52:05

by Keith Owens

[permalink] [raw]
Subject: [patch] 2.5.10 trivial fixes

Cannot tell if any of these have been done in bk. I don't use bk and
http://linux.bkbits.net:8080/linux-2.5/ChangeSet@-3d?nav=index.html
shows no activity in the last 65 hours, it does not even show 2.5.10.

diff -ur 2.5.10-pristine/drivers/isdn/hardware/avm/Config.in 2.5.10-trivial/drivers/isdn/hardware/avm/Config.in
--- 2.5.10-pristine/drivers/isdn/hardware/avm/Config.in Thu Apr 25 00:28:51 2002
+++ 2.5.10-trivial/drivers/isdn/hardware/avm/Config.in Thu Apr 25 23:15:10 2002
@@ -14,7 +14,7 @@
dep_mbool ' AVM B1 PCI V4 support' CONFIG_ISDN_DRV_AVMB1_B1PCIV4 $CONFIG_ISDN_DRV_AVMB1_B1PCI

dep_tristate ' AVM T1/T1-B ISA support' CONFIG_ISDN_DRV_AVMB1_T1ISA $CONFIG_ISDN_CAPI
-q
+
dep_tristate ' AVM B1/M1/M2 PCMCIA support' CONFIG_ISDN_DRV_AVMB1_B1PCMCIA $CONFIG_ISDN_CAPI

dep_tristate ' AVM B1/M1/M2 PCMCIA cs module' CONFIG_ISDN_DRV_AVMB1_AVM_CS $CONFIG_ISDN_DRV_AVMB1_B1PCMCIA $CONFIG_PCMCIA
diff -ur 2.5.10-pristine/drivers/isdn/i4l/Makefile 2.5.10-trivial/drivers/isdn/i4l/Makefile
--- 2.5.10-pristine/drivers/isdn/i4l/Makefile Tue Apr 23 11:00:24 2002
+++ 2.5.10-trivial/drivers/isdn/i4l/Makefile Thu Apr 25 23:15:48 2002
@@ -18,7 +18,7 @@
isdn-objs-$(CONFIG_ISDN_X25) += isdn_concap.o isdn_x25iface.o
isdn-objs-$(CONFIG_ISDN_AUDIO) += isdn_audio.o
isdn-objs-$(CONFIG_ISDN_TTY_FAX) += isdn_ttyfax.o
-isdn-objs-$(CONFIG_ISDN_WITH_ABC) += isdn_dwabc.o
+# isdn-objs-$(CONFIG_ISDN_WITH_ABC) += isdn_dwabc.o no source for isdn_dwabc

isdn-objs += $(isdn-objs-y)

diff -ur 2.5.10-pristine/drivers/net/wan/dscc4.c 2.5.10-trivial/drivers/net/wan/dscc4.c
--- 2.5.10-pristine/drivers/net/wan/dscc4.c Tue Apr 23 11:00:28 2002
+++ 2.5.10-trivial/drivers/net/wan/dscc4.c Thu Apr 25 23:42:51 2002
@@ -1552,7 +1552,7 @@
rx_fd->state1 &= ~Hold;
rx_fd->state2 = 0x00000000;
rx_fd->end = 0xbabeface;
- }
+ //}
goto try;
}
if (state & Fi) {
diff -ur 2.5.10-pristine/fs/exportfs/expfs.c 2.5.10-trivial/fs/exportfs/expfs.c
--- 2.5.10-pristine/fs/exportfs/expfs.c Tue Apr 23 11:00:34 2002
+++ 2.5.10-trivial/fs/exportfs/expfs.c Thu Apr 25 23:16:08 2002
@@ -34,7 +34,7 @@

#define CALL(ops,fun) ((ops->fun)?(ops->fun):export_op_default.fun)

-#define dprintk(x, ...) do{}while(0)
+#define dprintk(x...) do{}while(0)

struct dentry *
find_exported_dentry(struct super_block *sb, void *obj, void *parent,


2002-04-25 14:09:29

by David Woodhouse

[permalink] [raw]
Subject: Re: [patch] 2.5.10 trivial fixes


[email protected] said:
> Cannot tell if any of these have been done in bk. I don't use bk and
> http://linux.bkbits.net:8080/linux-2.5/ChangeSet@-3d?nav=index.html
> shows no activity in the last 65 hours, it does not even show 2.5.10.

http://ftp.??.kernel.org/pub/linux/kernel/people/dwmw2/bk-2.5/

--
dwmw2