linux-2.6.0-test2 released....

sheep의 이미지

리누스는 일요일날 쉬지도 않나?......

-----------------------------------

Lots of small updates and fixes all over the map (diffstat shows a flat profile, except for the DVB merge, the new wl3501 driver, and the new sound drivers from Alan).

An example: Alexander Atanasov fixed an UP APIC handling bug, which in turn explained the IDE problems with irq disabling, and allowed IDE to be fixed up. Yah!

Alan started doing forward-porting of 2.4.x driver updates, and Andrew is merging the fixes from his tree. And janitorial cleanups.

Various architectures are congealing: sparc64, ia64, alpha, m68k, ppc32, v850 and s390 all had updates.

Network (and network driver) fixes, ISDN slowly getting there, ACPI, DVB and USB updates.

And a number of people worked on (and fixed) SCSI queue handling issues with the anticipatory scheduler.

Linus

full version: http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.0-test2.tar.bz2

patch:
http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.0-test2.bz2

sheep의 이미지

--- include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-27 21:38:40.805982872 +0200
+++ /usr/src/linux-2.6.0-test2-O10/include/linux/netfilter_ipv4/ip_conntrack_core.h 2003-07-27 21:36:26.799354976 +0200
@@ -1,5 +1,6 @@
#ifndef _IP_CONNTRACK_CORE_H
#define _IP_CONNTRACK_CORE_H
+#include <linux/netfilter.h>
#include <linux/netfilter_ipv4/lockhelp.h>

/* This header is used to share core functionality between the

--------
From Buenos Aires, Argentina
No sere feliz pero tengo computadora.... jaja
닥치고 Ubuntu!!!!!
To Serve My Lord Jesus
blog: http://sehoonpark.com.ar
http://me2day.net/sheep

eungkyu의 이미지

sidewinder 쓰시는 분을 위해서 :)

--- sidewinder.c.orig   2003-07-29 01:18:46.000000000 +0900
+++ sidewinder.c        2003-07-28 13:04:32.000000000 +0900
@@ -45,7 +45,7 @@
  * as well as break everything.
  */
  
-#define SW_DEBUG
+#undef SW_DEBUG
  
 #define SW_START       400     /* The time we wait for the first bit [400 us] */
 #define SW_STROBE      45      /* Max time per bit [45 us] */

이걸 안하시면 커널 로그가 sidewinder 로그로 가득차버리는 것을 확인할 수 있습니다 :shock: