kernel + xfs + preempt

Pagina: 1
Acties:

  • RickN
  • Registratie: December 2001
  • Laatst online: 14-06-2025
Is het mogelijk om 2.4.19 zowel voor xfs als preemt te patchen? Of moet ik dan zelf de source in duiken?

He who knows only his own side of the case knows little of that.


  • _JGC_
  • Registratie: Juli 2000
  • Laatst online: 02:36
normale kernel en preempt hebben nogal eens wat verschillen in de VM. Wat je kunt doen is eerst XFS patchen en dan preempt proberen, vervolgens alle rejections met de hand toepassen. Zit ff wat werk in, met als risico dat je systeem niet meer wil booten met je nieuwe kernel, of dat je FS corruption krijgt toch Valium ;)

  • Valium
  • Registratie: Oktober 1999
  • Laatst online: 09-08 08:59

Valium

- rustig maar -

* Valium mompelt iets van \"ik zal nog eens mensen waarschuwen ervoor...\" :(

Maar idd. Je kunt het proberen met de hand de rejections erin te hacken, maar de beide keren dat ik het deed resulteerde het in het opnieuw installeren van Linux. :'(
(als het simpel is kan het wel...maar meer dan 10 regels rejected en je moet gaan uitkijken)

  • Jelmer
  • Registratie: Maart 2000
  • Laatst online: 13-08 19:50
Misschien zou je eens naar de kernel-source van Gentoo moeten kijken, daar zitten deze twee patches (en meer) al in verwerkt en volgens mij werkt dat prima

  • _nethack
  • Registratie: September 2000
  • Laatst online: 03-08 12:04

_nethack

We're all MAD here

Volgens mij heb je bij Gentoo óf xfs, óf die preempt patch. Als je gentoo-sources emerged dan krijg je kernel versie 2.4.19-nogwattes (=2.4.18 met een bak patches) en als je xfs-sources emerged dan krijg je versie 2.4.18-xfs (2.4.18 met volgens mij alléén maar de xfs patch, verder niks)

Sometimes you just have to sit back, relax, and let the train wreck itself


Verwijderd

Juh. Met WOLK

Wanneer 2.4.19-wolk uitkomt weet ik niet. Persoonlijk kan het me ook aan me reet roesten, aangezien 2.4.18-wolk perfect draait en er geen security fixes in 2.4.19 zitten.

  • Jelmer
  • Registratie: Maart 2000
  • Laatst online: 13-08 19:50
_nethack schreef op 06 augustus 2002 @ 00:48:
Volgens mij heb je bij Gentoo óf xfs, óf die preempt patch. Als je gentoo-sources emerged dan krijg je kernel versie 2.4.19-nogwattes (=2.4.18 met een bak patches) en als je xfs-sources emerged dan krijg je versie 2.4.18-xfs (2.4.18 met volgens mij alléén maar de xfs patch, verder niks)
Nee hoor, tegenwoordig standaard beide

Download gewoon een vanilla source tree en de patch

Let op, dit is dus de 2.4.18 vanilla tree! (2.4.19 vanilla zal eerdaags ook wel komen voor gentoo)

Deze heeft aan boord:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#INCLUDED:
#       from http://www.kernel.org (ac):
#               2.4.19-pre7-ac2
#               removed the software suspend patch; it can be dangerous and
#               conflicts with the new ACPI
#       from http://oss.sgi.com/projects/xfs:
#               SGI XFS 1.1 (Official release code -- the most thoroughly tested)
#       from http://www.grsecurity.org:
#               grsecurity-1.9.4 (with 2 updates/fixes and a fix for an NVIDIA driver compile problem)
#       from http://www.zipworld.com.au/~akpm/linux/schedlat.html:
#       2.4.19-pre7-low-latency
#       from http://luxik.cdi.cz/~devik/qos/htb/:
#               htb2 (QoS support)
#       from http://www.tech9.net/rml/linux:
#               preempt-kernel-rml-2.4.19-pre7-ac2-1.patch
#               preempt-stats-rml-2.4.19-pre5-ac3-1.patch
#       from http://www.infolinux.de/jp10:
#               40_TIOCGDEV.bz2
#               51_loop-jari-2.4.16.0.bz2
#               98_tkparse-4096.bz2
#       from http://www.kernel.org (aa):
#               00_3.5G-address-space-4
#       from http://www.sourceforge.net/projects/acpi:
#               acpi-20020503-2.4.18.diff.gz
#               (This allows booting of Toshiba Satellite 5005-S507 "legacy free" laptops)
#               Added tweak so that CONFIG_PM is defined only if CONFIG_ACPI or CONFIG_APM is also
#               set.  Removed CONFIG_PM toggle from configuration.
#       from http://www.infolinux.de/jp13:
#               07_jiffies-for-i386 (tweaked so that 1000HZ is the default for x86)
#               54_mmx-init
#               55_p4-xeon
#               56_x86-fast-pte
#               58_acpi-lowerlatency-3
#               59_acpi-pciirq-18
#               60_acpi-y2k-1
#       from Blue Lizard <webmaster at dofty.zzn.com>:
#               A 2-line patch to enable compatibility with the new SiS 740/961 Athlon chipset
#       from http://www.sourceforge.net/projects/evms:
#               IBM Enterprise Volume Management System version 1.0.1
#       from linux-2.4.18-wolk3.4-rc5-patchset (http://www.sourceforge.net/projects/wolk):
#               102_amd_lvcool.diff
#               Allows slightly cooler running AMD Athlon CPUs in systems with VIA mobos
#       Additional fixes:
#               Marked ACPI option as "DANGEROUS" (because it is and can cause boot ooopses --
#               use it only if you need it)
#               Marked JFS filesystem option as "FOR TESTING ONLY" (current JFS code seems to
#               have super-bad peformance and easily triggerable locks)
#       from mjc's collection of patches:
#               vfat symlink patch.  Creating symlinks on vfat creates Windowsy .lnk files.
#               CDDA dma patch -- enables DMA for CD devices# What's in this kernel?

  • Ronald
  • Registratie: Juli 2000
  • Laatst online: 23:43
ftp://oss.sgi.com/projects/xfs/download/patches/2.4.19.

patches in kleine stukjes voor 2.4.19, mischien makkelijker voor als je met de hand XFS en preempt wil mergen...

PV Output - Obdam; SolarEdge SE5K 'Voor korte strings'; 12x350Wp Oost-West 13°; 8x415Wp Zuid 10°; Totaal 7520Wp.

Pagina: 1