* 2.4.20pre10aa1
@ 2002-10-10 23:09 Andrea Arcangeli
2002-10-11 2:51 ` 2.4.20pre10aa1- build problems Eyal Lebedinsky
[not found] ` <20021011222830.GA1645@werewolf.able.es>
0 siblings, 2 replies; 5+ messages in thread
From: Andrea Arcangeli @ 2002-10-10 23:09 UTC (permalink / raw)
To: linux-kernel
URL:
http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.20pre10aa1.gz
http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.20pre10aa1/
changelog:
Only in 2.4.20pre10aa1: 00_backout-pre9-list_t-removal-1
resurrect list_t.
Only in 2.4.20pre10aa1: 00_extraversion-10
Only in 2.4.20pre8aa2: 00_extraversion-9
Only in 2.4.20pre8aa2: 00_sched-O1-aa-2.4.19rc3-4.gz
Only in 2.4.20pre10aa1: 00_sched-O1-aa-2.4.19rc3-5.gz
Only in 2.4.20pre8aa2: 00_thinkpad-1
Only in 2.4.20pre10aa1: 00_thinkpad-2.gz
Only in 2.4.20pre8aa2: 05_vm_05_zone_accounting-1
Only in 2.4.20pre10aa1: 05_vm_05_zone_accounting-2
Only in 2.4.20pre8aa2: 60_pagecache-atomic-5
Only in 2.4.20pre10aa1: 60_pagecache-atomic-6
Only in 2.4.20pre8aa2: 93_NUMAQ-5
Only in 2.4.20pre10aa1: 93_NUMAQ-6
Only in 2.4.20pre8aa2: 97_i_size-corruption-fixes-1
Only in 2.4.20pre10aa1: 97_i_size-corruption-fixes-2
Rediffed.
Only in 2.4.20pre10aa1: 00_i8k-compile-1
Should fix i8k compilation reported on l-k.
Only in 2.4.20pre10aa1: 00_ip_conntrack-ack-seq-1
Check the sequence number of the final ack of the 3-way handshake.
(from Martin Renold)
Only in 2.4.20pre10aa1: 00_ipv6-route-fix-1
Avoid losing the route. (from YOSHIFUJI Hideaki)
Only in 2.4.20pre10aa1: 00_isofs-options-elseif-1
Fix isofs option parsing. (from Chris Mason)
Only in 2.4.20pre10aa1: 00_module-locking-fix-1
Fix module locking, the get_module_info was running without
locks so it was racing and oopsing while walking the list.
The previous locking was broken as well by walking lists
and scheduling in between (releasing the big kernel lock).
The big kernel locks is now replaced by a proper semaphore.
Only in 2.4.20pre8aa2: 00_o_direct-read-overflow-write-locking-xfs-1
Merged in mainline.
Only in 2.4.20pre10aa1: 00_skb-frag-1
nr_frags initialization fix.
Only in 2.4.20pre10aa1: 00_vmalloc-leak-fix-1
Avoid leaking vmalloc metadata.
Only in 2.4.20pre8aa2: 20_sched-o1-fixes-2
Only in 2.4.20pre10aa1: 20_sched-o1-fixes-4
Fix race condition that destabilized the scheduler.
Only in 2.4.20pre10aa1: 86_x86_64-tsc-hpet-pit-1
Newer gettimeofday code (new hpet/tsc/pit combinations).
Only in 2.4.20pre8aa2: 90_ext3-commit-interval-3
Only in 2.4.20pre10aa1: 90_ext3-commit-interval-5
Use bdflush_interval() instead of 5*HZ when commit option isn't passed
to mount (the mount option will override bdflush_interval()).
Only in 2.4.20pre8aa2: 90_proc-mapped-base-3
Only in 2.4.20pre10aa1: 90_proc-mapped-base-4
Add x86-64 and s390x support (so binaries in 32bit compatibility
mode will be able to change the mapped base, the proc entry is a noop
for all 64bit tasks even if it will showup for them too [common code
cannot differentiate between 32bit and 64bit tasks, there's simply
no API for it]).
Only in 2.4.20pre10aa1: 9900_aio-11.gz
Only in 2.4.20pre8aa2: 9900_aio-9.gz
With rawio map at most KIO_MAX_SECTORS at time (or kmalloc
can even fail in the I/O routine that will try to write
the kvec).
unplug the queue asynchronously after io_submit so io_submit won't
block to start the I/O and aio-rawio will work correctly.
Only in 2.4.20pre8aa2: 9910_shm-largepage-4.gz
Only in 2.4.20pre10aa1: 9910_shm-largepage-5.gz
Fix MAX_ORDER for non PAE compiles, so largepages can be easily
preallocated at boot and the bigpages= will work also without PAE.
Enable largepages as backing store of shmfs files when
shm-use-bigpages sysctl is set to 2.
Only in 2.4.20pre8aa2: 9960_cyclone-1
Only in 2.4.20pre10aa1: 9960_cyclone-3
Fix a few bugs in the cyclone support and use it for udelay too.
Still it's not autodetected because the summit support isn't
included in mainline.
Only in 2.4.20pre10aa1: 9970_corename-1.gz
Patch from Michael Sinz to name corefiles differently (configurable via
sysctl). BTW, make sure to never use the syscall by number or it has
few chances to work correctly, sysctl by name will work fine.
http://www.sinz.org/Michael.Sinz/Linux/
The following format options are available in that string:
%P The Process ID (current->pid)
%U The UID of the process (current->uid)
%N The command name of the process (current->comm)
%H The nodename of the system (system_utsname.nodename)
%% A "%"
Andrea
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2.4.20pre10aa1- build problems
2002-10-10 23:09 2.4.20pre10aa1 Andrea Arcangeli
@ 2002-10-11 2:51 ` Eyal Lebedinsky
[not found] ` <20021011222830.GA1645@werewolf.able.es>
1 sibling, 0 replies; 5+ messages in thread
From: Eyal Lebedinsky @ 2002-10-11 2:51 UTC (permalink / raw)
To: Andrea Arcangeli; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2184 bytes --]
1)
gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre-aa/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-malign-functions=4 -DMODULE -DMODVERSIONS -include
/data2/usr/local/src/linux-2.4-pre-aa/include/linux/modversions.h -I../
-DISP2200 -c qla2200.c -o qla2200.o
qla2200.c:24: warning: `ISP2200' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from qla2200.c:43:
qla2x00.c:14897: unknown field `varyio' specified in initializer
qla2x00.c:3402: warning: `qla2x00_biosparam' defined but not used
qla2x00.c:14948: warning: `qla2x00_print_scsi_cmd' defined but not used
qla2x00.c:15149: warning: `qla2x00_dump_requests' defined but not used
qla2x00.c:14355: warning: `qla2x00_add_link_b' defined but not used
qla2x00.c:14380: warning: `qla2x00_add_link_t' defined but not used
qla2x00.c:14405: warning: `qla2x00_remove_link' defined but not used
qla2x00.c:15002: warning: `qla2x00_print_q_info' defined but not used
qla2x00.c:535: warning: `debug_buff' defined but not used
qla_fo.cfg:24: warning: `MaxPathsPerDevice' defined but not used
qla_fo.cfg:25: warning: `MaxRetriesPerPath' defined but not used
qla_fo.cfg:26: warning: `MaxRetriesPerIo' defined but not used
make[3]: *** [qla2200.o] Error 1
make[3]: Leaving directory
`/data2/usr/local/src/linux-2.4-pre-aa/drivers/scsi/qla2xxx'
A misspelt 'vary_io'.
But also note that ISP2200 is defined on the command line as well
as in qla2200.c:24. While this is only a warning, it should
probably be cleaned.
2)
drivers/usb/brlvger.c does not compile, since -pre5, on older gcc.
3)
net/bluetooth/bnep/core.c line 461 refers to 'current->nice' which
does not exist. Should be some priority field?
4)
depmod: *** Unresolved symbols in
/lib/modules/2.4.20-pre10-aa1/kernel/fs/xfs/xfs.o
depmod: do_generic_file_write
with:
CONFIG_XFS_FS=m
# CONFIG_XFS_RT is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_DMAPI is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_PAGEBUF_DEBUG is not set
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
[-- Attachment #2: 2.4.20-pre10-aa1-qla2x00.patch --]
[-- Type: text/plain, Size: 323 bytes --]
--- linux/drivers/scsi/qla2xxx/qla2x00.h.orig Fri Oct 11 11:59:01 2002
+++ linux/drivers/scsi/qla2xxx/qla2x00.h Fri Oct 11 11:59:13 2002
@@ -2731,7 +2731,7 @@
TEMPLATE_USE_NEW_EH_CODE \
TEMPLATE_MAX_SECTORS \
highmem_io: 1, \
- varyio: 1, \
+ vary_io: 1, \
emulated: 0 \
}
[-- Attachment #3: 2.4.20-pre10-aa1-brlvger.patch --]
[-- Type: text/plain, Size: 479 bytes --]
--- linux/drivers/usb/brlvger.c.orig Thu Aug 29 10:30:50 2002
+++ linux/drivers/usb/brlvger.c Thu Aug 29 10:31:02 2002
@@ -209,7 +209,7 @@
({ printk(KERN_ERR "Voyager: " args); \
printk("\n"); })
#define dbgprint(fmt, args...) \
- ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__, ##args); \
+ ({ printk(KERN_DEBUG "Voyager: %s: " fmt, __FUNCTION__ , ##args); \
printk("\n"); })
#define dbg(args...) \
({ if(debug >= 1) dbgprint(args); })
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <20021011222830.GA1645@werewolf.able.es>]
end of thread, other threads:[~2002-10-12 0:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-10 23:09 2.4.20pre10aa1 Andrea Arcangeli
2002-10-11 2:51 ` 2.4.20pre10aa1- build problems Eyal Lebedinsky
[not found] ` <20021011222830.GA1645@werewolf.able.es>
[not found] ` <20021011224237.GQ24468@dualathlon.random>
[not found] ` <20021011225228.GE1645@werewolf.able.es>
[not found] ` <20021011232539.GR24468@dualathlon.random>
2002-10-12 0:36 ` 2.4.20pre10aa1 J.A. Magallon
2002-10-12 0:43 ` 2.4.20pre10aa1 J.A. Magallon
[not found] ` <20021012004827.GA34193@compsoc.man.ac.uk>
2002-10-12 1:04 ` 2.4.20pre10aa1 J.A. Magallon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox