Bug#713943: linux-image-3.9-1-powerpc64: windfarm module is not working any more

2014-02-22 Thread Vladimir Berezenko
В письме от 22 февраля 2014 22:21:37 пользователь Ben Hutchings написал:
> On Sat, 2014-02-22 at 13:08 -0800, Rick Thomas wrote:
> > On Aug 30, 2013, at 8:01 AM, Vladimir Berezenko  
wrote:
> > > Seems that there's another one problem.
> > > From time to time cursor in X become garbage and after some time kernel
> > > goes panicking.
> > > Last update seems not causing panick, but cursor garbage stayed.
> > > The 3.2 kernel works OK with all the same libs/env so it's a kernel 3.10
> > > bug.> 
> > On Sep 23, 2013, at 10:30 AM, Douglas Mencken  
wrote:
> > > Yep, it happens everytime. GNU/Linux is totally unusable in its current
> > > state.
> > > 
> > > P.S. But X.org mouse pointer issue doesn't have anything with kernel.
> > 
> > On Sep 23, 2013, at 1:40 PM, Vladimir Berezenko  
wrote:
> > > I think that it has. The 3.2 kernel is not causing this garbage to come
> > > and
> > > didnt panick. All other env is completely the same. The latest update
> > > didn't fix the problem. I've just rebooted back to 3.2 because of a
> > > cursor garbage.> 
> > With the 3.12 kernel (Jessie), my G5 PowerMac7,3 crashes and freezes
> > when trying o reboot, but ONLY if I am running X when I attempt to
> > reboot.
> > 
> > Also, the X graphics is crappy compared to the same machine running
> > the 3.2 kernel (Wheezy)
> > 
> > I'm working on getting netconsole setup so I can get a transcript of
> > the crash/hang to submit as a bugreport.  Is this bug (Bug#713943) a
> > good place to send it, if I can get it?
> 
> No, open a new bug report for the graphics problems.

I've opened already a bug report about graphics problem: Bug #728839.

-- 
WBR, Vladimir Berezenko.


--
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/2280192.JXNYZ8NzVO@qmhomeg5



Bug#739843: nfs-kernel-server: NFS protocol version 4.1 unavailable in server

2014-02-22 Thread Daniel Miranda
Package: nfs-kernel-server
Version: 1:1.2.6-4
Severity: normal

NFS server reports protocol 4.1 is not available in Debian Wheezy:

# cat /proc/fs/nfsd/versions 
+2 +3 +4 -4.1

There are no error messages in the logs indicating why this would be the case.


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  41440  status
1000241   tcp  60359  status
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  46018  nlockmgr
1000213   udp  46018  nlockmgr
1000214   udp  46018  nlockmgr
1000211   tcp  36551  nlockmgr
1000213   tcp  36551  nlockmgr
1000214   tcp  36551  nlockmgr
151   udp  60569  mountd
151   tcp  41115  mountd
152   udp  59859  mountd
152   tcp  46830  mountd
153   udp  52172  mountd
153   tcp  45959  mountd
-- /etc/default/nfs-kernel-server --
RPCNFSDCOUNT=8
RPCNFSDPRIORITY=0
RPCMOUNTDOPTS=--manage-gids
NEED_SVCGSSD=
RPCSVCGSSDOPTS=
-- /etc/exports --
/mnt *(ro,fsid=root,crossmnt)
-- /proc/fs/nfs/exports --
# Version 1.1
# Path Client(Flags) # IPs

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/32 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.20.1-5.3
ii  libc6   2.13-38
ii  libtirpc1   0.2.2-5
ii  libwrap07.6.q-24
ii  lsb-base4.1+Debian8+deb7u1
ii  nfs-common  1:1.2.6-4
ii  ucf 3.0025+nmu3

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/20140223030603.5075.60514.report...@dota.linux.ime.usp.br



Re: linux-2.6_2.6.32-48squeeze4 and Bug #701744

2014-02-22 Thread Ben Hutchings
On Sat, 2014-02-22 at 22:56 +, Ben Hutchings wrote:
[...]
> As a temporary workaround I think that turning off TSO on netfront would
> avoid the problem, but it will reduce network TX performance.

That's:

ethtool -K $IFACE tso off

substituting the name of the network interface for $IFACE.  If that
works then you can make the setting persistent by putting:

offload-tso off

in its configuration in /etc/network/interfaces.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


Re: linux-2.6_2.6.32-48squeeze4 and Bug #701744

2014-02-22 Thread Ben Hutchings
On Mon, 2013-09-30 at 20:25 +1000, Kris Shannon wrote:
> I was eagerly awating the release of linux-2.6_2.6.32-48squeeze4
> because it would fix #701744 (fallout from XSA-39: Linux netback DoS
> via malicious guest ring)
> 
> 
> It turns out I should have read the bug report more closely.
> 
>  #701744 was only about the xen-netback side of things.
> 
> 
> I haven't been able to find a debian bug about the REAL bug - the
> xen-netfront gso overflow.
> 
> 
> Upstream have patched this:
> http://git.kernel.org/linus/9ecd1a75d977e2e8c48139c7d3efed183f898d94
> 
> "netfront: reduce gso_max_size to account for max TCP header"
> 
> 
> Is this likely to go into a squeeze kernel?

Maybe.  Ian, is this going to be possible to backport?

> The xen environment I'm running these squeeze VM's in is running on
> CentOS dom0's and Redhat have closed the visible bugs I can find on
> this as "Not a bug" :(

Right, the over-64K skbs are very definitely a netfront bug and it is
correct for dom0 to reject them from an unpatched guest.

As a temporary workaround I think that turning off TSO on netfront would
avoid the problem, but it will reduce network TX performance.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


firmware-nonfree_0.41_i386.changes is NEW

2014-02-22 Thread Debian FTP Masters
binary:firmware-ti-connectivity is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
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/e1whkui-0001xu...@franck.debian.org



Bug#713943: linux-image-3.9-1-powerpc64: windfarm module is not working any more

2014-02-22 Thread Ben Hutchings
On Sat, 2014-02-22 at 13:08 -0800, Rick Thomas wrote:
> On Aug 30, 2013, at 8:01 AM, Vladimir Berezenko  wrote:
> 
> > Seems that there's another one problem.
> > From time to time cursor in X become garbage and after some time kernel 
> > goes 
> > panicking.
> > Last update seems not causing panick, but cursor garbage stayed.
> > The 3.2 kernel works OK with all the same libs/env so it's a kernel 3.10 
> > bug.
> 
> 
> On Sep 23, 2013, at 10:30 AM, Douglas Mencken  wrote:
> 
> > Yep, it happens everytime. GNU/Linux is totally unusable in its current 
> > state.
> > 
> > P.S. But X.org mouse pointer issue doesn't have anything with kernel.
> 
> 
> On Sep 23, 2013, at 1:40 PM, Vladimir Berezenko  wrote:
> 
> > I think that it has. The 3.2 kernel is not causing this garbage to come and 
> > didnt panick. All other env is completely the same. The latest update 
> > didn't 
> > fix the problem. I've just rebooted back to 3.2 because of a cursor 
> > garbage. 
> 
> With the 3.12 kernel (Jessie), my G5 PowerMac7,3 crashes and freezes
> when trying o reboot, but ONLY if I am running X when I attempt to
> reboot.
> 
> Also, the X graphics is crappy compared to the same machine running
> the 3.2 kernel (Wheezy)
> 
> I'm working on getting netconsole setup so I can get a transcript of
> the crash/hang to submit as a bugreport.  Is this bug (Bug#713943) a
> good place to send it, if I can get it?

No, open a new bug report for the graphics problems.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


Processing of firmware-nonfree_0.41_i386.changes

2014-02-22 Thread Debian FTP Masters
firmware-nonfree_0.41_i386.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_0.41.dsc
  firmware-nonfree_0.41.tar.gz
  firmware-linux_0.41_all.deb
  firmware-adi_0.41_all.deb
  firmware-atheros_0.41_all.deb
  firmware-bnx2_0.41_all.deb
  firmware-bnx2x_0.41_all.deb
  firmware-brcm80211_0.41_all.deb
  firmware-intelwimax_0.41_all.deb
  firmware-ipw2x00_0.41_all.deb
  firmware-ivtv_0.41_all.deb
  firmware-iwlwifi_0.41_all.deb
  firmware-libertas_0.41_all.deb
  firmware-linux-nonfree_0.41_all.deb
  firmware-myricom_0.41_all.deb
  firmware-netxen_0.41_all.deb
  firmware-qlogic_0.41_all.deb
  firmware-ralink_0.41_all.deb
  firmware-realtek_0.41_all.deb
  firmware-ti-connectivity_0.41_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1whkfd-0004w2...@franck.debian.org



Bug#713943: linux-image-3.9-1-powerpc64: windfarm module is not working any more

2014-02-22 Thread Rick Thomas

On Aug 30, 2013, at 8:01 AM, Vladimir Berezenko  wrote:

> Seems that there's another one problem.
> From time to time cursor in X become garbage and after some time kernel goes 
> panicking.
> Last update seems not causing panick, but cursor garbage stayed.
> The 3.2 kernel works OK with all the same libs/env so it's a kernel 3.10 bug.


On Sep 23, 2013, at 10:30 AM, Douglas Mencken  wrote:

> Yep, it happens everytime. GNU/Linux is totally unusable in its current state.
> 
> P.S. But X.org mouse pointer issue doesn't have anything with kernel.


On Sep 23, 2013, at 1:40 PM, Vladimir Berezenko  wrote:

> I think that it has. The 3.2 kernel is not causing this garbage to come and 
> didnt panick. All other env is completely the same. The latest update didn't 
> fix the problem. I've just rebooted back to 3.2 because of a cursor garbage. 

With the 3.12 kernel (Jessie), my G5 PowerMac7,3 crashes and freezes when 
trying o reboot, but ONLY if I am running X when I attempt to reboot.

Also, the X graphics is crappy compared to the same machine running the 3.2 
kernel (Wheezy)

I'm working on getting netconsole setup so I can get a transcript of the 
crash/hang to submit as a bugreport.  Is this bug (Bug#713943) a good place to 
send it, if I can get it?

Thanks!

Rick

--
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/1894f3d7-1a73-4af3-bc7a-b0112d985...@pobox.com



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Rick Thomas

I have a single processor MacPro G5 "PowerMac7,3" running Jessie.

model   : PowerMac7,3
machine : PowerMac7,3
motherboard : PowerMac7,3 MacRISC4 Power Macintosh 
detected as : 336 (PowerMac G5)



I also have a dual core G5 "PowerMac11,2" but it's running MacOS-X.

The "7,3" has exactly the problem described.  Adding the line "i2c-powermac" to 
/etc/modules is enough to fix the problem.  As for the windfarm driver on that 
machine, 

$ lsmod | grep -i wind | wc -l
0

Sometime soon, I'll put a spare disk into the "11,2" and install Jessie on it.  
I'll give results and CC this bugreport.

Rick


On Feb 22, 2014, at 7:28 AM, Erik de Castro Lopo  wrote:

> David Gosselin wrote:
> 
>> Are you testing on a PowerMac G5 7,3?  Should be in /proc/cpuinfo.
>> I have a 7,3 model and cannot load the windfarm driver.  It appears
>> that the hardware on the 7,3 is not supported.  I’ve been working to
>> update the therm_pm72 driver to use the probe interface instead of the
>> attach_adapter interface.  Maybe you’re hitting this issue?
> 
> Nope, seems to be 11,2:
> 
> 
>platform: PowerMac
>model   : PowerMac11,2
>machine : PowerMac11,2
>motherboard : PowerMac11,2 MacRISC4 Power Macintosh 
>detected as : 337 (PowerMac G5 Dual Core)
> 
> 
> Erik
> -- 
> --
> Erik de Castro Lopo
> http://www.mega-nerd.com/
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/20140223022840.de1c11b823017c14f79d2...@mega-nerd.com
> 
> 


--
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/5ce3db0a-4116-45e9-af61-bc4bb5e08...@pobox.com



[SOLVED] Debian has become totally unusable on my amd64 system -- no stable kernel available

2014-02-22 Thread Stephen Powell
On Sat, 01 Feb 2014 14:54:32 -0500 (EST), Stephen Powell wrote:
> 
> I may have found the problem.  This problem may be related to Debian bug
> number 736892.

As it turned out, Debian bug number 736892 was an unrelated problem.
My real problem was faulty memory (RAM).  Ben, I know that you already know
this, but I thought that this thread should have some closure.
Replacing the faulty memory DIMM solved my problems.  I highly recommend
that owners of systems with non-ECC memory test their memory with a tool
such as memtest86+, especially on new, previously untested systems.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
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/291566371.1081766.1393093262861.javamail.r...@md01.wow.synacor.com



firmware-free_3.3_i386.changes ACCEPTED into unstable

2014-02-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 16:45:33 +
Source: firmware-free
Binary: firmware-linux-free
Architecture: source all
Version: 3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
Closes: 677970 724563
Changes: 
 firmware-free (3.3) unstable; urgency=medium
 .
   * To allow auto-removal of linux-image-* packages, do not suggest
 virtual package linux-image (Closes: #724563)
   * Update to linux-support 3.13-1
   * Fix wrapping of file lists in package description (Closes: #677970)
Checksums-Sha1: 
 2141e413081eda3d66851edc26bdc25576033fc4 1773 firmware-free_3.3.dsc
 34c9388eba0c08135950adf592088eedaa0391ec 232184 firmware-free_3.3.tar.gz
 6369a937747a9a28f557cb9a13424c016da359f0 19116 firmware-linux-free_3.3_all.deb
Checksums-Sha256: 
 842795bde9b48bd8b7250462ea8aa50cc28ca00d481fb3f424f94bb3cb5bc0cc 1773 
firmware-free_3.3.dsc
 6f1be89317b3d598fae34412bec9888c9b062ba591df3b984f05501184369cb5 232184 
firmware-free_3.3.tar.gz
 5e5bcb44d09eb1939c88b572a974e75827282ba80a64a8ab1e3cb69dab16f7af 19116 
firmware-linux-free_3.3_all.deb
Files: 
 9053a3aeaae2171bbcb248bd186ee816 1773 kernel optional firmware-free_3.3.dsc
 57959bc83f0c750271877b7021f29349 232184 kernel optional 
firmware-free_3.3.tar.gz
 a31b412cc8fac8a011bf6fea249b696d 19116 kernel optional 
firmware-linux-free_3.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUwjVFOe/yOyVhhEJAQp/RQ//VnvMbS8qvzzw/QDM8kujmNrzdtYD4i0w
ApPPFVrKlyWHDHKECQQ2eEpgmVzH353mi0LAeDZccEaHvuEnXkyTZHVQtXbv1oyC
pJpnFMKH66Isq0fTaFKNv8jqXHKKWhlb0ahnd8H5XRd30KWl3FTyem9qyazG0sKt
UfDXS6LdyxqDGTXFFdN7OodrCWR0xuUjGUu3Q6Km5+gC+4Q6B+8PVU85/EM3ab9d
31WHP2Oe9jpy2Dce3OW+oNnxwpqiSeiKCiInWAzK+6/hgyWQRdDNIs4i5B/aI5Tj
ug8+XocOejHXX3Fh4+2sbSvZruWYjVktOWiZzG990jylpx/0Blez0zDZcjyyPNu7
2rdxRQoEXu5l1kNnLhhkGXvJdb/Wv/azq+fs7dbgmqShdi42/GlvcxwCrPaRoHey
aTswj+j1z5Aarwn5AyZr5vweJrO6n+kYvDxKGHcQYugjbCTgLDOPkNKHH32hN7ad
robq8W9WDeVWAcFyksP5Z5yQIQgzgw4txRy2AQmmn0SqjV9THpjMBM2M/1iArF2r
/DQsx3uP5RDPsdP7hykEx1ejsjWn2gmv4Ykhikwr8r4sqKf8yIniv4G+3zCrVBPh
KA9cVqGqG1xpFbc0nWgPvf/Wd8KqZGbBPakq+IOo3ek30sc9ctt/wQG1l3ZJCy+j
v5jyjwIaKrU=
=N9xy
-END PGP SIGNATURE-


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/e1whfzl-0003zr...@franck.debian.org



Processing of firmware-free_3.3_i386.changes

2014-02-22 Thread Debian FTP Masters
firmware-free_3.3_i386.changes uploaded successfully to localhost
along with the files:
  firmware-free_3.3.dsc
  firmware-free_3.3.tar.gz
  firmware-linux-free_3.3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1whfny-0002qu...@franck.debian.org



Bug#677970: marked as done (Formatting error in package description)

2014-02-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2014 17:03:43 +
with message-id 
and subject line Bug#677970: fixed in firmware-free 3.3
has caused the Debian Bug report #677970,
regarding Formatting error in package description
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.)


-- 
677970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: firmware-linux-free
Version: 3.1
Severity: wishlist

Dear Kernel Maintainers,
one of the lines in the enumeration section of the package (which is
displayed verbatim on packages.debian.org) exceeds 80 characters:

  * Intel C600 SAS/SATA controller default parameters, version 1.3 
(isci/isci_firmware.bin)


You can copy the following two lines which fit better into the description:


  * Intel C600 SAS/SATA controller default parameters, version 1.3
(isci/isci_firmware.bin)


Kind regards
   Martin



--- End Message ---
--- Begin Message ---
Source: firmware-free
Source-Version: 3.3

We believe that the bug you reported is fixed in the latest version of
firmware-free, which is due to be installed in the Debian FTP archive.

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 677...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated firmware-free 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 16:45:33 +
Source: firmware-free
Binary: firmware-linux-free
Architecture: source all
Version: 3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
Closes: 677970 724563
Changes: 
 firmware-free (3.3) unstable; urgency=medium
 .
   * To allow auto-removal of linux-image-* packages, do not suggest
 virtual package linux-image (Closes: #724563)
   * Update to linux-support 3.13-1
   * Fix wrapping of file lists in package description (Closes: #677970)
Checksums-Sha1: 
 2141e413081eda3d66851edc26bdc25576033fc4 1773 firmware-free_3.3.dsc
 34c9388eba0c08135950adf592088eedaa0391ec 232184 firmware-free_3.3.tar.gz
 6369a937747a9a28f557cb9a13424c016da359f0 19116 firmware-linux-free_3.3_all.deb
Checksums-Sha256: 
 842795bde9b48bd8b7250462ea8aa50cc28ca00d481fb3f424f94bb3cb5bc0cc 1773 
firmware-free_3.3.dsc
 6f1be89317b3d598fae34412bec9888c9b062ba591df3b984f05501184369cb5 232184 
firmware-free_3.3.tar.gz
 5e5bcb44d09eb1939c88b572a974e75827282ba80a64a8ab1e3cb69dab16f7af 19116 
firmware-linux-free_3.3_all.deb
Files: 
 9053a3aeaae2171bbcb248bd186ee816 1773 kernel optional firmware-free_3.3.dsc
 57959bc83f0c750271877b7021f29349 232184 kernel optional 
firmware-free_3.3.tar.gz
 a31b412cc8fac8a011bf6fea249b696d 19116 kernel optional 
firmware-linux-free_3.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUwjVFOe/yOyVhhEJAQp/RQ//VnvMbS8qvzzw/QDM8kujmNrzdtYD4i0w
ApPPFVrKlyWHDHKECQQ2eEpgmVzH353mi0LAeDZccEaHvuEnXkyTZHVQtXbv1oyC
pJpnFMKH66Isq0fTaFKNv8jqXHKKWhlb0ahnd8H5XRd30KWl3FTyem9qyazG0sKt
UfDXS6LdyxqDGTXFFdN7OodrCWR0xuUjGUu3Q6Km5+gC+4Q6B+8PVU85/EM3ab9d
31WHP2Oe9jpy2Dce3OW+oNnxwpqiSeiKCiInWAzK+6/hgyWQRdDNIs4i5B/aI5Tj
ug8+XocOejHXX3Fh4+2sbSvZruWYjVktOWiZzG990jylpx/0Blez0zDZcjyyPNu7
2rdxRQoEXu5l1kNnLhhkGXvJdb/Wv/azq+fs7dbgmqShdi42/GlvcxwCrPaRoHey
aTswj+j1z5Aarwn5AyZr5vweJrO6n+kYvDxKGHcQYugjbCTgLDOPkNKHH32hN7ad
robq8W9WDeVWAcFyksP5Z5yQIQgzgw4txRy2AQmmn0SqjV9THpjMBM2M/1iArF2r
/DQsx3uP5RDPsdP7hykEx1ejsjWn2gmv4Ykhikwr8r4sqKf8yIniv4G+3zCrVBPh
KA9cVqGqG1xpFbc0nWgPvf/Wd8KqZGbBPakq+IOo3ek30sc9ctt/wQG1l3ZJCy+j
v5jyjwIaKrU=
=N9xy
-END PGP SIGNATURE End Message ---


Bug#739802: linux-image-3.13-trunk-amd64: HSP/HFP bluetooth headset not working

2014-02-22 Thread Sander van Grieken
Package: src:linux
Version: 3.13-1~exp1
Severity: important
Tags: upstream

Since kernel 3.12 my Jabra-BT150 bluetooth headset is unable to connect. It
works correctly in kernel 3.11

The following appears in /var/log/syslog

Feb 22 16:41:19 sputnik bluetoothd[964]: bluetoothd[964]: Protocol not
supported (93)
Feb 22 16:41:19 sputnik bluetoothd[964]: Protocol not supported (93)
Feb 22 16:41:19 sputnik pulseaudio[2129]: [pulseaudio] module-bluetooth-
device.c: Failed to acquire transport
/org/bluez/964/hci0/dev_00_11_22_33_44_55/fd1



-- Package-specific info:
** Version:
Linux version 3.13-trunk-amd64 (debian-kernel@lists.debian.org) (gcc version 
4.8.2 (Debian 4.8.2-14) ) #1 SMP Debian 3.13-1~exp1 (2014-01-20)

** Command line:
BOOT_IMAGE=/vmlinuz-3.13-trunk-amd64 root=/dev/mapper/debian-root ro 
init=/lib/systemd/systemd rd.auto=1 quiet

** Not tainted

** Kernel log:
[   11.634239] ACPI Warning: 0xa040-0xa05f SystemIO 
conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
[   11.634247] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   11.636231] cfg80211: Calling CRDA to update world regulatory domain
[   11.636538] Bluetooth: Core ver 2.17
[   11.636548] NET: Registered protocol family 31
[   11.636550] Bluetooth: HCI device and connection manager initialized
[   11.636558] Bluetooth: HCI socket layer initialized
[   11.636560] Bluetooth: L2CAP socket layer initialized
[   11.636564] Bluetooth: SCO socket layer initialized
[   11.641300] usbcore: registered new interface driver btusb
[   11.642275] ACPI: AC Adapter [ADP1] (on-line)
[   11.643332] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   11.643335] Copyright(c) 2003-2013 Intel Corporation
[   11.643457] iwlwifi :02:00.0: can't disable ASPM; OS doesn't have ASPM 
control
[   11.643666] iwlwifi :02:00.0: irq 50 for MSI/MSI-X
[   11.647639] iwlwifi :02:00.0: firmware: direct-loading firmware 
iwlwifi-6000g2b-6.ucode
[   11.647804] iwlwifi :02:00.0: loaded firmware version 18.168.6.1 op_mode 
iwldvm
[   11.658798] EXT4-fs (dm-3): re-mounted. Opts: discard,errors=remount-ro
[   11.662418] tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
[   11.667226] sony_laptop: Sony Notebook Control Driver v0.6
[   11.667271] iwlwifi :02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   11.667273] iwlwifi :02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   11.667275] iwlwifi :02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   11.667276] iwlwifi :02:00.0: Detected Intel(R) Centrino(R) Advanced-N 
6230 AGN, REV=0xB0
[   11.667320] input: Sony Vaio Keys as 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input5
[   11.667400] iwlwifi :02:00.0: L1 Enabled; Disabling L0S
[   11.668123] input: Sony Vaio Jogdial as 
/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input6
[   11.690414] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   11.693620] ACPI: Battery Slot [BAT1] (battery present)
[   11.693963] ACPI: Battery Slot [BAT2] (battery absent)
[   11.694361] snd_hda_intel :00:1b.0: irq 51 for MSI/MSI-X
[   11.696386] media: Linux media interface: v0.10
[   11.698645] Linux video capture interface: v2.00
[   11.702894] uvcvideo: Found UVC 1.00 device USB2.0 Camera (05c8:0318)
[   11.704363] sony_laptop: brightness ignored, must be controlled by ACPI 
video driver
[   11.704798] input: USB2.0 Camera as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7
[   11.704846] usbcore: registered new interface driver uvcvideo
[   11.704848] USB Video Class driver (1.1.1)
[   11.707818] hda_codec: ALC275: SKU not ready 0x41f0
[   11.710065] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input8
[   11.712168] input: PC Speaker as /devices/platform/pcspkr/input/input10
[   11.718565] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[   11.718630] input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input11
[   11.741658] iTCO_vendor_support: vendor-support=0
[   11.742735] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[   11.742764] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by 
hardware/BIOS
[   11.783320] cfg80211: World regulatory domain updated:
[   11.783323] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   11.783325] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.783327] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.783328] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   11.783330] cfg80211:   (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.783332] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.821953] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: 
(null)
[   11

Bug#724563: marked as done (Suggesting 'linux-image' prevents auto-removal of any linux-image package)

2014-02-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2014 17:03:43 +
with message-id 
and subject line Bug#724563: fixed in firmware-free 3.3
has caused the Debian Bug report #724563,
regarding Suggesting 'linux-image' prevents auto-removal of any linux-image 
package
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.)


-- 
724563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-linux-free
Version: 3.2
Severity: important
Control: affects -1 src:linux

Currently APT's auto-removal criteria are very conservative; it will
not remove any package where another package has any level of
dependency on it (Depends, Recommends or Suggests).  This includes
cases where the dependency is on a virtual package that is also
provided by multiple packages - none of them can be removed.

To allow auto-removal of linux-image-* packages, nothing should
depend on/recommend/suggest the virtual package 'linux-image'.

Ben.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

firmware-linux-free depends on no packages.

firmware-linux-free recommends no packages.

Versions of packages firmware-linux-free suggests:
pn  initramfs-tools  
ii  linux-image-3.10-3-amd64 [linux-image]   3.10.11-1
ii  linux-image-3.2.0-4-amd64 [linux-image]  3.2.46-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: firmware-free
Source-Version: 3.3

We believe that the bug you reported is fixed in the latest version of
firmware-free, which is due to be installed in the Debian FTP archive.

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 724...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated firmware-free 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 16:45:33 +
Source: firmware-free
Binary: firmware-linux-free
Architecture: source all
Version: 3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
Closes: 677970 724563
Changes: 
 firmware-free (3.3) unstable; urgency=medium
 .
   * To allow auto-removal of linux-image-* packages, do not suggest
 virtual package linux-image (Closes: #724563)
   * Update to linux-support 3.13-1
   * Fix wrapping of file lists in package description (Closes: #677970)
Checksums-Sha1: 
 2141e413081eda3d66851edc26bdc25576033fc4 1773 firmware-free_3.3.dsc
 34c9388eba0c08135950adf592088eedaa0391ec 232184 firmware-free_3.3.tar.gz
 6369a937747a9a28f557cb9a13424c016da359f0 19116 firmware-linux-free_3.3_all.deb
Checksums-Sha256: 
 842795bde9b48bd8b7250462ea8aa50cc28ca00d481fb3f424f94bb3cb5bc0cc 1773 
firmware-free_3.3.dsc
 6f1be89317b3d598fae34412bec9888c9b062ba591df3b984f05501184369cb5 232184 
firmware-free_3.3.tar.gz
 5e5bcb44d09eb1939c88b572a974e75827282ba80a64a8ab1e3cb69dab16f7af 19116 
firmware-linux-free_3.3_all.deb
Files: 
 9053a3aeaae2171bbcb248bd186ee816 1773 kernel optional firmware-free_3.3.dsc
 57959bc83f0c750271877b7021f29349 232184 kernel optional 
firmware-free_3.3.tar.gz
 a31b412cc8fac8a011bf6fea249b696d 19116 kernel optional 
firmware-linux-free_3.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUwjVFOe/yOyVhhEJAQp/RQ//VnvMbS8qvzzw/QDM8kujmNrzdtYD4i0w
ApPPFVrKlyWHDHKECQQ2eEpgmVzH353mi0LAeDZccEaHvuEnXkyTZHVQtXbv1oyC
pJpnFMKH66Isq0fTaFKNv8jqXHKKWhlb0ahnd8H5XRd30KWl3FTyem9qyazG0sKt
UfDXS6LdyxqDGTXFFdN7OodrCWR0xuUjGUu3Q6Km5+gC+4Q6B+8PVU85/EM3ab9d
31WHP2Oe9jpy2Dce3OW+oNnxwpqiSeiKCiInWAzK+6/hgyWQRdDNIs4i5B/aI5Tj
ug8+XocOejHXX3Fh4+2sbSvZruWYjVktOWiZzG990jylpx/0Blez0zDZcjyyPNu7
2rdxRQoEXu5l1kNnLhhkGXvJdb/Wv/azq+fs7dbgmqShdi42/GlvcxwCrPaRoHey
aTswj+j1z5Aarwn5AyZr5vweJrO6n+kYvDxKGHcQYugjbCTgLDOPkNKHH32hN7ad
robq8W9WDeVWAcFyksP5Z5yQIQgzgw4txRy2AQmmn0SqjV9THpjMBM2M/1iArF2r
/DQsx3uP5RDP

Bug#735458: marked as done (firmware-free: Drop reference to obsolete linux-image virtual package)

2014-02-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Feb 2014 17:03:43 +
with message-id 
and subject line Bug#724563: fixed in firmware-free 3.3
has caused the Debian Bug report #724563,
regarding firmware-free: Drop reference to obsolete linux-image virtual package
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.)


-- 
724563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: firmware-free
Version: 3.2
Severity: normal
Usertags: obsolete-linux-image

Hello,

one (or more) binary package(s) generated by the firmware-free source
package still mentions the “linux-image” virtual package in
Recommends or Suggests. That virtual package is obsolete since the
latest linux-image-* packages no longer provide this virtual package.

See https://lists.debian.org/debian-devel/2013/09/msg00539.html for
the rationale and some details.

The presence of this virtual package in Recommends has the rather
annoying side effect that when you try to install the package with
APT, and that you have say wheezy and jessie repositories, APT will
install the wheezy kernel that still provides linux-image and this
even though you already have a jessie kernel installed...

Please get rid of those linux-image dependencies.

Cheers, 
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/
--- End Message ---
--- Begin Message ---
Source: firmware-free
Source-Version: 3.3

We believe that the bug you reported is fixed in the latest version of
firmware-free, which is due to be installed in the Debian FTP archive.

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 724...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated firmware-free 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 16:45:33 +
Source: firmware-free
Binary: firmware-linux-free
Architecture: source all
Version: 3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
Closes: 677970 724563
Changes: 
 firmware-free (3.3) unstable; urgency=medium
 .
   * To allow auto-removal of linux-image-* packages, do not suggest
 virtual package linux-image (Closes: #724563)
   * Update to linux-support 3.13-1
   * Fix wrapping of file lists in package description (Closes: #677970)
Checksums-Sha1: 
 2141e413081eda3d66851edc26bdc25576033fc4 1773 firmware-free_3.3.dsc
 34c9388eba0c08135950adf592088eedaa0391ec 232184 firmware-free_3.3.tar.gz
 6369a937747a9a28f557cb9a13424c016da359f0 19116 firmware-linux-free_3.3_all.deb
Checksums-Sha256: 
 842795bde9b48bd8b7250462ea8aa50cc28ca00d481fb3f424f94bb3cb5bc0cc 1773 
firmware-free_3.3.dsc
 6f1be89317b3d598fae34412bec9888c9b062ba591df3b984f05501184369cb5 232184 
firmware-free_3.3.tar.gz
 5e5bcb44d09eb1939c88b572a974e75827282ba80a64a8ab1e3cb69dab16f7af 19116 
firmware-linux-free_3.3_all.deb
Files: 
 9053a3aeaae2171bbcb248bd186ee816 1773 kernel optional firmware-free_3.3.dsc
 57959bc83f0c750271877b7021f29349 232184 kernel optional 
firmware-free_3.3.tar.gz
 a31b412cc8fac8a011bf6fea249b696d 19116 kernel optional 
firmware-linux-free_3.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUwjVFOe/yOyVhhEJAQp/RQ//VnvMbS8qvzzw/QDM8kujmNrzdtYD4i0w
ApPPFVrKlyWHDHKECQQ2eEpgmVzH353mi0LAeDZccEaHvuEnXkyTZHVQtXbv1oyC
pJpnFMKH66Isq0fTaFKNv8jqXHKKWhlb0ahnd8H5XRd30KWl3FTyem9qyazG0sKt
UfDXS6LdyxqDGTXFFdN7OodrCWR0xuUjGUu3Q6Km5+gC+4Q6B+8PVU85/EM3ab9d
31WHP2Oe9jpy2Dce3OW+oNnxwpqiSeiKCiInWAzK+6/hgyWQRdDNIs4i5B/aI5Tj
ug8+XocOejHXX3Fh4+2sbSvZruWYjVktOWiZzG990jylpx/0Blez0zDZcjyyPNu7
2rdxRQoEXu5l1kNnLhhkGXvJdb/Wv/azq+fs7dbgmqShdi42/GlvcxwCrPaRoHey
aTswj+j1z5Aarwn5AyZr5vweJrO6n+kYvDxKGHcQYugjbCTgLDOPkNKHH32hN7ad
robq8W9WDeVWAcFyksP5Z5yQIQgzgw4txRy2AQmmn0SqjV9THpjMBM2M/1iArF2r
/DQsx3uP5RDPsdP7hykEx1ejsjWn2gmv4Ykhikwr8r4sqKf8yIniv4G+3zCrVBPh
KA9cVqGqG1xpFbc0nWgPvf/Wd8KqZGbBPakq+IOo3ek30sc9ctt/wQG1l3ZJCy+j
v5jyjwIaKrU=
=N9xy
-END PGP SIGNATURE End Message ---


Processed: submitter 739798

2014-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> submitter 739798 b...@decadent.org.uk
Bug #739798 [src:firmware-nonfree] Formatting error in package description
Changed Bug submitter to 'b...@decadent.org.uk' from 'Martin Eberhard Schauer 
'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.139308739832587.transcr...@bugs.debian.org



linux-tools_3.13.4-1_multi.changes ACCEPTED into unstable

2014-02-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 15:39:27 +
Source: linux-tools
Binary: linux-kbuild-3.13 linux-tools-3.13 libusbip-dev usbip
Architecture: i386 source
Version: 3.13.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-3.13 - Kbuild infrastructure for Linux 3.13
 linux-tools-3.13 - Performance analysis tools for Linux 3.13
 usbip  - USB device sharing system over IP network
Changes: 
 linux-tools (3.13.4-1) unstable; urgency=medium
 .
   * New upstream stable update:
 http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.2
 - perf kvm: Fix kvm report without guestmount.
Checksums-Sha1: 
 b3527cb842072b39b8290f13dfd20f9fab4d3013 2422 linux-tools_3.13.4-1.dsc
 5e9545340274f84f2150d28d72d1e982b7b1e519 7502184 linux-tools_3.13.4.orig.tar.xz
 ec8a1a5a156a8a6eecdfb811f2f02e7c7bd5e5f4 22980 
linux-tools_3.13.4-1.debian.tar.xz
 44204be095bb43b66f43e6d3ff8262f12e704099 24324 
libusbip-dev_1.1.1+3.13.4-1_i386.deb
 27d822720bb179edb4c8eb8e8224a0a4761e72ea 155096 
linux-kbuild-3.13_3.13.4-1_i386.deb
 027c7849914c36adaebdb6b744cc777bdea912ad 37250 usbip_1.1.1+3.13.4-1_i386.deb
 57b35a3c60f9cdb793dbcc3bc01eaee6ac64b03d 544332 
linux-tools-3.13_3.13.4-1_i386.deb
Checksums-Sha256: 
 e0ebc4e243c1006b7bbf204327b3a640bbb328e187c108a5a2a8b3e5f77d1f9a 2422 
linux-tools_3.13.4-1.dsc
 93efeb262000ad21d5c7383022a46681c04d2a777c3f67ee468818668d92e750 7502184 
linux-tools_3.13.4.orig.tar.xz
 7dfd97b061e202e98469b9cc5361c5f3a1cc2c6e0f3ee1f6aa0b75e6a7723aeb 22980 
linux-tools_3.13.4-1.debian.tar.xz
 88ee3fc8ff965b9fa2d959e2f2089eefed5a1f20a87c8a8e3c76dbb6762b832f 24324 
libusbip-dev_1.1.1+3.13.4-1_i386.deb
 555177dbe022d60c41d43e99c3e8b149861e8cad7ae12b788906851fb26656b6 155096 
linux-kbuild-3.13_3.13.4-1_i386.deb
 368037df6bcbfb504140cc24ceaffda1b96dc94cc7644c21f47840263d2f8e98 37250 
usbip_1.1.1+3.13.4-1_i386.deb
 82c00705f6fdce89b6c14c3aa1e7d94cbf527bb384ac541e321e20d34c531490 544332 
linux-tools-3.13_3.13.4-1_i386.deb
Files: 
 cde1f012491d2ede50140ab4656117ca 2422 kernel optional linux-tools_3.13.4-1.dsc
 42f82c67034ba0b5dbcb2b85ccddbc1a 7502184 kernel optional 
linux-tools_3.13.4.orig.tar.xz
 9459237ec86566ece6fbf5fb34c52131 22980 kernel optional 
linux-tools_3.13.4-1.debian.tar.xz
 e39d181452492885eae1101aaecd844b 24324 libdevel optional 
libusbip-dev_1.1.1+3.13.4-1_i386.deb
 dfeefa475acdef67cd60cde0a13d5604 155096 kernel optional 
linux-kbuild-3.13_3.13.4-1_i386.deb
 c218b62be104734148d2799799e88de5 37250 admin optional 
usbip_1.1.1+3.13.4-1_i386.deb
 d9511b58f475749bf68cde48392b9a48 544332 devel optional 
linux-tools-3.13_3.13.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBUwjKnee/yOyVhhEJAQo0PRAAuOtcP0h8Ay4yNuBYNgwcmTYLIb3gCH1U
pp7I/G5C/JAXEChvsk7uFqmwy+kvMjXJ/KznouSoInEfim5DGcXupHnh8KbQaYnl
37F4aXbdxFXzYqZ3FaoMxjD2+o2+g7EGQxy445d34ZElkDQbI7sDEWWlQsbAJVzv
G+Z4qX7cTXeXBWYIQI5amAZyomwwKlJmz7mYdCcNJxQrYrCcoV9fNojmkidU1gl+
yS7n7LpKdziUUXTVFyHfJFFfFLV6x5BbmTtcbfqeY0YksX/Hcbsqz9SDbWMHl8Cv
JkO6qadoLfM3OevKloiZ1RNq3myshmcE1LFlcI3qJ3haURhrgxJVMJ0M3w+ynQcY
u+ARbj2nI2Kl2RfK00NGA3yMh8E7BoI1pt1mkoHZtTs8RajaqlfSYaOdFm8ZjUjb
qLaNgVveNBU5rfVALXDdME0uwU5sc2Q7YtiS9hN+g1ewxNUp1gWqSKqUV0mfKd3g
95sVRa+XbifyJkMpSHnLoTnKkMxVBxHerIpSsk5/QI4g+n25zYtPsRdFBFm+Oibw
BCjjiNaD4LXT2Bz0bO+Gt3PcSiATIKWQRcAnAbpoPqSIgCTdjnACTgnxZFIOpFBG
wyoF7MRwgb4QaO+QLwKLgN7kXRH8SRNfWp8pGV9E3mRo/m2uuUB9RVeTV8vpFdNL
DZRFDjH8g2Y=
=SHZm
-END PGP SIGNATURE-


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/e1whfix-0006a9...@franck.debian.org



Processed: reassign 677970 to src:firmware-free, cloning 677970, reassign -1 to src:firmware-nonfree

2014-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # bug is in gencontrol.py
> reassign 677970 src:firmware-free 3.1
Bug #677970 [firmware-linux-free] Formatting error in package description
Bug reassigned from package 'firmware-linux-free' to 'src:firmware-free'.
No longer marked as found in versions firmware-free/3.1.
Ignoring request to alter fixed versions of bug #677970 to the same values 
previously set
Bug #677970 [src:firmware-free] Formatting error in package description
Marked as found in versions firmware-free/3.1.
> clone 677970 -1
Bug #677970 [src:firmware-free] Formatting error in package description
Bug 677970 cloned as bug 739798
> # same bug exists in firmware-nonfree
> reassign -1 src:firmware-nonfree 0.40
Bug #739798 [src:firmware-free] Formatting error in package description
Bug reassigned from package 'src:firmware-free' to 'src:firmware-nonfree'.
No longer marked as found in versions firmware-free/3.1.
Ignoring request to alter fixed versions of bug #739798 to the same values 
previously set
Bug #739798 [src:firmware-nonfree] Formatting error in package description
Marked as found in versions firmware-nonfree/0.40.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
677970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677970
739798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739798
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.139308616625466.transcr...@bugs.debian.org



Processing of linux-tools_3.13.4-1_multi.changes

2014-02-22 Thread Debian FTP Masters
linux-tools_3.13.4-1_multi.changes uploaded successfully to localhost
along with the files:
  linux-tools_3.13.4-1.dsc
  linux-tools_3.13.4.orig.tar.xz
  linux-tools_3.13.4-1.debian.tar.xz
  libusbip-dev_1.1.1+3.13.4-1_i386.deb
  linux-kbuild-3.13_3.13.4-1_i386.deb
  usbip_1.1.1+3.13.4-1_i386.deb
  linux-tools-3.13_3.13.4-1_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1whf5l-0005j6...@franck.debian.org



Processed: reassign 724563 to src:firmware-free, forcibly merging 724563 735458

2014-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 724563 src:firmware-free 3.2
Bug #724563 [firmware-linux-free] Suggesting 'linux-image' prevents 
auto-removal of any linux-image package
Bug reassigned from package 'firmware-linux-free' to 'src:firmware-free'.
No longer marked as found in versions firmware-free/3.2.
Ignoring request to alter fixed versions of bug #724563 to the same values 
previously set
Bug #724563 [src:firmware-free] Suggesting 'linux-image' prevents auto-removal 
of any linux-image package
Marked as found in versions firmware-free/3.2.
> forcemerge 724563 735458
Bug #724563 [src:firmware-free] Suggesting 'linux-image' prevents auto-removal 
of any linux-image package
Bug #735458 [src:firmware-free] firmware-free: Drop reference to obsolete 
linux-image virtual package
Severity set to 'important' from 'normal'
Added indication that 735458 affects src:linux
Added tag(s) pending.
Merged 724563 735458
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
724563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724563
735458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735458
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.139308548821995.transcr...@bugs.debian.org



Bug#713943: Same problem with linux-image-3.12-1-powerpc64

2014-02-22 Thread Daniel Kahn Gillmor
On 02/22/2014 02:51 AM, Erik de Castro Lopo wrote:

> I run debian testing on a dual G5 powermac.
> 
> Just upgraded from linux-image-3.4-trunk-powerpc64 to
> linux-image-3.12-1-powerpc64 and found the same issue. The windfarm
> modules are loading but the about 30 seconds to a couple of minutes
> after booting to 3.12-1-powerpc64 the fans speed up to full speed.
> 
> lsmod says the windfarm modules are being loaded, and its the same
> modules being loaded under the 3.4 kernel.
> 
> I have however found a difference. On 3.12 I get:
> 
> > dmesg | grep windfarm 
> [4.358299] windfarm: initializing for dual-core desktop G5
> 
> whereas on 3.4 I get:
> 
> > dmesg | grep windfarm 
> [4.791589] windfarm: initializing for dual-core desktop G5
> [9.077416] windfarm: CPUs control loops started.
> [   12.440957] windfarm: Backside control loop started.
> [   12.491701] windfarm: Slots control loop started.
> [   12.592933] windfarm: Drive bay control loop started.
> 
> Definitely something wonky there.

My experience is that loading the i2c drivers on kernel 3.12 on a G5
makes the fans calm back down.

I don't remember the name of the module exactly, but it's something like
powermac-i2c.ko or i2c-powermac.ko (i don't have the machine in front of
me), so "modprobe -v powermac-i2c" or "modprobe -v i2c-powermac" should
do it.

hth,

--dkg



signature.asc
Description: OpenPGP digital signature


linux-latest_56_i386.changes ACCEPTED into unstable

2014-02-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 22 Feb 2014 14:49:52 +
Source: linux-latest
Binary: linux-source linux-doc linux-tools linux-image-alpha-generic 
linux-headers-alpha-generic linux-image-alpha-smp linux-headers-alpha-smp 
linux-image-alpha-legacy linux-headers-alpha-legacy linux-image-amd64 
linux-headers-amd64 linux-image-amd64-dbg xen-linux-system-amd64 
linux-image-ixp4xx linux-headers-ixp4xx linux-image-kirkwood 
linux-headers-kirkwood linux-image-mv78xx0 linux-headers-mv78xx0 
linux-image-orion5x linux-headers-orion5x linux-image-versatile 
linux-headers-versatile linux-image-armmp linux-headers-armmp 
linux-image-armmp-lpae linux-headers-armmp-lpae linux-image-parisc 
linux-headers-parisc linux-image-parisc64-smp linux-headers-parisc64-smp 
linux-image-486 linux-headers-486 linux-image-686-pae linux-headers-686-pae 
linux-image-686-pae-dbg linux-image-itanium linux-headers-itanium 
linux-image-mckinley linux-headers-mckinley linux-image-m68k linux-headers-m68k 
linux-image-r4k-ip22 linux-headers-r4k-ip22 linux-image-r5k-ip32 
linux-headers-r5k-ip32
 linux-image-sb1-bcm91250a linux-headers-sb1-bcm91250a 
linux-image-sb1a-bcm91480b linux-headers-sb1a-bcm91480b linux-image-4kc-malta 
linux-headers-4kc-malta linux-image-5kc-malta linux-headers-5kc-malta 
linux-image-octeon linux-headers-octeon linux-image-loongson-2e 
linux-headers-loongson-2e linux-image-loongson-2f linux-headers-loongson-2f 
linux-image-powerpc linux-headers-powerpc linux-image-powerpc-smp 
linux-headers-powerpc-smp linux-image-powerpc64 linux-headers-powerpc64 
linux-image-powerpcspe linux-headers-powerpcspe linux-image-s390x 
linux-headers-s390x linux-image-s390x-dbg linux-image-sh7751r 
linux-headers-sh7751r linux-image-sh7785lcr linux-headers-sh7785lcr 
linux-image-sparc64 linux-headers-sparc64 linux-image-sparc64-smp
 linux-headers-sparc64-smp
Architecture: source all i386
Version: 56
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 linux-doc  - Linux kernel specific documentation (meta-package)
 linux-headers-486 - Header files for Linux 486 configuration (meta-package)
 linux-headers-4kc-malta - Header files for Linux 4kc-malta configuration 
(meta-package)
 linux-headers-5kc-malta - Header files for Linux 5kc-malta configuration 
(meta-package)
 linux-headers-686-pae - Header files for Linux 686-pae configuration 
(meta-package)
 linux-headers-alpha-generic - Header files for Linux alpha-generic 
configuration (meta-package)
 linux-headers-alpha-legacy - Header files for Linux alpha-legacy configuration 
(meta-package)
 linux-headers-alpha-smp - Header files for Linux alpha-smp configuration 
(meta-package)
 linux-headers-amd64 - Header files for Linux amd64 configuration (meta-package)
 linux-headers-armmp - Header files for Linux armmp configuration (meta-package)
 linux-headers-armmp-lpae - Header files for Linux armmp-lpae configuration 
(meta-package)
 linux-headers-itanium - Header files for Linux itanium configuration 
(meta-package)
 linux-headers-ixp4xx - Header files for Linux ixp4xx configuration 
(meta-package)
 linux-headers-kirkwood - Header files for Linux kirkwood configuration 
(meta-package)
 linux-headers-loongson-2e - Header files for Linux loongson-2e configuration 
(meta-package)
 linux-headers-loongson-2f - Header files for Linux loongson-2f configuration 
(meta-package)
 linux-headers-m68k - Header files for Linux m68k configuration (meta-package)
 linux-headers-mckinley - Header files for Linux mckinley configuration 
(meta-package)
 linux-headers-mv78xx0 - Header files for Linux mv78xx0 configuration 
(meta-package)
 linux-headers-octeon - Header files for Linux octeon configuration 
(meta-package)
 linux-headers-orion5x - Header files for Linux orion5x configuration 
(meta-package)
 linux-headers-parisc - Header files for Linux parisc configuration 
(meta-package)
 linux-headers-parisc64-smp - Header files for Linux parisc64-smp configuration 
(meta-package)
 linux-headers-powerpc - Header files for Linux powerpc configuration 
(meta-package)
 linux-headers-powerpc-smp - Header files for Linux powerpc-smp configuration 
(meta-package)
 linux-headers-powerpc64 - Header files for Linux powerpc64 configuration 
(meta-package)
 linux-headers-powerpcspe - Header files for Linux powerpcspe configuration 
(meta-package)
 linux-headers-r4k-ip22 - Header files for Linux r4k-ip22 configuration 
(meta-package)
 linux-headers-r5k-ip32 - Header files for Linux r5k-ip32 configuration 
(meta-package)
 linux-headers-s390x - Header files for Linux s390x configuration (meta-package)
 linux-headers-sb1-bcm91250a - Header files for Linux sb1-bcm91250a 
configuration (meta-package)
 linux-headers-sb1a-bcm91480b - Header files for Linux sb1a-bcm91480b 
configuration (meta-package
 linux-headers-sh7751r - Header files for Linux sh7751r configuration 
(meta-package)
 linux-headers-sh7785lcr - Header files f

linux_3.13.4-1_multi.changes is NEW

2014-02-22 Thread Debian FTP Masters
binary:linux-support-3.13-1 is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
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/e1whesk-0008gz...@franck.debian.org



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Erik de Castro Lopo
David Gosselin wrote:

> Are you testing on a PowerMac G5 7,3?  Should be in /proc/cpuinfo.
> I have a 7,3 model and cannot load the windfarm driver.  It appears
> that the hardware on the 7,3 is not supported.  I’ve been working to
> update the therm_pm72 driver to use the probe interface instead of the
> attach_adapter interface.  Maybe you’re hitting this issue?

Nope, seems to be 11,2:


platform: PowerMac
model   : PowerMac11,2
machine : PowerMac11,2
motherboard : PowerMac11,2 MacRISC4 Power Macintosh 
detected as : 337 (PowerMac G5 Dual Core)


Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
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/20140223022840.de1c11b823017c14f79d2...@mega-nerd.com



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Erik de Castro Lopo
Ben Hutchings wrote:

> > Manually loading the i2c-powermac module results in fans that run at the
> > normal. expected low speed. I will be adding this to /etc/modules as a
> > workaround for this issue.
> 
> Does it matter whether you load i2c-powermac before or after the
> windfarm modules?

Loading after is fine. I therefore assume that loading before is also
fine.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
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/20140223022629.5aa3a81f3ef3424130110...@mega-nerd.com



Processing of linux-latest_56_i386.changes

2014-02-22 Thread Debian FTP Masters
linux-latest_56_i386.changes uploaded successfully to localhost
along with the files:
  linux-latest_56.dsc
  linux-latest_56.tar.gz
  linux-doc_3.13+56_all.deb
  linux-source_3.13+56_all.deb
  linux-tools_3.13+56_all.deb
  linux-image-486_3.13+56_i386.deb
  linux-headers-486_3.13+56_i386.deb
  linux-image-686-pae_3.13+56_i386.deb
  linux-headers-686-pae_3.13+56_i386.deb
  linux-image-686-pae-dbg_3.13+56_i386.deb
  linux-image-amd64_3.13+56_i386.deb
  linux-headers-amd64_3.13+56_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1whdzn-0003yd...@franck.debian.org



Processing of linux_3.13.4-1_multi.changes

2014-02-22 Thread Debian FTP Masters
linux_3.13.4-1_multi.changes uploaded successfully to localhost
along with the files:
  linux_3.13.4-1.dsc
  linux_3.13.4.orig.tar.xz
  linux_3.13.4-1.debian.tar.xz
  linux-support-3.13-1_3.13.4-1_all.deb
  linux-doc-3.13_3.13.4-1_all.deb
  linux-manual-3.13_3.13.4-1_all.deb
  linux-source-3.13_3.13.4-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1whdwe-it...@franck.debian.org



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread David Gosselin
Are you testing on a PowerMac G5 7,3?  Should be in /proc/cpuinfo.
I have a 7,3 model and cannot load the windfarm driver.  It appears that the 
hardware on the 7,3 is not supported.  I’ve been working to update the 
therm_pm72 driver to use the probe interface instead of the attach_adapter 
interface.  Maybe you’re hitting this issue?


On Feb 22, 2014, at 4:44 AM, Rick Thomas  wrote:

> On Feb 22, 2014, at 12:23 AM, Erik de Castro Lopo  wrote:
> 
>> Hi,
>> 
>> I run debian testing on a dual G5 powermac.
>> 
>> Just upgraded from linux-image-3.4-trunk-powerpc64 to
>> linux-image-3.12-1-powerpc64 and found the same issue. The windfarm
>> modules are loading but the about 30 seconds to a couple of minutes
>> after booting to 3.12-1-powerpc64 the fans speed up to full speed.
>> 
>> lsmod says the windfarm modules are being loaded, and its the same
>> modules being loaded under the 3.4 kernel.
>> 
>> I have however found a difference. On 3.12 I get:
>> 
>>> dmesg | grep windfarm 
>>   [4.358299] windfarm: initializing for dual-core desktop G5
>> 
>> whereas on 3.4 I get:
>> 
>>> dmesg | grep windfarm 
>>   [4.791589] windfarm: initializing for dual-core desktop G5
>>   [9.077416] windfarm: CPUs control loops started.
>>   [   12.440957] windfarm: Backside control loop started.
>>   [   12.491701] windfarm: Slots control loop started.
>>   [   12.592933] windfarm: Drive bay control loop started.
>> 
>> Definitely something wonky there.
>> 
>> Erik
> 
>> Erik de Castro Lopo wrote:
>> 
>>> Hi,
>>> 
>>> A previous message in this bug suggested that the i2c_powermac module 
>>> may be involved.
>>> 
>>> I can confirm that this module is missing completely for the 3.12 kernel
>>> (there is no module of that name in the /lib/modules/3.12-1-powerpc64/
>>> tree) whereas for the 3.4 kernel this module is available and is being
>>> auto-loaded.
>> 
>> It seems that the i2c_powermac module from 3.4 is now called i2c-powermac
>> (underscore replaced with a minux sign).
>> 
>> Manually loading the i2c-powermac module results in fans that run at the
>> normal. expected low speed. I will be adding this to /etc/modules as a
>> workaround for this issue.
>> 
>> A question about kernel modules, can one module (eg windfarm_core) be
>> made to depend on and auto-load another (eg i2c-powermac)?
>> 
>> Erik
>> -- 
>> --
>> Erik de Castro Lopo
>> http://www.mega-nerd.com/
>> 
>> -- 
>> To unsubscribe, send mail to 713943-unsubscr...@bugs.debian.org.
>> 
> 
> 
> I'm forwarding this to the debian-powerpc list, incase someone there can help!
> 
> Rick
> 
> 
> 
> --
> To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/d1fd7102-6925-4f1a-a04d-24a6cba0e...@pobox.com
> 


--
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/24c384ea-f3de-49e7-a29e-3c1abbe80...@appleside.org



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Ben Hutchings
On Sat, 2014-02-22 at 19:23 +1100, Erik de Castro Lopo wrote:
> Erik de Castro Lopo wrote:
> 
> > Hi,
> > 
> > A previosu message in this big suggested that the i2c_powermac module 
> > may be involved.
> > 
> > I can confirm that this module is missing completely for the 3.12 kernel
> > (there is no module of that name in the /lib/modules/3.12-1-powerpc64/
> > tree) whereas for the 3.4 kernel this module is available and is being
> > auto-loaded.
> 
> It seems that the i2c_powermac module from 3.4 is now called i2c-powermac
> (underscore replaced with a minux sign).

These are the same name, so far as the kernel is concerned.

> Manually loading the i2c-powermac module results in fans that run at the
> normal. expected low speed. I will be adding this to /etc/modules as a
> workaround for this issue.

Does it matter whether you load i2c-powermac before or after the
windfarm modules?

> A question about kernel modules, can one module (eg windfarm_core) be
> made to depend on and auto-load another (eg i2c-powermac)?

Yes but I don't think that's the correct solution.  I'll ask upstream.

Ben.

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.


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


Bug#735139: [Nbd] nbd recovery after suspend/resume

2014-02-22 Thread Wouter Verhelst
Hi Paul,

Op vrijdag 21 februari 2014 22:54:43 schreef Paul Clements:
> Is it a kernel related thing, or could it be the fix to nbd-client signal
> handling as detailed in this thread?

I doubt that it is userspace-related. When reading the bug log, no mention is 
made of changes in userspace, only of using a more recent kernel.

However, that doesn't mean there are no such changes. Ernesto, did you change 
anything in the way you ran the NBD device?

If not, can you clarify how exactly you're establishing the client side of the 
NBD connection?

Thanks,

> https://www.mail-archive.com/nbd-general@lists.sourceforge.net/msg01568.html
> On Wed, Feb 19, 2014 at 6:10 PM, Ben Hutchings  wrote:
> > Ernesto reported that ndb mounts break after suspend/resume when running
> > 
> > Linux 3.2.51:
> > > [48080.515468] block nbd1: Attempted send on closed socket
> > > [48080.515473] end_request: I/O error, dev nbd1, sector 91896
> > > [48080.515718] block nbd1: Attempted send on closed socket
> > > [48080.515721] end_request: I/O error, dev nbd1, sector 91896
> > > [48080.515752] [ cut here ]
> > > [48080.515863] kernel BUG at
> > 
> > /build/linux-rrsxby/linux-3.2.51/fs/buffer.c:2917!
> > 
> > > [48080.516010] invalid opcode:  [#1] SMP
> > > [48080.516176] CPU 0
> > > [48080.516188] Modules linked in: snd_usb_audio snd_usbmidi_lib
> > 
> > snd_seq_midi snd_seq_midi_event snd_rawmidi nls_utf8 nls_cp437 vfat fat
> > nbd
> > cbc ecb vmnet(O) vsock(O) vmci(O) vmmon(O) parport_pc ppdev lp parport
> > cpufreq_conservative bnep cpufreq_userspace cpufreq_stats
> > cpufreq_powersave
> > rfcomm 8021q garp stp binfmt_misc uinput nfsd nfs nfs_acl auth_rpcgss
> > fscache lockd sunrpc loop fuse ecryptfs dm_crypt dm_mod snd_hda_codec_hdmi
> > snd_hda_codec_conexant pl2303 usbserial arc4 iwlwifi joydev btusb mac80211
> > bluetooth snd_hda_intel snd_hda_codec snd_hwdep snd_pcm i915
> > drm_kms_helper
> > snd_page_alloc drm iTCO_wdt iTCO_vendor_support snd_seq cfg80211
> > snd_seq_device snd_timer snd evdev soundcore i2c_i801 dell_laptop
> > i2c_algo_bit i2c_core rfkill coretemp acpi_cpufreq mperf video pcspkr
> > dcdbas psmouse dell_wmi ac serio_raw sparse_keymap processor button
> > battery
> > power_supply wmi ext4 crc16 jbd2 mbcache usbhid hid ums_realtek
> > usb_storage
> > sg sr_mod sd_mod cdrom crc_t10dif xhci_hcd crc32c_intel
> > ghash_clmulni_intel
> > aesni_intel ahci libahci aes_x86_64 thermal thermal_sys libata atl1c
> > scsi_mod ehci_hcd aes_generic cryptd usbcore usb_common [last unloaded:
> > scsi_wait_scan]
> > 
> > > [48080.520191]
> > > [48080.520931] Pid: 7672, comm: make Tainted: G   O
> > 
> > 3.2.0-4-amd64 #1 Debian 3.2.51-1 Dell Inc.  Dell System Inspiron
> > N411Z/
> > 
> > > [48080.521803] RIP: 0010:[]  []
> > 
> > submit_bh+0x19/0xff
> > 
> > > [48080.522674] RSP: 0018:88017a5e5a68  EFLAGS: 00010246
> > 
> > > [48080.523557] RAX: 00040005 RBX: 8800c947af68 RCX:
> > 0004
> > 
> > > [48080.524480] RDX:  RSI: 8800c947af68 RDI:
> > 0211
> > 
> > > [48080.525417] RBP: 0211 R08: 0200 R09:
> > 8168f0a0
> > 
> > > [48080.526246] R10: 880107a798c0 R11: 880107a798c0 R12:
> > 8800c919e400
> > 
> > > [48080.527186] R13: 0001 R14: 0001f381 R15:
> > 03c94245
> > 
> > > [48080.528204] FS:  7fea81a02700() GS:88019fa0()
> > 
> > knlGS:
> > 
> > > [48080.529252] CS:  0010 DS:  ES:  CR0: 80050033
> > 
> > > [48080.530326] CR2: 019c8000 CR3: 0001613a1000 CR4:
> > 000406f0
> > 
> > > [48080.531435] DR0:  DR1:  DR2:
> > 
> > 
> > > [48080.532557] DR3:  DR6: 0ff0 DR7:
> > 0400
> > 
> > > [48080.533691] Process make (pid: 7672, threadinfo 88017a5e4000,
> > 
> > task 8800d066f650)
> > 
> > > [48080.534863] Stack:
> > > [48080.536040]  8800c947af68 0211 8800c919e400
> > 
> > 8111f577
> > 
> > > [48080.537291]  8800d066f650 811be4ff 8800c947af68
> > 
> > 8800c947af68
> > 
> > > [48080.538558]  88015c1cac00 a01c4fcd a01e5e1d
> > 
> > 88000dd8e840
> > 
> > > [48080.539848] Call Trace:
> > > [48080.541140]  [] ? __sync_dirty_buffer+0x52/0x87
> > > [48080.542474]  [] ? __percpu_counter_sum+0x44/0x57
> > > [48080.543861]  [] ? ext4_commit_super+0x191/0x1d3
> > 
> > [ext4]
> > 
> > > [48080.545251]  [] ? ext4_error_inode+0x4c/0xef [ext4]
> > > [48080.546654]  [] ? ext4_find_entry+0x1eb/0x298
> > > [ext4]
> > > [48080.548096]  [] ? ext4_lookup+0x2e/0x11c [ext4]
> > > [48080.549522]  [] ? __d_alloc+0x12c/0x13c
> > > [48080.550964]  [] ? d_alloc_and_lookup+0x3a/0x60
> > > [48080.552429]  [] ? walk_component+0x219/0x406
> > > [48080.553934]  [] ? add_page_to_lru_list+0x64/0x64
> > > [48080.555443]  [] ? path_lookupat+0x7c/0x2bd
> > > [48

Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Rick Thomas
On Feb 22, 2014, at 12:23 AM, Erik de Castro Lopo  wrote:

> Hi,
> 
> I run debian testing on a dual G5 powermac.
> 
> Just upgraded from linux-image-3.4-trunk-powerpc64 to
> linux-image-3.12-1-powerpc64 and found the same issue. The windfarm
> modules are loading but the about 30 seconds to a couple of minutes
> after booting to 3.12-1-powerpc64 the fans speed up to full speed.
> 
> lsmod says the windfarm modules are being loaded, and its the same
> modules being loaded under the 3.4 kernel.
> 
> I have however found a difference. On 3.12 I get:
> 
>> dmesg | grep windfarm 
>[4.358299] windfarm: initializing for dual-core desktop G5
> 
> whereas on 3.4 I get:
> 
>> dmesg | grep windfarm 
>[4.791589] windfarm: initializing for dual-core desktop G5
>[9.077416] windfarm: CPUs control loops started.
>[   12.440957] windfarm: Backside control loop started.
>[   12.491701] windfarm: Slots control loop started.
>[   12.592933] windfarm: Drive bay control loop started.
> 
> Definitely something wonky there.
> 
> Erik

> Erik de Castro Lopo wrote:
> 
>> Hi,
>> 
>> A previous message in this bug suggested that the i2c_powermac module 
>> may be involved.
>> 
>> I can confirm that this module is missing completely for the 3.12 kernel
>> (there is no module of that name in the /lib/modules/3.12-1-powerpc64/
>> tree) whereas for the 3.4 kernel this module is available and is being
>> auto-loaded.
> 
> It seems that the i2c_powermac module from 3.4 is now called i2c-powermac
> (underscore replaced with a minux sign).
> 
> Manually loading the i2c-powermac module results in fans that run at the
> normal. expected low speed. I will be adding this to /etc/modules as a
> workaround for this issue.
> 
> A question about kernel modules, can one module (eg windfarm_core) be
> made to depend on and auto-load another (eg i2c-powermac)?
> 
> Erik
> -- 
> --
> Erik de Castro Lopo
> http://www.mega-nerd.com/
> 
> -- 
> To unsubscribe, send mail to 713943-unsubscr...@bugs.debian.org.
> 


I'm forwarding this to the debian-powerpc list, incase someone there can help!

Rick


--
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/d1fd7102-6925-4f1a-a04d-24a6cba0e...@pobox.com



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote:

> Hi,
> 
> A previosu message in this big suggested that the i2c_powermac module 
> may be involved.
> 
> I can confirm that this module is missing completely for the 3.12 kernel
> (there is no module of that name in the /lib/modules/3.12-1-powerpc64/
> tree) whereas for the 3.4 kernel this module is available and is being
> auto-loaded.

It seems that the i2c_powermac module from 3.4 is now called i2c-powermac
(underscore replaced with a minux sign).

Manually loading the i2c-powermac module results in fans that run at the
normal. expected low speed. I will be adding this to /etc/modules as a
workaround for this issue.

A question about kernel modules, can one module (eg windfarm_core) be
made to depend on and auto-load another (eg i2c-powermac)?

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
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/20140222192301.8f2302751561e6fc3b47d...@mega-nerd.com



Bug#713943: Lack of i2c_powermac module may be the cause

2014-02-22 Thread Erik de Castro Lopo
Hi,

A previosu message in this big suggested that the i2c_powermac module 
may be involved.

I can confirm that this module is missing completely for the 3.12 kernel
(there is no module of that name in the /lib/modules/3.12-1-powerpc64/
tree) whereas for the 3.4 kernel this module is available and is being
auto-loaded.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
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/2014022219.e55a0fa774c821b1351ed...@mega-nerd.com



Bug#713943: Same problem with linux-image-3.12-1-powerpc64

2014-02-22 Thread Erik de Castro Lopo
Hi,

I run debian testing on a dual G5 powermac.

Just upgraded from linux-image-3.4-trunk-powerpc64 to
linux-image-3.12-1-powerpc64 and found the same issue. The windfarm
modules are loading but the about 30 seconds to a couple of minutes
after booting to 3.12-1-powerpc64 the fans speed up to full speed.

lsmod says the windfarm modules are being loaded, and its the same
modules being loaded under the 3.4 kernel.

I have however found a difference. On 3.12 I get:

> dmesg | grep windfarm 
[4.358299] windfarm: initializing for dual-core desktop G5

whereas on 3.4 I get:

> dmesg | grep windfarm 
[4.791589] windfarm: initializing for dual-core desktop G5
[9.077416] windfarm: CPUs control loops started.
[   12.440957] windfarm: Backside control loop started.
[   12.491701] windfarm: Slots control loop started.
[   12.592933] windfarm: Drive bay control loop started.

Definitely something wonky there.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
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/20140222185109.6dff9423a315158c1655d...@mega-nerd.com