* [ANNOUNCE] Kernel 2.4.18-WOLK3.2
@ 2002-04-04 7:28 Marc-Christian Petersen
2002-04-16 21:49 ` [ANNOUNCE] Kernel 2.4.18-WOLK3.3 Tommy Faasen
2002-05-09 16:47 ` Strange problem with param.h/time.h/timex.h Adrian Bunk
0 siblings, 2 replies; 4+ messages in thread
From: Marc-Christian Petersen @ 2002-04-04 7:28 UTC (permalink / raw)
To: linux-kernel
Kernel - patched - WOLK3.2 - Base: Linux kernel 2.4.18
by Marc-Christian Petersen <mcp@linux-systeme.de>
WOLK 3.2 contains several bugfixes found in WOLK 3.1 reported by
users of wolk and found by myself and some new adds/updates which
can be found in the changelog.
Thanks to darix <darix@irssi.de> for the project name WOLK :-)
What is this? Why another patchset/patched kernel?
Using Linux since years, very tired of there are not really good
patchsets available. Saw FOLK Patch/Kernel which is still very very buggy.
Inspired by the jp-Patchsets from Joerg Prante <joerg@infolinux.de>.
The WOLK's are development kernels/patchsets for testing purpose only.
!! If you want to use it in production, use it at your own risk !!
Their purpose is to provide a service for developers and end-users who
can't be up to date with the latest official stable kernels/patches but
want to test many features out there linux can use. Maybe, (hopefully)
some of them will be included into the mainstream kernel 2.4 soon.
There will always be a new WOLK major release if there is a new final
kernel released. Minor releases only if someone/me found critical bugs,
or in case of some adds.
You are missing a patch? Patches will be added by request.
You think one or more of the patches are fully useless? Tell me why.
You have minor, major or heavy mega problems, let me know. I will try to fix.
You think this is great? Let me know too :-)
You've found a bug? Report it!!
You want YOUR patch to be included in WOLK? Let me know :)
Please send your merge against this release to me in that case.
You want to join this project as a developer? Let me know too!
I need help in successfully applying rmap and O(1) scheduler with all
the other patches in this set !
There is also a mailinglist available you can join at:
https://sourceforge.net/mail/?group_id=49048
Some of the features:
---------------------
grsecurity, crypto, win4lin, xfs, kdb, jfs, kdb, preempt, freeswan(ipsec),
IPVS, i2c/lmsensors, tux, uml, ltt, compressed cache, evms, badmem, ABI,
software suspend, supermount ... and many more.
Overview:
---------
For a complete overview go to http://sf.net/projects/wolk
The full list of patches is http://prdownloads.sf.net/wolk/WOLK-OVERVIEW
The WOLK 3.2 kernel/patchset contains now over 100 Patches.
Credits go to all the people who created the patches, working hard on
improving the quality.
Changes in WOLK 3.2
-------------------
o add: ppSCSI Driver (ParallelPort SCSI) + ParPort Fixes
(request by Eduard Bloch <blade@debian.org>)
o add: Software Suspend + ACPI Fixes
(request by Pavel Machek <pavel@ucw.cz>)
o add: MPPE
(request by Moritz Muehlenhoff< jmm@Informatik.Uni-Bremen.DE>)
o add: printk messages suppress
(request by Waldemar Brotkorb <waldemar@thinknow.de>)
o add: 64bit jiffies (Displaying uptime > 497 days)
o add: dpath() patch
o add: SuperMount
o add: CDfs v0.5b
o add: Linux-ABI
o add: Enterprise Volume Management System (EVMS) v1.0
o add: BeFS Filesystem Driver (BeOS FS) v0.92
o add: Preempt Stats
o update: IPVS v1.02
o update: JFS v1.0.17
o update: Preempt Kernel (2.4.18-4)
o update: ACPI (March 29th, 2002)
o update: real zlib patch
o update: UML (UserModeLinux -13)
o change: There was a compile error with KDB on. Fixed!
o change: version-prefix is now lowercased cause it
breaks debian's make-kpkg (their policy)
o change: Configure.help Updates about feature HTB and Win4Lin
o change: LTT (Trace Toolkit) now only shows up
if SMP is disabled, cause its not SMP capable.
Also there were compile errors if SMP and LTT was on.
o change: Compressed Cache now only shows up
if SMP is disabled, cause it has no SMP support.
o change: Win4Lin now only shows up if Module support
is enabled, cause it only compiles as a module
o change: renumbered the Patches, cause i ran into troubles
as i've breaked the 99th patch :)
o Very minor fixes found in WOLK 3.1
--------------------------------------------------------------------------
Feel free to send me feedback. Please CC, I am not subscribed to the lkml.
--------------------------------------------------------------------------
The next major WOLK (WOLK 4) will be available some days after the 2.4.19
final kernel release.
Enjoy!
Marc-Christian Petersen <mcp@linux-systeme.de>
Unix/Linux Administrator
Essen, Germany
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] Kernel 2.4.18-WOLK3.3
2002-04-04 7:28 [ANNOUNCE] Kernel 2.4.18-WOLK3.2 Marc-Christian Petersen
@ 2002-04-16 21:49 ` Tommy Faasen
2002-05-09 16:47 ` Strange problem with param.h/time.h/timex.h Adrian Bunk
1 sibling, 0 replies; 4+ messages in thread
From: Tommy Faasen @ 2002-04-16 21:49 UTC (permalink / raw)
To: mcp; +Cc: linux-kernel
On Mon, 2002-04-08 at 09:33, Marc-Christian Petersen wrote:
I got the following error
ch.c:92: unknown field `major' specified in initializer
ch.c:92: warning: initialization makes pointer from integer without a
cast
ch.c: In function `init_ch_module':
ch.c:868: parse error before `UTS_RELEASE'
make[3]: *** [ch.o] Error 1
make[3]: Leaving directory `/mnt/temp/linux/drivers/scsi'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/mnt/temp/linux/drivers/scsi'
make[1]: *** [_subdir_scsi] Error 2
make[1]: Leaving directory `/mnt/temp/linux/drivers'
make: *** [_dir_drivers] Error 2
What should I do?
> Kernel - patched - WOLK3.3 - Base: Linux kernel 2.4.18
>
> by Marc-Christian Petersen <mcp@linux-systeme.de>
>
>
> WOLK 3.3 contains minimal bugfixes found in WOLK 3.2 reported by
> users of wolk and found by myself and some new adds/updates which
> can be found in the changelog.
>
> Thanks to darix <darix@irssi.de> for the project name WOLK :-)
>
>
> What is this? Why another patchset/patched kernel?
>
> Using Linux since years, very tired of there are not really good
> patchsets available. Saw FOLK Patch/Kernel which is still very very buggy.
>
> Inspired by the jp-Patchsets from Joerg Prante <joerg@infolinux.de>.
>
>
> The WOLK's are development kernels/patchsets for testing purpose only.
> !! If you want to use it in production, use it at your own risk !!
> Their purpose is to provide a service for developers and end-users who
> can't be up to date with the latest official stable kernels/patches but
> want to test many features out there linux can use. Maybe, (hopefully)
> some of them will be included into the mainstream kernel 2.4 soon.
>
> There will always be a new WOLK major release if there is a new final
> kernel released. Minor releases only if someone/me found critical bugs,
> or in case of some adds.
>
> You are missing a patch? Patches will be added by request.
> You think one or more of the patches are fully useless? Tell me why.
> You have minor, major or heavy mega problems, let me know. I will try to fix.
> You think this is great? Let me know too :-)
> You've found a bug? Report it!!
>
> You want YOUR patch to be included in WOLK? Let me know :)
> Please send your merge against this release to me in that case.
>
> You want to join this project as a developer? Let me know too!
> I need help in successfully applying rmap and O(1) scheduler with all
> the other patches in this set !
>
> There is also a mailinglist available you can join at:
> https://sourceforge.net/mail/?group_id=49048
>
>
> Some of the features:
> ---------------------
> grsecurity, crypto, win4lin, xfs, kdb, jfs, kdb, preempt, freeswan(ipsec),
> IPVS, i2c/lmsensors, tux, uml, ltt, compressed cache, evms, badmem, ABI,
> software suspend, supermount, ACPI, ALSA ... and many more.
>
>
> Overview:
> ---------
> For a complete overview go to http://sf.net/projects/wolk
> The full list of patches is http://prdownloads.sf.net/wolk/WOLK-OVERVIEW
> The WOLK 3.3 kernel/patchset contains over 100 Patches.
>
> Credits go to all the people who created the patches, working hard on
> improving the quality.
>
>
> Changes in WOLK 3.3
> -------------------
>
> o add: SBcard no-hlt
>
> o add: Page Coloring
>
> o add: ALSA v0.9.0beta12 with NO Kernel-Sound-Drivers-remove, so you
> can choose between ALSA and Standard Kernel Sound Drivers.
> (request by Kathrin Gutenberg <K.Gutenberg@noreply.org>)
>
> o add: arch/i386/mm/init.c cleanup Patch, so its human readable and
> working, if config is minimal.
> (Reported/fixed by Waldemar Brotkorb <waldemar@thinknow.de>)
>
> o add: Patch for ACPI (April 4th, 2002), cause if ACPI was not
> defined kernel does not compile. Simple ifdefs does the job :)
> In other words: we don't want to force the user to use ACPI :)
> (Reported/fixed by Waldemar Brotkorb <waldemar@thinknow.de>)
>
> o add: USBDNET (Ethernet over USB)
> (request by Peter Andres <PAndres@t-online.de>)
>
> o add: Stream Control Transmission Protocol (SCTP)
>
> o update: CDfs v0.5c
>
> o update: real BUG ON Patch (missed the 2nd Part in WOLK3.2)
>
> o update: UML (UserModeLinux -14)
>
> o update: ACPI (April 4th, 2002)
>
>
> --------------------------------------------------------------------------
> Feel free to send me feedback. Please CC, I am not subscribed to the lkml.
> --------------------------------------------------------------------------
>
>
> The next major WOLK (WOLK 4) will be available some days after the 2.4.19
> final kernel release.
>
>
> Enjoy!
>
> Marc-Christian Petersen <mcp@linux-systeme.de>
> Unix/Linux Administrator
> Essen, Germany
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange problem with param.h/time.h/timex.h
2002-04-04 7:28 [ANNOUNCE] Kernel 2.4.18-WOLK3.2 Marc-Christian Petersen
2002-04-16 21:49 ` [ANNOUNCE] Kernel 2.4.18-WOLK3.3 Tommy Faasen
@ 2002-05-09 16:47 ` Adrian Bunk
2002-05-09 17:02 ` mcp
1 sibling, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2002-05-09 16:47 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linux-kernel
On Thu, 9 May 2002, Marc-Christian Petersen wrote:
> Hi there,
>
> i have a strange problem, i don't understand!
>
> In include/asm-i386/param.h i have the following:
>
> #ifndef HZ
> #ifdef CONFIG_100HZ
> #define HZ 100
> #warning Just an info: 100HZ
>...
> #endif
> #endif
>
> If i do make bzImage i get the following error:
>
> /usr/src/linux-2.4.18/include/asm/param.h:7: warning: #warning Just an info:
> 100HZ
> cc -D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno
> -common -pipe -mpreferred-stack-boundary=2 -march=i686
> -DKBUILD_BASENAME=panic -DEXPORT_SYMTAB -c panic.c
> In file included from /usr/src/linux-2.4.18/include/linux/sched.h:14,
> from panic.c:11:
>
> /usr/src/linux-2.4.18/include/linux/timex.h:78: #error You lose.
>...
> So, all the files have an include to asm/param.h, where HZ is defined. The
> warning defined in param.h is also printed out, but why i got those
> errors?!?! Maybe any have a clue :)
The compilation output already shows that HZ wasn't set while compiling
panic.c (there's none of your "Just an info" messages).
Most likely you've forgotten to add a
#include <linux/config.h>
to your modified param.h and therefore none of your custom CONFIG_*HZ is
defined when the compiler goes through param.h.
> Many thnx!
>
> Please CC, i am not subscribed to the lkml!
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Strange problem with param.h/time.h/timex.h
2002-05-09 16:47 ` Strange problem with param.h/time.h/timex.h Adrian Bunk
@ 2002-05-09 17:02 ` mcp
0 siblings, 0 replies; 4+ messages in thread
From: mcp @ 2002-05-09 17:02 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
Hi Adriann,
> The compilation output already shows that HZ wasn't set while compiling
> panic.c (there's none of your "Just an info" messages).
> Most likely you've forgotten to add a
> #include <linux/config.h>
> to your modified param.h and therefore none of your custom CONFIG_*HZ is
> defined when the compiler goes through param.h.
Thats it Adrian!! :-) Many thanks!
Kind regards,
Marc
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-09 17:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-04 7:28 [ANNOUNCE] Kernel 2.4.18-WOLK3.2 Marc-Christian Petersen
2002-04-16 21:49 ` [ANNOUNCE] Kernel 2.4.18-WOLK3.3 Tommy Faasen
2002-05-09 16:47 ` Strange problem with param.h/time.h/timex.h Adrian Bunk
2002-05-09 17:02 ` mcp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox