Your message dated Thu, 08 Mar 2007 16:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404904: fixed in fuse 2.5.3-4.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-image-2.6.18-3-sparc64
Version: 2.6.18-8
Severity: critical
Tags: patch
Justification: breaks unrelated software

Hi,

at first: if the severity may seem inflated feel free to adjust it.

Well start with the easy things: my hardware is an old Sun Ultra 5.  I
added an USB 2.0 controller because I do not have a type 6 mouse, only a
keyboard (output of lspci concerning the controller):

  02:03.0 USB Controller: NEC Corporation USB (rev 41)
  02:03.1 USB Controller: NEC Corporation USB (rev 41)
  02:03.2 USB Controller: NEC Corporation USB 2.0 (rev 02)

The mouse works but at boot I get this:

  Kernel unaligned access at TPC[1000c9e4] ehci_hub_control+0x54c/0x68c 
[ehci_hcd]
  Kernel unaligned access at TPC[1000c9e4] ehci_hub_control+0x54c/0x68c 
[ehci_hcd]
  Kernel unaligned access at TPC[1000c9e4] ehci_hub_control+0x54c/0x68c 
[ehci_hcd]
  Kernel unaligned access at TPC[1000c9e4] ehci_hub_control+0x54c/0x68c 
[ehci_hcd]
  Kernel unaligned access at TPC[1000c9e4] ehci_hub_control+0x54c/0x68c 
[ehci_hcd]

According to http://lkml.org/lkml/2006/9/22/326

  >> A 2.6.18-rc kernel compiled with gcc-4.1.1 will throw a few
  >> unaligned accesses when I initialise USB by inserting a USB memory stick.
  >> Removing the memory stick then results in PCI errors and other breakage.

Well, I do not have any USB mass media which is dispensible and as this
may (or may not) kill data I opted not to try.

