Bug#606964: linux-image-2.6.32-5-xen-amd64: Xen fails to boot dom0 kernel on system with, lots of RAM

2011-01-06 Thread Ian Campbell
On Thu, 2011-01-06 at 10:01 +0100, Rik Theys wrote:
> Hi,
> 
> I've tried the following combinations:
[...]

Thanks, I'll dig through the logs in a bit and see if anything shows up.

> This looks like a bug in the Xen hypervisor and not a kernel parameter?

I think so, the CONFIG_XEN_MAX_DOMAIN_MEMORY thing is probably a
red-herring.

> I can test some more options on this system for a few more days, but 
> then I have to reinstall it.

If you are able it would be useful to know if the tip of
xen-4.0-testing.hg (which is just about to become 4.0.2-rc1) works or
not. You would only need to build the hypervisor binary itself not all
the tools etc which is relatively straight forward. I can give more
detailed instructions if necessary.

Ian.
-- 
Ian Campbell
Current Noise: Death - Scavenger Of Human Sorrow

"Once they go up, who cares where they come down?  That's not my department."
-- Werner von Braun




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1294304981.3831.3588.ca...@zakaz.uk.xensource.com



Bug#606964: linux-image-2.6.32-5-xen-amd64: Xen fails to boot dom0 kernel on system with, lots of RAM

2011-01-06 Thread Rik Theys

Ian,

On 01/06/2011 10:09 AM, Ian Campbell wrote:

I can test some more options on this system for a few more days, but
then I have to reinstall it.


If you are able it would be useful to know if the tip of
xen-4.0-testing.hg (which is just about to become 4.0.2-rc1) works or
not. You would only need to build the hypervisor binary itself not all
the tools etc which is relatively straight forward. I can give more
detailed instructions if necessary.


Please do (provide detailed instructions).

Regards,

Rik



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d2588b0.2050...@esat.kuleuven.be



Bug#606964: linux-image-2.6.32-5-xen-amd64: Xen fails to boot dom0 kernel on system with, lots of RAM

2011-01-06 Thread Ian Campbell
On Thu, 2011-01-06 at 10:17 +0100, Rik Theys wrote:
> Ian,
> 
> On 01/06/2011 10:09 AM, Ian Campbell wrote:
> >> I can test some more options on this system for a few more days, but
> >> then I have to reinstall it.
> >
> > If you are able it would be useful to know if the tip of
> > xen-4.0-testing.hg (which is just about to become 4.0.2-rc1) works or
> > not. You would only need to build the hypervisor binary itself not all
> > the tools etc which is relatively straight forward. I can give more
> > detailed instructions if necessary.
> 
> Please do (provide detailed instructions).

You'll need to install mercurial, gcc, make and python (I think those
are the only dependencies for the hypervisor itself, hopefully any
errors due to missing tools will be fairly straightforward) and then:
$ hg clone http://xenbits.xen.org/xen-4.0-testing.hg
$ cd xen-4.0-testing.hg
$ make -C xen # Add -j as desired.

Then copy xen/xen.gz to /boot/xen-4.0-testing.gz (or whatever name you
prefer) and update your bootloader (update-grub should do it?).

To rebuild with debugging enabled, which would be useful if the above
doesn't result in a successful boot:
$ make -C xen clean
$ make -C xen debug=y # Add -j as desired.

If 4.0-testing doesn't work then doing the same thing with
http://xenbits.xen.org/xen-unstable.hg would also be informative.

Thanks!

Ian.

-- 
Ian Campbell
Current Noise: Death - Flesh And The Power It Holds

Pandora's Rule:
Never open a box you didn't close.




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1294307075.3831.3619.ca...@zakaz.uk.xensource.com



Bug#576274: Possible Bug Fix?

2011-01-06 Thread Julien Cristau
On Thu, Jan  6, 2011 at 02:55:25 +, Ben Hutchings wrote:

> The correct driver is 'intel'  I don't how why you ended up with 'i810',
> but in any case that would be a bug in xdebconfigurator, not the kernel.
> Possibly 'i810' just works as an alias for 'intel'.
> 
Yes, i810 is the old name for the driver.

Lenny has:
lrwxrwxrwx 1 root root 12 Sep  5 01:42 
/usr/lib/xorg/modules/drivers/i810_drv.so -> intel_drv.so

In later versions that compat symlink was removed, and the xserver-xorg
maintainer scripts make the corresponding update in xorg.conf.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#602853: patch to fix 602853

2011-01-06 Thread Fabio M. Di Nitto
Hi all,

attached is a patch to fix this sparc boot issue.

commit 25edd6946a1d74e5e77813c2324a0908c68bcf9e

from upstream introduced the "regression" by effectively unveiling other
bugs around the code that handles access to the sparc PROM.

this commit made it into stable and it is present in
debian/patches/bugfix/all/stable/2.6.32.23.patch

David Miller already posted patches to stable trees address this issue.

(Note: David, I had to change slightly the spin_lock calls in printk.c
vs upstream patch to be able to backport, could you be so kind to check
if it´s ok with you? works for me here but 2 extra eyes are better)

Specifically:

Subject: [PATCH 01/10] SPARC/LEON: removed constant timer initialization
as if HZ=100, now it reflects the value of HZ

[ Upstream commit b690c425fe07c725e7f1f7d40303588416cba67f ]

Subject: [PATCH 02/10] sparc64: Delete prom_puts() unused.

[ Upstream commit ce05a94efaf71d562eeefd30d6bbc2ab42b06bac ]

Subject: [PATCH 03/10] sparc: Remove prom_pathtoinode()

[ Upstream commit 17d70d6df0c4ea7a203b444001572a91ad9c2bef ]

Subject: [PATCH 04/10] sparc: Kill prom devops_{32,64}.c

[ Upstream commit b148246912bea92bde2a0cba125ca94f1f776b12 ]

Subject: [PATCH 05/10] sparc64: Unexport prom_service_exists().

[ Upstream commit f7b5f55ac1623dfde24ef5319ad77c1746645f3f ]

Subject: [PATCH 06/10] sparc64: Delete prom_setcallback().

[ Upstream commit c540ee70e49b573535c7ddfd0e9a0fc9d549c8b7 ]

Subject: [PATCH 07/10] sparc: Do not export prom_nb{get,put}char().

[ Upstream commit 91921fef7c658b12de53376b312d071d757f7770 ]

Subject: [PATCH 08/10] sparc: Pass buffer pointer all the way down to
prom_{get,put}char().

[ Upstream commit e62cac1fd035b4cde707285008499dbe71955a86 ]

Subject: [PATCH 09/10] sparc: Delete prom_*getchar().

[ Upstream commit 12c7a35ee6a1c605e740733f2cbd5b5079f09f0f ]

Subject: [PATCH 10/10] sparc: Write to prom console using indirect buffer.

[ Upstream commit 595a251c0740785fd3c0d2156d78578c7479811e ]

With the above 10 fixes, another bug has been spotted in the atyfb
driver (sparc specific), that I believe David will push to stable trees
as well, and the fix is here:

http://marc.info/?l=linux-sparc&m=129426177717121&w=2

this whole patch set has been merged in the attached patch and tested on
top of Debian kernel 2.6.32-29, that now can successfully boot again.

Please consider applying asap, as this bug affects also installer images.

As patches will make it into stable trees, this patch can be dropped
later on.

Fabio
diff -Naurd source.orig//arch/sparc/include/asm/openprom.h 
source/arch/sparc/include/asm/openprom.h
--- source.orig//arch/sparc/include/asm/openprom.h  2009-12-03 
04:51:21.0 +0100
+++ source/arch/sparc/include/asm/openprom.h2011-01-06 10:18:49.0 
+0100
@@ -37,7 +37,7 @@
int (*v2_dev_open)(char *devpath);
void (*v2_dev_close)(int d);
int (*v2_dev_read)(int d, char *buf, int nbytes);
-   int (*v2_dev_write)(int d, char *buf, int nbytes);
+   int (*v2_dev_write)(int d, const char *buf, int nbytes);
int (*v2_dev_seek)(int d, int hi, int lo);
 
/* Never issued (multistage load support) */
diff -Naurd source.orig//arch/sparc/include/asm/oplib_32.h 
source/arch/sparc/include/asm/oplib_32.h
--- source.orig//arch/sparc/include/asm/oplib_32.h  2009-12-03 
04:51:21.0 +0100
+++ source/arch/sparc/include/asm/oplib_32.h2011-01-06 10:18:49.0 
+0100
@@ -60,25 +60,6 @@
 extern char *prom_mapio(char *virt_hint, int io_space, unsigned int phys_addr, 
unsigned int num_bytes);
 extern void prom_unmapio(char *virt_addr, unsigned int num_bytes);
 
-/* Device operations. */
-
-/* Open the device described by the passed string.  Note, that the format
- * of the string is different on V0 vs. V2->higher proms.  The caller must
- * know what he/she is doing!  Returns the device descriptor, an int.
- */
-extern int prom_devopen(char *device_string);
-
-/* Close a previously opened device described by the passed integer
- * descriptor.
- */
-extern int prom_devclose(int device_handle);
-
-/* Do a seek operation on the device described by the passed integer
- * descriptor.
- */
-extern void prom_seek(int device_handle, unsigned int seek_hival,
- unsigned int seek_lowval);
-
 /* Miscellaneous routines, don't really fit in any category per se. */
 
 /* Reboot the machine with the command line passed. */
@@ -121,19 +102,8 @@
 /* Get the prom firmware revision. */
 extern int prom_getprev(void);
 
-/* Character operations to/from the console */
-
-/* Non-blocking get character from console. */
-extern int prom_nbgetchar(void);
-
-/* Non-blocking put character to console. */
-extern int prom_nbputchar(char character);
-
-/* Blocking get character from console. */
-extern char prom_getchar(void);
-
-/* Blocking put character to console. */
-extern void prom_putchar(char character);
+/* Write a buffer of characters to the console. */
+extern void prom_console_writ

Bug#607863: marked as done (linux-base postinst fails to update UUIDs in /boot/boot/grub)

2011-01-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Jan 2011 13:18:24 +
with message-id 
and subject line Bug#607863: fixed in linux-2.6 2.6.37-1~experimental.1
has caused the Debian Bug report #607863,
regarding linux-base postinst fails to update UUIDs in /boot/boot/grub
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
607863: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607863
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-base
Version: 2.6.32-29
Severity: important


The linux-base postinst fails to update the UUIDs in /boot/boot/grub.
See /usr/sbin/update-grub (a shell script) for how to find grub directory.
I think this mostly affects mature systems.  Newer systems have /boot/grub.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-base depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  libuuid-perl  0.02-4 Perl extension for using UUID inte
ii  udev  164-3  /dev/ and hotplug management daemo
ii  util-linux2.17.2-3.3 Miscellaneous system utilities

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information:
  linux-base/disk-id-manual-boot-loader:
  linux-base/disk-id-update-failed:
  linux-base/disk-id-manual:
  linux-base/disk-id-convert-plan-no-relabel: true
* linux-base/disk-id-convert-auto: true
  linux-base/do-bootloader-default-changed:
* linux-base/disk-id-convert-plan: true


--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.37-1~experimental.1

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.37-1~experimental.1_all.deb
linux-2.6_2.6.37-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.diff.gz
linux-2.6_2.6.37-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.dsc
linux-2.6_2.6.37.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.37.orig.tar.gz
linux-base_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-base_2.6.37-1~experimental.1_all.deb
linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 607...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Jan 2011 02:44:28 +
Source: linux-2.6
Binary: linux-tools-2.6.37 linux-source-2.6.37 linux-doc-2.6.37 
linux-manual-2.6.37 linux-patch-debian-2.6.37 firmware-linux-free 
linux-support-2.6.37-trunk linux-base linux-libc-dev 
linux-headers-2.6.37-trunk-all linux-headers-2.6.37-trunk-all-alpha 
linux-headers-2.6.37-trunk-common linux-image-2.6.37-trunk-alpha-generic 
linux-headers-2.6.37-trunk-alpha-generic linux-image-2.6.37-trunk-alpha-smp 
linux-headers-2.6.37-trunk-alpha-smp linux-image-2.6.37-trunk-alpha-legacy 
linux-headers-2.6.37-trunk-alpha-legacy linux-headers-2.6.37-trunk-all-amd64 
linux-image-2.6.37-trunk-amd64 linux-headers-2.6.37-trunk-amd64 
linux-image-2.6.37-trunk-amd64-dbg linux-headers-2.6.37-trunk-all-armel 
linux-image-2.6.37-trunk-iop32x linux-headers-2.6.37-trunk-iop32x 
li

Bug#596390: marked as done (linux-image-2.6.32-bpo.5-amd64: r8169 Link not ready)

2011-01-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Jan 2011 13:18:24 +
with message-id 
and subject line Bug#596390: fixed in linux-2.6 2.6.37-1~experimental.1
has caused the Debian Bug report #596390,
regarding linux-image-2.6.32-bpo.5-amd64: r8169 Link not ready
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
596390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-20~bpo50+1
Severity: important


WHen I boot this kernel, my ethernet port stops working.  The light on
the switch goes out.  It is a Cisco 3550 switch with 10 10/100/1000 ports
and two GBIC ports.  This server is plugged into a 10/100/1000 port.

In order to get things working again, I have to power the machine off
and boot 2.6.30 instead.  I will attach kernel logs from both versions.

This is not the "wrong mac address" bug.  I have not seen anyone with my
exact symptoms.  I do get the missing firmware message when building
the initramfs, but I understand that I don't really need firmware.


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P1.80
board_vendor: ASRock
board_name: M3A785GXH/128M
board_version: 

** Network interface configuration:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 166.70.79.219
netmask 255.255.255.240
network 166.70.79.208
broadcast 166.70.79.223
gateway 166.70.79.209
#   vlan_raw_device eth0
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 166.70.79.215
dns-search elyograg.org int.elyograg.org

auto eth0:0
iface eth0:0 inet static
address 166.70.79.211
netmask 255.255.255.240
network 166.70.79.208
broadcast 166.70.79.223

#auto vlan100
#iface vlan100 inet static
#   address 192.168.1.50
#   netmask 255.255.255.0
#   network 192.168.1.0
#   broadcast 192.168.1.255
#   vlan_raw_device eth0

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge 
Alternate [1022:9601]
Subsystem: ASRock Incorporation Device [1849:9601]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:01.0 PCI bridge [0604]: ASRock Incorporation Device [1849:9602] (prog-if 00 
[Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel modules: shpchp

00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 5) [1022:9609] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA 
Controller [AHCI mode] [1002:4391] (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation Device [1849:4391]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: ahci
Kernel modules: ahci

00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 
Controller [1002:4397] (prog-if 10 [OHCI])
Subsystem: ASRock Incorporation Device [1849:4397]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr

Bug#608138: marked as done (Annoying warning "NMI watchdog failed to create perf event on cpu0")

2011-01-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Jan 2011 13:18:24 +
with message-id 
and subject line Bug#608138: fixed in linux-2.6 2.6.37-1~experimental.1
has caused the Debian Bug report #608138,
regarding Annoying warning "NMI watchdog failed to create perf event on cpu0"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
608138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.98.7
Severity: normal

Every time i boot in recovery mode, i see this message:
-
Loading Linux 2.6.37-rc5-686 ...
Loading initial ramdisk ...
[0.020165] NMI watchdog failed to create perf event on cpu0: ffa1
Loading, please wait...
resume: libgcrypt version: 1.4.5
INIT: version 2.88 booting
-

No error with normal boot.
It happen with both 2.6.37-rc7-686, 2.6.37-rc5-686, 2.6.36-trunk-686,
but not with 2.6.32-5-686 (2.6.32-29).

Grub command lines are identical except that "lapic hpet=force" in
normal boot is substituted by "single" in recovery mode.

Apart for the message, the system seems to behave well.

Cesare.


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 9.6M Dec 12 14:26 /boot/initrd.img-2.6.32-5-686
-rw-r--r-- 1 root root 9.9M Nov 30 23:51 /boot/initrd.img-2.6.36-trunk-686
-rw-r--r-- 1 root root  11M Dec 24 13:47 /boot/initrd.img-2.6.37-rc5-686
-rw-r--r-- 1 root root  11M Dec 27 21:05 /boot/initrd.img-2.6.37-rc7-686
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc7-686 
root=UUID=07b633c9-1242-48ee-a6f4-f37c43f639fd ro single quiet

-- resume
RESUME=/dev/hda8
-- /proc/filesystems
btrfs
ext3
fuseblk

-- lsmod
Module  Size  Used by
xt_TCPMSS   2263  1 
xt_tcpmss985  1 
xt_tcpudp   1651  1 
iptable_mangle  1080  1 
pppoe   6080  2 
pppox   1222  1 pppoe
ppp_generic16363  6 pppoe,pppox
slhc3494  1 ppp_generic
acpi_cpufreq4563  0 
mperf967  1 acpi_cpufreq
cpufreq_conservative 6190  0 
cpufreq_stats   1934  0 
cpufreq_userspace   1508  0 
cpufreq_powersave614  0 
sco 5971  2 
rfcomm 23630  0 
bnep7779  2 
l2cap  26626  6 rfcomm,bnep
crc16   1035  1 l2cap
bluetooth  37757  6 sco,rfcomm,bnep,l2cap
binfmt_misc 4993  1 
uinput  5126  1 
fuse   47491  1 
nf_conntrack_ipv4   7561  6 
nf_defrag_ipv4   875  1 nf_conntrack_ipv4
xt_state 815  6 
nf_conntrack   39593  2 nf_conntrack_ipv4,xt_state
iptable_filter   964  1 
ip_tables   7838  2 iptable_mangle,iptable_filter
x_tables9293  7 
xt_TCPMSS,xt_tcpmss,xt_tcpudp,iptable_mangle,xt_state,iptable_filter,ip_tables
pcmcia 25072  0 
snd_intel8x0   19567  1 
snd_intel8x0m   8060  0 
i915  252643  2 
ipw2200   107673  0 
snd_ac97_codec 76621  2 snd_intel8x0,snd_intel8x0m
libipw 18278  1 ipw2200
ac97_bus 722  1 snd_ac97_codec
yenta_socket   15672  0 
tifm_sd 6378  0 
pcmcia_rsrc 7292  1 yenta_socket
mmc_core   46437  1 tifm_sd
drm_kms_helper 19577  1 i915
tifm_7xx1   2990  0 
cfg80211   96605  2 ipw2200,libipw
drm   119326  3 i915,drm_kms_helper
snd_pcm47068  3 snd_intel8x0,snd_intel8x0m,snd_ac97_codec
pcmcia_core 8261  3 pcmcia,yenta_socket,pcmcia_rsrc
snd_seq34776  0 
lib802112902  2 ipw2200,libipw
tifm_core   3274  2 tifm_sd,tifm_7xx1
joydev  7016  0 
i2c_i8016246  0 
i2c_algo_bit3373  1 i915
snd_timer  12501  2 snd_pcm,snd_seq
snd_seq_device  3659  1 snd_seq
shpchp 18083  0 
i2c_core   13010  5 i915,drm_kms_helper,drm,i2c_i801,i2c_algo_bit
tpm_tis 5405  0 
ac  1692  0 
sony_laptop20597  0 
tpm 8175  1 tpm_tis
rng_core2298  0 
tpm_bios3649  1 tpm
pci_hotplug16971  1 shpchp
snd34265  9 
snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_seq,snd_timer,snd_seq_device
battery 4302  0 
power_supply5587  2 ac,battery
psmouse   

Bug#608185: marked as done (btrfs-tools: balance tree action should be only triggered by root)

2011-01-06 Thread Debian Bug Tracking System
Your message dated Thu, 06 Jan 2011 13:18:24 +
with message-id 
and subject line Bug#608185: fixed in linux-2.6 2.6.37-1~experimental.1
has caused the Debian Bug report #608185,
regarding btrfs-tools: balance tree action should be only triggered by root
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
608185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: btrfs-tools
Version: 0.19+20100601-3, 0.19+20101101-1
Severity: serious

Balance tree action of btrfs command should be limited to only root
user, because it may cause data corrupt and usually result in an
uninterruptible process which is causing a heavy I/O load (the process
may keep runing for a long time because the action is not a easy deal).

Run the following command as a non-root user will also start the balance
tree action ( / is btrfs here, with ext4 /boot):
$ btrfs filesystem balance /

I think this problem will cause serious issues if somebody uses it in
a production system (though it is really not recommended), so I give it
an RC severity. If you think it should be changed, feel free to do it.

What's more, I'm not sure whether this should be a bug in the Linux kernel,
because such action is actually performed by using system calls. If I
try to make a snapshot in a directory by a user who does not have the
access, it will generate an error like this:
$ pwd
/home
$ whoami
aron
$ btrfs subvolume snapshot . backhome
Create a snapshot of '.' in './backhome'
ERROR: cannot snapshot '.'

-- 
Regards,
Aron Xu


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.37-1~experimental.1

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.37-1~experimental.1_all.deb
linux-2.6_2.6.37-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.diff.gz
linux-2.6_2.6.37-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.dsc
linux-2.6_2.6.37.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.37.orig.tar.gz
linux-base_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-base_2.6.37-1~experimental.1_all.deb
linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 05 Jan 2011 02:44:28 +
Source: linux-2.6
Binary: linux-tools-2.6.37 linux-source-2.6.37 linux-doc-2.6.37 
linux-manual-2.6.37 linux-patch-debian-2.6.37 firmware-linux-free 
linux-support-2.6.37-trunk linux-base linux-libc-dev 
linux-headers-2.6.37-trunk-all linux-headers-2.6.37-trunk-all-alpha 
linux-headers-2.6.37-trunk-common linux-image-2.6.37-trunk-alpha-generic 
linux-headers-2.6.37-trunk-alpha-generic linux-image-2.6.37-trunk-alpha-smp 
linux-headers-2.6.37-trunk-alpha-smp linux-image-2.6.37-trunk-alpha-legacy 
linux-headers-2.6.37-trunk-alpha-legacy linux-headers-2.6.37-trunk-all-amd64 
linux-image-2.6.37-trunk-amd64 linux-headers-2.6.37-trunk-amd64 
linux-image-2.6.37-trunk-amd64-dbg linux-headers-2.6.37-trunk-all-armel 
linux-image-2.6.37-trunk-iop32x linux-headers-2.6.37-trunk-iop32x 
linux-image-2.6.37-trunk-ixp4xx linux-headers-2.6.37-trunk-ixp4xx 
linux-image-2.6.37-trunk-kirkwood linux-

linux-2.6_2.6.37-1~experimental.1_multi.changes ACCEPTED into experimental

2011-01-06 Thread Debian FTP Masters



Accepted:
firmware-linux-free_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.37-1~experimental.1_all.deb
linux-2.6_2.6.37-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.diff.gz
linux-2.6_2.6.37-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.37-1~experimental.1.dsc
linux-2.6_2.6.37.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.37.orig.tar.gz
linux-base_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-base_2.6.37-1~experimental.1_all.deb
linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb
linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb
linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb
linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-source-2.6.37_2.6.37-1~experimental.1_all.deb
linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb


Override entries for your package:
firmware-linux-free_2.6.37-1~experimental.1_all.deb - optional kernel
linux-2.6_2.6.37-1~experimental.1.dsc - source devel
linux-base_2.6.37-1~experimental.1_all.deb - optional kernel
linux-doc-2.6.37_2.6.37-1~experimental.1_all.deb - optional doc
linux-manual-2.6.37_2.6.37-1~experimental.1_all.deb - optional doc
linux-patch-debian-2.6.37_2.6.37-1~experimental.1_all.deb - optional kernel
linux-source-2.6.37_2.6.37-1~experimental.1_all.deb - optional kernel
linux-support-2.6.37-trunk_2.6.37-1~experimental.1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 596390 607863 608138 608185 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1papju-00089o...@franck.debian.org



CVE Request: kernel [Re: Security review of 2.6.32.28]

2011-01-06 Thread dann frazier
On Thu, Jan 06, 2011 at 01:05:47AM +, Ben Hutchings wrote:
> These are the patches that looked security-relevant, from a fairly quick
> review:

Thanks for the review Ben! Steve, can you assign CVEs for the
following issues?

> [03/49] fuse: verify ioctl retries
> Kernel buffer overflow, but only CUSE servers could exploit it and
> /dev/cuse is normally restricted to root.

Upstream fix:
  http://git.kernel.org/linus/7572777eef78ebdee1ecb7c258c0ef94d35bad16
Introduced in 2.6.29.

> [16/49] IB/uverbs: Handle large number of entries in poll CQ
> Fixes integer overflow and information leak which I assume can be triggered
> by unprivileged local users.

Sounds like it - Documentation/infiniband/user_verbs.txt says:

 "Since the InfiniBand userspace verbs should be safe for use by
 non-privileged processes, it may be useful to add an appropriate MODE
 or GROUP to the udev rule."

Upstream fix:
  http://git.kernel.org/linus/7182afea8d1afd432a17c18162cc3fd441d0da93
Introduced in 2.6.15.

> [20/49] orinoco: fix TKIP countermeasure behaviour
> Fixes cryptographic weakness potentially leaking information to remote
> (but physically nearby) users.

Upstream fix:
  http://git.kernel.org/linus/0a54917c3fc295cb61f3fb52373c173fd3b69f48
Introduced in 2.6.28.

> [24/49] tracing: Fix panic when lseek() called on "trace" opened for writing
> File is normally only writable by root, so not a security issue.

ack

> [33/49] [SCSI] bfa: fix system crash when reading sysfs fc_host statistics
> Local denial-of-service.
> CVE-2010-4343
> 
> [36/49] install_special_mapping skips security_file_mmap check.
> May enable privilege escalation through null pointer bugs that would
> otherwise only cause denial-of-service.
> CVE-2010-4346
> 
> [42/49] sound: Prevent buffer overflow in OSS load_mixer_volumes
> Not relevant to Debian kernel images since we don't build OSS.
> CVE-2010-4257
> 
> [44/49] ima: fix add LSM rule bug
> Allows subversion of IMA.  Not relevant to Debian kernel images since we
> don't build IMA.

Upstream fix:
  http://git.kernel.org/linus/867c20265459d30a01b021a9c1e81fb4c5832aa9
Introoduced in 2.6.30.

> [48/49] sctp: Fix a race between ICMP protocol unreachable and connect()
> Remote denial-of-service.
> CVE-2010-4526
> 
> Ben.
> 



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110106161811.ge12...@dannf.org



Bug#609149: nfs-kernel-server: after some time, the server nfs is not working, and no client can mount share

2011-01-06 Thread yellow
Package: nfs-kernel-server
Version: 1:1.2.2-4
Severity: normal

For the clients to mount their /home, I need to do : 

 /etc/init.d/nfs-kernel-server restart

exports:
/home   192.168.1.0/24(rw,root_squash)

regards

No kerberos is present, nor nothing even

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-kernel-server depends on:
ii  libblkid1   2.17.2-3.3   block device id library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-2common error description library
ii  libgssapi-krb5-21.8.3+dfsg-2 MIT Kerberos runtime libraries - k
ii  libgssglue1 0.1-4mechanism-switch gssapi library
ii  libk5crypto31.8.3+dfsg-2 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-2 MIT Kerberos runtime libraries
ii  libnfsidmap20.23-2   An nfs idmapping library
ii  librpcsecgss3   0.19-2   allows secure rpc communication us
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  nfs-common  1:1.2.2-4NFS support files common to client
ii  ucf 3.0025+nmu1  Update Configuration File: preserv

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110106194642.30016.84173.report...@debian05.rp614v4



Re: [oss-security] CVE Request: kernel [Re: Security review of 2.6.32.28]

2011-01-06 Thread Josh Bressers
> 
> > [03/49] fuse: verify ioctl retries
> > Kernel buffer overflow, but only CUSE servers could exploit it and
> > /dev/cuse is normally restricted to root.
> 
> Upstream fix:
> http://git.kernel.org/linus/7572777eef78ebdee1ecb7c258c0ef94d35bad16
> Introduced in 2.6.29.

Please use CVE-2010-4650


> > [16/49] IB/uverbs: Handle large number of entries in poll CQ
> > Fixes integer overflow and information leak which I assume can be
> > triggered by unprivileged local users.
> 
> Sounds like it - Documentation/infiniband/user_verbs.txt says:
> 
> "Since the InfiniBand userspace verbs should be safe for use by
> non-privileged processes, it may be useful to add an appropriate MODE
> or GROUP to the udev rule."
> 
> Upstream fix:
> http://git.kernel.org/linus/7182afea8d1afd432a17c18162cc3fd441d0da93
> Introduced in 2.6.15.
> 

Please use CVE-2010-4649


> > [20/49] orinoco: fix TKIP countermeasure behaviour
> > Fixes cryptographic weakness potentially leaking information to remote
> > (but physically nearby) users.
> 
> Upstream fix:
> http://git.kernel.org/linus/0a54917c3fc295cb61f3fb52373c173fd3b69f48
> Introduced in 2.6.28.
> 

Please use CVE-2010-4648.


> > [44/49] ima: fix add LSM rule bug
> > Allows subversion of IMA. Not relevant to Debian kernel images since
> > we
> > don't build IMA.
> 
> Upstream fix:
> http://git.kernel.org/linus/867c20265459d30a01b021a9c1e81fb4c5832aa9
> Introoduced in 2.6.30.

Please use CVE-2011-0006

Thanks.

-- 
JB


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1961486340.193615.1294341196350.javamail.r...@zmail01.collab.prod.int.phx2.redhat.com



Bug#609149: nfs-kernel-server: after some time, the server nfs is not working, and no client can mount share

2011-01-06 Thread Timo Juhani Lindfors
yellow  writes:
> Package: nfs-kernel-server
> Version: 1:1.2.2-4
> Severity: normal
>
> For the clients to mount their /home, I need to do : 

Jikes, that sounds scary. How often do you need to restart it?  Can
you make it happen more often if you mount/remount in a loop?





-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/841v4phjt7@sauna.l.org



Bug#609155: linux-image-2.6.32-5-powerpc: Device tree sources not included in PPC kernel packages

2011-01-06 Thread Gerhard Pircher
Package: linux-image-2.6.32-5-powerpc
Version: 2.6.32-29
Severity: wishlist

The Lenny PPC kernel image packages included the device tree sources,
which are normally found in arch/powerpc/boot/dts in the Linux sources.
This isn't the case anymore for the Squeeze kernel packages. It looks
like this change in the rules.real makefile is responsible for the
problem:

--- linux-2.6-2.6.26/debian/rules.real 
+++ linux-2.6-2.6.32/debian/rules.real 
@@ -104,7 +100,7 @@
 $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR): 
DIR=$(BUILD_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
 $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR): 
$(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET) 
$(BUILD_DIR)/config.$(ARCH)_$(FEATURESET)_$(FLAVOUR)
rm -rf '$(DIR)'
+   mkdir '$(DIR)'
-   cp -al '$(SOURCE_DIR)' '$(DIR)'
cp '$(CONFIG)' '$(DIR)/.config'
echo '$(ABINAME)$(LOCALVERSION_IMAGE)' > '$(DIR)/localversion'
echo 'override ARCH = $(KERNEL_ARCH)' >> '$(DIR)/.kernelvariables'

For Squeeze the build_$(ARCH)_$(FEATURESET)_$(FLAVOUR) directory only
contains the compiled objects files and makefiles. Thus the
bootwrapper_install target (called by the install target in rules.real)
in build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)/arch/powerpc/boot/Makefile
can't find any *.dts files and silently fails to install them.

