Bug#447018: BUG: warning at kernel/cpu.c:51/unlock_cpu_hotplug() patch

2007-10-17 Thread Adrian Bridgett
Package: linux-2.6 Version: 2.6.18.dfsg.1-13etch3 Severity: minor Hi, We are getting loads of these: Call Trace: [] .text.lock.mutex+0x5/0x14 [] unlock_cpu_hotplug+0x3f/0x6c [] sched_getaffinity+0x7e/0x93 [] compat_sys_sched_getaffinity+0x1d/0x4c [] sysenter_do_call+0x1b/0x67 There is a p

Bug#336936: initramfs-tools: suspend patch part 2

2005-11-01 Thread Adrian Bridgett
Package: initramfs-tools Version: 0.37 Well now I've had time to actually test it, it seems there is one additional buglet - the kernel actually wants the major/minor numbers in decimal, not in hex prefixed by "0x". Two little patches to the scripts to fix this. Suspend to disk tested with 2.6.1

Bug#336104: initramfs-tools: kernelextras put junk in modules

2005-10-27 Thread Adrian Bridgett
Package: initramfs-tools Version: 0.32 /usr/share/initramfs-tools/hools/kernelextras looks in $MODULESDIR/initrd/*. That directory doesn't exist on my machine, so x gets set to "*" which then means all items in the current directory get included. I suggest a test to see if $MODULESDIR/initrd is

Bug#336103: initramfs-tools: piix not loaded (dma off)

2005-10-27 Thread Adrian Bridgett
Package: initramfs-tools Version: 0.32 I have a Dell D600 laptop (Intel PIIX IDE controller). It turns out that piix.ko (in ide/pci) must be loaded before the main IDE code otherwise DMA is not turned on (and loading the module and usig hdparm fails too). So I added "piix" to /etc/mkinitramfs/mo

Bug#336095: initramfs-tools: refers to wrong manpage

2005-10-27 Thread Adrian Bridgett
Package: initramfs-tools Version: 0.32 Severity: minor The comment in /etc/mkinitramfs/initramfs.conf says "see mkinitramfs.conf(5)" but the manpage is initramfs.conf. Thanks, Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/Linux - the maintainable di

Bug#335801: initramfs-tools: uses non-existant stat (patch attached)

2005-10-25 Thread Adrian Bridgett
Package: initramfs-tools Version: 0.32 scripts/functions (load_modules) scripts/local-premount/suspend both use "stat" which isn't provided by busybox (1.01-3) or klibc (1.1.1-2). Alternatively the use of stat could be replaced by awk (patches attached). Unfortunately if you have /sys/power/resu