A patch is included in http://lkml.org/lkml/2006/9/23/184:

  diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
  index fb4d058..7766d7b 100644
  --- a/drivers/usb/core/hcd.c
  +++ b/drivers/usb/core/hcd.c
  @@ -344,7 +344,8 @@ static int rh_call_control (struct usb_h
          struct usb_ctrlrequest *cmd;
          u16             typeReq, wValue, wIndex, wLength;
          u8              *ubuf = urb->transfer_buffer;
  -       u8              tbuf [sizeof (struct usb_hub_descriptor)];
  +       u8              tbuf [sizeof (struct usb_hub_descriptor)]
  +               __attribute__((aligned(4)));
          const u8        *bufp = tbuf;
          int             len = 0;
          int             patch_wakeup = 0;

I compiled a kernel with this patch (wrecked a harddisk while doing
this, but this is almost 100% certainly not related) and the messages
disappears.

But as I tried to use sshfs to access another computer on my net this
happened:

  $ unset LANG
  $ echo $LANG
  
  $ sshfs [EMAIL PROTECTED]:/home/smc phobos/
  Kernel unaligned access at TPC[5d3770] scm_detach_fds_compat+0x74/0x16c
  Kernel unaligned access at TPC[5d37dc] scm_detach_fds_compat+0xe0/0x16c
  Kernel unaligned access at TPC[5d37f8] scm_detach_fds_compat+0xfc/0x16c
  Kernel unaligned access at TPC[5d3810] scm_detach_fds_compat+0x114/0x16c
  Bus-Zugriffsfehler
  $ ls phobos
  ls: phobos: Transport endpoint is not connected
  $ ls
  total 12
  drwxr-xr-x 6 smc smc 4096 Dec 28 13:22 GNUstep/
  drwx------ 5 smc smc 4096 Dec 28 14:13 Maildir/
  ?--------- ? ?   ?      ?            ? phobos

The mountpoint is unusable (but luckily unmountable via fusermount -u).

I guess the same problem as above applies BUT I DO NOT HAVE ANY KERNEL
EXPERTISE WHATSOEVER!

If there is anything I can do to help please let me know!

Greetings,


Sebastian Fontius


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (550, 'testing'), (50, 'unstable'), (40, 'experimental')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-sparc64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-3-sparc64 depends on:
ii  coreutils                     5.97-5     The GNU core utilities
ii  debconf [debconf-2.0]         1.5.11     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85e      tools for generating an initramfs
ii  module-init-tools             3.3-pre3-1 tools for managing Linux kernel mo

linux-image-2.6.18-3-sparc64 recommends no packages.

-- debconf information:
  linux-image-2.6.18-3-sparc64/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-3-sparc64/preinst/lilo-initrd-2.6.18-3-sparc64: true
  linux-image-2.6.18-3-sparc64/postinst/bootloader-error-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/preinst/initrd-2.6.18-3-sparc64:
  
linux-image-2.6.18-3-sparc64/prerm/would-invalidate-boot-loader-2.6.18-3-sparc64:
 true
  shared/kernel-image/really-run-bootloader: true
* linux-image-2.6.18-3-sparc64/preinst/already-running-this-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/postinst/bootloader-test-error-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/postinst/old-initrd-link-2.6.18-3-sparc64: true
  linux-image-2.6.18-3-sparc64/preinst/failed-to-move-modules-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/postinst/old-dir-initrd-link-2.6.18-3-sparc64: 
true
  linux-image-2.6.18-3-sparc64/preinst/elilo-initrd-2.6.18-3-sparc64: true
  linux-image-2.6.18-3-sparc64/preinst/bootloader-initrd-2.6.18-3-sparc64: true
  linux-image-2.6.18-3-sparc64/preinst/overwriting-modules-2.6.18-3-sparc64: 
true
  linux-image-2.6.18-3-sparc64/postinst/depmod-error-initrd-2.6.18-3-sparc64: 
false
  linux-image-2.6.18-3-sparc64/postinst/create-kimage-link-2.6.18-3-sparc64: 
true
  linux-image-2.6.18-3-sparc64/preinst/abort-overwrite-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/postinst/old-system-map-link-2.6.18-3-sparc64: 
true
  linux-image-2.6.18-3-sparc64/preinst/abort-install-2.6.18-3-sparc64:
  linux-image-2.6.18-3-sparc64/prerm/removing-running-kernel-2.6.18-3-sparc64: 
true
  linux-image-2.6.18-3-sparc64/postinst/kimage-is-a-directory:
  linux-image-2.6.18-3-sparc64/postinst/depmod-error-2.6.18-3-sparc64: false


--- End Message ---
--- Begin Message ---
Source: fuse
Source-Version: 2.5.3-4.3

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

fuse-utils_2.5.3-4.3_i386.deb
  to pool/main/f/fuse/fuse-utils_2.5.3-4.3_i386.deb
fuse_2.5.3-4.3.diff.gz
  to pool/main/f/fuse/fuse_2.5.3-4.3.diff.gz
fuse_2.5.3-4.3.dsc
  to pool/main/f/fuse/fuse_2.5.3-4.3.dsc
libfuse-dev_2.5.3-4.3_i386.deb
  to pool/main/f/fuse/libfuse-dev_2.5.3-4.3_i386.deb
libfuse2_2.5.3-4.3_i386.deb
  to pool/main/f/fuse/libfuse2_2.5.3-4.3_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Küster <[EMAIL PROTECTED]> (supplier of updated fuse 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  8 Mar 2007 17:02:41 +0100
Source: fuse
Binary: libfuse2 libfuse-dev fuse-utils
Architecture: source i386
Version: 2.5.3-4.3
Distribution: testing-proposed-updates
Urgency: low
Maintainer: Bartosz Fenski <[EMAIL PROTECTED]>
Changed-By: Frank Küster <[EMAIL PROTECTED]>
Description: 
 fuse-utils - Filesystem in USErspace (utilities)
 libfuse-dev - Filesystem in USErspace (development files)
 libfuse2   - Filesystem in USErspace library
Closes: 404904 409644
Changes: 
 fuse (2.5.3-4.3) testing-proposed-updates; urgency=low
 .
   * Non-maintainer upload to fix RC bug
   * Upload to t-p-u, since unstable has already a new upstream version
   * Call dh_makeshlibs with '-V "libfuse (>= 2.5)"' to make sure
     dependencies are correct (closes: #409644)
   * Incorporate the patch for the 2.5.3-4.2 NMU, including changelog
     entry, which never made it to testing
 .
 fuse (2.5.3-4.2) unstable; urgency=low
 .
   * Non-maintainer upload (with maintainer's approval).
   * Ensure the correct alignment of the ccmsg array in receive_fd()
     from lib/mount.c by declaring it as size_t instead of char and
     adjusting the size accordingly. This resolves the issue of
     sshfs crashing with SIGBUS on sparc. Thanks to Sebastian Fontius
     for debugging and testing, and to Miklos Szeredi for the patch.
     (closes: #404904)
Files: 
 c87c35a1563a5ef724c02e6acba1d5a2 605 libs optional fuse_2.5.3-4.3.dsc
 834e0f8886d36c8c66ace6848c07b2fc 8161 libs optional fuse_2.5.3-4.3.diff.gz
 b7be7d5aeac16227eee92f7526f0798d 56780 utils optional 
fuse-utils_2.5.3-4.3_i386.deb
 bda5eadbdab70d6020aaa4f2938a4ce3 93106 libdevel optional 
libfuse-dev_2.5.3-4.3_i386.deb
 897db5f338ab61440ba2e4f16a6df4be 50630 libs optional 
libfuse2_2.5.3-4.3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF8DUG+xs9YyJS+hoRArV5AJ9FEGKOMcQHLLwxGB5JwHIplUne9ACgj55i
ryhR/xcq6KIX5bXgZneBHQU=
=BSP6
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to