While CHRP and PPC64 machines don't need any device tree sources, I
need them to add support for other platforms that don't boot from an
OpenFirmware compatible firmware. I'm not sure how a correct fix should
look like, but maybe the dts directory could be explicitly copied over
to the build directory, if a kernel is compiled for ARCH=powerpc.

regards,

Gerhard
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110106210303.176...@gmx.net



kconfigeditor2 howto

2011-01-06 Thread Gerhard Pircher
Hi,

Some months ago I asked on this mailing list how to create all the
kernel config fragments so that they can be used by the Debian kernel
build scripts to rebuild the final .config file.

I was pointed to this tool here:
svn://svn.debian.org/svn/kernel/people/waldi/utils/kconfigeditor2/

I hope somebody can explain to me how this tool is used, as I couldn't
find any documentation for it and I'm not a native "python speaker" yet.

Thanks in advance!

regards,

Gerhard
-- 
NEU: FreePhone - kostenlos mobil telefonieren und surfen!   
Jetzt informieren: http://www.gmx.net/de/go/freephone


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110106215847.176...@gmx.net



Bug#598715: marked as done (linux-image-2.6.36-rc5-686-bigmem: Belkin WLAN adapter stopped working due to removal of Ralink staging drivers)

2011-01-06 Thread Debian Bug Tracking System
Your message dated Fri, 07 Jan 2011 01:55:12 +
with message-id <1294365312.3044.21.ca...@localhost>
and subject line Re: Bug#598715: linux-image-2.6.36-rc5-686-bigmem: Belkin WLAN 
adapter stopped working due to removal of Ralink staging drivers
has caused the Debian Bug report #598715,
regarding linux-image-2.6.36-rc5-686-bigmem: Belkin WLAN adapter stopped 
working due to removal of Ralink staging drivers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
598715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.36-rc5-686-bigmem
Version: 2.6.36~rc5-1~experimental.1
Severity: normal


Hello,

I've been using the rt2870sta module for my Belkin F5D8055 USB WLAN adapter
since it started supporting its device ID (050d:825b) in 2.6.35, but
unfortunately with the removal of the Ralink staging drivers in
2.6.35-1~experimental.3 I'm currently stuck on 2.6.35-1~experimental.2.

It looks like the rt2800usb mainline driver could take the place of the
rt2870sta, since it already includes the device ID for 050d:825a, which I
assume is just a minor revision away from my chip.

Also, looking at the 2.6.36 source I noticed that the device ID still isn't
included in the mainline drivers, but has moved from rt2870sta to the
rt2860sta module.

So would it be possible to either add my device ID to the rt2800usb module,
or to re-enable the staging driver rt2860 in the 2.6.36 package?
Or is there an easy way to force loading the rt2800usb for this device ID,
so I could test if this drivers works fine?

By the way, before 2.6.35 I used to use the rt3000 driver from the Ralink
website, so I'm not really sure which chipset I actually have.
The lsusb output is as follows:

Bus 002 Device 003: ID 050d:825b Belkin Components F5D8055 N+ Wireless Adapter 
v2000 [Ralink RT3070]

I'd be happy to provide any other information you need.


Thanks,
Markus


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (10, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-trunk-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
On Thu, 2011-01-06 at 23:03 +0100, Markus Koller wrote:
> Hi Ben
> 
> In the meantime I switched to a Netgear USB interface that came free
> with a new AP I bought,
> so I'm afraid I won't follow up on this bug.

OK, then I'm closing it.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part
--- End Message ---


Re: kconfigeditor2 howto

2011-01-06 Thread Ben Hutchings
On Thu, 2011-01-06 at 22:58 +0100, Gerhard Pircher wrote:
> Hi,
> 
> Some months ago I asked on this mailing list how to create all the
> kernel config fragments so that they can be used by the Debian kernel
> build scripts to rebuild the final .config file.
> 
> I was pointed to this tool here:
> svn://svn.debian.org/svn/kernel/people/waldi/utils/kconfigeditor2/
> 
> I hope somebody can explain to me how this tool is used, as I couldn't
> find any documentation for it and I'm not a native "python speaker" yet.

As the URL suggests, this is maintained by waldi i.e.
Bastian Blank .

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part


Bug#609155: linux-image-2.6.32-5-powerpc: Device tree sources not included in PPC kernel packages

2011-01-06 Thread Ben Hutchings
On Thu, 2011-01-06 at 22:03 +0100, Gerhard Pircher wrote:
> Package: linux-image-2.6.32-5-powerpc
> Version: 2.6.32-29
> Severity: wishlist
> 
> The Lenny PPC kernel image packages included the device tree sources,
> which are normally found in arch/powerpc/boot/dts in the Linux sources.
> This isn't the case anymore for the Squeeze kernel packages. It looks
> like this change in the rules.real makefile is responsible for the
> problem:
> 
> --- linux-2.6-2.6.26/debian/rules.real 
> +++ linux-2.6-2.6.32/debian/rules.real 
> @@ -104,7 +100,7 @@
>  $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR): 
> DIR=$(BUILD_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
>  $(STAMPS_DIR)/setup_$(ARCH)_$(FEATURESET)_$(FLAVOUR): 
> $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET) 
> $(BUILD_DIR)/config.$(ARCH)_$(FEATURESET)_$(FLAVOUR)
>   rm -rf '$(DIR)'
> + mkdir '$(DIR)'
> - cp -al '$(SOURCE_DIR)' '$(DIR)'
>   cp '$(CONFIG)' '$(DIR)/.config'
>   echo '$(ABINAME)$(LOCALVERSION_IMAGE)' > '$(DIR)/localversion'
>   echo 'override ARCH = $(KERNEL_ARCH)' >> '$(DIR)/.kernelvariables'
> 
> For Squeeze the build_$(ARCH)_$(FEATURESET)_$(FLAVOUR) directory only
> contains the compiled objects files and makefiles. Thus the
> bootwrapper_install target (called by the install target in rules.real)
> in build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)/arch/powerpc/boot/Makefile
> can't find any *.dts files and silently fails to install them.
[...]

Right, it's explicitly looking in the build directory for some reason.
Could you test whether this patch fixes it:

--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -364,7 +364,7 @@ INSTALL := install
 extra-installed:= $(patsubst $(obj)/%, 
$(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
 hostprogs-installed:= $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, 
$(hostprogs-y))
 wrapper-installed  := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
-dts-installed  := $(patsubst $(obj)/dts/%, 
$(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(obj)/dts/*.dts))
+dts-installed  := $(patsubst $(dtstree)/%, 
$(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))
 
 all-installed  := $(extra-installed) $(hostprogs-installed) 
$(wrapper-installed) $(dts-installed)
 
--- END ---

If you need instructions, see
.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


signature.asc
Description: This is a digitally signed message part


trunk kernel?

2011-01-06 Thread Nima Azarbayjany

Hi,

Can someone explain to me what is a trunk kernel?  Are they safe to 
install?  I would like to have the newly added 2.6.37 kernel in 
experimental in my Squeeze box.  Is that a wise thing to do?  Are there 
any risks involved?


Thanks.

Nima


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d26c079.9020...@gmail.com