* 2.6.3-mm1
@ 2004-02-18 7:21 Andrew Morton
2004-02-18 7:43 ` 2.6.3-mm1 Andrew Morton
` (7 more replies)
0 siblings, 8 replies; 33+ messages in thread
From: Andrew Morton @ 2004-02-18 7:21 UTC (permalink / raw)
To: linux-kernel
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/
- Added the dm-crypt driver: a crypto layer for device-mapper.
People need to test and use this please. There is documentation at
http://www.saout.de/misc/dm-crypt/.
We should get this tested and merged up. We can then remove the nasty
bio remapping code from the loop driver. This will remove the current
ordering guarantees which the loop driver provides for journalled
filesystems. ie: ext3 on cryptoloop will no longer be crash-proof.
After that we should remove cryptoloop altogether.
It's a bit late but cyptoloop hasn't been there for long anyway and it
doesn't even work right with highmem systems (that part is fixed in -mm).
- Added the fbdev cursor API patch. Not sure what this does apart from
preventing the rivafb driver from linking. I'll let others decide if this
is progress.
- There's a patch here to consolidate the 32->64 compat code for the IPC
syscalls. Needs testing on various 64-bit machines.
- Various random fixes to things.
Changes since 2.6.3-rc3-mm1:
bk-netdev.patch
bk-input.patch
bk-acpi.patch
bk-usb.patch
bk-i2c.patch
bk-ieee1394.patch
bk-scsi.patch
External trees
-selinux-01-context-mount-support.patch
-selinux-02-nfs-context-mounts.patch
-selinux-03-context-mounts-selinux.patch
-devfs-do_mount-fix.patch
-selinux-enforce-node-fix.patch
-selinux-mark-avc_init-init.patch
-selinux-error-handling-fix.patch
-ide-tape-locking-fix.patch
-platinumfb-update.patch
Merged
-kgdb-doc-fix.patch
Folded into kgdb-ga.patch
-get_unmapped_area-fix.patch
Dropped, no longer needed
-early_printk-use-include.patch
Folded into early-printk.patch
+ppc64-iseries-irq-fix.patch
ppc64: iseries IRQ fix
+laptop-mode-simplification.patch
laptop mode simplification
+process-migration-speedup.patch
Reduce TLB flushing during process migration
+kthread-affinity-fix-fix.patch
kthread: build fix for many CPUs
+call_usermodehelper-affinity-fix-fix.patch
many cpus fix
+kthread-stop-using-signals.patch
kthreads: avoid using signals
+migrate_to_cpu-dependency-fix.patch
migrate_to_cpu() dependency fix
+hotplugcpu-core-drain_local_pages-fix.patch
split drain_local_pages
+hotplugcpu-rcupdate-many-cpus-fix.patch
CPU hotplug, rcupdate high NR_CPUS fix
-limit-hash-table-sizes.patch
+limit-hash-table-sizes-boot-options.patch
New version: Limit hashtable sizes
+limit-hash-table-sizes-boot-options-warning-fix.patch
+limit-hash-table-sizes-boot-options-restore-defaults.patch
+limit-hash-table-size-docco.patch
Touchups thereto
+pentium-m-support-fixes.patch
fix Pentium M patch
+vm-dont-rotate-active-list-padding.patch
vmscan: align scan_page per node
+compat-ipc-consolidation.patch
+compat-ipc-consolidation-fix.patch
common ipc compat syscalls
+remove-bootmem-warnings.patch
Disable bootmem warning
+dm-crypt.patch
dm-crypt
+dm-crypt-remove-bogus-BUG_ON.patch
dm-crypt: remove bogus BUG_ON
+make-rpm-fix.patch
Fix make rpm when using RH9 or Fedora..
+sysfs_remove_dir-race-fix.patch
sysfs_remove_dir-vs-dcache_readdir race fix
+sysfs_remove_subdir-dentry-leak-fix.patch
Fix dentry refcounting in sysfs_remove_group()
+menuconfig-ncurses-check-fix.patch
menuconfig: fix the check for ncurses-devel
+tlb-flushing-speedup.patch
Inefficient TLB flush fix
+fbdev-cursor-1.patch
fbdev cursor part 1.
+sf16fmr2.patch
sf16fmr2 radio card driver
+expanded-pci-config-space.patch
Expanded PCI config space
+CONFIG_IRQBALANCE.patch
config option for irqbalance
+per-node-rss-tracking.patch
Track per-node RSS for NUMA
+smp_boot_cpus-BUG-removal.patch
Remove overenthusiastic BUG in smp_boot_cpus
+CodingStyle-update.patch
Codingstyle update
+smbfs-loop-support.patch
smbfs: support the loop driver
+cygwin-cpio-fix.patch
Fix sprintf modifiers in usr/gen_init_cpio.c for cygwin
+aic7xxx-deadlock-fix.patch
aic7xxx deadlock fix
+futex_wait-debug.patch
futex_wait debug
+module_exit-deadlock-fix.patch
module unload deadlock fix
+4g4g-kill-noisy-printk.patch
4g/4g: remove printk at boot
+O_DIRECT-vs-buffered-fix.patch
Fix O_DIRECT-vs-buffered data exposure bug
All 292 patches:
bk-netdev.patch
bk-input.patch
bk-acpi.patch
bk-usb.patch
bk-i2c.patch
bk-ieee1394.patch
bk-scsi.patch
mm.patch
add -mmN to EXTRAVERSION
i4l.patch
ISDN udpate
i4l-st5481-old-gcc-fix.patch
i4l: fix st5481 compile for gcc-2.9x
i4l-sc-adapter-fix.patch
i4l: rename drivers/isdn/sc:adapter
i4l-fixups.patch
i4l: more fixes
gcc-35-hysdn.patch
gcc-3.5: ISDN fixes
i4l-hisax-deadlock-fix.patch
i4l: hisax deadlock fix
i4l-hisax-deadlock-fix-gcc-35-fix.patch
gcc-3.5: hisax fix
ppp-active-passive-filter-fix.patch
Fix for PPP activ/passiv filter
speedo-warning-fix.patch
eepro100.c warning fix
input-2wheel-mouse-fix.patch
input: 2-wheel mouse fix
input-2wheel-mouse-fix-fix.patch
From: Adrian Bunk <bunk@fs.tum.de>
Subject: [patch] 2.6.2-mm1: fix warning introduced by input-2wheel-mouse-fix
dmapool-needs-pci.patch
dmapool needs CONFIG_PCI
tulip-warning-fix.patch
r8169-rx-wrap-fix.patch
r8169 Rx wrap fix
kgdb-ga.patch
kgdb stub for ia32 (George Anzinger's one)
kgdbL warning fix
kgdb buffer overflow fix
kgdbL warning fix
kgdb: CONFIG_DEBUG_INFO fix
x86_64 fixes
correct kgdb.txt Documentation link (against 2.6.1-rc1-mm2)
kgdboe-netpoll.patch
kgdb-over-ethernet via netpoll
kgdboe-non-ia32-build-fix.patch
kgdb-warning-fixes.patch
kgdb warning fixes
kgdb-x86_64-support.patch
kgdb-x86_64-support.patch for 2.6.2-rc1-mm3
early_printk.patch
ia32 early printk
generate ia32 early_printk via inclusion
early_printk-tweaks.patch
early printk tweaks
must-fix.patch
must fix lists update
must fix list update
mustfix update
must-fix-update-5.patch
must-fix update
psmouse-drop-timed-out-bytes.patch
psmouse: log and discard timed out bytes
ppc64-prom-warnings.patch
ppc64: Fix prom.c warnings
ppc64-saved-command-line-length-fix.patch
ppc64: fix saved_command_line/cmd_line lengths
ppc64-debugger-warning-fixes.patch
ppc64: fix debugger() warnings
ppc64-iseries-irq-fix.patch
ppc64: iseries IRQ fix
ppc64-reloc_hide.patch
invalidate_inodes-speedup.patch
invalidate_inodes speedup
more invalidate_inodes speedup fixes
cfq-4.patch
CFQ io scheduler
CFQ fixes
config_spinline.patch
uninline spinlocks for profiling accuracy.
ramdisk-cleanup.patch
pdflush-diag.patch
zap_page_range-debug.patch
zap_page_range() debug
slab-print-name.patch
slab: print slab name in kmem_cache_init()
ptrace-page-permission-fix.patch
prevent ptrace from altering page permissions
get_user_pages-handle-VM_IO.patch
fix get_user_pages() against mappings of /dev/mem
support-zillions-of-scsi-disks.patch
support many SCSI disks
pci_set_power_state-might-sleep.patch
CONFIG_STANDALONE-default-to-n.patch
Make CONFIG_STANDALONE default to N
extra-buffer-diags.patch
CONFIG_SYSFS.patch
From: Pat Mochel <mochel@osdl.org>
Subject: [PATCH] Add CONFIG_SYSFS
CONFIG_SYSFS-boot-from-disk-fix.patch
slab-leak-detector.patch
slab leak detector
loop-remove-blkdev-special-case.patch
loop-highmem.patch
remove useless highmem bounce from loop/cryptoloop
loop-bio-handling-fix.patch
loop: BIO handling fix
loop-init-fix.patch
loop.c doesn't fail init gracefully
loop-remove-redundant-assignment.patch
loop: remove redundant initialisation
acpi-pm-timer-3.patch
ACPI PM timer version 3
acpi-pm-timer-kill-printks.patch
use-TSC-for-delay_pmtmr-2.patch
Use TSC for delay_pmtmr()
scale-nr_requests.patch
scale nr_requests with TCQ depth
truncate_inode_pages-check.patch
local_bh_enable-warning-fix.patch
sched-find_busiest_node-resolution-fix.patch
sched: improved resolution in find_busiest_node
sched-domains.patch
sched: scheduler domain support
sched-clock-fixes.patch
fix sched_clock()
sched-build-fix.patch
sched: fix for NR_CPUS > BITS_PER_LONG
sched-sibling-map-to-cpumask.patch
sched: cpu_sibling_map to cpu_mask
p4-clockmod-sibling-map-fix.patch
p4-clockmod sibling_map fix
p4-clockmod-more-than-two-siblings.patch
p4-clockmod: handle more than two siblings
sched-domains-i386-ht.patch
sched: implement domains for i386 HT
sched-find_busiest_group-fix.patch
sched: Fix CONFIG_SMT oops on UP
sched-domain-tweak.patch
i386-sched-domain code consolidation
sched-no-drop-balance.patch
sched: handle inter-CPU jiffies skew
sched-arch_init_sched_domains-fix.patch
Change arch_init_sched_domains to use cpu_online_map
sched-many-cpus-build-fix.patch
Fix build with NR_CPUS > BITS_PER_LONG
sched-find_busiest_group-clarification.patch
sched: clarify find_busiest_group
sched-find_busiest_group-arith-fix.patch
sched: find_busiest_group arithmetic fix
sched-remove-noisy-printks.patch
sched-directed-migration.patch
sched_balance_exec(): don't fiddle with the cpus_allowed mask
sched-domain-debugging.patch
sched_domain debugging
sched-domain-balancing-improvements.patch
scheduler domain balancing improvements
sched-smt-numa-fix.patch
sched: fix SMT + NUMA bug
ppc64-cpu_vm_mask-fix.patch
ppc64: cpu_vm_mask fix
ide-siimage-seagate.patch
ide-ali-UDMA6-support.patch
IDE: Add support of UDMA6 on ALi rev > 0xc4
fa311-mac-address-fix.patch
wrong mac address with netgear FA311 ethernet card
laptop-mode-2.patch
laptop-mode for 2.6, version 6
Documentation/laptop-mode.txt
laptop-mode documentation updates
Laptop mode documentation addition
laptop-mode-2-tweaks.patch
laptop-mode-simplification.patch
laptop mode simplification
pid_max-fix.patch
Bug when setting pid_max > 32k
use-soft-float.patch
Use -msoft-float
DRM-cvs-update.patch
DRM cvs update
drm-include-fix.patch
process-migration-speedup.patch
Reduce TLB flushing during process migration
kthread-primitive.patch
kthread primitive
Fix race in kthread_stop
kthread: block all signals
kthread use-after-free fix
use-kthread-primitives.patch
Use kthread primitives
module-removal-use-kthread.patch
Module removal to use kthread
kthread oops fixes
kthread-affinity-fix.patch
Affinity of kthread fix
kthread-affinity-fix-fix.patch
kthread: build fix for many CPUs
call_usermodehelper-affinity-fix.patch
Affinity of call_usermode_helper fix
call_usermodehelper-affinity-fix-fix.patch
many cpus fix
kthread-handle-non-booting-CPUs.patch
kthread: handle CPUs which fail to come up
kthread-stop-using-signals.patch
kthreads: avoid using signals
remove-kstat-cpu-notifiers.patch
Remove kstat cpu notifiers
workqueue-cleanup-2.patch
Minor workqueue.c cleanup
remove-more-cpu-notifiers.patch
Remove More Unneccessary CPU Notifiers
use-CPU_UP_PREPARE-properly.patch
Use CPU_UP_PREPARE properly
hotplugcpu-generalise-bogolock.patch
Atomic Hotplug CPU: Generalize Bogolock
hotplugcpu-use-bogolock-in-modules.patch
Atomic Hotplug CPU: Use Bogolock in module.c
hotplugcpu-core.patch
Atomic Hotplug CPU: Hotplug CPU Core
migrate_to_cpu-dependency-fix.patch
migrate_to_cpu() dependency fix
hotplugcpu-core-drain_local_pages-fix.patch
split drain_local_pages
hotplugcpu-rcupdate-many-cpus-fix.patch
CPU hotplug, rcupdate high NR_CPUS fix
limit-hash-table-sizes-boot-options.patch
Limit hashtable sizes
limit-hash-table-sizes-boot-options-warning-fix.patch
limit-hash-table-sizes-boot-options-restore-defaults.patch
limit-hash-table-size-docco.patch
hash table size sysctl documentation
slab-poison-hex-dumping.patch
slab: hexdump for check_poison
pentium-m-support.patch
add Pentium M and Pentium-4 M options
pentium-m-support-fixes.patch
fix Pentium M patch
old-gcc-supports-k6.patch
gcc 2.95 supports -march=k6 (no need for check_gcc)
amd-elan-is-a-different-subarch.patch
AMD Elan is a different subarch
serial-02-fixups.patch
serial fixups (untested)
serial-02 fixes
serial-02 fixes
serial-03-fixups.patch
more serial driver fixups
serial-03 fixes
serial-03 fixes
nfs-31-attr.patch
NFSv2/v3/v4: New attribute revalidation code
blk_congestion_wait-return-remaining.patch
return remaining jiffies from blk_congestion_wait()
vmscan-remove-priority.patch
mm/vmscan.c: remove unused priority argument.
kswapd-throttling-fixes.patch
kswapd throttling fixes
vm-dont-rotate-active-list.patch
vmscan: avoid rotation of the active list
vm-dont-rotate-active-list-padding.patch
vmscan: align scan_page per node
vm-lru-info.patch
vmscan: make better use of referenced info
vm-shrink-zone.patch
vmscan: several tuneups
vm-shrink-zone-div-by-0-fix.patch
vm-tune-throttle.patch
vmscan: delay throttling a little
page_add_rmap-warning.patch
add-config-for-mregparm-3-ng.patch
Add CONFIG for -mregparm=3
arch/i386/Makefile,scripts/gcc-version.sh,Makefile small fixes
use-funit-at-a-time.patch
Use -funit-at-a-time on ia32
add-noinline-attribute.patch
Add noinline attribute
dont-inline-rest_init.patch
use noinline for rest_init()
gcc-35-bonding.patch
gcc-3.5: bonding
non-readable-binaries.patch
Handle non-readable binfmt_misc executables
binfmt_misc-credentials.patch
binfmt_misc: improve calaulation of interpreter's credentials
doc-remove-modules-conf-references.patch
Documentation: remove /etc/modules.conf refs
more-MODULE_ALIASes.patch
add some more MODULE_ALIASes
bonding-alias-revert-and-docco-fix.patch
bonding alias revert and documentation fix
sleep_on-needs_lock_kernel.patch
sleep_on(): check for lock_kernel
i830-agp-pm-fix.patch
Intel i830 AGP fix
x86_64-make-xconfig-fix.patch
Fix make xconfig on /lib64 systems
usb-sddr09-documentation.patch
add comments to sddr09.c
pcnet32-locking-fix.patch
pcmet32 locking fixes
nfs-server-in-root_server_path.patch
Pull NFS server address out of root_server_path
increase-NGROUPS.patch
NGROUPS 2.6.2rc2 + fixups
NGROUPS: remove TASK_SIZE usage
NGROUPS: generalise condition for freeing sub-pages
increase-NGROUPS-nfsd-cleanup.patch
NGROUPS: nfsd cleanup
increase-NGROUPS-cleanup-and-fix.patch
NGROUPS: cleanup and fix
intermezzo-NGROUPS-is-broken.patch
compat-signal-noarch-2004-01-29.patch
Generic 32-bit compat for copy_siginfo_to_user
compat-signal-ppc64-2004-01-29.patch
compat-signal-ia64-2004-01-29.patch
compat-ipc-consolidation.patch
common ipc compat syscalls
compat-ipc-consolidation-fix.patch
bd_set_size-i_size-fix.patch
bd_set_size i_size handling
nfs-d_drop-lowmem.patch
NFS: handle nfs_fhget() error
initramfs-kinit_command.patch
initramfs: look for /sbin/init
access-permissions-fix.patch
fix access() POSIX compliance
snprintf-fixes.patch
snprintf fixes
devfs-race-fix-cleanup.patch
devfs: race fixes and cleanup
centaur-crypto-core-support.patch
First steps toward VIA crypto support
enable-largefile-coredumps.patch
Enable coredumps > 2GB
adaptive-lazy-readahead.patch
adaptive lazy readahead
mips-new-serial-drivers.patch
MIPS: New 2.6 serial drivers
add-syscalls_h.patch
add syscalls.h
add-syscalls_h-fixes.patch
add-syscalls-update.patch
syscalls.h update1
add-syscalls_h-3.patch
more syscalls.h stuff
add-syscalls_h-4.patch
syscalls.h fixes
add-syscalls_h-6.patch
syscalls.h (updates # 6)
add-syscalls_h-7.patch
syscalls update ver. 7
add-syscalls_h-8.patch
syscalls update #8
add-syscalls_h-9.patch
syscalls.h update #9 (open/close)
add-syscalls_h-10.patch
syscalls.h #10
stop_machine-warning-fix.patch
ifdef-cleanups.patch
#if versus #ifdef cleanup
nfsd-01-schedule-in-spinlock-fix.patch
kNFSd: Fix possible scheduling_while_atomic in cache.c
nfsd-02-sunrpc-cache-init-fixes.patch
kNFSd: Allow sunrpc/svc cache init function to modify the "key"
nfsd-03-ip_map_init-kmalloc-check.patch
kNFSd: ip_map_init does a kmalloc which isn't checked...
nfsd-04-convert-proc-to-seq_file.patch
kNFSd: convert NFS /proc interfaces to seq_file
nfsd-05-no-procfs-build-fix.patch
kNFSd:fix build problems in nfs w/o proc_fs on 2.6.0-test5
md-01-START_ARRAY-is-deprecated.patch
md: Print "deprecated" warning when START_ARRAY is used.
md-02-split-end_request-handlers.patch
md: Split read and write end_request handlers
md-03-discard-r1_bio-cmd-field.patch
md: Discard the cmd field from r1_bio structure
md-04-r1_bio-cleanup.patch
md: Remove some un-needed fields from r1bio_s
md-05-avoid-bio-allocation.patch
md: Avoid unnecessary bio allocation during raid1 resync
md-06-raid1-limit-bio-sizes.patch
md: Dynamically limit size of bio requests used for raid1 resync
md-07-allow-partitioning.patch
md: Allow partitioning of MD devices.
dm-01-export-dm_vcalloc.patch
dm: Export dm_vcalloc()
dm-02-move-to_bytes-to_sectors.patch
dm: Move to_bytes() and to_sectors() into dm.h
dm-03-remove-dm_deferred_io.patch
dm: Get rid of struct dm_deferred_io in dm.c
dm-04-maintain-bio-ordering.patch
dm: Maintain ordering when deferring bios
dm-05-alloc_dev-error-cleanup.patch
dm: Tidy up the error path for alloc_dev()
dm-07-dm_table_create-GFP-fix.patch
dm: Correct GFP flag in dm_table_create()
dm-08-zero-size-target-fix.patch
dm: Zero size target sanity check
dm-09-dec_pending-locking-cleanup.patch
dm: Remove redundant spin lock in dec_pending()
dm-10-drop-BIO_SEG_VALID.patch
dm: drop BIO_SEG_VALID bit
nfs-avoid-i_size_write.patch
NFS: avoid unlocked i_size_write()
ia32-discontig-pfn_valid-fix.patch
fix pfn_valid on ia32 discontigmem
ia32-pfn_to_nid-fix.patch
ia32: pfn_to_nid fix
ia32-numa-pcs-dont-work.patch
ia32: disallow NUMA on PC subarch
8259-timer-ack-fix.patch
8259 timer ack fix
mce-printk-level-fixes.patch
Fix printk level on non fatal MCEs
mce-preempt-fixes.patch
MCE fixes and cleanups
bitmap_snprintf-bitmap_scnprintf.patch
Rename bitmap_snprintf() and cpumask_snprintf() to *_scnprintf()
oss-cruft-removal.patch
OSS: remove #ifdef's for kernel 2.0
stallion-decruftery.patch
remove kernel 2.2 #ifdef's from {i,}stallion.h
external-kbuild-doc.patch
kbuild documentation fix
adfs-2.2-cruft.patch
adfs: remove a kernel 2.2 #ifdef
panic-later-if-too-many-boot-params.patch
defer panic for too many items in boot parameter line
altix-irq-accounting-speedup.patch
altix: use the pda to count interrupts
altix-simulator-fix.patch
altix: skip init_platform_hubinfo() if on the simulator
cpufreq_scale-fix-cleanup.patch
cpufreq_scale() fixes
alsa-vx_core-locking-fix.patch
alsa/vx_core locking fix
cross-compilation-fixes.patch
Minor cross-compile issues
proc-thread-visibility-fix.patch
/proc thread visibility fixes
console-race-fix.patch
drivers/char/vt possible race
nfsd-needs-loff_t.patch
off_t in nfsd_commit needs to be loff_t
show_free_areas-online-cpus.patch
skip offline CPUs in show_free_areas
nbd-proc-partitions-fix.patch
fix display of NBD in /proc/partitions
use-THREAD_SIZE.patch
cleanup patch that prepares for 4Kb stacks
3c59x-enable_wol.patch
3c59x: bring back the `enable_wol' option
oprofile-nmi_timer_int-fix.patch
Oprofile: fix nmi_timer_int detection
oprofile-arm-support.patch
oprofile: ARM infrastructure
oprofile-pentium-m-support.patch
oprofile: add Pentium Mobile support
increase-max_anon.patch
remove max_anon limit
release_region-race-fix.patch
Fix __release_region() race
nfs-mount-oops-fix.patch
nfs mount oops fix
debugging-modules.patch
Documentation on how to debug modules
sn-setup-cleanup.patch
SN: cleanup setup.c
jfs-01-sane-filename-handling.patch
JFS: sane file name handling
jfs-02-sane-filename-handling.patch
JFS: Don't do filename translation by default
ext3-journalled-quotas.patch
ext3: Journalled quotas
ext3-journalled-quotas-warning-fix.patch
ext3-journalled-quotas-cleanups.patch
module-headers-cleanup.patch
Module headers cleanup
dynamic-pty-allocation.patch
dynamic pty allocation
add-clock_was_set.patch
add clock_was_set to all architectures
altix-header-cleanups.patch
Altix header file cleanups
epoll_ctl-race-fix.patch
Fix race in epoll_ctl(EPOLL_CTL_MOD)
slab-printk-suppression.patch
slab: remove extraneous printk
do_swap_page-retval-fix.patch
do_swap_page() return value fix
ide-tape-remove-onstream-support.patch
ide-tape: remove obsolete onstream support
ide-tape-warning-fixes.patch
remove-bootmem-warnings.patch
Disable bootmem warning
dm-crypt.patch
dm-crypt
dm-crypt-remove-bogus-BUG_ON.patch
dm-crypt: remove bogus BUG_ON
make-rpm-fix.patch
Fix make rpm when using RH9 or Fedora..
sysfs_remove_dir-race-fix.patch
sysfs_remove_dir-vs-dcache_readdir race fix
sysfs_remove_subdir-dentry-leak-fix.patch
Fix dentry refcounting in sysfs_remove_group()
menuconfig-ncurses-check-fix.patch
menuconfig: fix the check for ncurses-devel
tlb-flushing-speedup.patch
Inefficient TLB flush fix
fbdev-cursor-1.patch
fbdev cursor part 1.
sf16fmr2.patch
sf16fmr2 radio card driver
expanded-pci-config-space.patch
Expanded PCI config space
CONFIG_IRQBALANCE.patch
config option for irqbalance
per-node-rss-tracking.patch
Track per-node RSS for NUMA
smp_boot_cpus-BUG-removal.patch
Remove overenthusiastic BUG in smp_boot_cpus
CodingStyle-update.patch
Codingstyle update
smbfs-loop-support.patch
smbfs: support the loop driver
cygwin-cpio-fix.patch
Fix sprintf modifiers in usr/gen_init_cpio.c for cygwin
aic7xxx-deadlock-fix.patch
aic7xxx deadlock fix
futex_wait-debug.patch
futex_wait debug
module_exit-deadlock-fix.patch
module unload deadlock fix
list_del-debug.patch
list_del debug check
print-build-options-on-oops.patch
show_task-free-stack-fix.patch
show_task() fix and cleanup
show_task-fix.patch
show_task() is not SMP safe
oops-dump-preceding-code.patch
i386 oops output: dump preceding code
lockmeter.patch
ia64-lockmeter-fix.patch
lockmeter-2.2-cruft.patch
lockmeter.h: remove kernel 2.2 #ifdef (i386 + alpha)
4g-2.6.0-test2-mm2-A5.patch
4G/4G split patch
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix
use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
4G/4G might_sleep warning fix
4g/4g pagetable accounting fix
Fix 4G/4G and WP test lockup
4G/4G KERNEL_DS usercopy again
Fix 4G/4G X11/vm86 oops
Fix 4G/4G athlon triplefault
4g4g SEP fix
Fix 4G/4G split fix for pre-pentiumII machines
4g/4g PAE ACPI low mappings fix
zap_low_mappings-fix.patch
zap_low_mappings() cannot be __init
4g4g-locked-userspace-copy.patch
Do a locked user-space copy for 4g/4g
4g4g-kill-noisy-printk.patch
4g/4g: remove printk at boot
ppc-fixes.patch
make mm4 compile on ppc
O_DIRECT-race-fixes-rollup.patch
O_DIRECT data exposure fixes
O_DIRECT-ll_rw_block-vs-block_write_full_page-fix.patch
Fix race between ll_rw_block() and block_write_full_page()
blockdev-direct-io-speedup.patch
blockdev direct-io speedups
O_DIRECT-vs-buffered-fix.patch
Fix O_DIRECT-vs-buffered data exposure bug
dio-aio-fixes.patch
direct-io AIO fixes
aio-fallback-bio_count-race-fix-2.patch
AIO+DIO bio_count race fix
aio-sysctl-parms.patch
aio sysctl parms
^ permalink raw reply [flat|nested] 33+ messages in thread* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton @ 2004-02-18 7:43 ` Andrew Morton 2004-02-18 9:25 ` 2.6.3-mm1 Andrew Morton 2004-02-18 11:13 ` 2.6.3-mm1 Sean Neakums ` (6 subsequent siblings) 7 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 7:43 UTC (permalink / raw) To: linux-kernel; +Cc: Rusty Russell Andrew Morton <akpm@osdl.org> wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ oops, it appears that rmmod hangs in D state all the time. root 1381 0.0 0.0 0 0 ? SW< 23:33 0:00 \_ [kstopmachine] root 1382 0.0 0.0 0 0 ? Z< 23:33 0:00 \_ [kstopmachine <defunct>] root 1380 0.0 0.1 1356 392 pts/0 D 23:33 0:00 | \_ rmmod 3c59x ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:43 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 9:25 ` Andrew Morton 2004-02-18 13:42 ` 2.6.3-mm1 Rusty Russell 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 9:25 UTC (permalink / raw) To: linux-kernel, rusty Andrew Morton <akpm@osdl.org> wrote: > > Andrew Morton <akpm@osdl.org> wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > oops, it appears that rmmod hangs in D state all the time. Fixes: kernel/stop_machine.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/stop_machine.c~hotplugcpu-generalise-bogolock-fix-for-kthread-stop-using-signals kernel/stop_machine.c --- 25/kernel/stop_machine.c~hotplugcpu-generalise-bogolock-fix-for-kthread-stop-using-signals 2004-02-18 01:14:27.000000000 -0800 +++ 25-akpm/kernel/stop_machine.c 2004-02-18 01:14:54.000000000 -0800 @@ -148,7 +148,7 @@ static int do_stop(void *_smdata) complete(&smdata->done); /* Wait for kthread_stop */ - while (!signal_pending(current)) { + while (!kthread_should_stop()) { __set_current_state(TASK_INTERRUPTIBLE); schedule(); } _ kernel/softirq.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/softirq.c~hotplugcpu-core-fix-for-kthread-stop-using-signals kernel/softirq.c --- 25/kernel/softirq.c~hotplugcpu-core-fix-for-kthread-stop-using-signals 2004-02-18 01:19:14.000000000 -0800 +++ 25-akpm/kernel/softirq.c 2004-02-18 01:19:29.000000000 -0800 @@ -349,7 +349,7 @@ static int ksoftirqd(void * __bind_cpu) wait_to_die: preempt_enable(); /* Wait for kthread_stop */ - while (!signal_pending(current)) { + while (!kthread_should_stop()) { __set_current_state(TASK_INTERRUPTIBLE); schedule(); } _ ipc/shm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN ipc/shm.c~add-syscalls_h-shmat-fix ipc/shm.c --- 25/ipc/shm.c~add-syscalls_h-shmat-fix 2004-02-18 01:22:41.000000000 -0800 +++ 25-akpm/ipc/shm.c 2004-02-18 01:22:41.000000000 -0800 @@ -635,7 +635,7 @@ out: * "raddr" thing points to kernel space, and there has to be a wrapper around * this. */ -long sys_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) +asmlinkage long sys_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) { struct shmid_kernel *shp; unsigned long addr; _ ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 9:25 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 13:42 ` Rusty Russell 2004-02-18 18:50 ` 2.6.3-mm1 Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Rusty Russell @ 2004-02-18 13:42 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel In message <20040218012553.1228ae34.akpm@osdl.org> you write: > Andrew Morton <akpm@osdl.org> wrote: > > > > Andrew Morton <akpm@osdl.org> wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6. 3-mm1/ > > > > oops, it appears that rmmod hangs in D state all the time. > > Fixes: [ snip obviously correct fixes ] Yes. My bad: I forwarded a replacement kthread implementation to you and missed the other subs. It was 1am on a Monday morning, but nonetheless. Do you want me to consolidate the patches in your tree? At the moment you're carrying: kthread-primitive.patch kthread-affinity-fix.patch kthread-affinity-fix-fix.patch kthread-handle-non-booting-CPUs.patch kthread-stop-using-signals.patch Which are logically a single "kthread-without-signals" patch. Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 13:42 ` 2.6.3-mm1 Rusty Russell @ 2004-02-18 18:50 ` Andrew Morton 0 siblings, 0 replies; 33+ messages in thread From: Andrew Morton @ 2004-02-18 18:50 UTC (permalink / raw) To: Rusty Russell; +Cc: linux-kernel Rusty Russell <rusty@rustcorp.com.au> wrote: > > Do you want me to consolidate the patches in your tree? At the moment > you're carrying: > > kthread-primitive.patch > kthread-affinity-fix.patch > kthread-affinity-fix-fix.patch > kthread-handle-non-booting-CPUs.patch > kthread-stop-using-signals.patch > > Which are logically a single "kthread-without-signals" patch. Is OK, thanks - that is merely a matter of typing `joinpatch $(nextpatch); drop-patch $(nextpatch)' four times. I generally keep these things separated for quite a long time because it aids in the binary-search-to-see-what-broke-it game. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton 2004-02-18 7:43 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 11:13 ` Sean Neakums 2004-02-18 11:14 ` 2.6.3-mm1 Jonathan Brown ` (5 subsequent siblings) 7 siblings, 0 replies; 33+ messages in thread From: Sean Neakums @ 2004-02-18 11:13 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel Using the configuration below (UP+PREEMPT, all user-visible ACPI configuration options disabled), I get the following errors at link time: arch/i386/kernel/built-in.o(.text+0xc9ab): In function `acpi_apic_setup': : undefined reference to `smp_found_config' arch/i386/kernel/built-in.o(.text+0xc9b0): In function `acpi_apic_setup': : undefined reference to `clustered_apic_check' This change "fixes" it, in that the link succeeds and the machine boots and seems to work. --- S3-mm1/arch/i386/kernel/acpi/boot.c~ 2004-02-18 10:07:36.000000000 +0000 +++ S3-mm1/arch/i386/kernel/acpi/boot.c 2004-02-18 10:48:19.000000000 +0000 @@ -576,10 +576,12 @@ #endif /* CONFIG_X86_IO_APIC && CONFIG_ACPI_INTERPRETER */ +#ifdef SMP if (acpi_lapic && acpi_ioapic) { smp_found_config = 1; clustered_apic_check(); } +#endif return 0; } # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_STANDALONE=y CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_IKCONFIG is not set # CONFIG_EMBEDDED is not set CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set # # Loadable module support # # CONFIG_MODULES is not set # # Processor type and features # CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set CONFIG_MPENTIUMIII=y # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_X86_GENERIC is not set CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y # CONFIG_X86_4G is not set # CONFIG_X86_SWITCH_PAGETABLES is not set # CONFIG_X86_4G_VM_LAYOUT is not set # CONFIG_X86_UACCESS_INDIRECT is not set # CONFIG_X86_HIGH_ENTRY is not set # CONFIG_HPET_TIMER is not set # CONFIG_HPET_EMULATE_RTC is not set # CONFIG_SMP is not set CONFIG_PREEMPT=y # CONFIG_X86_UP_APIC is not set CONFIG_X86_TSC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is not set # CONFIG_EDD is not set CONFIG_NOHIGHMEM=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y CONFIG_HAVE_DEC_LOCK=y CONFIG_REGPARM=y # # Power management options (ACPI, APM) # # CONFIG_PM is not set # # ACPI (Advanced Configuration and Power Interface) Support # # CONFIG_ACPI is not set CONFIG_ACPI_BOOT=y # # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set # # Bus options (PCI, PCMCIA, EISA, MCA, ISA) # CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_LEGACY_PROC=y CONFIG_PCI_NAMES=y CONFIG_ISA=y # CONFIG_EISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set CONFIG_HOTPLUG=y # # PCMCIA/CardBus support # # CONFIG_PCMCIA is not set CONFIG_PCMCIA_PROBE=y # # PCI Hotplug Support # # CONFIG_HOTPLUG_PCI is not set # # Executable file formats # CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set # # Device Drivers # # # Generic Driver Options # # CONFIG_FW_LOADER is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play support # # CONFIG_PNP is not set # # Block devices # CONFIG_BLK_DEV_FD=y # CONFIG_BLK_DEV_XD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_INITRD is not set CONFIG_LBD=y # # ATA/ATAPI/MFM/RLL support # CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y # CONFIG_IDEDISK_STROKE is not set CONFIG_BLK_DEV_IDECD=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_IDE_TASK_IOCTL is not set CONFIG_IDE_TASKFILE_IO=y # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_CMD640 is not set CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_SHARE_IRQ=y # CONFIG_BLK_DEV_OFFBOARD is not set CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set CONFIG_BLK_DEV_RZ1000=y CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_ADMA=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_SC1200 is not set CONFIG_BLK_DEV_PIIX=y # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_IDE_CHIPSETS is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_DMA_NONPCI is not set # CONFIG_BLK_DEV_HD is not set # # SCSI device support # # CONFIG_SCSI is not set # # Old CD-ROM drivers (not SCSI, not IDE) # # CONFIG_CD_NO_IDESCSI is not set # # Multi-device support (RAID and LVM) # CONFIG_MD=y # CONFIG_BLK_DEV_MD is not set CONFIG_BLK_DEV_DM=y CONFIG_DM_IOCTL_V4=y CONFIG_DM_CRYPT=y # # Fusion MPT device support # # # IEEE 1394 (FireWire) support (EXPERIMENTAL) # # CONFIG_IEEE1394 is not set # # I2O device support # # CONFIG_I2O is not set # # Macintosh device drivers # # # Networking support # CONFIG_NET=y # # Networking options # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set # CONFIG_NETLINK_DEV is not set CONFIG_UNIX=y CONFIG_NET_KEY=y CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set # CONFIG_INET_ECN is not set # CONFIG_SYN_COOKIES is not set CONFIG_INET_AH=y CONFIG_INET_ESP=y CONFIG_INET_IPCOMP=y # CONFIG_IPV6 is not set # CONFIG_DECNET is not set # CONFIG_BRIDGE is not set # CONFIG_NETFILTER is not set CONFIG_XFRM=y # CONFIG_XFRM_USER is not set # # SCTP Configuration (EXPERIMENTAL) # CONFIG_IPV6_SCTP__=y # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set # CONFIG_VLAN_8021Q is not set # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_NET_DIVERT is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_FASTROUTE is not set # CONFIG_NET_HW_FLOWCONTROL is not set # # QoS and/or fair queueing # # CONFIG_NET_SCHED is not set # # Network testing # # CONFIG_NET_PKTGEN is not set CONFIG_NETDEVICES=y # # ARCnet devices # # CONFIG_ARCNET is not set CONFIG_DUMMY=y # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # # Ethernet (10 or 100Mbit) # CONFIG_NET_ETHERNET=y # CONFIG_MII is not set # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set CONFIG_NET_VENDOR_3COM=y # CONFIG_EL1 is not set # CONFIG_EL2 is not set # CONFIG_ELPLUS is not set # CONFIG_EL16 is not set # CONFIG_EL3 is not set # CONFIG_3C515 is not set CONFIG_VORTEX=y # CONFIG_TYPHOON is not set # CONFIG_LANCE is not set # CONFIG_NET_VENDOR_SMC is not set # CONFIG_NET_VENDOR_RACAL is not set # # Tulip family network device support # # CONFIG_NET_TULIP is not set # CONFIG_AT1700 is not set # CONFIG_DEPCA is not set # CONFIG_HP100 is not set # CONFIG_NET_ISA is not set # CONFIG_NET_PCI is not set # CONFIG_NET_POCKET is not set # # Ethernet (1000 Mbit) # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SK98LIN is not set # CONFIG_TIGON3 is not set # # Ethernet (10000 Mbit) # # CONFIG_IXGB is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # # Wireless LAN (non-hamradio) # # CONFIG_NET_RADIO is not set # # Token Ring devices # # CONFIG_TR is not set # CONFIG_RCPCI is not set # CONFIG_SHAPER is not set # CONFIG_NETCONSOLE is not set # # Wan interfaces # # CONFIG_WAN is not set # # Amateur Radio support # # CONFIG_HAMRADIO is not set # # IrDA (infrared) support # # CONFIG_IRDA is not set # # Bluetooth support # # CONFIG_BT is not set # CONFIG_KGDBOE is not set # CONFIG_NETPOLL is not set # CONFIG_NETPOLL_RX is not set # CONFIG_NETPOLL_TRAP is not set # CONFIG_NET_POLL_CONTROLLER is not set # # ISDN subsystem # # CONFIG_ISDN is not set # # Telephony Support # # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input I/O drivers # # CONFIG_GAMEPORT is not set CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_INPORT is not set # CONFIG_MOUSE_LOGIBM is not set # CONFIG_MOUSE_PC110PAD is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_MISC is not set # # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_SERIAL_NONSTANDARD is not set # # Serial drivers # # CONFIG_SERIAL_8250 is not set # # Non-8250 serial port support # CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_QIC02_TAPE is not set # # IPMI # # CONFIG_IPMI_HANDLER is not set # # Watchdog Cards # # CONFIG_WATCHDOG is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set # CONFIG_RTC is not set # CONFIG_GEN_RTC is not set # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # # Ftape, the floppy tape device driver # # CONFIG_FTAPE is not set CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set # CONFIG_AGP_VIA is not set CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_GAMMA is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set CONFIG_DRM_I810=y # CONFIG_DRM_I830 is not set # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set # CONFIG_HANGCHECK_TIMER is not set # # I2C support # # CONFIG_I2C is not set # # Multimedia devices # # CONFIG_VIDEO_DEV is not set # # Digital Video Broadcasting Devices # # CONFIG_DVB is not set # # Graphics support # # CONFIG_FB is not set # CONFIG_VIDEO_SELECT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y # # Sound # CONFIG_SOUND=y # # Advanced Linux Sound Architecture # CONFIG_SND=y CONFIG_SND_SEQUENCER=y # CONFIG_SND_SEQ_DUMMY is not set CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_SEQUENCER_OSS=y # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set # # Generic devices # # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # # ISA devices # # CONFIG_SND_AD1848 is not set # CONFIG_SND_CS4231 is not set # CONFIG_SND_CS4232 is not set # CONFIG_SND_CS4236 is not set # CONFIG_SND_ES1688 is not set # CONFIG_SND_ES18XX is not set # CONFIG_SND_GUSCLASSIC is not set # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set # CONFIG_SND_OPTI92X_AD1848 is not set # CONFIG_SND_OPTI92X_CS4231 is not set # CONFIG_SND_OPTI93X is not set # CONFIG_SND_SB8 is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SBAWE is not set # CONFIG_SND_WAVEFRONT is not set # CONFIG_SND_CMI8330 is not set # CONFIG_SND_OPL3SA2 is not set # CONFIG_SND_SGALAXY is not set # CONFIG_SND_SSCAPE is not set # # PCI devices # # CONFIG_SND_ALI5451 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set CONFIG_SND_INTEL8X0=y # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VX222 is not set # # Open Sound System # # CONFIG_SOUND_PRIME is not set # # USB support # # CONFIG_USB is not set # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y # CONFIG_ZISOFS is not set CONFIG_UDF_FS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # # Network File Systems # # CONFIG_NFS_FS is not set # CONFIG_NFSD is not set # CONFIG_EXPORTFS is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y # # Native Language Support # CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set # # Profiling support # # CONFIG_PROFILING is not set # # Kernel hacking # # CONFIG_DEBUG_KERNEL is not set CONFIG_EARLY_PRINTK=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set # # Security options # # CONFIG_SECURITY is not set # # Cryptographic options # CONFIG_CRYPTO=y CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_BLOWFISH=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_SERPENT=y CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y CONFIG_CRYPTO_DEFLATE=y # CONFIG_CRYPTO_TEST is not set # # Library routines # # CONFIG_CRC32 is not set CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_X86_BIOS_REBOOT=y CONFIG_PC=y ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton 2004-02-18 7:43 ` 2.6.3-mm1 Andrew Morton 2004-02-18 11:13 ` 2.6.3-mm1 Sean Neakums @ 2004-02-18 11:14 ` Jonathan Brown 2004-02-18 12:37 ` 2.6.3-mm1 Sean Neakums 2004-02-18 12:14 ` dmcrypt works well on 2.6.3 WAS: 2.6.3-mm1 bert hubert ` (4 subsequent siblings) 7 siblings, 1 reply; 33+ messages in thread From: Jonathan Brown @ 2004-02-18 11:14 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel When I try to startx with this kernel I get this error: (EE) RADEON(0): shmat() call retruned errno 1013 No problem with similar .config on 2.6.3. Can post .config if necessary. Jonathan Brown http://emergence.uk.net/ Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > - Added the dm-crypt driver: a crypto layer for device-mapper. > > People need to test and use this please. There is documentation at > http://www.saout.de/misc/dm-crypt/. > > We should get this tested and merged up. We can then remove the nasty > bio remapping code from the loop driver. This will remove the current > ordering guarantees which the loop driver provides for journalled > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > After that we should remove cryptoloop altogether. > > It's a bit late but cyptoloop hasn't been there for long anyway and it > doesn't even work right with highmem systems (that part is fixed in -mm). > > - Added the fbdev cursor API patch. Not sure what this does apart from > preventing the rivafb driver from linking. I'll let others decide if this > is progress. > > - There's a patch here to consolidate the 32->64 compat code for the IPC > syscalls. Needs testing on various 64-bit machines. > > - Various random fixes to things. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 11:14 ` 2.6.3-mm1 Jonathan Brown @ 2004-02-18 12:37 ` Sean Neakums 0 siblings, 0 replies; 33+ messages in thread From: Sean Neakums @ 2004-02-18 12:37 UTC (permalink / raw) To: Jonathan Brown; +Cc: Andrew Morton, linux-kernel Jonathan Brown <jbrown@emergence.uk.net> writes: > When I try to startx with this kernel I get this error: > > (EE) RADEON(0): shmat() call retruned errno 1013 > > No problem with similar .config on 2.6.3. Can post .config if necessary. I think you need to apply the third patch below, although all three should probably be applied. Date: Wed, 18 Feb 2004 01:25:53 -0800 From: Andrew Morton <akpm@osdl.org> To: linux-kernel@vger.kernel.org, rusty@rustcorp.com.au Subject: Re: 2.6.3-mm1 Message-Id: <20040218012553.1228ae34.akpm@osdl.org> Andrew Morton <akpm@osdl.org> wrote: > > Andrew Morton <akpm@osdl.org> wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > oops, it appears that rmmod hangs in D state all the time. Fixes: kernel/stop_machine.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/stop_machine.c~hotplugcpu-generalise-bogolock-fix-for-kthread-stop-using-signals kernel/stop_machine.c --- 25/kernel/stop_machine.c~hotplugcpu-generalise-bogolock-fix-for-kthread-stop-using-signals 2004-02-18 01:14:27.000000000 -0800 +++ 25-akpm/kernel/stop_machine.c 2004-02-18 01:14:54.000000000 -0800 @@ -148,7 +148,7 @@ static int do_stop(void *_smdata) complete(&smdata->done); /* Wait for kthread_stop */ - while (!signal_pending(current)) { + while (!kthread_should_stop()) { __set_current_state(TASK_INTERRUPTIBLE); schedule(); } _ kernel/softirq.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/softirq.c~hotplugcpu-core-fix-for-kthread-stop-using-signals kernel/softirq.c --- 25/kernel/softirq.c~hotplugcpu-core-fix-for-kthread-stop-using-signals 2004-02-18 01:19:14.000000000 -0800 +++ 25-akpm/kernel/softirq.c 2004-02-18 01:19:29.000000000 -0800 @@ -349,7 +349,7 @@ static int ksoftirqd(void * __bind_cpu) wait_to_die: preempt_enable(); /* Wait for kthread_stop */ - while (!signal_pending(current)) { + while (!kthread_should_stop()) { __set_current_state(TASK_INTERRUPTIBLE); schedule(); } _ ipc/shm.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN ipc/shm.c~add-syscalls_h-shmat-fix ipc/shm.c --- 25/ipc/shm.c~add-syscalls_h-shmat-fix 2004-02-18 01:22:41.000000000 -0800 +++ 25-akpm/ipc/shm.c 2004-02-18 01:22:41.000000000 -0800 @@ -635,7 +635,7 @@ out: * "raddr" thing points to kernel space, and there has to be a wrapper around * this. */ -long sys_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) +asmlinkage long sys_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) { struct shmid_kernel *shp; unsigned long addr; _ - 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] 33+ messages in thread
* dmcrypt works well on 2.6.3 WAS: Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton ` (2 preceding siblings ...) 2004-02-18 11:14 ` 2.6.3-mm1 Jonathan Brown @ 2004-02-18 12:14 ` bert hubert 2004-02-18 14:26 ` 2.6.3-mm1 Ramon Rey Vicente ` (3 subsequent siblings) 7 siblings, 0 replies; 33+ messages in thread From: bert hubert @ 2004-02-18 12:14 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel, christophe > People need to test and use this please. There is documentation at > http://www.saout.de/misc/dm-crypt/. Works amazingly well. Starting from stock 2.6.3 I applied 'dm*' from the broken out 2.6.3-mm1, no fuzz or offset, and ran make on the kernel I had built this morning. I then turned on the device mapper and its crypto support and loaded the modules, without rebooting. Downloaded ftp://ftp.sistina.com/pub/LVM2/device-mapper/device-mapper-latest.tgz ./configure && make && sudo make install sudo ./scripts/devmap_mknod.sh (to create /dev/mapper) Downloaded http://www.stwing.org/~sluskyb/util-linux/hashalot-0.2.0.tar.gz ./configure && make && sudo make install Downloaded http://www.saout.de/misc/cryptsetup ran: cryptsetup -h plain create crypted /dev/hdb1 (the -h plain isn't necessary, I didn't have hashalot earlier, and even with -h plain it wants hashalot) entered a passphrase (already forgotten though) e2fsck /dev/mapper/crypted mount /dev/mapper/crypted /mnt mke2fs proved to be a significant CPU load (all sy) and took a minute or two to run, which could be forgiven, it had to mke2fs 200G. I then copied the entire Linux build tree to /mnt, ran make clean, make, and 12 minutes later I had a new kernel. System load was below <10% at all times, mostly <5%. Then I did the whole thing again but then with ext3, which worked too. System load appeared slightly higher, the build however took 12 minutes as well. Kudos! Suggestions ----------- 1) Add a reference to the hashalot location to http://www.saout.de/misc/dm-crypt/ and add some units to 'cryptsetup', something like this (probably tab/space damaged): --- cryptsetup 2003-12-26 21:27:08.000000000 +0100 +++ cryptsetup.ahu 2004-02-18 12:46:18.000000000 +0100 @@ -229,10 +229,10 @@ gettable "$NAME" echo "$DMPATH$NAME is active:" echo " cipher: $CIPHER" - echo " keysize: $[${#KEY}/2]" + echo " keysize: $[${#KEY}/2] bytes" echo " device: $DEVICE" echo " offset: $SKIPPED" - echo " size: $SIZE" + echo " size: $SIZE sectors" [ $SKIPPED -gt 0 ] && echo " skipped: $SKIPPED" unset KEY else The output can be mighty confusing otherwise. 2) Remove dependence on hashalot for -h plain 3) Add pointer to hashalot on the main page 4) make make install of the device mapper userspace run the mknod script > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. (...) > After that we should remove cryptoloop altogether. Big fat warnings might be wise in the meantime. I sincerely hope that dm-crypt can be merged sooner rather than later. It feels good and it Just Works. Thanks! -- http://www.PowerDNS.com Open source, database driven DNS Software http://lartc.org Linux Advanced Routing & Traffic Control HOWTO ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton ` (3 preceding siblings ...) 2004-02-18 12:14 ` dmcrypt works well on 2.6.3 WAS: 2.6.3-mm1 bert hubert @ 2004-02-18 14:26 ` Ramon Rey Vicente 2004-02-18 18:55 ` 2.6.3-mm1 Andrew Morton 2004-02-18 16:16 ` 2.6.3-mm1 Bill Davidsen ` (2 subsequent siblings) 7 siblings, 1 reply; 33+ messages in thread From: Ramon Rey Vicente @ 2004-02-18 14:26 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 535 bytes --] Hi, With ACPI disabled and APM enabled I get this build error. arch/i386/kernel/built-in.o(.text+0xbf3a): In function `acpi_apic_setup': : undefined reference to `smp_found_config' arch/i386/kernel/built-in.o(.text+0xbf43): In function `acpi_apic_setup': : undefined reference to `clustered_apic_check' make: *** [.tmp_vmlinux1] Error 1 -- Ramón Rey Vicente <ramon dot rey at hispalinux dot es> jabber ID <rreylinux at jabber dot org> GPG public key ID 0xBEBD71D5 -> http://pgp.escomposlinux.org/ [-- Attachment #2: Esta parte del mensaje está firmada digitalmente --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 14:26 ` 2.6.3-mm1 Ramon Rey Vicente @ 2004-02-18 18:55 ` Andrew Morton 2004-02-18 19:06 ` 2.6.3-mm1 Matthew Wilcox 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 18:55 UTC (permalink / raw) To: ramon.rey; +Cc: rrey, linux-kernel, Matthew Wilcox Ramon Rey Vicente <rrey@ranty.pantax.net> wrote: > > Hi, > > With ACPI disabled and APM enabled I get this build error. > > arch/i386/kernel/built-in.o(.text+0xbf3a): In function `acpi_apic_setup': > : undefined reference to `smp_found_config' > arch/i386/kernel/built-in.o(.text+0xbf43): In function `acpi_apic_setup': > : undefined reference to `clustered_apic_check' > make: *** [.tmp_vmlinux1] Error 1 The fickle finger of fate points at expanded-pci-config-space.patch ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 18:55 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 19:06 ` Matthew Wilcox 0 siblings, 0 replies; 33+ messages in thread From: Matthew Wilcox @ 2004-02-18 19:06 UTC (permalink / raw) To: Andrew Morton; +Cc: ramon.rey, rrey, linux-kernel, Matthew Wilcox On Wed, Feb 18, 2004 at 10:55:55AM -0800, Andrew Morton wrote: > Ramon Rey Vicente <rrey@ranty.pantax.net> wrote: > > > > Hi, > > > > With ACPI disabled and APM enabled I get this build error. > > > > arch/i386/kernel/built-in.o(.text+0xbf3a): In function `acpi_apic_setup': > > : undefined reference to `smp_found_config' > > arch/i386/kernel/built-in.o(.text+0xbf43): In function `acpi_apic_setup': > > : undefined reference to `clustered_apic_check' > > make: *** [.tmp_vmlinux1] Error 1 > > The fickle finger of fate points at expanded-pci-config-space.patch It does indeed. The patch I posted earlier today (http://www.ussg.iu.edu/hypermail/linux/kernel/0402.2/0770.html) fixes it. I've got some more updates for this patch coming shortly, BTW. If anyone wants a quick workaround, you can just turn on Local APIC and the problem will disappear. -- "Next the statesmen will invent cheap lies, putting the blame upon the nation that is attacked, and every man will be glad of those conscience-soothing falsities, and will diligently study them, and refuse to examine any refutations of them; and thus he will by and by convince himself that the war is just, and will thank God for the better sleep he enjoys after this process of grotesque self-deception." -- Mark Twain ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton ` (4 preceding siblings ...) 2004-02-18 14:26 ` 2.6.3-mm1 Ramon Rey Vicente @ 2004-02-18 16:16 ` Bill Davidsen 2004-02-18 20:04 ` 2.6.3-mm1 Brandon Low 2004-02-18 17:50 ` 2.6.3-mm1 James Simmons 2004-02-22 2:46 ` 2.6.3-mm1 William Lee Irwin III 7 siblings, 1 reply; 33+ messages in thread From: Bill Davidsen @ 2004-02-18 16:16 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > - Added the dm-crypt driver: a crypto layer for device-mapper. > > People need to test and use this please. There is documentation at > http://www.saout.de/misc/dm-crypt/. > > We should get this tested and merged up. We can then remove the nasty > bio remapping code from the loop driver. This will remove the current > ordering guarantees which the loop driver provides for journalled > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > After that we should remove cryptoloop altogether. > > It's a bit late but cyptoloop hasn't been there for long anyway and it > doesn't even work right with highmem systems (that part is fixed in -mm). What definition of "stable kernel" do you use which includes removal of features which were reasons to migrate to 2.6 from 2.4? This change would mean having to add dm to the kernel which otherwise doesn't use it, carry dm utilities on the system whcih are otherwise unneeded, and train people to use and not use dm. I expect major things to change in a development series, but less major things than this have been pushed to 2.7, why is this being forced in? -- bill davidsen <davidsen@tmr.com> CTO TMR Associates, Inc Doing interesting things with small computers since 1979 ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 16:16 ` 2.6.3-mm1 Bill Davidsen @ 2004-02-18 20:04 ` Brandon Low 2004-02-18 20:22 ` 2.6.3-mm1 Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Brandon Low @ 2004-02-18 20:04 UTC (permalink / raw) To: Andrew Morton, linux-kernel On Wed, 02/18/04 at 11:16:40 -0500, Bill Davidsen wrote: > Andrew Morton wrote: > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > > >- Added the dm-crypt driver: a crypto layer for device-mapper. > > > > People need to test and use this please. There is documentation at > > http://www.saout.de/misc/dm-crypt/. > > > > We should get this tested and merged up. We can then remove the nasty > > bio remapping code from the loop driver. This will remove the current > > ordering guarantees which the loop driver provides for journalled > > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > > > After that we should remove cryptoloop altogether. > > > > It's a bit late but cyptoloop hasn't been there for long anyway and it > > doesn't even work right with highmem systems (that part is fixed in -mm). > > What definition of "stable kernel" do you use which includes removal of > features which were reasons to migrate to 2.6 from 2.4? This change > would mean having to add dm to the kernel which otherwise doesn't use > it, carry dm utilities on the system whcih are otherwise unneeded, and > train people to use and not use dm. > > I expect major things to change in a development series, but less major > things than this have been pushed to 2.7, why is this being forced in? > I must add my voice here in strong opposition of the removal of cryptoloop from the 2.6 series of kernels. This is no longer a development series kernel, I (and others, I'm sure) have been working on developing technologies which depend on this functionality and which would be _very_ annoying to do with DM (liveCD-on-cryptoloop-on-iso). Please do not drop cryptoloop! Thanks, -- Brandon Low Release Coordinator Ribstone Systems http://www.ribstonesystems.com ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:04 ` 2.6.3-mm1 Brandon Low @ 2004-02-18 20:22 ` Andrew Morton 2004-02-18 20:33 ` 2.6.3-mm1 Brandon Low 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 20:22 UTC (permalink / raw) To: Brandon Low; +Cc: linux-kernel Brandon Low <blow@rbsys.com> wrote: > > I must add my voice here in strong opposition of the removal of > cryptoloop from the 2.6 series of kernels. This is no longer a > development series kernel, I (and others, I'm sure) have been working on > developing technologies which depend on this functionality and which > would be _very_ annoying to do with DM (liveCD-on-cryptoloop-on-iso). Why is it problematic? > Please do not drop cryptoloop! ho-hum. Why should we retain crypto capabilities which have widely understood vulnerabilities? We mainly want to remove the bio remapping stuff from the loop driver because it's horrid and deadlocks under heavy memory pressure. Maybe we can leave crytoloop there with big "kindergarten crypto - do not use" labels all over it. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:22 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 20:33 ` Brandon Low 2004-02-18 20:52 ` 2.6.3-mm1 Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Brandon Low @ 2004-02-18 20:33 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel On Wed, 02/18/04 at 12:22:16 -0800, Andrew Morton wrote: > Brandon Low <blow@rbsys.com> wrote: > > > > I must add my voice here in strong opposition of the removal of > > cryptoloop from the 2.6 series of kernels. This is no longer a > > development series kernel, I (and others, I'm sure) have been working on > > developing technologies which depend on this functionality and which > > would be _very_ annoying to do with DM (liveCD-on-cryptoloop-on-iso). > > Why is it problematic? > Involves taking up precious CD space with the DM tools and modules... Besides, this isn't really the point, the point is that the new dmcrypto is only in -mm and cryptoloop is in both trees, those of us developing applications based on cryptoloop don't have a mainline kernel to even start testing dmcrypto against in the 2.6 series, so it is more a political issue than a technical issue which makes the removal of a feature like this from the 2.6 series a bad thing... (In my humble never contributed to the kernel opinion) Technically speaking there is no doubt that you are correct to want to remove cryptoloop... but if people are depending on that support to stay in a stable kernel and are developing based on it and don't have the time to learn dm or dmcrypto and redesign whatever may need redesigning to use it, it strikes me as rude to pull that support. > > Please do not drop cryptoloop! > > ho-hum. Why should we retain crypto capabilities which have widely > understood vulnerabilities? > > We mainly want to remove the bio remapping stuff from the loop driver > because it's horrid and deadlocks under heavy memory pressure. Maybe we > can leave crytoloop there with big "kindergarten crypto - do not use" > labels all over it. > DEPRECATED would probably do... -- Brandon Low Release Manager Ribstone Systems http://www.ribstonesystems.com ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:33 ` 2.6.3-mm1 Brandon Low @ 2004-02-18 20:52 ` Andrew Morton 2004-02-18 20:52 ` 2.6.3-mm1 Brandon Low 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 20:52 UTC (permalink / raw) To: Brandon Low; +Cc: linux-kernel Brandon Low <lostlogic@gentoo.org> wrote: > > but if people are depending on that support to stay > in a stable kernel and are developing based on it and don't have the > time to learn dm or dmcrypto and redesign whatever may need redesigning > to use it, it strikes me as rude to pull that support. This is actually an argument for removing cryptolooop. People are developing against a crypto infrastructure which has well-known weaknesses. Pulling it out is an excellent way of communicating this fact. Right now, we're just deluding people. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:52 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 20:52 ` Brandon Low 2004-02-18 21:00 ` 2.6.3-mm1 Andrew Morton 2004-02-18 22:15 ` 2.6.3-mm1 Christophe Saout 0 siblings, 2 replies; 33+ messages in thread From: Brandon Low @ 2004-02-18 20:52 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel On Wed, 02/18/04 at 12:52:27 -0800, Andrew Morton wrote: > Brandon Low <lostlogic@gentoo.org> wrote: > > > > but if people are depending on that support to stay > > in a stable kernel and are developing based on it and don't have the > > time to learn dm or dmcrypto and redesign whatever may need redesigning > > to use it, it strikes me as rude to pull that support. > > This is actually an argument for removing cryptolooop. People are > developing against a crypto infrastructure which has well-known weaknesses. > > Pulling it out is an excellent way of communicating this fact. Right now, > we're just deluding people. Unfortunately, you have a valid point... I don't like it, because it means work for me, but it is a valid point... I am just reading up on dm now, but correct me if I am wrong, I will need to do losetup, dmcreate, mount in that order in order to use dmcrypt on loop where with cryptoloop, I could just do "mount"... there must be an easier way to handle this! Thanks, Brandon ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:52 ` 2.6.3-mm1 Brandon Low @ 2004-02-18 21:00 ` Andrew Morton 2004-02-18 22:15 ` 2.6.3-mm1 Christophe Saout 1 sibling, 0 replies; 33+ messages in thread From: Andrew Morton @ 2004-02-18 21:00 UTC (permalink / raw) To: Brandon Low; +Cc: linux-kernel Brandon Low <lostlogic@gentoo.org> wrote: > > I am just reading up on dm now, but correct me if I am wrong, I will > need to do losetup, dmcreate, mount in that order in order to use > dmcrypt on loop where with cryptoloop, I could just do "mount"... there > must be an easier way to handle this! See Bert's email from eariler today: Date: Wed, 18 Feb 2004 13:14:16 +0100 From: bert hubert <ahu@ds9a.nl> > People need to test and use this please. There is documentation at > http://www.saout.de/misc/dm-crypt/. Works amazingly well. Starting from stock 2.6.3 I applied 'dm*' from the broken out 2.6.3-mm1, no fuzz or offset, and ran make on the kernel I had built this morning. I then turned on the device mapper and its crypto support and loaded the modules, without rebooting. Downloaded ftp://ftp.sistina.com/pub/LVM2/device-mapper/device-mapper-latest.tgz ./configure && make && sudo make install sudo ./scripts/devmap_mknod.sh (to create /dev/mapper) Downloaded http://www.stwing.org/~sluskyb/util-linux/hashalot-0.2.0.tar.gz ./configure && make && sudo make install Downloaded http://www.saout.de/misc/cryptsetup ran: cryptsetup -h plain create crypted /dev/hdb1 (the -h plain isn't necessary, I didn't have hashalot earlier, and even with -h plain it wants hashalot) entered a passphrase (already forgotten though) e2fsck /dev/mapper/crypted mount /dev/mapper/crypted /mnt mke2fs proved to be a significant CPU load (all sy) and took a minute or two to run, which could be forgiven, it had to mke2fs 200G. I then copied the entire Linux build tree to /mnt, ran make clean, make, and 12 minutes later I had a new kernel. System load was below <10% at all times, mostly <5%. Then I did the whole thing again but then with ext3, which worked too. System load appeared slightly higher, the build however took 12 minutes as well. Kudos! Suggestions ----------- 1) Add a reference to the hashalot location to http://www.saout.de/misc/dm-crypt/ and add some units to 'cryptsetup', something like this (probably tab/space damaged): --- cryptsetup 2003-12-26 21:27:08.000000000 +0100 +++ cryptsetup.ahu 2004-02-18 12:46:18.000000000 +0100 @@ -229,10 +229,10 @@ gettable "$NAME" echo "$DMPATH$NAME is active:" echo " cipher: $CIPHER" - echo " keysize: $[${#KEY}/2]" + echo " keysize: $[${#KEY}/2] bytes" echo " device: $DEVICE" echo " offset: $SKIPPED" - echo " size: $SIZE" + echo " size: $SIZE sectors" [ $SKIPPED -gt 0 ] && echo " skipped: $SKIPPED" unset KEY else The output can be mighty confusing otherwise. 2) Remove dependence on hashalot for -h plain 3) Add pointer to hashalot on the main page 4) make make install of the device mapper userspace run the mknod script > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. (...) > After that we should remove cryptoloop altogether. Big fat warnings might be wise in the meantime. I sincerely hope that dm-crypt can be merged sooner rather than later. It feels good and it Just Works. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 20:52 ` 2.6.3-mm1 Brandon Low 2004-02-18 21:00 ` 2.6.3-mm1 Andrew Morton @ 2004-02-18 22:15 ` Christophe Saout 2004-02-19 0:33 ` 2.6.3-mm1 Brandon Low 1 sibling, 1 reply; 33+ messages in thread From: Christophe Saout @ 2004-02-18 22:15 UTC (permalink / raw) To: Brandon Low; +Cc: Andrew Morton, linux-kernel Am Mi, den 18.02.2004 schrieb Brandon Low um 21:52: > I am just reading up on dm now, but correct me if I am wrong, I will > need to do losetup, dmcreate, mount in that order in order to use > dmcrypt on loop where with cryptoloop, I could just do "mount"... there > must be an easier way to handle this! You don't need to know everything about dm to set up encrypted devices. Basically dmsetup is something like losetup, only that it's much more flexible. To set up a device basically: echo 0 `blockdev --getsize /dev/bla` crypt <cipher> <key> 0 /dev/bla 0 | dmsetup create <newname> is enough. And it's just temporary, because no special tool has been written yet. dmsetup is the most low-level dm tool, mostly for developers. I've written a shell script named cryptsetup for the meantime, it asks for a passphrase and does all the magic you need. "cryptsetup create test /dev/hda5" will ask for a passphrase and set up /dev/mapper/test. Voila. "cryptsetup remove test" removes it and "cryptsetup status test" shows some status information. mount -o loop is basically a hack. mount uses parts of losetup to do an ioctl. The encryption support as mount argument is an additional patch. Even worse, some do passphrase hashing, some don't... it works but it's not a very clean solution either. BTW: dmsetup is NOT a big program. It has two parts: a libdevmapper.so in /lib and the dmsetup binary itself. Every part is 16k in size (if compiled statically into one binary it's just 27k), and it's still linked against glibc. If linked against dietlibc or klibc it would be even smaller. Nobody needs LVM tools or something. It's just a small client for the dm ioctl, just like losetup is a client for the loop ioctl. There are some plans to write a unified plugin based key management tool. You might want to have your key stored on a USB stick. Or encrypted in the first sector of your device and you want to unlock it using a password (so you can change your password without needing to reencrypt your data). This would be much more flexible than most of the crap floating around. So, you see. NO NEED TO PANIC. Cryptoloop won't disappear over night. There will be some nice to user interface. At the moment dm-crypt is only a *kernel implementation* and not meant to be used by every end user immediately. Nobody will force you to drop cryptoloop until there is a clean solution for everybody out there. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 22:15 ` 2.6.3-mm1 Christophe Saout @ 2004-02-19 0:33 ` Brandon Low 2004-02-19 12:39 ` 2.6.3-mm1 Christophe Saout 0 siblings, 1 reply; 33+ messages in thread From: Brandon Low @ 2004-02-19 0:33 UTC (permalink / raw) To: Christophe Saout; +Cc: Andrew Morton, linux-kernel On Wed, 02/18/04 at 23:15:37 +0100, Christophe Saout wrote: > Am Mi, den 18.02.2004 schrieb Brandon Low um 21:52: > > > I am just reading up on dm now, but correct me if I am wrong, I will > > need to do losetup, dmcreate, mount in that order in order to use > > dmcrypt on loop where with cryptoloop, I could just do "mount"... there > > must be an easier way to handle this! > > You don't need to know everything about dm to set up encrypted devices. > > Basically dmsetup is something like losetup, only that it's much more > flexible. > > To set up a device basically: > > echo 0 `blockdev --getsize /dev/bla` crypt <cipher> <key> 0 /dev/bla 0 | > dmsetup create <newname> > > is enough. And it's just temporary, because no special tool has been > written yet. dmsetup is the most low-level dm tool, mostly for > developers. I've written a shell script named cryptsetup for the > meantime, it asks for a passphrase and does all the magic you need. > > "cryptsetup create test /dev/hda5" will ask for a passphrase and set up > /dev/mapper/test. Voila. "cryptsetup remove test" removes it and > "cryptsetup status test" shows some status information. > What I can't figure out yet is how to do that easily for a loopback... use losetup first, and then cryptsetup? I guess that's ok, just more steps than I would prefer. > mount -o loop is basically a hack. mount uses parts of losetup to do an > ioctl. The encryption support as mount argument is an additional patch. > Even worse, some do passphrase hashing, some don't... it works but it's > not a very clean solution either. > > BTW: dmsetup is NOT a big program. It has two parts: a libdevmapper.so > in /lib and the dmsetup binary itself. Every part is 16k in size (if > compiled statically into one binary it's just 27k), and it's still > linked against glibc. If linked against dietlibc or klibc it would be > even smaller. Nobody needs LVM tools or something. It's just a small > client for the dm ioctl, just like losetup is a client for the loop > ioctl. > I was under the mistaken impression that I would need lvmtools as well in order to use dmcrypt... cool. > There are some plans to write a unified plugin based key management > tool. You might want to have your key stored on a USB stick. Or > encrypted in the first sector of your device and you want to unlock it > using a password (so you can change your password without needing to > reencrypt your data). This would be much more flexible than most of the > crap floating around. That sounds very cool, saw mention of putting it in the first part of the device elsethread. > > So, you see. NO NEED TO PANIC. Cryptoloop won't disappear over night. > There will be some nice to user interface. At the moment dm-crypt is > only a *kernel implementation* and not meant to be used by every end > user immediately. Nobody will force you to drop cryptoloop until there > is a clean solution for everybody out there. > Ok ok, I'll quit panicking... this just makes it hard to decide which to use now as I'm preparing to deploy soon... If I use cryptoloop, it is now guaranteed to be obsolete soon, but if I use dmcrypt, it is more work right now, but more forward looking... Can you point me to some useful readings related to dmcrypt, devicemapper for loopback, etc.? Thanks! --Brandon ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-19 0:33 ` 2.6.3-mm1 Brandon Low @ 2004-02-19 12:39 ` Christophe Saout 0 siblings, 0 replies; 33+ messages in thread From: Christophe Saout @ 2004-02-19 12:39 UTC (permalink / raw) To: Brandon Low; +Cc: Andrew Morton, linux-kernel Am Do, den 19.02.2004 schrieb Brandon Low um 01:33: > > To set up a device basically: > > > > echo 0 `blockdev --getsize /dev/bla` crypt <cipher> <key> 0 /dev/bla 0 | > > dmsetup create <newname> > > > > is enough. And it's just temporary, because no special tool has been > > written yet. dmsetup is the most low-level dm tool, mostly for > > developers. I've written a shell script named cryptsetup for the > > meantime, it asks for a passphrase and does all the magic you need. > > > > "cryptsetup create test /dev/hda5" will ask for a passphrase and set up > > /dev/mapper/test. Voila. "cryptsetup remove test" removes it and > > "cryptsetup status test" shows some status information. > > > What I can't figure out yet is how to do that easily for a loopback... > use losetup first, and then cryptsetup? I guess that's ok, just more > steps than I would prefer. Yes. Block->File and Block->Crypto->Block are two different things and should be separated out. But it would be an easy one to make cryptsetup also call losetup if your specified backend happens to be a file. Like mount -o loop does. The only thing I'm not sure about: How would it know when to remove the loop device on "cryptsetup remove" and when now. mount stores it in the mtab. I've got some free time, I think I'm going to rewrite cryptsetup as a small C program today. > I was under the mistaken impression that I would need lvmtools as well > in order to use dmcrypt... cool. Yes, there's some FUD going around... > > There are some plans to write a unified plugin based key management > > tool. You might want to have your key stored on a USB stick. Or > > encrypted in the first sector of your device and you want to unlock it > > using a password (so you can change your password without needing to > > reencrypt your data). This would be much more flexible than most of the > > crap floating around. > > That sounds very cool, saw mention of putting it in the first part of > the device elsethread. Yes, for example. > Ok ok, I'll quit panicking... this just makes it hard to decide which to > use now as I'm preparing to deploy soon... If I use cryptoloop, it is > now guaranteed to be obsolete soon, but if I use dmcrypt, it is more > work right now, but more forward looking... > > Can you point me to some useful readings related to dmcrypt, > devicemapper for loopback, etc.? Thanks! For dm-crypt I've set up a small page: http://www.saout.de/misc/dm-crypt/ For device-mapper and loopback there's nothing. The loop device provides block devices, device-mapper can use them. Nothing special here. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton ` (5 preceding siblings ...) 2004-02-18 16:16 ` 2.6.3-mm1 Bill Davidsen @ 2004-02-18 17:50 ` James Simmons 2004-02-22 2:46 ` 2.6.3-mm1 William Lee Irwin III 7 siblings, 0 replies; 33+ messages in thread From: James Simmons @ 2004-02-18 17:50 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel > - Added the fbdev cursor API patch. Not sure what this does apart from > preventing the rivafb driver from linking. I'll let others decide if this > is progress. Oops. Missed updating the rivafb driver. That is a easy fix. The current cursor api is focused on teh sofftware cursor. When I begain to program different hardware cursors I begain to realize it was a really bad design. This patch breaks up the total cursor changes because it is quite big. P.S There is another bug I missed as well. I will send patches soon. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 7:21 2.6.3-mm1 Andrew Morton ` (6 preceding siblings ...) 2004-02-18 17:50 ` 2.6.3-mm1 James Simmons @ 2004-02-22 2:46 ` William Lee Irwin III 7 siblings, 0 replies; 33+ messages in thread From: William Lee Irwin III @ 2004-02-22 2:46 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 1831 bytes --] On Tue, Feb 17, 2004 at 11:21:30PM -0800, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > - Added the dm-crypt driver: a crypto layer for device-mapper. > - Added the fbdev cursor API patch. Not sure what this does apart from > - There's a patch here to consolidate the 32->64 compat code for the IPC > syscalls. Needs testing on various 64-bit machines. > - Various random fixes to things. Everything's happy here using things "in production" so to speak. I couldn't think of much else to be more informative/useful, so I just ran dbench 16 on 6 spindles simultaneously. cfq io scheduler, ext3 fs's, 768MB/600MHz Athlon, 5 47GB 10Krpm U160 disks, 1 73GB 10Krpm U160 disk, Adaptec 39160 dual channel U160 HBA. No idea if these numbers are good, bad, or what, but things certainly seem to be doing well. There's also some heavy NFS usage which isn't really performance-oriented things are doing well with also (cross-mounted /home/ and a number of nfsroot fs's). The earlier NFS problem report is being blamed on hardware (a potentially dead PMAD-AA ethernet controller in a distinct client machine, not anything in this machine) for now. vmstat log attached. ==> /local/dbench/dbench.log.6 <== 0 62477 10.82 MB/sec Throughput 10.8175 MB/sec 16 procs ==> /mnt/d/dbench/dbench.log.6 <== 0 62477 9.85 MB/secc Throughput 9.84865 MB/sec 16 procs ==> /mnt/e/dbench/dbench.log.6 <== 0 62477 9.58 MB/secc Throughput 9.57926 MB/sec 16 procs ==> /mnt/f/dbench/dbench.log.6 <== 0 62477 9.62 MB/sec Throughput 9.61646 MB/sec 16 procs ==> /mnt/h/dbench/dbench.log.6 <== 0 62477 9.64 MB/sec Throughput 9.63958 MB/sec 16 procs ==> /share/mp3/dbench/dbench.log.6 <== 0 62477 9.62 MB/sec Throughput 9.62277 MB/sec 16 procs -- wli [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: dbench.vmstat.log.6.gz --] [-- Type: text/plain; charset=unknown-8bit, Size: 15615 bytes --] \x1f\b\0?½5@\0\x03ÕY¥Éqß±»\x01Å<,\x02A\x13\x1e(ÀآѸ{ùùü¿÷G6e¢øR\rkdUVfzÆàãñ!þþ¯\x7fûóo¯\x7føþï_þò/\x7fû×ÿø~®¯ýöïÿøwÿÛ?üÃ_ÿöüëoÿñÛÿþË¿<ÿüç¿ÿþøÓë__¯ÿñz½~û÷¿ÿýñÏÿú¿Ø\x1fÿãßþù_¯?ÿãÿ§>ûí¯úð·¾ðW>êï\x7fý_ú«åß~{ýö\x1f¯¿þÓëßÿñO¯üz¥×«ÍÖÇëUö.Íþ\x18¥×(©Ù\x1f/¾á¥o´ïkúÛÔÇÕíCÕ?\x14ý·«}ö'}k G 7>äøðùÓ°/å¾Ö~½úkÙ§é¿C®\²ö=õµó\x7f\³Eå¢EuÈ\x15³ßÑê\m¹%«öGß{.ýøhoBµô7¹uj¥W^/ûný\ýSNõ¥ßóÐk;±Ê1×zõ¹Eö\^NK\x1fmí9×÷nmC«ñõdôrþÐë©\roVû¦>[%Ò^[F¯¥mÊIÛv\x19%¿æþг\x1f\x1fzsV§7¦Ñk°Ñ·C]Ú/»ls^æ²^.iëXËÒÆÝM¹èÙÊJëSëk7û%¯U\x1fzÛ>ý\ýÎ¥\x05Õt|ÉÎèº]»5§hnßXkv¦¯\x1erv\x1cù³ÛRç6ÖÒ}å9îÝfýΩÛh¶¯lÇ;u»bhÈ-Û|ÿyOX°\x1aÚÆî?/£Ô:´¥f_Zst#êbÁfǹº}u{ÙÏÕ²ú-ÚݼYll¹¯µ³ûHF\x19{ë´jÒ®jÛóº û\x15¯VF\x12\r]§mÆöÝQ NÎîa}Èõ´6äýQÇ*÷U\x18ùVªÝSnúR®uKn÷÷Éx¥Mceëö\x13ÕNrµH.\x17»Mã'ûK\x15£¸\x1cÍñCN|$ùKÒ\x06-µv]6.·ëQÄ_v&=0 {ûðÝà\x0e^^[1b»]«³±K×Ù"1\x1a½ÇÕutíC®Í¡íÕb¢dÿç\x1c?6k<Þt\x15=#%+2J?Wöd¹erнtÎ~Kêv¿v~SRaK\vÕÁ}tÀh\x19r5K\aØåÜq0\x18â-ea¤#¹¿ÿÒÆQRña\x14;Ú4Ù¬î ~ß·½°h¥V&âSÂfM#¯>~¹Æ45¾^[yÌ\x1cUÀ˾IJILP¸³Y\x03£Ì~h\x14[3ÐïY³²_uOcõl\x7f\x18¹FÙ.^úÃ\x1e*°ý\fi«Èƶ¦WíÑ2Ñ7kËÌÇf«xÊô^3Y·Õåe\x16Ôñ\x1dÆOäÊKüääÖ¡ ´YV7g[Z]\x1d¿#df±\x03Eg7Z\]9Ô§\x0e\x03S¶d2G^}\RÁ\x19dÉléF ÌJã\x1cä$ÞFάýܬ ³³ÏM\0Èé\x06ëèº\x15Sòïm§#`\x1aØ»-#7.[a\x12f¿}I\x05.\x16\x11\a«3ºí¸Ù±©)ùêÚíWØW\x1f\x05¥\x03ÔêÆ ê±ºÒÑw&Ù°ñ¸Ý ±qoÆê¹×.$°q}ÕÀÆ8Si\x15®Í\x15MV[¦ª^[Æn\x13ôjiÇÙ%\x14TÖiÜëm¶í«m,\x19:¦VÇ|¯Â~ý)dUÞ+ÆZÝ%d¦\0_½È1\a\0wÁ¶fkíãK®\x1el\¯n:¹¼~gufä\x02¤ÜQ\x0e©0~®Aȸ·ÈÕúü7¹a~ÎÎh´Qñ|WܬÝì¸5Ý,äìý±:;ñxyûËíì|·\yÔ.ýb\x06¥éfû~{\x01KÁ@\x18çr\x15¦«Ç´ºCA§\x11È-Ìvv¾ë÷Ù ¢zêL;ð\0Þûgu ³K FIÑ0ÚÞì¨eßRÑoÇ{uÆ=U.Ï:úÄG±#Öfëüz\x01\x12>¼¿º*çïÒx9d¿¶a´c\v®\x10EÜUä\x1d÷pý\x1cn</\x1c27=² ÝüÝÀw}\x13\x02µ±@®bÉrY_E/K3TN4KË\x16´\x10XØÍÃ(fºôæü®·Ù¶«X\x1f $°¨Ë®bVä~fÖ¼U9^"ç?Y;\x0eYËð]Í\x1fõÉ¿¿t\x06ÕÂ\x1e»ý«ùc5((ÛdÙ|X'÷\x04\x03¾³ ïMÎÅmØ·^[\x135ùïf¶s¹E\x15Ðí<\\x1e,¤âFϾd\x18[*ím\9E \x7fÅ\x16Ûê¦|ÃUlS`ýK.ˬ`¼EÎ..ª\03t&Dú%ÆÆß;£S¡ÐõX]\x11kßPQP=\x1eó-®\x18\x15\x15@x4Ëå¹\x0f\x18åC\x0e÷µÂ!fzJ«Û¨Oñ ËSÚåTa\x1c_r\rÛU&*À´x\ÑiRȬ|RæäJØl\x19mç;) ª4ùØRPx\x01¦µs`\x143\x14ÒÒ\x1frKܬ0Éþ½ô\x19¨*X=ÔibW3Ë=hcs\rø®¤ìlËcü&Ì$òM®ú+®ÌôرN\x19`gíÇtv^¨u]krÌãÏorÙ%Û~é\aIE×ÙuÙ³óìlió$\x16µÈQ\x0eY©GÄj\x10¡2ê&@ÊîõF6ä{P½C®ä\x16¯b¸<(b\x1c8d]\x7f¼ ±ôY=m¶+²ÕN;k¿P,|ã.\x13c>Q4¶Lñãwu\0\x1ffD CÝ\x0e7;í»LÈPP#uY6Ýì±Yó\x15WþËÓ=÷!§BL\x1aØØN"\v(ÌË \bic³ù¾¼øûMî}v9¬ÀXú_7\vüRìBN\x15`\x17í}È¡EËþ¶Í^QÏN[|\a³TYî\bòk^[FÓÆÂ>>lÙ!ÑUL\x16#ÆÉÙ\r·©>í~Ëô\x1c \x1e\x197¹ñhÅa×U,Á4v¼Ù.ÍÑd<NDÐ8Aªôº)ÏË®bEõÙºX ÃdV\x06°§èjÁÝý\a£Ì (éÚ¬ ¶Rg±ÆQß\x19ÓCf»«Y0Û7àÖ·\x14TÆ]·ÍÁ*Ó§/qûÛ7^õçê:\x01¨Ûsu~j 3%ü&Äö}'¹RÁ£nr³K;F=\vW¸n°\0ýØ\x06h<Ù\x16d¶`É\x1cK5r÷¹ÐÉ vèZ¿|c£~*¨*óÿ^]Þ\6ÎÑÞ¶ ´E²¶ ó÷{4Û9¬®U7\x13¾[=\x04\x02ÙÔ³k£>nvºî,¬®nç;Ç\x02J¶\x1aOäò,·§Ò(\a^[î<\x19¥e,ÙXx»GÀm.ð»®xN9Ë Ü!\x15vó\Eu![Ü *)3±ézªO[÷)\x15\x05ÌÂê§ãê°³\x05\fÑÊ×U ««È \x19ÀÇ\x17ß)r*Ø\x13;´J\x16YZÎÝèß2\x1aâjG¾C*ì t`ƹz´dvT§roå¹ ø\x0eUtÞle]Åc\x10?§\x12LO\a¢ù*(WÒ\x17&³9FÛCGa>V×u¬f/\x1f¥ ¿³ëI±\x19£ÈÛ<5 Áüì\r\x15°!×ä\x1föOBÅ5ó×åqè0ÛÈEõiᲤu}òJepâC~&ªO\x0eßd|ã\x05\2\vØhCç?Å9{E©øµ\rã\x03¾}7ëW±p*Ò ß\x01R;~az\x16èJ>Ê¡{ôQª§Æ\x06ZX\ÌÁ(U`Öx\x14Ã~E\x18ÖÈ_\x1f%øw^[\x1dûÑ(ÜRÔc6L̬ÐÖ\x18dEånþ]%e~Ñ\0J½ü;è¤\x0fÝìN\x04 ëaûÇÙÍ\a"ðaÚ\x18©\x10>j¿ tÑL×éT6=¥¢=\x1aEÞ\x1fò;ê³ËS0rý¤O]Q£44\~vsDK6'GÕY\x1di7aê'9;ª\x15¼ÏNR°¸%Ü\x16Uj&^[&mëBµmSû¸Ò¸å\x1eÔ\x1a1u´»Îίbm)÷xöôÜ\x13n÷÷*6(_vrW&@Ò~#2+ñ]Kþ]\x7f_Eýqõ8\x03\x01¾¬\x0eh4ö¥ïÅ' ùØ\x0e¸Í \x15+Þlm¾º\r¹\x1fWQH¸uÔÐ\x1c;â\x11ÈïN6vT{W@ò1£úÜ ôäCj¬nË¿;Î._fÛ=¨=Æï ³(Ȭ\x04YXݦqi\x0fl,\`2Û%l\x1c\fj\¡5nmÖ4I \aN~vû5OÏd¹`9®a\x02Ó\ax_Y®°yÅJquG2l\x06`¾e¶§ÀÆuyBu<°LÉæD¼|G@¹×µÙ\x16èµ\x04¦\x1d$8\fW+÷dè{L\x13d¡H&\x1c'Z©á6°SÍu8Z\x19ãô'¤»P8¿RÛå~6O\x1fg\a?\x1fÀáC®Ì9Ö.Àõ¡$ã\x19öìÀÇã2r¬Îeî[X±\x15cË#o!\x1cz4å\x0eÆûµ-£ÝÉy³¥dO \x10ö\x18Xä,hß\x0e³\x13\x1f÷n\x1aÊ\x14ü|\x01öaOÍ\x0eÕ\x14É%¡Ff~u!rRÌÕè~Ú_Î\b´\x02ZVã$eiß T]ëèϱÉÎD)\x13^[×[CYüíI-ò]\x176eL\x16hJ¦1\x03ßÕèàµîxàT(\x1f ¤Â"?²\x142ý[ ï\x04BlÜaã¢PÓÔODÜr¢þÁ]äÕµ©1J4\x161 \x05§&¥ëä¢Ï³¤\x03d6EC0O5\x0f/]ñl§!\x15U\x17<RÏëNtãªL%±Í\0Ì\x18ö$%\x0e¿ä\btjÓg¿CN\x17.AÆ\x1a0³3Wvä&ù&ÎÈÕ¨ðT\x10>.Á¸^^o% òæ»~n¶ÂÆ|¯«%\x1dV¹Áì>>3§v\x11ÜáoÙÔ{ôȰ¿eUð@Ãf¿6.í\x18Ð.lO'³zðâl#\x1fuê\x1fZ¬\r\x12wê;¿Ù^!gt9Ç^R\x05QÎH\bCp\x03jÜl÷Õa{Ìñ\x0eÞÆÔìroSZ.·Ï3O¨b°ê«¨Ñ\r°°Å¾]@ P£"PÝ8f~@¨\x15øîI§°ç.x1¶P>PQ¬¢¥Ò0ÇÍ® \x15UÛ\x119ñS*»ÆÕQ\x1fåñXÐ\x1eÈY\x12\f igfäl\vµÈ|\fÿÏ3[t¡\x14 \x1cgGDaädní\0¯Àb6P MFUÎHQbà"7N¨2 %èEn\U_K¯d¬=Ü.KXê±Ù_Û0:Ù¸-ªxç:»\x18öx±M^[ :Í\x04.ÉÜ\x19E=\x1aeH¹^[g]¦'Ë\x7f4ëûQPæj÷ \x02VñìÌQ$ôuÊ·{ÈÁ!Ë ç\x18°En½ù\x11^L1apȦ ÷lu\x11ÃÏä\x1f ^)wB\x15=#ò]¥¯Î\x06^[\x11\r#õtJî½qèÚÌ£87»³ýØq\x15Ã7ëW\x01>tòÝH¸ÈÈì"A+ ¥XôÕÀÆ\x1f0\x13T¤\x15}\x14\v \x12 ¨\x11ÝíV\x01ýëA©pM2»ýîn\x1f//@e/Õ\J0-=)nvy½Æ×VàT,Å)\x16ô_(ùÀ©0ÖÔ "³r¸/³=\x0e[a¦JúniYÝ>Äb\x1eªqJj¸%ò}ïDî\bÊ:¾º}SÒ!à>\x1c©¨=åálÊR²3UeZ'ßÕè\x05<l _¶«Hñì|Ó\fx¥\x1d²6úì^[!CoÀÎ¥.\x05ERè:;°\x05\x11=Á\0sçCæü5\x11²ÔCÞ-ó¹ªÒãõZÔ\x131|»\x19âä«Û|BD+»×P:ÛA8ª\x17´ôOÎr\x06r<m]^[u^}}*g·`\x1e±¦Ã) \x06S «\x1f\x17phììÏeB/³M\x0e\x7fS.ãÉ\x1e) @n\.\x0fl¼\v7Û<\x05úaÕ¨¡ >VÆÍÈ\x11]í\x146KþÎÈi\x19v\x159âЪÞ+Ìjá]P ±aPîTrÔ=!×Z,8hºQPP´"9;3z\x7fnvSåºûüM¿cgé8h)·?PÄh=l\x16ÈÎÎna+FðÜÕ !d¢CÖI6þ]\x0eÌ}c\x19 #&\x19)Û2i%Q\x06SKtyÊ;¢\0ÚÈuLOä¶=jFr©klmhÉ.¬&'\a^[ÏÔ/GFd\x1cnjCfÀe´Ù#Ú\x1eÝW'ýýïÙ Ø5Oßc²áot\x17k°³®[êT\b×^[^tLë9;rå5nvF\x05`¢Ö\x15½JÉé(ļYH ¢Ç\bÍö[AQ\x19\x13,÷ý^j\x1d^[Å£ä?Ìya³v8A^[?WáÎlïÑmÞB#³¥3jù\x0ekô ^[g®Õ\x05§B\x0e YAZ\x16ÈÂ\x10s\x05àÃ6^[aíE?KÃ7n·T\b5·;\x159âY¶\x19!Ä#ï§«\x17°³Ã_;µ+\x1eè\x15b²B¿Ç<\x13´Á!cu9¡ÜÓ¦ÐÞü\bÌ6ÀeD³=£÷éêS%iØÙrÅd\x19KV9»²dðQFpyÜ7nd¬Ìå¹|-ÐÆ¼;Ym°¨\x1cê"7N;K¡]Ë4\x1eÝ#4ȸÕAÉG}èòÄR£N\0*YÅ!k×fU´j\x1e2\b(Á{T`å¾6\v^[^[3`¶¯¢I¼»olg\x17Û¢LàNÒɨ6@O9\x15QAõLC;\x15\b·ôé ß3\0Uµ#\x02¾»Ê¡Mß-ò£â]1hO9EünÅ@ªñ©®b}«\0yµ ³TTû#E½Æ\x10 >;;\x1aòÊ {P´8Ù¥l¯ç|/õ)Ö0K ßÛåE<7¨ú\a³jmDT»e£®U-\x12 ÜAP\x06LÚ¸6ûx^ iüS£t`ñF±k÷ƶS}z½Wr߸P\x05\x11{ù dZlI£h}auD²Þ²5Ô\x16¨\x1aú ä&Üiä<ê\x19%£±¦ è2\x17Tù¼"ª-;^[\x15n¶ê3]EÌ\x1d%9&J KȲÃßÑ]´\f5\x1aTõ7zÆluûÂ\x02¨»4Í¢\x04C)ñ*j,\f\x18`Püµ1K¿øles\fJwfÊ%V}Íx³\x13üζÜgK» Aë\fN b¯:ï]\x01ÂïÀÐz<Ûf\x04Ü\x12\x06;M²¾`\x01)E©0«\x16ù»C±\x18¹z3 \x1a ìÍNE\x15\x02{:d\x18êFë^[1\x10PH*|ß«¾É¯ô+~ÑEó\x156NN¨g\x01ö%+[åéºY\x17wûÇ3xïÔÛ´ÖÙ~kcBErDõì\x16¬Î\x7f½BøÃw8dM¦]àÐÂú2\x0fÁ=wð;[ÝÙMbéçê¨3h J\x1d£Ñ7V\r·!þ»µS0´Ý주¨Âl\0\x1a¥}±±ìné^7'!³¿Fr?ÂcÔgÛT\ ÑT´«\x02]ݬf»Ùó*¨Pú¹YWP'\a!ÃÀ\vÚßü³;úÔPJéÅéù]|MN\x04Í\x190îÏók[F;ìI(¼Þ²ëð\x06\x19é Î\x15](E\x02ÇÕV\x0fSt\x02RÖª±>0Qº\x1a Ú®»ÎWÃÆUü= \x11h\a[0¡B\a|\x14\fm¡ßmÈ@4z\x18΢´z}¡¡º"ßáI\x1a/9â6ññ¯ÍæXM¶á \x1a9\x1a`¿«\x03ê2×TR¶TybÂÝ¢)K! }ÎN%\vR)Þ\x15õÝ,äinÊ\x7fï\x1acåÝöÕ:¾p×RÇX\a¡3OnèO»\rÌn1¹âcSÝQ\x1d/Dv§Ýöß^[MÈÞ¬[Ʊ\x1fíÎU\x1c7«\x18¯Ðÿ±AÉ×¼ ²\bkû\fF\x18''%æ,7I(J$dOª1>\x1e\x17ZÓ(`îRã\x1cqÊ&tê LbrêÏ\x1dÜÏÕáõ«åuáí´ â\x06&ë\x1d6Û#¹ÉÙÍ\f^[W/\fø1\x16ö`ÊH\x1f\x0e»Ç\x10XÔÀÆ£øf=ÆkWOþ 5-=IFʾòÕÉX¢ ÖÈmd¶\Þ,Áø\x12\x1e½Å«°(7\b\x19EdÉXÝ\x12ÀÁËd\x0e³ç\x0e\x04 \x05\f?¢={kså*\ûî'%sTB\r õ\x1dÉíô»íè»v\x17¥Ia©Ý= ª¶\x1a3ù\x04òÏÍÇ_«ó\x0e\vìÉ,v{Æè½Æ\x04m\x03éý¬®Dä£&<²B\x15£\x06WÙpLbhébf³\x17\x0eSË\x1e½\x17'\x17k4~mÃ8¯ ì Wîì\x18 à,wü2Ê7øàà+Rµ\x12aO»ê\fèÆ/^Ë?\x1d¬±\x10j\YAWî+3\x11æ.þDó³{×ûNÁ}6»TmÊ=¢FfÉôUZë³úMì|^[\x06ÓãÀñ\x02qSqôfå6U/M'>\x06\b2c&\x1cNÃV§ULEa-k¢;a_Ed*\x11\x1e?\1=)4Ét\Dë¤\x1d}åX5« S^[#Vm>6ÃØ£\x02ª^[\x10\x14X½\rã]£2'BV~\0xÚaÞý-dµ_Q \x01§¾c¤\x0eõÊe\x18uþjP^ï\x16°<£Ìöh\x18ßl,gÄ6{\a\x16ûÌ\x13åÕdT {\aäã\x02ðÈe5¦-XÄu5F.Õgú`\x1c» ª~R\x04Ýí~~æÊ\x1c-@³^¦E ÔØ.\x01vÖgôî\x03\bL*ÐÆ4Wa«V¢,µwê]ãÝwtöláÑ\x19^[Ëxί\btÓz8ÐÆ21$·O³^Á \0ðr>v³ûrfQ5\x05\f9Z\x142þQÚr©PñlW gôÜ¥a,Ð\x11ß5'7âÍ9ë¡ÛpF\x11käú\x1dzM\x1a*\0~WizÈ\x1dm&u}ù\x0e%»©U\x10Ú 5¼Ôß{egæU4Kc\x01hv6¾¢w14ÂfR¿pWl:îßmµ\x1d÷\x13q®®«Ufy tWW!%ðk^[Æ#ê*`7Y\x0f\x04¾écÕ\x17\x15or£´² \f* vÐzñwÛ\x13!Ó\x1c¢hÉdèð¸¢{o¨%H¯T@O ¾Ûõæ;º4PV\x1a£DKÖb\x1déXnç\vQϨaqº#½L~¿â\x15B¼éùfOM/9\x1d2\x11¢C:«\x10Z]1\x11ùÐßçÍwFNhå\x1cé¶¶°\x13©ÆISÅ=6FVlWOÝ ,ß Z\x06_QëÞ_Â\x03\x03Z\x19\x03\x01OãuϨÊ<\x06Óã\x15ø ¸b)jG¾\fc\b\x04\x1dð]i¼Ç ãÀx&ß\\x1e»Sî*ÊÍ.\0¼tc\x01¤Æ;swX\x1c2kWqó*W\x15Ë"\x15WJ`0©"\x1a÷\x1ckM\x118VAûþq³4ºúÜWÎR\x1c§r\x19ü»L\x18ruö´\0/v¦?Øê&M7\x0e-\x19ÆÌyÞ0=謫\x1a1êÁGµÐ×íìä\x18Ø0Â\x149\x0f\x16¼_9Ë\x19Ã\x14¿Ù¬\x02*õ\x17ÅJÍìqöp<2\vÃWmPPîä¿Îbä®dÏäìF~\x12ð:»váÐQßÑ¿¤Ù\vØþÃôÈwJÞÉHN\æ1FÑGy\fìÐdv\\x01h½mý¡å.7KäÖé4WðjÅÄÙí©\r6®WfKù)dË7+soww5 0^Ã\x1cJWP^åx5 ŪþÝ\x17h¥ÕýH \x7fjòBwæ¡å«Qè×65Vø$².k r¿ÜEdx4\x0fñ\x16\x19X¿<#ºè9 ñïf»ûÊ'ó[¼à\x18ÏÝñ££]¸D6Fv:8 1J½à@¢1ïèê2.ê\f\x0f ê\x1aËáê³P\x0e=©ß;ee\x1aí\x03¥.a\x01gí÷¶"}ÁAÕ¸âT|hΡ`bï¶\x1cà(æ¿u¤w9´B²gâú¼\x10¿ Od%ºÞCZQ*°è?d¶¸çNoà)d²æ¥m\íNLv¥Sf´d3ûÙu6;b\x13ýk(ý`qÇd*¹Cý\x16Æ\x0f}W¾j.Ïu³ô»?Ù\x19¦iÕËÕ±bÁª^[AÈRÕÕ©2ÕW¯\x10Þ;Ý)Ð\0-¬g³\x1e¼ß3ÅSß^}3\x1fT;\x14Bµ°Ù^qÈ4H\x03rW\0м ÁKMò\x05¥x\x15ÕÖ;\x1eÔ2«:\x7ffq*è \x15_ºª\b\x1aÍí ê¤`óTùmÛëH¹Ù\x1cmÅ=\ao!ó\yÞwáçdf{Oª¨æìÅ\0´Æx¶bgTÂãè^[úXí \bÓ5Fx\ý½¥?7«\0\x14\x1d\x7fs\0Úý(\x1dùÔìßÛ¿\vUýµ6LϾÚ6\x13í)Ó\x1a$gÖOÐ(\x14U`ÉJåìÒ¼¢íácice*|ÐOH\x1f·XDÆ\b/I\x05½Ù¥béòÌ\r¢~UUÌ¡h¶Ç\x01|r\a$Ïûʦ¨³\0\x1d¹6nj*ýãä\x18ë¾ÚÝÜ¿Û$\x18òí\x05(\x13¤É!ï².ÃX.àã¹»¯ÂObúLNÃn\x164]úî\0>ìNB#ãrÖõ]HENÑ\x038³øj\x16\x1c]Ùè\x16ìì\x1anz(æt|\x05\x15\x1c7ñïn\x16F\buó\aµ\x1dÍó\x1aîVAÅ\x15R5Q##P/rÑ\vðhÛTkãvÇd\x15k\v´£ðØÈG[±b&ª5×(ÝC¼\vè\x1d\fú£Û!:îÊ¥\x12{£«\0¯«\x02¼:®Âw³\x17>Hg´.[ñCf]}zAJ\x1a×ÍvÚÝ(Äûì\f®=ô]뽿Yëë*éµ0E\x13=\x19\x7fì³ ªfDdt¾Z\x05}³³¸ú¼oV¿Á&^è>ÆÅ<ãò ºßì¿WIï'©»|:^)\x03!Þi¶)¨2k\x1c¬Lw\x13¨IoñG\x15Ö®ª¯\x03¬Q*¼¤Wê\x02æ¸Mï'UÞ\x1d\x11 IX§\x17\x10íl\x05&z[±_ü+M¥LT¹\x02Ë\x10¼Y\x101#P'l\ÉN&7+RèÊ}ª\åÞ§.È,\x03ú;\rv\x15WLÆH¼) \x18Ý;\x0f£r§ %${¸Z£t\x17±^\x06»mn\x0e@ \x03ú\x06</pýjcÂÂ!¿&¯Ý2æ+= ¤\x1d>ÞÊÌÏ\x0f\x17{òë\x03=*%ES¶\x17\x161¼C\x15R{!\x025\x1a S¬¶EQûwRQÅù¸ã¢§\x1e'ýÚѳN«0îxðê\x18@,>xÅÐòdTéÙÒhÍÓÉö\x1cgçýƼ IÙ5\bwcJ¦wöd\x1arë\x15§D§åç**.S&©\x10\x1eèæV$ʺJMÜF \a^[Óªjä.÷sy®\x1cv4ÈÍi=ÙÕ¯sì\x13wè\0ÅÁñ&Aöä¶lO»\x1aÁMôÎÕ1ÜZRáþ⺪µ½f¤J×êF\x12¦u\x16ó´k\vwãå~iw"\x03\x06dbËíB΢ ó[À´\x17+éåód¿ä³`\x1e\a¢\x06ø©\x14g\b\x19¯ö9ÒÙF®xÞíêz÷ùHØmºñjÙ±LK½Ò\x01ú7L\a/kd\0Wh\x13ϽlëÝz\ó÷Ý^Ò\¥x`2o\x16´ ùü 4bå¼:rϸ\aD±3IT³\x04¯d9'à·EYø\x1e§ \x11-=iFÎÑ«\rt±Íæ1#Ó\Û1áûEuý/?`¶ù`ÔæöFÌ\x0eã´´^ýmg×\¥\mïs`×ûERÆe|vLxq¥êù\0µb/íÌ= U^Æü #@Þ±Nk\x13ïwú̱L\00 \x10ÚÒ\x18][.§Ç"Ú`Ê(Õ4îÇöÐL\x11LÙä¡\v&_R\x15ê~%|c³àðFz&²±£\x16,ÓÉôDÜáûEîQÇÕ\x11¼X\x1c3\x1eÞ\x1eø\x01lvæO1¾\vEiÓ\x15\x1e*E£:\x039Ò,¹ù¼TÕ¦~¬\x7f¤òÛÅÿô æYDZhbäÓ\r¥ä\v|ZF¡î§Ã8 ù\x18Ó/ úÂf'¸6ýÂ[0-\x11Ç\x11Úïð\x11Íôò§a:ðvÀµéësÜ3gÐOòusESfßåqó^Þ\£ôØÄ \x17J9h\x1ai)4¹Æ\x0f\r¿éÇêüì £ÕEFñ\x06LÙ׬îfD\x10_ÅAî1´Æ£Ù®¤Sò`Ê\vÌç¥ö|×\x1añ%W<\x17Ũ\x15³öwî]~qiOå¼4Ǿ¼ùÆy\gÒOïÓ\x13 ×\x18^ å\x16C#ÄþÉ?êeö\x1c¾a¶Lʯ<\x1eÂËqm&Löc,\?VçÛë³^[ûË1\x01y±í>\x1fZ-E÷àµqð]e¤^\x1f\x0eD×\v9\x02ÛW/6æ¸r¥Tßøâï0=d'ÉöhußVF.a1d\x06Ï´Ê \r\x01ò{ºáC®`+HÚÅ\x17Q^[Ór´|B"h\0%sçUì°:oRí>ù®÷r?iO}&ê`gÕ¤r5Ï7ëÝÌF\bÔ½×»\x02Ï\v«Ù,UdtÓ^Ãoγ¾Y\x0fÊú5ÍuÉè´âuZry@çCØ3ÃÙyak÷'Ô¦¼ÚKßÉMóÄê\x16tô'÷þVPÕ[l<jéw®"y½\fŸr znS¥ÀxËírõ§h¶\x06#añÝñµãs>ê~ß\x05\x1eÙ\x02e>.ó©¡ì\b \x05x Oýx·^[p\x1e\x1e~\x04n6Vò £¤p*\a,ßÈ"¶¨ýÚ±p\x15n\x1e:Òä¨\ñ¶\x10rã\x0ePK^"ê×\x10§ÞâÍ¢ÏßWóe\x19å åÌ\x04{¯¬\x1aãJE¡íÀbT\aku1÷#S7g@ÊU \x187Û\x1cs[U¤~ÍÀãm¢úTÎoÁ\x0e|¬ æ\x15Õ16d\x16\x7fuâÃË[¸]ÞÞö^\x14+\ræÛ×~VÇDçþ~Þóe7ª\x0f¿ùÔ¦¶ÆÕÑЧH^[C^[g&g\x7f§'¢óëÒò:l\x0f?0=÷ÕÞG\x14Co~Ì_m×4\béÏ\ñ¶bb`壯Á\x1c"ô\x1e.A)Ô¼Çj¾c¼ÜruìàB¯q\\rgP\x12ðg÷±pò\v\x0elö¨ÝÉSvÂ%©ã«+Ó;¿*éí\x7f\x14Wæçò§×¹ö\x1f\x13ú0±îBq\x15 ð§ë\x1eoÖgl°ºz=à \x16[ÜXÀ·ãìÅÏ·^[à\rt©Î~½=EñÝk9ôÑ@¢gt¡z Wáuý¬ÄOlæöL\x14xÑh¯\x16°òßRÑüìpÝǺl\x0fï\N/L\x05Ž^[?\x13\\x1c£$^|\rÀÊý)Y\0çÙ\x0f{9ǧÌú»]Ý{ql³W|¬ÂÔ< eÊÿ¾f/üÍ>þ¢'\x19¡k\x1fó]¥ÁèæUiÙµëÏs:Ç\x03ý¸ìoðz\x04ZgÚXsÎ\x0f6\x1e*{2î\x02A =^½Û K>Øø×6sÀ¢WÙU\x1e\x7f1Ŷ¬Õ]¨\x17Ð~ä¶BÝ#Û¿ãB½(\x055ëõ +¥\x10Ï\x19ñ¯\x15V÷\x162wðÚ¥y -{Kîïþ\x1f]3dlÛãU<\x12¸P#&¥v"=X\x02À`¶{ÔwÙ Ì\vµ4'lv\x7fÉ©$U\r )¢9ú(¹»HÍÜýÊ\x0eSçJó\x12<É÷cÓUL~^\x05]\x10}y@[Ú\x05\x06ø¼ ì]V*Ük¨I\x7fÊfß*À\fÌsÕõ\v&oº\x7fÊfy\x06ì4=¬vE.ßSæ\x18.1¼ä¢ÞÕ.¾[ñ*ÜlÃZ¦¦b°\x1e\0\x19ô/Ú-yÝçz±#ªÏ'=³\x1eõy\x0f\x0fË˧̽'\x1a¸\x15:sªéÁ\x03ãf»Úw%i«d{p9\x19¼Ö®\x14yiÁl'w\x17i\x164\aó ÊdV\x05ÿò~Âbðy$§ö\x1anÍ6¿ÙrmZ\x19\aCk\x06Ho»b<=w=\x0fǧ8\x19=Üt\r#Û*\x17(\bA\x05 Òò4\0þ\x03JDR|Úw_\x0eWÖ\výd`j}Äô¶Û×Ä¿\wôsU\aSï\x02ë JļòéµÎ%2E\x02çêÜö,·ó¾\fma\x04³O^£ùÌöücH|97|³àÕ;?£9\fyÍÏ3+}Ç2\x14L\x12åD\x02®RbK®WD»×¨ ^ú³Äòïú~|*8)<âm«ËWmÀ3Ë\x19r\bg.±\x16ê×¶¦\x12ÎÍ>9ÕEt\x03* å\x13'ê^[\a#ÏÎò÷kQoÈÜÖ~øîn {WÌïxÛeÍuW.ìÓXÐ"Ü\x01ÇLÈâø§ )Íô.ÿ¨Ý"ÉÀ%Å5ÀÃx²¬ºï\x15\wÜXPHGð®lL[MÀ3>6{\\x13¨6à\f\x19)\x1eí[rÔõBx4\x16RÒáBÆ@\x11ßPk3£¢ÓçbäÚ5\x11¹ÿ^bv§ÙúdãÒ¢)\x03>íÛ+SS`*mz\x1c¤Ù\x1eú±fì,ï#\x04\x16\vu:Gúóª\x1dÞùW!¨\x02`·cô>\x1du§ÑØþ\x7f½kÍ\x182ïö\x192jÁË«ðÕñ¨Å¿ÇH`xÕ\a#çuÈzYö\x1eC\x12\0A\x05iN¢ÈÍñ£\x0e¶ê^["«z7;<Éö\x1e\x7fó¬\x0eK=|¼¡Ú\x02£=¯t8>E$²\x18¡¾\aõù$@ö^î\x06DËØ§¿e ¾£HØôAðf /\x1eÝn+6\x13NÇý ðò)?¼~ì3\x03H\x03\x04Ë\x03}_\x05qR*o!å\x1d°?UnFîÊÐò\x02\\x05HIñqÑ©ä\f7ïG÷U\aÑ#\b íú» ²Ì\b·ê ¸í\x15ÃíÖN´2³K#'Ï®\x0f\x7fQ-`6¼F&`µT/÷³=#ßf»4\x7fv$á/^ÕFÀä\x05¨¨59ß\v\x12®\x02JðÈ\¬FÚ¨\.¨B0°ó\x1d\x05WI߯m\x18g\v0y\x7fl;¼x?z&Q¨´by\x02Ä\x02½\x11áÅ\x12\x14?Ä0rvhvÇZ÷÷W¼\f}'u}O¿9ñ@jZÔªäaOTP ÷T·¿Ê$Ùl?ÀÖ3Áåñ\x02¨L\x1e<í"[q¯a,4æúÍRd\x12\x1eð¢÷éE\x1c6^[æl\x1f\0ÇÐè^åfÕ¼ÿ~<ù®úSÌùÐ+tQAñv^[ïî ß\x1dÝÅ/r®³i\x02^[?:|I¦V\x7f÷©êÊg°±_E\rA׺\x0fÕ(¢>o;ËØ\x10\x1f®éóè´ºÓ0®iñxÎ\0¼êcÔ89hc%Zó\a2\x15nsfÏÕõ\x122oÙ\x18Ù»gn¾£\x17Vå<¤¶àw\x05}8Éá¹Ûf·\x03ÇQ}Bî\x19\0¹êãâ\x0f©èA^[{\x0fíàý®>vlòWË\x11\x1eÎS\x11-Ky¾\x03\x16³ÛþÈ®Û`ã8úÂ̶ÖU&8ôô«¸º÷(³ÔË\foï^[+¾\x19ù(÷öT\x03àå+êIa³dÜD\x0eÃØïz:µâC"\x15Á\0Í®? Ìk>îÆM^/þ2iAÕêݳ*Î,cÇ£^[ÚÎîê)£/ÉÂ,ÜE\a!®×Ìn TÇåµÕ15vÝ@ ¼¿\x06êR¡yâ±,f\x19û£¡º'߯æí¹|æ<\x1e,£$'\x16º\bTéRç\x14ññð)Çá1g.9ãñªm»\x1c¼\x1e£÷NñÀé²ÕÅÑAÙ³ÆÛÅ\x16_\x1a¯þ0qvR ëQ\f\0òÂÀG¯¨eÆ&\x15K\x03\x1a¥P£8äî>úJ¿15sÃG\Þå9ªcªÒFqP¡@NÚ=ñÜÏsUÇðïà½ÉmÂ^Ïö\OÅøÔÍÌÓ*¦ÿý!ÍË=êx<©\vêe^[Z+ûýtB \x16úÜì³w¬+(SÝWñ\x11}£â`´è\x06ô\x1dåþ ºN¢Õ2_GÛ7þô>«v½±Wñ^·¬\x1c{¨¿Éù)tÕfó-1zn6Mo\x04GÆ\x14\x1f¸à>O»Þ:P5ä¡¡VscAãûtxðX\x1d1\x1eÓ\x18¼¿o0Ðé*6:µ;^9)\E+\x17âÆ4ÃEØI¥\x1e2Ú½E0Õ½J½Löò*¼Ör\x15@h4àu³\x11"{Ø8{ Ë\x1cÑ\r \x033?Ù\x1e<²z\r\x7f^\x1aýÚm?»æ\x19zMħRJ:ö{¡Vð*Ú\x15=Q´GQóy\x03\x19t\x1aÑ\x13rÊl4´>paPÜ-äøv\x03ÈwtWî\bYÏ2È(cºeXÆr?ô \x1eyóè»\x12\v\x04ç¥ï;x2fzz\x04ñ7O\x14òü'Ú¼\x1eê\x17Lî>Oanúhå\x06ñ5=,¯Ìþx0®\aå½\x15jPBjÞ¢M¢wògÙß½«9F úû \x1c¿ßX! ýÑ£¦ð»<V@kèç¯m\x18/äcÀ\x1a£bÉäCÅpÛ+«\x1dêÉ¡¹\x1fã¾\x0eõ9Ýå\x17zï×8ʤÉ\x02èNUEÑ»Àga\x7fOAA-Ú\x0e\x06hJ,¯VK`\x1fîTá×~7E\x1cñqö7ôAäAuw?\x19 \aÏy"w\x02Ì«ÜÞìqv\x16:x:êo/Q?WÞ\x1eT<m[3Îr\x14\x10zFQ¸\&]\x12²Þî±Ä^\x02²Õ\x01¡Æ%dµ=s\x1fL\v\n4y5]µÛ1>\x06ôN5jýµ¢ÓV¤³V3û¬Ñ)Òèå~Y\x10ûÏ<+IçõÜI;m Cój;ÐS±\x12Jë]* §Æ)Ç:æUw¾ºñ<£ø\x0e,P\x01½£\x02V¾]Å@-YÛæïÏ]e³ oBP\x7f×L®g{\x02ßÑDà/Þ{/8/\vÓ\x12V?Øxo?;óôzU\r2\x0eþ¾®òÅÂkʧ\aÕ/.£íAõbW_T£"ÅÕg£V³ßmª=lÖߨ\x18£ ³wRå&¨à\x1aï\x1a·\x13ïü\r#'åÞï\x06\x10¯,åjoOqÐý´³)à2 \x19ã¦Äf÷Uª*#¹\x16m?ݡԽKÁ|اLÄýòQÚ¾Þ+öa\x06u»é\x11\x18 áËûlgE[²á ª] ¤¥û4\x1dÆßÐD«çìÎBRÍ+l?Ô'®ÔgôIgX ³SÅñÝ=°D¾#\x01Â9Ù¸ºê\x0fª\x0f_\x1déë½MÉܹ:*ç\a#zgZhd\x14¤1 ù\r¼\x19ù1z\x03- äÏÙ\x11\x1e\x1e\x13\x16 \x05« ¢¾|Tǧ ï;\x15$£üÂ@.·æ/\fjzº+\x108ØXûÕÉ¿ëûê\x01ëô§úk Mf»¥¹C r; \x05O ¼hÿ\x183[Õ(º4XTÏ¥\0ºV\x0f2\£ÌáÊýB*¼ð¦8*HWÕxt´äv\rz;£mªGsÈ®·JK¡Àŧÿ>å±®¿«Bï`cÍÒ¢f+îÖH\x1fº|òJ!&+· ¨\a£x3ù`\0¦©ë)@\x10[uFhuLH¨×Ìd5^;ÅAc=BvMæÀ0e=\x01É\\x18ªy®ÉºSè\0?±dÍéJ`^2ËÌ\x15 I*A\x14³ÎáÚàÈTxV²azÖUºDQz%G+¥éµF6Vz9gçe0à½]å\rGqÎÏ\x13ͧõ\x1dNE~\x13p\x03P4r¸<óò>yîúåSkÈ¡9w`ãN;ÝW}z\a,©q.¾# UýÑ\x13ñZ\x01éµäù`ãÁ\0WÇ\x15\x15¦D©(d\x18hüʰ@fãI\x0eKtÄd\Å®n\x18¯^\b®çåH1¢R\x02Wð~2 )üçQl³×SÏEL^]6ªb²¢1Å×^[jõ4ÛîAáØu^\x01:É\rïÕ`$) ¾÷0Ëq Õué²×àhÛl£p\x19ìýmÆæ3$S¼&w2\x14\x06 >·jô®`ä;Jǽ©Ø;Sëj\vþÝàéÒï\0Ý÷æìÆ CW\x1f\x1dä*\fÃý|ç/n\x18ÃUxm§¦2Àwéj\x1e\x14¶OêR«wÖ}×C\x1fW¡y¹Ógfa®q_õy$ƽO\x1a®w^¥üÇ)³úlâ¯ö¯ÑßO?¯0G!Q\x14ÆG!é9ÌÇIL\x1e\x0fêºæK\x05`É0®wÉ\x1eó(NÃèE\x1dÓ³Ñ=] ó\x03¯ç¼rw£r^[ªYå0ÛîLÏÒjDÈÔvÈÌú óâ¯TgÔw\x14¶NGÈÚþ\x11WxðrW"Á4@lÝnauÞ\x1dcäÈä·=£3¡,§íõλ\x06DGF©ôp]|µ0`+®áÚ^³ÑHEa*Ó&"£\x1aűةæqµª¨Q\x18IÞùkÓ\x1f9F4Û\x1f¡ùÞù.BZ\x04QÙ8Yï\x1e+2¨7BVö)dð]áéS3º±\x7f®\x14^_ \x10«þÈU¦ÕyeìM®Ð°iê\v/ÀBó\b7u}â/>Øgi;"\x15²ßÍVÀLõj³y_¯ÐÑפ Þ³wßx®\x12:,4à+\x15>Ss\a¥ÜË=v©P6JÁ\aï\fÄ\r¦g\x04mìóþ'q¨Ý5Ð \x0f÷ïe@sæ5\x14j0çè{\x15Tº[,#KÖî©u\x0f¤åØvCAÝõífZ 6K*{ÂÙ5 £H£ÚfyO=Å÷6)ªú®ÎÇÌNiº\x1e½ ärñ'¨Ç{\M1é\x0e9FÙòuyÍÑÈÅÂ\0Zr uÿ\x127\x13R\x0f, \x7fùNØibFÂo\fülɯtãé5°S}þâ±}&_Xt\x01´°"ÿr£³áPA*Ò¼¶Wý - \x1er£Å³^[ÒJàÀFñw¾«ojP^[iöÁU\vG¡Jßt\x0ePùða:×ó=xþ\x14àäéÞî¹FÎ\x05æ'ibsá(ýTPFN§5ý±¨]\râe\v¬N¢îSCâ»\x0e%ËÏ+u6¦Z¯æ¾ý¥züw)wóVrgǹÙ7¡³òïêU]Mø,Ì\x0e\x05Åã¢\x1a×ß\x01z>äN!ó¹\x1cihÝ\x13l§Ì ;7÷-k\x15`A\x05¤ db\x15l\¿\x1eSÎÉ'`zk~Efcx,F©§\aEÄêÐB-±£Y?Ï*ÅRF°G8\x0fÓ\x03´0y\x16¯«%j\x14º¢\x13³k\veZû\x1a®M®÷´\x15°1ã\x7f»J\x1f¾S2F=\aNn:µßZÝW¹\x02B6'5\x15Òí:O`VôVÊË[qEë¼ÞSÌ|íEg¤¼Uãz#^[+\x14/\x13D\x01Cç{Ó ä¼\abzÿGÙåºY\x10í7[}\x16YìwSâ1(w<(×é¥^\x0f³ª¦W\aS1ÁܯW'zÐ(Ù{ ¦Ç³¥^õËñTGÅKW³\vFé ¡¾#3úQf_Ýï¸bùSÏz\v\x15èù#\x15\a¹AÓ]¿¼Ï¼<ÁpXGr^[Ý\x112ùÆ\x1a¾¨>úþ]]°³4¦OZxôâYL¨ÊÒÒü¥³c\x16\x12a\0V\rä\x18\x0eÏ|ݦ³«\x17£¼èÕÃG) 35\x15\x7fâ^[ Ùy³µ^[!+éÂQÏ\vd:¬>\x17âSÿo\x1a%ù\x10»Ë}\x15øWËí¬B9Ú·ÎQ¸3zPô²i^¢\x1e½B\x14¥B¿ÚÂ%ãM¥*Z²¿ã^[k\x06Ô"qÉêî|Å«øÐ£´\x1e¼èMð³TäNX&;¹áBæéß ïMÐK\x05*ü,¾Cv\x18ÆÄï\x17ì&!Ë\x17RñâýÄå ig-ÎÈwæý$7¸²¼BØ\x1cÖ\x05¼<ÇøF^ñ1\x7f¨ÏS^[sQ\rO\x12¦RÇ}\x15ëÑè\x16\x1eIß\x1ak¿#¹êÓ\x16\x16\x1dTmëÙCÈ\x15¯Ò*(¨ZbÅGÔÆLÓĶ×56ýiye\x10sõÔÑúQ\x04qnvñ]2ÛÊõ\fØî¹Å¸4\Ñf¯dô±:ûżzÁ$üêUZé^@u\x1cÅ\vò¸Wwܬ "gÇ8ncþ\vGyQÖTé±\áµÈ( 0\r·JzòS+7ßál:C¦\v äÙ®Þ¤µdÚ{.mL¾±\x1c¥ß9prÞìa+hD§ò·¹oFám\x02\ !\x19Ev8duÀæ\x185T¥ÅyW»ð\vH«Ð«Ù\x12«ë±×¥·\x13s¯dÕõ\x16LÖ\x10EúÃê cq À*\x1alrÍ];`h=*[¨³Û#ûOr.ëL¯YÙwP:}ãFÿïK.JÓ3oõÚ,ÝsÃ_¶Å©gÎ\ráñ`è¸Øú¼FBù# rh)=={0ÿ@Pj\x0f\x11ãðçiV#×ú¾FÎ3?¤<(?óæ\r|\x1cl¬iò:»®D\x13Ñ\x1a%ûè¥Ê°\x1a\x181ÎÑøª\0Ó\x18þ¶).{S KY\x12\fÞh½¢l,Û®Õ5wc\x1er\vÿnñ\b1ß¾¥\x02/ zúºù+ý!Þþ°±¹E¼-ºþPwi\x14/,Y¡2}^¯\x15Ë7þà6´1j*tþ ¥7xµv^N¸F×jàT>W÷¶ÐÏ\r¿¼\0¡ò,ªYÍ$Ç¢l\x7f«zJ Ý>µæÍºê òÈ\x0e«¼ ¨Ä\x16¯Èì\x19jôÄÈ\x15EK3_|6ûTVV¦Ë\ffÙ~]\x1e<¬\x0f¹§\x1dei62¹fu¿üG:(* ¡{ëlÆÃKû¼;gä$\x15µÖ~\x1e\x12\fàT\x01\x1fæÏp³>éC.QS!îÓØ¬\x1cK¿u\x15ç*-ª\x14FeU§\x7fg\x1cJ uÑCovhÝäX\x17½.\x1aöiêÓ¤âd\x14¥\x03>ÌAwÈüDcy)wvÈ`\x1c9º0¯&P^\x05ùã\x05lU=«2ÍuA©©wR\x10\x18z\sÎ\x05L}¥b/½Ãëæøè\x11<î-ùíÝk^[\x1c\x1fÃ\x18\x18e{n{ãÖ|¿éÉ\x1a\x7f/®úÓ.æÌv¹ï==¨ýÉ^\vÚ\x01\x19õ\x10®b4*ÜÜVô\vÒRÕGAÂÌ*Û\x13dÜw{\x01\f2 $2ÂIs&¯ÎïÌ*¦ÓiùWK\x06ê\äÐ0t>v¶Õy\x17¹6\x7f%\x02fÒF|LbDYXJx9a¤?Ò¸T©èïÍ\x0e¥}{¬cßúä\x18®vÆ!£)>\x03v[È£ob\0sÇ.r/|c2Q¥¸%Kñq¼vmá\x18^[rèïµËAI^[\x02cÐnåÃzOÌÌØAN\x0fh³\f¹VpqeS@É£?Éh=X~ƳùYû*³\x12·c/[ò:\x1cd¼b&~UÇW<»|Úªñàâ»ê]Æ×^[RHÚ!\x13¡ Ò8ñÓôdW|\x0f¹êÍÐzmS6¦\¥AÙ¦ûCcjR_ñ×3\x10¨ð®ÎöAmmæËVh'Ù++Ý ß=\x02ép*ªÞ΢\x02\ â^[\v\07v!\x03èÃi9+É\x05ê}È\r/\x19ÙÝõ7'Ñg C.*PÊûÊêZ?äÚ\x13mK·7È pfÿÎëRc¥Ñ«\x1dWÑÌ<%V\a`Üwº£í墯Cý\x1a5ÊKpí\o$)÷ ©]Ç:"bôÔQY0\a#\x06\x020û\%#°ýÒzOq{>>iUX)ü§\x01½¬î»Y\v±tØ\x1aQ¼ÀãÒ(8·t\x7fPËûÂ\x1d0J®¬î»ÙQA\x1c3Ìg½\qü^Ù\a[£\véB¿oÈ¥\x1c@¯Èß%÷|ä%\vzÓtÐ]ÿ3rÏ$ß'Ç(L½!{âEð¾VþIÉ\x12Sü®Áî\ ?\x7f"ú´ýÿ{Ñö¢Õ1þYa\x1fO(§\x1fäÈ\x17ÿ?ó³£LI¼¦Ç\x7fuÃ\x18Ùø¿²Y\x01ã&\x15î25ï{ÿyvû¿t\x15äý\x17ò»ä´¶\v«Ï§ü¡\x02\0á}v@VÁ\v\aVqÁOF\x01b»È\x1dƶ\x1c«©JëYØðOÿ\aöV¬{¡È\0\0 ^ permalink raw reply [flat|nested] 33+ messages in thread
[parent not found: <20040217232130.61667965.akpm@osdl.org.suse.lists.linux.kernel>]
* Re: 2.6.3-mm1 [not found] <20040217232130.61667965.akpm@osdl.org.suse.lists.linux.kernel> @ 2004-02-18 10:43 ` Andi Kleen 2004-02-18 10:55 ` 2.6.3-mm1 Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Andi Kleen @ 2004-02-18 10:43 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel Andrew Morton <akpm@osdl.org> writes: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > - Added the dm-crypt driver: a crypto layer for device-mapper. > > People need to test and use this please. There is documentation at > http://www.saout.de/misc/dm-crypt/. > > We should get this tested and merged up. We can then remove the nasty > bio remapping code from the loop driver. This will remove the current > ordering guarantees which the loop driver provides for journalled > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > After that we should remove cryptoloop altogether. > > It's a bit late but cyptoloop hasn't been there for long anyway and it > doesn't even work right with highmem systems (that part is fixed in -mm). Is it guaranteed that this thing will be disk format compatible to cryptoloop? (mainly in IVs and crypto algorithms) While 2.3 and 2.4 have broken the on disk format of crypto loop several times (each time to a new "improved and ultimately perfect format") I don't think that's acceptable for a mature OS anymore. -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 10:43 ` 2.6.3-mm1 Andi Kleen @ 2004-02-18 10:55 ` Andrew Morton 2004-02-19 6:37 ` 2.6.3-mm1 Andi Kleen 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 10:55 UTC (permalink / raw) To: Andi Kleen; +Cc: linux-kernel Andi Kleen <ak@suse.de> wrote: > > Andrew Morton <akpm@osdl.org> writes: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > > > - Added the dm-crypt driver: a crypto layer for device-mapper. > > > > People need to test and use this please. There is documentation at > > http://www.saout.de/misc/dm-crypt/. > > > > We should get this tested and merged up. We can then remove the nasty > > bio remapping code from the loop driver. This will remove the current > > ordering guarantees which the loop driver provides for journalled > > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > > > After that we should remove cryptoloop altogether. > > > > It's a bit late but cyptoloop hasn't been there for long anyway and it > > doesn't even work right with highmem systems (that part is fixed in -mm). > > Is it guaranteed that this thing will be disk format compatible to cryptoloop? > (mainly in IVs and crypto algorithms) Allegedly. Of course, doing this will simply retain crypto-loop's security weaknesses. > While 2.3 and 2.4 have broken the on disk format of crypto loop several > times (each time to a new "improved and ultimately perfect format") > I don't think that's acceptable for a mature OS anymore. Well I guess people are free to do that sort of thing with out-of-kernel patches. One question which needs to be adressed is whether dm-crypt adequately addresses crypto-loop's security weaknesses, and if so, how one should set it up to do so. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 10:55 ` 2.6.3-mm1 Andrew Morton @ 2004-02-19 6:37 ` Andi Kleen 2004-02-18 13:45 ` 2.6.3-mm1 Joe Thornber 0 siblings, 1 reply; 33+ messages in thread From: Andi Kleen @ 2004-02-19 6:37 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel On Wed, 18 Feb 2004 02:55:49 -0800 Andrew Morton <akpm@osdl.org> wrote: > Andi Kleen <ak@suse.de> wrote: > > > > Andrew Morton <akpm@osdl.org> writes: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.3/2.6.3-mm1/ > > > > > > - Added the dm-crypt driver: a crypto layer for device-mapper. > > > > > > People need to test and use this please. There is documentation at > > > http://www.saout.de/misc/dm-crypt/. > > > > > > We should get this tested and merged up. We can then remove the nasty > > > bio remapping code from the loop driver. This will remove the current > > > ordering guarantees which the loop driver provides for journalled > > > filesystems. ie: ext3 on cryptoloop will no longer be crash-proof. > > > > > > After that we should remove cryptoloop altogether. > > > > > > It's a bit late but cyptoloop hasn't been there for long anyway and it > > > doesn't even work right with highmem systems (that part is fixed in -mm). > > > > Is it guaranteed that this thing will be disk format compatible to cryptoloop? > > (mainly in IVs and crypto algorithms) > > Allegedly. Of course, doing this will simply retain crypto-loop's security > weaknesses. > > > While 2.3 and 2.4 have broken the on disk format of crypto loop several > > times (each time to a new "improved and ultimately perfect format") > > I don't think that's acceptable for a mature OS anymore. > > Well I guess people are free to do that sort of thing with out-of-kernel > patches. > > One question which needs to be adressed is whether dm-crypt adequately > addresses crypto-loop's security weaknesses, and if so, how one should set > it up to do so. AFAIK the two big security weaknesses in most version of cryptoloop are: (note that some versions have it fixed with various hacks) - Weak IV - Extremly bad key management The first can be addressed in an crypto API module e.g. with an hashed IV, but it needs a stable IV format from dm-crypto (that is one of the things I asked for) The second one is more a user space problem. However to solve it you need metadata. It would be much nicer if it was possible to store it on the block device directly (with a special losetup flag for compatibility). Otherwise you get into nasty chicken and egg problems with fully encrypted systems. Supporting metadata can be quite simple - e.g. a standard header on the first blocks that has a length and a number of records with unique IDs. And the kernel driver would need to skip over these headers. -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-19 6:37 ` 2.6.3-mm1 Andi Kleen @ 2004-02-18 13:45 ` Joe Thornber 2004-02-19 11:52 ` 2.6.3-mm1 Andi Kleen 0 siblings, 1 reply; 33+ messages in thread From: Joe Thornber @ 2004-02-18 13:45 UTC (permalink / raw) To: Andi Kleen; +Cc: Andrew Morton, linux-kernel On Thu, Feb 19, 2004 at 07:37:34AM +0100, Andi Kleen wrote: > Supporting metadata can be quite simple - e.g. a standard header on the first blocks that > has a length and a number of records with unique IDs. And the kernel driver would need > to skip over these headers. The target already takes an offset into the device, so you have what you want. - Joe ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 13:45 ` 2.6.3-mm1 Joe Thornber @ 2004-02-19 11:52 ` Andi Kleen 2004-02-18 23:27 ` 2.6.3-mm1 Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Andi Kleen @ 2004-02-19 11:52 UTC (permalink / raw) To: Joe Thornber; +Cc: akpm, linux-kernel On Wed, 18 Feb 2004 13:45:58 +0000 Joe Thornber <thornber@redhat.com> wrote: > On Thu, Feb 19, 2004 at 07:37:34AM +0100, Andi Kleen wrote: > > Supporting metadata can be quite simple - e.g. a standard header on the first blocks that > > has a length and a number of records with unique IDs. And the kernel driver would need > > to skip over these headers. > > The target already takes an offset into the device, so you have what you want. Ok fine. The only requirement would be compatible IVs then. -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-19 11:52 ` 2.6.3-mm1 Andi Kleen @ 2004-02-18 23:27 ` Andrew Morton 2004-02-19 17:54 ` 2.6.3-mm1 Andi Kleen 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2004-02-18 23:27 UTC (permalink / raw) To: Andi Kleen; +Cc: thornber, linux-kernel Andi Kleen <ak@suse.de> wrote: > > On Wed, 18 Feb 2004 13:45:58 +0000 > Joe Thornber <thornber@redhat.com> wrote: > > > On Thu, Feb 19, 2004 at 07:37:34AM +0100, Andi Kleen wrote: > > > Supporting metadata can be quite simple - e.g. a standard header on the first blocks that > > > has a length and a number of records with unique IDs. And the kernel driver would need > > > to skip over these headers. > > > > The target already takes an offset into the device, so you have what you want. > > Ok fine. The only requirement would be compatible IVs then. > Would it be correct to say that until someone does this development, dm-crypt has the same vulnerabilities as cryptoloop? Or is there some different way of using dm-crypt which is incompatible with cryptoloop, but is more secure? ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-18 23:27 ` 2.6.3-mm1 Andrew Morton @ 2004-02-19 17:54 ` Andi Kleen 0 siblings, 0 replies; 33+ messages in thread From: Andi Kleen @ 2004-02-19 17:54 UTC (permalink / raw) To: Andrew Morton; +Cc: thornber, linux-kernel On Wed, 18 Feb 2004 15:27:45 -0800 Andrew Morton <akpm@osdl.org> wrote: > Andi Kleen <ak@suse.de> wrote: > > > > On Wed, 18 Feb 2004 13:45:58 +0000 > > Joe Thornber <thornber@redhat.com> wrote: > > > > > On Thu, Feb 19, 2004 at 07:37:34AM +0100, Andi Kleen wrote: > > > > Supporting metadata can be quite simple - e.g. a standard header on the first blocks that > > > > has a length and a number of records with unique IDs. And the kernel driver would need > > > > to skip over these headers. > > > > > > The target already takes an offset into the device, so you have what you want. > > > > Ok fine. The only requirement would be compatible IVs then. > > > > Would it be correct to say that until someone does this development, > dm-crypt has the same vulnerabilities as cryptoloop? Or is there some It all depends on what the crypto API module and the user space utils implement. That is why calling it dm-crypt is misleading, dm-filter or somesuch would be better. > different way of using dm-crypt which is incompatible with cryptoloop, but > is more secure? More secure will be incompatible. -Andi ^ permalink raw reply [flat|nested] 33+ messages in thread
[parent not found: <1qujU-5xX-31@gated-at.bofh.it>]
[parent not found: <1qCUf-4vn-41@gated-at.bofh.it>]
[parent not found: <1qGuR-bb-25@gated-at.bofh.it>]
[parent not found: <1qGO2-uG-13@gated-at.bofh.it>]
[parent not found: <1qGO5-uG-21@gated-at.bofh.it>]
[parent not found: <1qGY1-RT-29@gated-at.bofh.it>]
[parent not found: <1qGY1-RT-27@gated-at.bofh.it>]
[parent not found: <1qIn3-5yq-23@gated-at.bofh.it>]
* Re: 2.6.3-mm1 [not found] ` <1qIn3-5yq-23@gated-at.bofh.it> @ 2004-02-19 21:58 ` Bill Davidsen 2004-02-19 22:01 ` 2.6.3-mm1 Christophe Saout 0 siblings, 1 reply; 33+ messages in thread From: Bill Davidsen @ 2004-02-19 21:58 UTC (permalink / raw) To: Christophe Saout; +Cc: Linux Kernel Mailing List Christophe Saout wrote: > Am Mi, den 18.02.2004 schrieb Brandon Low um 21:52: > > >>I am just reading up on dm now, but correct me if I am wrong, I will >>need to do losetup, dmcreate, mount in that order in order to use >>dmcrypt on loop where with cryptoloop, I could just do "mount"... there >>must be an easier way to handle this! > > > You don't need to know everything about dm to set up encrypted devices. > > Basically dmsetup is something like losetup, only that it's much more > flexible. > > To set up a device basically: > > echo 0 `blockdev --getsize /dev/bla` crypt <cipher> <key> 0 /dev/bla 0 | > dmsetup create <newname> > > is enough. And it's just temporary, because no special tool has been > written yet. dmsetup is the most low-level dm tool, mostly for > developers. I've written a shell script named cryptsetup for the > meantime, it asks for a passphrase and does all the magic you need. > > "cryptsetup create test /dev/hda5" will ask for a passphrase and set up > /dev/mapper/test. Voila. "cryptsetup remove test" removes it and > "cryptsetup status test" shows some status information. > > mount -o loop is basically a hack. mount uses parts of losetup to do an > ioctl. The encryption support as mount argument is an additional patch. > Even worse, some do passphrase hashing, some don't... it works but it's > not a very clean solution either. > > BTW: dmsetup is NOT a big program. It has two parts: a libdevmapper.so > in /lib and the dmsetup binary itself. Every part is 16k in size (if > compiled statically into one binary it's just 27k), and it's still > linked against glibc. If linked against dietlibc or klibc it would be > even smaller. Nobody needs LVM tools or something. It's just a small > client for the dm ioctl, just like losetup is a client for the loop > ioctl. > > There are some plans to write a unified plugin based key management > tool. You might want to have your key stored on a USB stick. Or > encrypted in the first sector of your device and you want to unlock it > using a password (so you can change your password without needing to > reencrypt your data). This would be much more flexible than most of the > crap floating around. > > So, you see. NO NEED TO PANIC. Cryptoloop won't disappear over night. > There will be some nice to user interface. At the moment dm-crypt is > only a *kernel implementation* and not meant to be used by every end > user immediately. Nobody will force you to drop cryptoloop until there > is a clean solution for everybody out there. Could you give an example of the one line I put in /etc/fstab to replace the one now which includes "noauto,user" so users can mount when they need the secure data? You *can* do that so you don't need to train users, give them special permissions, or use privileged scripts or programs, right? ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: 2.6.3-mm1 2004-02-19 21:58 ` 2.6.3-mm1 Bill Davidsen @ 2004-02-19 22:01 ` Christophe Saout 0 siblings, 0 replies; 33+ messages in thread From: Christophe Saout @ 2004-02-19 22:01 UTC (permalink / raw) To: Bill Davidsen; +Cc: Linux Kernel Mailing List Am Do, den 19.02.2004 schrieb Bill Davidsen um 22:58: > Could you give an example of the one line I put in /etc/fstab to replace > the one now which includes "noauto,user" so users can mount when they > need the secure data? > > You *can* do that so you don't need to train users, give them special > permissions, or use privileged scripts or programs, right? That's not possible at the moment. What you want to do relies on the feature that the mount command itself does the required setup. The would require to have some dedicated C code fot the device setup and make mount use that (through a patch). mount currently only knows about the loop device. And BTW the key management sucks if you use an unpatched mount because it uses the unhashed passphrase unhashed key. ^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2004-02-22 2:48 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-18 7:21 2.6.3-mm1 Andrew Morton
2004-02-18 7:43 ` 2.6.3-mm1 Andrew Morton
2004-02-18 9:25 ` 2.6.3-mm1 Andrew Morton
2004-02-18 13:42 ` 2.6.3-mm1 Rusty Russell
2004-02-18 18:50 ` 2.6.3-mm1 Andrew Morton
2004-02-18 11:13 ` 2.6.3-mm1 Sean Neakums
2004-02-18 11:14 ` 2.6.3-mm1 Jonathan Brown
2004-02-18 12:37 ` 2.6.3-mm1 Sean Neakums
2004-02-18 12:14 ` dmcrypt works well on 2.6.3 WAS: 2.6.3-mm1 bert hubert
2004-02-18 14:26 ` 2.6.3-mm1 Ramon Rey Vicente
2004-02-18 18:55 ` 2.6.3-mm1 Andrew Morton
2004-02-18 19:06 ` 2.6.3-mm1 Matthew Wilcox
2004-02-18 16:16 ` 2.6.3-mm1 Bill Davidsen
2004-02-18 20:04 ` 2.6.3-mm1 Brandon Low
2004-02-18 20:22 ` 2.6.3-mm1 Andrew Morton
2004-02-18 20:33 ` 2.6.3-mm1 Brandon Low
2004-02-18 20:52 ` 2.6.3-mm1 Andrew Morton
2004-02-18 20:52 ` 2.6.3-mm1 Brandon Low
2004-02-18 21:00 ` 2.6.3-mm1 Andrew Morton
2004-02-18 22:15 ` 2.6.3-mm1 Christophe Saout
2004-02-19 0:33 ` 2.6.3-mm1 Brandon Low
2004-02-19 12:39 ` 2.6.3-mm1 Christophe Saout
2004-02-18 17:50 ` 2.6.3-mm1 James Simmons
2004-02-22 2:46 ` 2.6.3-mm1 William Lee Irwin III
[not found] <20040217232130.61667965.akpm@osdl.org.suse.lists.linux.kernel>
2004-02-18 10:43 ` 2.6.3-mm1 Andi Kleen
2004-02-18 10:55 ` 2.6.3-mm1 Andrew Morton
2004-02-19 6:37 ` 2.6.3-mm1 Andi Kleen
2004-02-18 13:45 ` 2.6.3-mm1 Joe Thornber
2004-02-19 11:52 ` 2.6.3-mm1 Andi Kleen
2004-02-18 23:27 ` 2.6.3-mm1 Andrew Morton
2004-02-19 17:54 ` 2.6.3-mm1 Andi Kleen
[not found] <1qujU-5xX-31@gated-at.bofh.it>
[not found] ` <1qCUf-4vn-41@gated-at.bofh.it>
[not found] ` <1qGuR-bb-25@gated-at.bofh.it>
[not found] ` <1qGO2-uG-13@gated-at.bofh.it>
[not found] ` <1qGO5-uG-21@gated-at.bofh.it>
[not found] ` <1qGY1-RT-29@gated-at.bofh.it>
[not found] ` <1qGY1-RT-27@gated-at.bofh.it>
[not found] ` <1qIn3-5yq-23@gated-at.bofh.it>
2004-02-19 21:58 ` 2.6.3-mm1 Bill Davidsen
2004-02-19 22:01 ` 2.6.3-mm1 Christophe Saout
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox