Bug#815404: Acknowledgement (linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon)

2016-02-21 Thread Russel Winder

I just upgraded and got the kernel 4.4.2-3 (2016-02-21) which seems to
boot fine.

Thanks for dealing with this very quickly, it is much appreciated.

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



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


Re: [PATCH 1/1] Build tools from power/cpupower

2016-02-21 Thread Mattia Dongili
On Fri, Feb 19, 2016 at 07:56:18AM -0800, Mattia Dongili wrote:
> On Fri, Feb 19, 2016 at 03:37:50PM +, Ben Hutchings wrote:
...
> > Is there any reason not to add cpupower on the sid branch rather than
> > master (which means it will stay in experimental for the next ~2
> > months)?
> 
> The sid branch is fine, I'll rebase on that for the next revision.

Below is another round, on top of the sid branch and lintian-clean.
I decided to not ship cpufreq-bench and the plotting script, aside
from the gnuplot dependency, I don't see them as particularly useful for
general use.
I didn't touch anything outside power/cpupower.

-- 
mattia
:wq!

- - 8< - - 8< - - 

They'll eventually replace cpufrequtils and libcpufreq{0,-dev} so the
structure of the packages is the same.
---
 debian/build/tools/Makefile|  1 +
 debian/build/tools/power/cpupower/Makefile | 20 +++
 debian/changelog   |  8 +++
 debian/libcpupower-dev.install |  2 +
 debian/libcpupower0.install|  1 +
 debian/libcpupower0.symbols| 44 +++
 debian/linux-cpupower.install  |  2 +
 ...power-cpupower-fix-incorrect-if-statement.patch | 21 
 .../patches/power-cpupower-fix-manpages-NAME.patch | 63 ++
 debian/patches/series  |  2 +
 debian/rules.real  | 23 +++-
 debian/templates/control.main.in   | 29 ++
 debian/templates/control.source.in |  2 +-
 13 files changed, 216 insertions(+), 2 deletions(-)
 create mode 100644 debian/build/tools/power/cpupower/Makefile
 create mode 100644 debian/libcpupower-dev.install
 create mode 100644 debian/libcpupower0.install
 create mode 100644 debian/libcpupower0.symbols
 create mode 100644 debian/linux-cpupower.install
 create mode 100644 
debian/patches/power-cpupower-fix-incorrect-if-statement.patch
 create mode 100644 debian/patches/power-cpupower-fix-manpages-NAME.patch

diff --git a/debian/build/tools/Makefile b/debian/build/tools/Makefile
index a3cdd87..1ea9cf3 100644
--- a/debian/build/tools/Makefile
+++ b/debian/build/tools/Makefile
@@ -2,6 +2,7 @@ SUBDIRS = \
hv \
lib/lockdep \
perf \
+   power/cpupower \
usb/usbip
 
 include ../Makefile.inc
diff --git a/debian/build/tools/power/cpupower/Makefile 
b/debian/build/tools/power/cpupower/Makefile
new file mode 100644
index 000..66e2c75
--- /dev/null
+++ b/debian/build/tools/power/cpupower/Makefile
@@ -0,0 +1,20 @@
+OUTDIR = tools/power/cpupower
+prefix = /usr/sbin
+
+include ../../../Makefile.inc
+
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+   DEBUG = true
+endif
+
+all:
+   mkdir out
+   $(shell dpkg-buildflags --export=cmdline) $(MAKE) -C 
$(top_srcdir)/tools/power/cpupower -f Makefile O=$(CURDIR)/out DEBUG=$(DEBUG) 
CPUFREQ_BENCH=false V=true
+
+install:
+   $(MAKE) -C $(top_srcdir)/tools/power/cpupower -f Makefile 
O=$(CURDIR)/out install mandir=/usr/share/man DESTDIR=$(DESTDIR) 
CPUFREQ_BENCH=false
+
+clean:
+   mkdir -p out
+   $(MAKE) -C $(top_srcdir)/tools/power/cpupower -f Makefile 
O=$(CURDIR)/out clean
+   rm -rf out
diff --git a/debian/changelog b/debian/changelog
index 3a35e50..9060b55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-tools (4.4-5~exp1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Build linux-cpupower.
+
+ -- Mattia Dongili   Sun, 21 Feb 2016 19:36:29 -0800
+
 linux-tools (4.4-4) unstable; urgency=medium
 
   * hyperv-daemons: Only build the progarams on x86 (fixes FTBFS)
@@ -12,6 +19,7 @@ linux-tools (4.4-3) unstable; urgency=medium
 
 linux-tools (4.4-2) unstable; urgency=medium
 
+  [ Ben Hutchings ]
   * linux-perf: Include version number in strace groups installation directory
 (Closes: #813080)
   * [alpha,sh4] Attempt to fix build failures
diff --git a/debian/libcpupower-dev.install b/debian/libcpupower-dev.install
new file mode 100644
index 000..b341905
--- /dev/null
+++ b/debian/libcpupower-dev.install
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/lib*.so
diff --git a/debian/libcpupower0.install b/debian/libcpupower0.install
new file mode 100644
index 000..d0dbfd1
--- /dev/null
+++ b/debian/libcpupower0.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libcpupower0.symbols b/debian/libcpupower0.symbols
new file mode 100644
index 000..a356760
--- /dev/null
+++ b/debian/libcpupower0.symbols
@@ -0,0 +1,44 @@
+libcpupower.so.0 libcpupower0 #MINVER#
+ cpufreq_cpu_exists@Base 4.4
+ cpufreq_get_affected_cpus@Base 4.4
+ cpufreq_get_available_frequencies@Base 4.4
+ cpufreq_get_available_governors@Base 4.4
+ cpufreq_get_driver@Base 4.4
+ cpufreq_get_freq_hardware@Base 4.4
+ cpufreq_get_freq_kernel@Base 4.4
+ cpufreq_get_hardware_limits@Base 4.4
+ cpufreq_get_policy@Base 4.4
+ 

Bug#815516: linux-image-4.4.0-1-amd64: Hangs at loading ramdisk

2016-02-21 Thread Gretar Magnusson
Thank you Ben, it is indeed the same bug. Reinstalled 15 minutes ago
and booted fine.



On Mon, 2016-02-22 at 01:07 +, Ben Hutchings wrote:
> Control: reassign -1 src:linux 4.4.2-2
> Control: tag -1 - lfs
> Control: forcemerge 815125 -1
> 
> On Mon, 2016-02-22 at 00:08 +, Gretar Magnusson wrote:
> > Package: linux-image-4.4.0-1-amd64
> > Version: 4.4.2-2
> > Severity: critical
> > Tags: lfs
> > Justification: breaks the whole system
> > 
> > Dear Maintainer,
> > 
> > 
> >    * What led up to the situation? Kernel upgrade
> >    * What exactly did you do (or not do) that was effective (or
> >  ineffective)? I tried update-grub but made no difference
> 
> This is almost certainly the same as bug #815125 which was fixed
> today
> in version 4.4.2-3.
> 
> Ben.
> 



Bug#815476: linux: [armhf] udeb: Add modules needed on Firefly-RK3288.

2016-02-21 Thread Ben Hutchings
On Sun, 2016-02-21 at 16:11 -0800, Vagrant Cascadian wrote:
> On 2016-02-21, Ben Hutchings wrote:
> > > --- a/debian/installer/armhf/modules/armhf-armmp/mmc-modules
> > > +++ b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
> > > @@ -5,4 +5,5 @@ mmci
> > >  omap_hsmmc
> > >  sunxi-mmc
> > >  dw_mmc-exynos
> > > +dw_mmc-rockchip
> > >  sdhci-bcm2835
> > 
> > Would it make sense to replace this list with a wildcard in the default
> > mmc-modules file:
> > 
> >     drivers/mmc/host/**
> 
> Overall, I like the idea of using wildcards to include enabled drivers
> by default, so that drivers for new platforms get automatically
> included.
> 
> The only downside I see, is if a driver was accidentally disabled in the
> config (or due to some new conflicting config), it will happily produce
> a package without that driver...

I think we should add something to buildcheck.py to find unexpectedly
dropped drivers.  But that is independent of whether drivers belong in
any particular udeb, or are needed at installation time at all.

> The obvious advantage is it will likely reduce the number of round-trip
> bug reports to enable drivers in both the kernel and the udebs, so I'd
> be supportive of using wildcards for that reason.

Please can you test whether that change would do the right thing for armhf.

Ben.

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou

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


Processed: Re: Bug#815516: linux-image-4.4.0-1-amd64: Hangs at loading ramdisk

2016-02-21 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:linux 4.4.2-2
Bug #815516 [linux-image-4.4.0-1-amd64] linux-image-4.4.0-1-amd64: Hangs at 
loading ramdisk
Bug reassigned from package 'linux-image-4.4.0-1-amd64' to 'src:linux'.
No longer marked as found in versions linux/4.4.2-2.
Ignoring request to alter fixed versions of bug #815516 to the same values 
previously set
Bug #815516 [src:linux] linux-image-4.4.0-1-amd64: Hangs at loading ramdisk
Marked as found in versions linux/4.4.2-2.
> tag -1 - lfs
Bug #815516 [src:linux] linux-image-4.4.0-1-amd64: Hangs at loading ramdisk
Removed tag(s) lfs.
> forcemerge 815125 -1
Bug #815125 {Done: Ben Hutchings } [src:linux] 
linux-image-4.4.0-1-amd64 fails to load initrd - no booting
Bug #815126 {Done: Ben Hutchings } [src:linux] 
linux-image-4.4.0-1-amd64 hangs after 'Loading initial ramdisk ...'
Bug #815173 {Done: Ben Hutchings } [src:linux] 
kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad X240
Bug #815404 {Done: Ben Hutchings } [src:linux] 
linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon
Bug #815516 [src:linux] linux-image-4.4.0-1-amd64: Hangs at loading ramdisk
Marked Bug as done
Marked as fixed in versions linux/4.4.2-3.
Marked as found in versions linux/4.4.2-1.
Added tag(s) moreinfo.
Bug #815126 {Done: Ben Hutchings } [src:linux] 
linux-image-4.4.0-1-amd64 hangs after 'Loading initial ramdisk ...'
Bug #815173 {Done: Ben Hutchings } [src:linux] 
kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad X240
Bug #815404 {Done: Ben Hutchings } [src:linux] 
linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon
Merged 815125 815126 815173 815404 815516

-- 
815125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815125
815126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815126
815173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815173
815404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815404
815516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815516
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#815516: linux-image-4.4.0-1-amd64: Hangs at loading ramdisk

2016-02-21 Thread Ben Hutchings
Control: reassign -1 src:linux 4.4.2-2
Control: tag -1 - lfs
Control: forcemerge 815125 -1

On Mon, 2016-02-22 at 00:08 +, Gretar Magnusson wrote:
> Package: linux-image-4.4.0-1-amd64
> Version: 4.4.2-2
> Severity: critical
> Tags: lfs
> Justification: breaks the whole system
> 
> Dear Maintainer,
> 
> 
>    * What led up to the situation? Kernel upgrade
>    * What exactly did you do (or not do) that was effective (or
>  ineffective)? I tried update-grub but made no difference

This is almost certainly the same as bug #815125 which was fixed today
in version 4.4.2-3.

Ben.

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou

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


linux-tools_4.5~rc5-1~exp3_source.changes ACCEPTED into experimental

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 23:45:04 +
Source: linux-tools
Binary: linux-kbuild-4.5 linux-perf-4.5 libusbip-dev usbip hyperv-daemons 
lockdep liblockdep4.5 liblockdep-dev
Architecture: source
Version: 4.5~rc5-1~exp3
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description:
 hyperv-daemons - Support daemons for Linux running on Hyper-V
 liblockdep-dev - Runtime locking correctness validator (development files)
 liblockdep4.5 - Runtime locking correctness validator (shared library)
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-4.5 - Kbuild infrastructure for Linux 4.5
 linux-perf-4.5 - Performance analysis tools for Linux 4.5
 lockdep- Runtime locking correctness validator
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (4.5~rc5-1~exp3) experimental; urgency=medium
 .
   * Adjust build fix from unstable
Checksums-Sha1:
 ec55cfba502ab22c630038e0787ed8a5e71ca8f6 2999 linux-tools_4.5~rc5-1~exp3.dsc
 efe51cd8e4c3fa455afbb488cd08faad2d94c5ec 35236 
linux-tools_4.5~rc5-1~exp3.debian.tar.xz
Checksums-Sha256:
 daa5cc7c99162b34797db271c3ea80188be9b1c5ecfce2c5c976b75f6e8387d2 2999 
linux-tools_4.5~rc5-1~exp3.dsc
 cab80e8d3626cd76e7959112569300157d4addcdb8dafaf944847e8680b2339e 35236 
linux-tools_4.5~rc5-1~exp3.debian.tar.xz
Files:
 7aca2262de59a87dcddde6eeb8d7b209 2999 kernel optional 
linux-tools_4.5~rc5-1~exp3.dsc
 0d0fa9e43c4555f72e5ed0ba10d8af7e 35236 kernel optional 
linux-tools_4.5~rc5-1~exp3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVspQK+e/yOyVhhEJAQqW4RAAkSrgqQWYfVeGNR9tCRBREr4RfTuWaoSP
adIgcP4RqBW/D/weNMlZkOy/3QNUz8xULmKUscM0o9oiLsUty8vZZJSW14OkLDIX
M+CH2d6ktJRCopCAiwfDZ4Ofklc/dw2KhUvJY51vjRdinY4lH7i4D7qol/h6OGOI
6uXS9sfs33ceyTHR8VtyhFBQ5B5fCSCO8vuMGdauK2qHUMVPX5Ao33kayTgkz1jv
Jx3R2xR2ti/56DOrOFwbrZeOXRdNLmHu1cAHxwUqqUzKTUjo0kZL/3+t+XG59qDf
HPyL0RrSHdw8UG/EZdBsri69OQH/FUKheHZS/FqK//aTLgq1SpTMaxcQDG05bUnx
aTCaqo1PFFv/JUS0yGu8gOID0oaQ9wxbD5vtikd8BpWSv8FPLalXHVA/T083n58R
lUmc/0EnlJF/ONDGIX7QFoYeG0L5fRXhTymHAtWB6u5ypsduLwx6MwLw7sgu/5J1
lleI1z9RkXRtPeum+XoNQ1eGHAp8k3yVIgyLOtOZqOTiyk0tUG9oFo4Kmj1WXP8L
2tCj8uZLFZ5ERTFLSoiW+Va6t9urJ+kfnuUhDQD1rS7fm7JYgNJYynP84sIBzOo1
nkUt923CZ4zrTuCuCPmyWpW4pQjpJ2KxUPLHwL5v1MiX0qpQgGhsl+60NHE++Nah
hOb3bX2q9PM=
=uxh6
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of linux-tools_4.5~rc5-1~exp3_source.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_4.5~rc5-1~exp3_source.changes uploaded successfully to localhost
along with the files:
  linux-tools_4.5~rc5-1~exp3.dsc
  linux-tools_4.5~rc5-1~exp3.debian.tar.xz

Greetings,

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



Bug#815516: linux-image-4.4.0-1-amd64: Hangs at loading ramdisk

2016-02-21 Thread Gretar Magnusson
Package: linux-image-4.4.0-1-amd64
Version: 4.4.2-2
Severity: critical
Tags: lfs
Justification: breaks the whole system

Dear Maintainer,


   * What led up to the situation? Kernel upgrade
   * What exactly did you do (or not do) that was effective (or
 ineffective)? I tried update-grub but made no difference




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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-4.4.0-1-amd64 depends on:
ii  debconf [debconf-2.0]   1.5.58
ii  initramfs-tools [linux-initramfs-tool]  0.123
ii  kmod22-1
ii  linux-base  4.0

Versions of packages linux-image-4.4.0-1-amd64 recommends:
ii  firmware-linux-free  3.4
ii  irqbalance   1.1.0-2

Versions of packages linux-image-4.4.0-1-amd64 suggests:
pn  debian-kernel-handbook 
pn  grub-pc | grub-efi | extlinux  
pn  linux-doc-4.4  



Bug#815476: linux: [armhf] udeb: Add modules needed on Firefly-RK3288.

2016-02-21 Thread Vagrant Cascadian
On 2016-02-21, Ben Hutchings wrote:
>> --- a/debian/installer/armhf/modules/armhf-armmp/mmc-modules
>> +++ b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
>> @@ -5,4 +5,5 @@ mmci
>>  omap_hsmmc
>>  sunxi-mmc
>>  dw_mmc-exynos
>> +dw_mmc-rockchip
>>  sdhci-bcm2835
>
> Would it make sense to replace this list with a wildcard in the default
> mmc-modules file:
>
>     drivers/mmc/host/**

Overall, I like the idea of using wildcards to include enabled drivers
by default, so that drivers for new platforms get automatically
included.

The only downside I see, is if a driver was accidentally disabled in the
config (or due to some new conflicting config), it will happily produce
a package without that driver...

The obvious advantage is it will likely reduce the number of round-trip
bug reports to enable drivers in both the kernel and the udebs, so I'd
be supportive of using wildcards for that reason.


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#815476: linux: [armhf] udeb: Add modules needed on Firefly-RK3288.

2016-02-21 Thread Ben Hutchings
Control: tag -1 moreinfo

On Sun, 2016-02-21 at 12:24 -0800, Vagrant Cascadian wrote:
> Source: linux
> Version: 4.4.2-2
> Severity: normal
> Tags: patch
> 
> The following modules are needed in order to support ethernet, USB,
> and MMC on Firefly-RK3288 in debian-installer.
> 
> Please consider enabling them!
> 
> live well,
>   vagrant
> 
> 
> commit 60653f57a9eac67bfde342604fb0adf5b4e2d359
> Author: Vagrant Cascadian 
> Date:   Sun Feb 21 12:08:28 2016 -0800
> 
> [armhf] udeb: Add modules needed on Firefly-RK3288.
> - Add act8865-regulator to core-modules
> - Add dw_mmc-rockchip to mmc-modules
> - Add phy-rockchip-usb to usb-modules
> 
> diff --git a/debian/installer/armhf/modules/armhf-armmp/core-modules 
> b/debian/installer/armhf/modules/armhf-armmp/core-modules
> index 7ea5f6d..3128393 100644
> --- a/debian/installer/armhf/modules/armhf-armmp/core-modules
> +++ b/debian/installer/armhf/modules/armhf-armmp/core-modules
> @@ -14,6 +14,7 @@ phy-omap-control ?
>  phy-ti-pipe3 ?
>  
>  # Regulators
> +act8865-regulator ?
>  anatop-regulator ?
>  axp20x-regulator ?
>  da9052-regulator ?
> diff --git a/debian/installer/armhf/modules/armhf-armmp/mmc-modules 
> b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
> index 287ff3f..6bdda66 100644
> --- a/debian/installer/armhf/modules/armhf-armmp/mmc-modules
> +++ b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
> @@ -5,4 +5,5 @@ mmci
>  omap_hsmmc
>  sunxi-mmc
>  dw_mmc-exynos
> +dw_mmc-rockchip
>  sdhci-bcm2835

Would it make sense to replace this list with a wildcard in the default
mmc-modules file:

    drivers/mmc/host/**

> diff --git a/debian/installer/armhf/modules/armhf-armmp/usb-modules 
> b/debian/installer/armhf/modules/armhf-armmp/usb-modules
> index 663e915..454e77d 100644
> --- a/debian/installer/armhf/modules/armhf-armmp/usb-modules
> +++ b/debian/installer/armhf/modules/armhf-armmp/usb-modules
> @@ -18,6 +18,7 @@ phy-exynos5-usbdrd ?
>  phy-generic ?
>  phy-mxs-usb
>  phy-omap-usb2
> +phy-rockchip-usb
>  phy-sun4i-usb
>  phy-sun9i-usb ?
>  phy-tegra-usb ?

Would it make sense to replace this list with wildcards in the default
usb-modules file:

    drivers/phy/phy-*-usb ?
    drivers/usb/phy/* ?

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.

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


Processed: Re: Bug#815476: linux: [armhf] udeb: Add modules needed on Firefly-RK3288.

2016-02-21 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #815476 [src:linux] linux: [armhf] udeb: Add modules needed on 
Firefly-RK3288.
Added tag(s) moreinfo.

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



Processed (with 1 error): tagging 693633, notfixed 750361 in 36.0.1985.67-1, fixed 775514 in 1:1.30.4-1 ..., affects 792698 ...

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

> # housekeeping - fixing bug metadata to allow automatic archival
> tags 693633 - jessie stretch
Bug #693633 {Done: Jonas Smedegaard } [squeak-vm] squeak-vm: 
FTBFS on powerpcspe (asm stfd/lfd)
Removed tag(s) jessie and stretch.
> notfixed 750361 36.0.1985.67-1
Bug #750361 {Done: Michael Gilbert } [chromium] chromium: 
upstream dropped support for older i386 processors
Bug #750443 {Done: Michael Gilbert } [chromium] chromium: 
upstream dropped support for older i386 processors
Bug #750584 {Done: Michael Gilbert } [chromium] chromium 
35 for i386 is miscompiled - it crashes with SIGILL on SSE2 instructions
Bug #763290 {Done: Michael Gilbert } [chromium] chromium: 
v8 dropped support for non-sse2 systems
Bug #764291 {Done: Michael Gilbert } [chromium] chromium 
37 for i386 is miscompiled - it crashes on CMOV and SSE instructions
Bug #766883 {Done: Michael Gilbert } [chromium] chromium: 
crashes at startup with "Illegal instruction"
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
No longer marked as fixed in versions chromium-browser/36.0.1985.67-1.
> fixed 775514 1:1.30.4-1
Bug #775514 {Done: Hilko Bengen } [libguestfs-tools] No 
networking running virt-builder scripts after upgrading from 1.26 to 1.28
Marked as fixed in versions libguestfs/1:1.30.4-1.
> reassign 792698 src:haskell-chart-cairo
Bug #792698 {Done: Debian Haskell Group 
} [libghc-chart-dev] 
libghc-chart-dev: Package is useless without at least one backend
Bug reassigned from package 'libghc-chart-dev' to 'src:haskell-chart-cairo'.
No longer marked as found in versions haskell-chart/1.3.3-4.
No longer marked as fixed in versions haskell-chart-cairo/1.3.3-1.
> fixed 792698 1.3.3-1
Bug #792698 {Done: Debian Haskell Group 
} [src:haskell-chart-cairo] 
libghc-chart-dev: Package is useless without at least one backend
Marked as fixed in versions haskell-chart-cairo/1.3.3-1.
> affects 792698 + libghc-chart-dev
Bug #792698 {Done: Debian Haskell Group 
} [src:haskell-chart-cairo] 
libghc-chart-dev: Package is useless without at least one backend
Added indication that 792698 affects libghc-chart-dev
> reassign 782345 src:automake-1.15
Bug #782345 {Done: Eric Dorland } [automake] automake: 
mdate-sh has undeterministic output
Bug reassigned from package 'automake' to 'src:automake-1.15'.
Ignoring request to alter found versions of bug #782345 to the same values 
previously set
No longer marked as fixed in versions automake-1.15/1:1.15-2.
> fixed 782345 1:1.15-2
Bug #782345 {Done: Eric Dorland } [src:automake-1.15] 
automake: mdate-sh has undeterministic output
Marked as fixed in versions automake-1.15/1:1.15-2.
> reassign 729866 python-simpy3
Bug #729866 {Done: Larissa Reis } [python3-simpy] 
python3-simpy: new upstream version 3.0+
Bug reassigned from package 'python3-simpy' to 'python-simpy3'.
No longer marked as found in versions python-simpy/2.3.1-1.
No longer marked as fixed in versions python-simpy3/3.0.7+dfsg-1.
> fixed 729866 3.0.7+dfsg-1
Bug #729866 {Done: Larissa Reis } [python-simpy3] 
python3-simpy: new upstream version 3.0+
Marked as fixed in versions python-simpy3/3.0.7+dfsg-1.
> reassign 760455 src:automake-1.15 1:1.15-2
Bug #760455 {Done: Eric Dorland } [automake] install-sh: 
insecure use of /tmp
Bug reassigned from package 'automake' to 'src:automake-1.15'.
No longer marked as found in versions automake-1.15/1:1.15-2 and 
automake-1.14/1:1.14.1-3.
No longer marked as fixed in versions automake-1.15/1:1.15-3.
Bug #760455 {Done: Eric Dorland } [src:automake-1.15] 
install-sh: insecure use of /tmp
Marked as found in versions automake-1.15/1:1.15-2.
> fixed 760455 1:1.15-3
Bug #760455 {Done: Eric Dorland } [src:automake-1.15] 
install-sh: insecure use of /tmp
Marked as fixed in versions automake-1.15/1:1.15-3.
> found 760455 1:1.14.1-3
Bug #760455 {Done: Eric Dorland } [src:automake-1.15] 
install-sh: insecure use of /tmp
The source 'automake-1.15' and version '1:1.14.1-3' do not appear to match any 
binary packages
Marked as found in versions automake-1.15/1:1.14.1-3.
> reassign 401936 src:automake-1.15
Bug #401936 {Done: Eric Dorland } [automake] automake1.10-doc: 
Broken links in info documentation
Bug reassigned from 

linux-tools_4.5~rc5-1~exp1_multi.changes ACCEPTED into experimental, experimental

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 16:45:52 +
Source: linux-tools
Binary: linux-kbuild-4.5 linux-perf-4.5 libusbip-dev usbip hyperv-daemons 
lockdep liblockdep4.5 liblockdep-dev
Architecture: all source
Version: 4.5~rc5-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 hyperv-daemons - Support daemons for Linux running on Hyper-V
 liblockdep4.5 - Runtime locking correctness validator (shared library)
 liblockdep-dev - Runtime locking correctness validator (development files)
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-4.5 - Kbuild infrastructure for Linux 4.5
 linux-perf-4.5 - Performance analysis tools for Linux 4.5
 lockdep- Runtime locking correctness validator
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (4.5~rc5-1~exp1) experimental; urgency=medium
 .
   * New upstream release candidate
 .
   [ Ben Hutchings ]
   * lockdep: Add missing macros
   * Adjust VPATH to work for check-hyperv (and simplify the modpost wrapper)
   * tools/build: Remove bpf() run-time check at build time
Checksums-Sha1: 
 bc79f58996b4becd987e0346e0d51ddcd2f90c61 2999 linux-tools_4.5~rc5-1~exp1.dsc
 5ede297b91e7077c9f3613ccaf5856200b7a4b02 2975188 
linux-tools_4.5~rc5.orig.tar.xz
 a219b066319c2eb77f0661d0199812c2ed2e3fa7 35148 
linux-tools_4.5~rc5-1~exp1.debian.tar.xz
 8e1b94dff65987dd569977b911c34af0dda5a81b 8606 lockdep_4.5~rc5-1~exp1_all.deb
Checksums-Sha256: 
 19cda0026d9e86819bc415df552dd6dfc13e516a0aee3bf83ed2e51c626ca58e 2999 
linux-tools_4.5~rc5-1~exp1.dsc
 2cd2b47c045aef0bfb325c8da97f5cfb8021627fc21011b38a7ab0abd88c1f8c 2975188 
linux-tools_4.5~rc5.orig.tar.xz
 ee173773cec080f422644a4097399cf71faa5a97059aa3a54fed154f9e30e136 35148 
linux-tools_4.5~rc5-1~exp1.debian.tar.xz
 761975d173724f3b72f948d17aa44a892162eb69b61c3f97f9b54ecd6be9288f 8606 
lockdep_4.5~rc5-1~exp1_all.deb
Files: 
 8cb89e65f47bd0bcdb977651c89ad7ea 2999 kernel optional 
linux-tools_4.5~rc5-1~exp1.dsc
 85dfc3cf885ae358e1dc1540e1fc74bf 2975188 kernel optional 
linux-tools_4.5~rc5.orig.tar.xz
 68bb71178cc5d4d322cfd224f0915b44 35148 kernel optional 
linux-tools_4.5~rc5-1~exp1.debian.tar.xz
 e416482922a5fc726b377fa32a5c9b14 8606 devel optional 
lockdep_4.5~rc5-1~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVsnrPOe/yOyVhhEJAQrAvw/+O5O8OMLowWY15KJXiVAAxqbUXwAJlFGq
5rz4AhMPTlDTvkgWjSfRQg294f5gvewkxzwFMgPoRblZyzDP+zAA4ZrfZZw52KpC
BE7B4krvWhtJgqeVC9JTPb/NsMl1CF8qfXOaTnYSt6M9yaxi5QkYdn9uGF+2Ct5s
hMYiU76MO87Y91EgVZIqZKkz0JTgGi+bXa7gdlc/a/aXzlzt95KU/lipin5raYFD
AEakivLFNpkT9v+mY0qKBon8zojrg8sLAFMJObGuINwZFZYnQdius8LnI78+Lq9q
asFYxicDvGWf8snmiWwVrzqzhQgd7miCHRFCsQ+CYBJXxxhGz9pIZnemXxJ4Mx1x
osHCgPPrTGz7wC6DUl8kzvZo0iOkBb2OeGsDZGY/TddCGkAiY4w9Q/Kk68LpxlLG
xdJdydqMfqj8/0C3Fp4I1SGFsXi6/am2KZD9VUHYsLmwU5ZisuXQCE1wiSRRfDEQ
1IZtaENwXw/FF8AdOQZHqg7EY8xtVVWNz7OcnkfzOk4uRz+bBEXyTa9NaIIoKScZ
YaHKYOOZGnrI9TsFar0wPvt1TkKaVSTLCKdVU0RxK4fyZ/P1nEcAJxZ92oX1PBrk
FfCpBp503n6jDJOqQD6FBFZIAyN5b7XYy3BPAvFJI4ZbonoUWxOPHJlJz3/WdqYF
Ekd/5P2Y2YA=
=k0mW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



linux-tools_4.5~rc5-1~exp2_multi.changes ACCEPTED into experimental, experimental

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 17:40:52 +
Source: linux-tools
Binary: linux-kbuild-4.5 linux-perf-4.5 libusbip-dev usbip hyperv-daemons 
lockdep liblockdep4.5 liblockdep-dev
Architecture: all source
Version: 4.5~rc5-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 hyperv-daemons - Support daemons for Linux running on Hyper-V
 liblockdep4.5 - Runtime locking correctness validator (shared library)
 liblockdep-dev - Runtime locking correctness validator (development files)
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-4.5 - Kbuild infrastructure for Linux 4.5
 linux-perf-4.5 - Performance analysis tools for Linux 4.5
 lockdep- Runtime locking correctness validator
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (4.5~rc5-1~exp2) experimental; urgency=medium
 .
   * Merge build fix from unstable
Checksums-Sha1: 
 3bdda667a0a89f8fa6b2f061d60d176294bf6f86 2999 linux-tools_4.5~rc5-1~exp2.dsc
 5d41f3ad17286c2b2988d4b4347721cd5d5a18cf 35220 
linux-tools_4.5~rc5-1~exp2.debian.tar.xz
 d6bfb5a258577fd8b6cd1aa71ef9a4a042ab0684 8638 lockdep_4.5~rc5-1~exp2_all.deb
Checksums-Sha256: 
 cde7769b0608676616b3c1d7006f6e3e58829c5559cae5b03dd9995879c8fbd9 2999 
linux-tools_4.5~rc5-1~exp2.dsc
 c5123108edbc77e50bfa7e26b543004974d0d8daf8b4f6ca35401d0e51d59929 35220 
linux-tools_4.5~rc5-1~exp2.debian.tar.xz
 166a4cc08d810f9c658675d267b6d7577537479c780683b1208f4872e51f8acd 8638 
lockdep_4.5~rc5-1~exp2_all.deb
Files: 
 a67d1e9a0ce40e24b48a3aa7ef7a7f19 2999 kernel optional 
linux-tools_4.5~rc5-1~exp2.dsc
 f8d50e8551a91b8a3bbfc0668c55ce92 35220 kernel optional 
linux-tools_4.5~rc5-1~exp2.debian.tar.xz
 683fd4708676a994c6e35d538747b426 8638 devel optional 
lockdep_4.5~rc5-1~exp2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVsn+bue/yOyVhhEJAQo0SBAAxHc5hCGuWMHW7TpFO1CBxYHB6ooAhpq/
hL53FnYkMN98Uxkt2Z5nE1goS6LOEM8AWzbjkHFj4n/5bDf70mLU+JSpB5LcIkO8
twpL/5aWO9O7mSuwnPieDJp36/eWrCeDcqUGwdCvekP7SwlXniYc0E0zQU7pNLXQ
VVl0fKzMrp1c0aAG7v0/bdQLCc/a3FS5Q/P/+qbv2zhC3LxNQcvWOGp07OmlJqlE
sDTeb3yJEfY0kul+pPwU2sUi8WMGAIQfIG9W7pXeJjhsNPv9cHa5qg7DocZtjkDd
rvKzyZyIwoGdU6ERY435Vps1M/v3Gk5djXVkqZXKUk09EiRNsX/bLf230F18LSQL
uO50VYaF2EBSU/iFfIo7RPzJ0avpr6WvwhkTmilpgW5MCeP8+t9AfEZqzts8P0wv
l7S8WdV3CBbv5GcFTE5ZEsX6s+GgEOrncDR6e/uCPaS7eZ1YwI0mcnVLHCcMzVe3
ajCzHcHDz1VUuteRfAEAONojBgAePyD04khkaPyB40AH0Yt9lR8PUj5geuaQ3Fa5
ViFc3ky/80Gf65gp/tBC9BPYWwk4dhNKoPGnrQZ1Y6ddniSW1qZtFzejRLXDD2CG
iwtpu1+eZuW/Jaj9KjofmKM9Frubpy3YAzWcEgIitSoXLgPQhUQ4+dil7Wup6S5k
lvycuuUPQgg=
=QjDV
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#815476: linux: [armhf] udeb: Add modules needed on Firefly-RK3288.

2016-02-21 Thread Vagrant Cascadian
Source: linux
Version: 4.4.2-2
Severity: normal
Tags: patch

The following modules are needed in order to support ethernet, USB,
and MMC on Firefly-RK3288 in debian-installer.

Please consider enabling them!

live well,
  vagrant


commit 60653f57a9eac67bfde342604fb0adf5b4e2d359
Author: Vagrant Cascadian 
Date:   Sun Feb 21 12:08:28 2016 -0800

[armhf] udeb: Add modules needed on Firefly-RK3288.
- Add act8865-regulator to core-modules
- Add dw_mmc-rockchip to mmc-modules
- Add phy-rockchip-usb to usb-modules

diff --git a/debian/installer/armhf/modules/armhf-armmp/core-modules 
b/debian/installer/armhf/modules/armhf-armmp/core-modules
index 7ea5f6d..3128393 100644
--- a/debian/installer/armhf/modules/armhf-armmp/core-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/core-modules
@@ -14,6 +14,7 @@ phy-omap-control ?
 phy-ti-pipe3 ?
 
 # Regulators
+act8865-regulator ?
 anatop-regulator ?
 axp20x-regulator ?
 da9052-regulator ?
diff --git a/debian/installer/armhf/modules/armhf-armmp/mmc-modules 
b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
index 287ff3f..6bdda66 100644
--- a/debian/installer/armhf/modules/armhf-armmp/mmc-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/mmc-modules
@@ -5,4 +5,5 @@ mmci
 omap_hsmmc
 sunxi-mmc
 dw_mmc-exynos
+dw_mmc-rockchip
 sdhci-bcm2835
diff --git a/debian/installer/armhf/modules/armhf-armmp/usb-modules 
b/debian/installer/armhf/modules/armhf-armmp/usb-modules
index 663e915..454e77d 100644
--- a/debian/installer/armhf/modules/armhf-armmp/usb-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/usb-modules
@@ -18,6 +18,7 @@ phy-exynos5-usbdrd ?
 phy-generic ?
 phy-mxs-usb
 phy-omap-usb2
+phy-rockchip-usb
 phy-sun4i-usb
 phy-sun9i-usb ?
 phy-tegra-usb ?


signature.asc
Description: PGP signature


Bug#814855: Will it be fixed later ?

2016-02-21 Thread Ben Hutchings
On Sun, 2016-02-21 at 10:49 +0100, Gael Le Mignot wrote:
> Hello,
> 
> This sounds like a pretty serious bug to me - making a whole serie of
> hardware unusuable in Sid.

Only AC'97 sound chips have become unsupported, and only on amd64.
I don't believe this is a common combination as those chips were
discontinued before 64-bit x86 CPUs became common.

> I have a SB Live! card too, and don't plan to change it anytime soon.

I had one of those once, back when on-board sound chips were rubbish.
They got better.

> Will that be fixed in a later (like 4.5) kernel version ? I really hope
> Stretch won't be released with such a regression.

Apparently there is some work under way to allow both ZONE_DEVICE
(needed for DAX) and ZONE_DMA (needed by the sound drivers) to be
supported in the same kernel configuration.

> And using an older kernel is not really an option, I plan to buy a
> graphic card requiring AMDGPU driver soon, so there will no option to
> have both my GPU and my soundcard working on Debian ?

Not with an amd64 kernel.

Ben.

> I don't really know the details about NVDIMM_PFN and what it implies,
> but this current situation seems problematic and I hope a solution can
> be found.
> 
> Regards,
> 
-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.

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


Bug#813310: More information

2016-02-21 Thread Ungoliant
Hello,

A bit more of information:

- The issue happens using X or in a plain terminal, although in the
terminal the situation is worse, the image dissapears more frequently.

- The issue is still happening  with SID's kernel 4.4

- I observe once in a while the following messages at the bottom of my
dmesg:

[   23.189247] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR*
uncleared pch fifo underrun on pch transcoder A
[   23.242982] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR*
uncleared pch fifo underrun on pch transcoder B
[   23.243002] [drm:cpt_irq_handler [i915]] *ERROR* PCH transcoder B FIFO
underrun

Best regards.


linux-tools_4.5~rc5-1~exp2_multi.changes is NEW

2016-02-21 Thread Debian FTP Masters
binary:liblockdep4.5 is NEW.
binary:linux-kbuild-4.5 is NEW.
binary:linux-perf-4.5 is NEW.
linux-tools_4.5~rc5.orig.tar.xz is only available in NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html



Processing of linux-tools_4.5~rc5-1~exp2_multi.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_4.5~rc5-1~exp2_multi.changes uploaded successfully to localhost
along with the files:
  linux-tools_4.5~rc5-1~exp2.dsc
  linux-tools_4.5~rc5-1~exp2.debian.tar.xz
  lockdep_4.5~rc5-1~exp2_all.deb

Greetings,

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



linux-tools_4.4-4_source.changes ACCEPTED into unstable

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 16:57:55 +
Source: linux-tools
Binary: linux-kbuild-4.4 linux-perf-4.4 libusbip-dev usbip hyperv-daemons 
lockdep liblockdep4.4 liblockdep-dev
Architecture: source
Version: 4.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description:
 hyperv-daemons - Support daemons for Linux running on Hyper-V
 liblockdep-dev - Runtime locking correctness validator (development files)
 liblockdep4.4 - Runtime locking correctness validator (shared library)
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-4.4 - Kbuild infrastructure for Linux 4.4
 linux-perf-4.4 - Performance analysis tools for Linux 4.4
 lockdep- Runtime locking correctness validator
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (4.4-4) unstable; urgency=medium
 .
   * hyperv-daemons: Only build the progarams on x86 (fixes FTBFS)
Checksums-Sha1:
 e78bc9f9c27bf9696266f6f1d2097e823e047f3a 2951 linux-tools_4.4-4.dsc
 3be6412b323641bd50d2dfb9488e0ec6b9f57d62 36776 linux-tools_4.4-4.debian.tar.xz
Checksums-Sha256:
 32e31368716440ebd4bc391c5587d4e6d79ecb7ec7a0fe9f290ee8a1980b2d05 2951 
linux-tools_4.4-4.dsc
 1ee76be885aab9e4c60b852e022fc1b7df9e4c6768377a3329829ed6d5785b00 36776 
linux-tools_4.4-4.debian.tar.xz
Files:
 b98a311a67dc5ba5d24956419e973411 2951 kernel optional linux-tools_4.4-4.dsc
 f5bbc2f3b72f72bf15771e04c5ac0693 36776 kernel optional 
linux-tools_4.4-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVsny5ee/yOyVhhEJAQqS/A/9Hxt/O6LdchpJtSUeoyfrR6JoOifDbelf
sMFX0QO8q1H3uUWSS8BnLW4mSunu92oEsrS+r7XWwt67LV3LaK0GHLwfFnG2Xwhw
v6ekAg8WogGKBJ/LloWSqHC7pjzKCmPgvKoK+tlEVmgGcuDK1DUrvxw9Q01IGQcl
8xC6M9Z/N7jO+avl6+u2FLmMPkyk3YkJ82TTEQ9/zKZHK32R1E7cvkcv+QgLCZ3e
lZI+4Gm90WfUJEY3q8eMWXF8GnRl/eGSazZQI9RkKN9ys1IG/I6OyUyv1bzi2Y7d
9RskB2rzbkdLq3wE3ObBNDEoq+VCvBjaDS7AcLeTdFi/yj0gvFwikuJK+e4oNBLy
g4Uhm1z20Su09acgyMeddYRIb8pwZf/huYrKepvb6vhbmoWJN0vy0jzpe1XMZbeR
ZEp7rqVhUWUCOaMyCCwKBLYZAqpXOj7anmk+Am979DGqSmE4QMq+qdIZK+6x8CQE
Wj09yNeM4/2HCdkbwgN2FyVM0W7fXnufU4tbnvXEcluln/W+Uz56wDfGdwyx4j5Q
SxSZr3FCLlxV0ZZBXDIY/F15YYJc0GGeAE1lvMVqH7POQkEMgN8WSK3kgzDhZkLM
73XsyHPvbTBmBpCvrNxyfW9tMo256uJzK3BRquiUCPhqfqQZ7i8SHi+JHMJNDmPv
OjAffFenzaE=
=rbtH
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



linux-tools_3.16.7-ckt20-1~bpo70+2_multi.changes is NEW

2016-02-21 Thread Debian FTP Masters
binary:hyperv-daemons is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html



Processing of linux-tools_3.16.7-ckt20-1~bpo70+2_multi.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_3.16.7-ckt20-1~bpo70+2_multi.changes uploaded successfully to 
localhost
along with the files:
  linux-tools_3.16.7-ckt20-1~bpo70+2.dsc
  linux-tools_3.16.7-ckt20-1~bpo70+2.debian.tar.xz
  linux-kbuild-3.16_3.16.7-ckt20-1~bpo70+2_i386.deb
  libusbip-dev_2.0+3.16.7-ckt20-1~bpo70+2_i386.deb
  usbip_2.0+3.16.7-ckt20-1~bpo70+2_i386.deb
  linux-tools-3.16_3.16.7-ckt20-1~bpo70+2_i386.deb
  hyperv-daemons_3.16.7-ckt20-1~bpo70+2_i386.deb

Greetings,

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



Processing of linux-tools_4.4-4_source.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_4.4-4_source.changes uploaded successfully to localhost
along with the files:
  linux-tools_4.4-4.dsc
  linux-tools_4.4-4.debian.tar.xz

Greetings,

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



linux-tools_3.16.7-ckt20-1~bpo70+1_multi.changes is NEW

2016-02-21 Thread Debian FTP Masters
binary:hyperv-daemons is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html



linux-tools_4.5~rc5-1~exp1_multi.changes is NEW

2016-02-21 Thread Debian FTP Masters
binary:liblockdep4.5 is NEW.
binary:linux-kbuild-4.5 is NEW.
binary:linux-perf-4.5 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html



Bug#815451: marked as done (initramfs-tools: Fails to install without busybox (Depends vs Recommends))

2016-02-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Feb 2016 17:16:17 +
with message-id <1456074977.15241.39.ca...@decadent.org.uk>
and subject line Re: Bug#815451: initramfs-tools: Fails to install without 
busybox (Depends vs Recommends)
has caused the Debian Bug report #815451,
regarding initramfs-tools: Fails to install without busybox (Depends vs 
Recommends)
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.)


-- 
815451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815451
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.123
Severity: serious
Justification: Policy 7.2

Installation (processing triggers) fails if busybox is not installed:

Processing triggers for initramfs-tools (0.123) ...
update-initramfs: Generating /boot/initrd.img-4.3.0-1-amd64
E: busybox or busybox-static, version 1:1.22.0-17~ or later, is required but 
not installed
update-initramfs: failed for /boot/initrd.img-4.3.0-1-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1

This is ultimately because initramfs-tools-core "Recommends" busybox or 
busybox-static,
instead of "Depends". ("The Depends field should also be used if the postinst 
or prerm
scripts require the depended-on package to be unpacked or configured in order 
to run.")

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 4.7M Feb 21 11:52 /boot/initrd.img-4.3.0-1-amd64
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 
root=UUID=4fd77b2d-aa89-422c-ad52-47c8020baf13 ro quiet

-- resume
RESUME=UUID=cce7de14-242f-494f-b3b2-0b39af56bbba
-- /proc/filesystems
ext3
ext2
ext4

-- lsmod
Module  Size  Used by
ctr16384  3
ccm20480  3
appletalk  36864  0
ax25   57344  0
ipx28672  0
p8023  16384  1 ipx
p8022  16384  1 ipx
psnap  16384  2 ipx,appletalk
llc16384  2 p8022,psnap
cpufreq_conservative16384  0
cpufreq_powersave  16384  0
cpufreq_stats  16384  0
cpufreq_userspace  16384  0
pci_stub   16384  1
vboxpci24576  0
vboxnetadp 28672  0
vboxnetflt 28672  0
vboxdrv   450560  3 vboxnetadp,vboxnetflt,vboxpci
loop   28672  0
firewire_sbp2  24576  0
intel_rapl 20480  0
iosf_mbi   16384  1 intel_rapl
hid_generic16384  0
x86_pkg_temp_thermal16384  0
intel_powerclamp   16384  0
usbhid 49152  0
coretemp   16384  0
hid   118784  2 hid_generic,usbhid
kvm_intel 163840  0
kvm   507904  1 kvm_intel
crct10dif_pclmul   16384  0
crc32_pclmul   16384  0
crc32c_intel   24576  0
joydev 20480  0
sha256_ssse3   28672  1
sha256_generic 24576  1 sha256_ssse3
arc4   16384  2
iwldvm135168  0
mac80211  626688  1 iwldvm
hmac   16384  1
drbg   24576  1
ansi_cprng 16384  0
firewire_ohci  40960  0
firewire_core  65536  2 firewire_ohci,firewire_sbp2
crc_itu_t  16384  1 firewire_core
sdhci_pci  24576  0
i915 1122304  2
sdhci  40960  1 sdhci_pci
aesni_intel   167936  6
mmc_core  126976  2 sdhci,sdhci_pci
aes_x86_64 20480  1 aesni_intel
lrw16384  1 aesni_intel
gf128mul   16384  1 lrw
glue_helper16384  1 aesni_intel
sr_mod 24576  0
ablk_helper16384  1 aesni_intel
cdrom  57344  1 sr_mod
iTCO_wdt   16384  0
iTCO_vendor_support16384  1 iTCO_wdt
evdev  20480  8
psmouse   126976  0
serio_raw  16384  0
ac 16384  0
ehci_pci   16384  0
ehci_hcd   77824  1 ehci_pci
drm_kms_helper131072  1 i915
iwlwifi   131072  1 iwldvm
cryptd 20480  2 aesni_intel,ablk_helper
sg 32768  0
pcspkr 16384  0
wmi20480  0
drm   348160  4 i915,drm_kms_helper
usbcore   233472  3 ehci_hcd,ehci_pci,usbhid
cfg80211  540672  3 iwlwifi,mac80211,iwldvm
mei_me 28672  0
thinkpad_acpi  81920  1
battery

Processing of linux-tools_4.5~rc5-1~exp1_multi.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_4.5~rc5-1~exp1_multi.changes uploaded successfully to localhost
along with the files:
  linux-tools_4.5~rc5-1~exp1.dsc
  linux-tools_4.5~rc5.orig.tar.xz
  linux-tools_4.5~rc5-1~exp1.debian.tar.xz
  lockdep_4.5~rc5-1~exp1_all.deb

Greetings,

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



Bug#815451: initramfs-tools: Fails to install without busybox (Depends vs Recommends)

2016-02-21 Thread Christopher Hagar
Package: initramfs-tools
Version: 0.123
Severity: serious
Justification: Policy 7.2

Installation (processing triggers) fails if busybox is not installed:

Processing triggers for initramfs-tools (0.123) ...
update-initramfs: Generating /boot/initrd.img-4.3.0-1-amd64
E: busybox or busybox-static, version 1:1.22.0-17~ or later, is required but 
not installed
update-initramfs: failed for /boot/initrd.img-4.3.0-1-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
 subprocess installed post-installation script returned error exit status 1

This is ultimately because initramfs-tools-core "Recommends" busybox or 
busybox-static,
instead of "Depends". ("The Depends field should also be used if the postinst 
or prerm
scripts require the depended-on package to be unpacked or configured in order 
to run.")

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 4.7M Feb 21 11:52 /boot/initrd.img-4.3.0-1-amd64
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 
root=UUID=4fd77b2d-aa89-422c-ad52-47c8020baf13 ro quiet

-- resume
RESUME=UUID=cce7de14-242f-494f-b3b2-0b39af56bbba
-- /proc/filesystems
ext3
ext2
ext4

-- lsmod
Module  Size  Used by
ctr16384  3
ccm20480  3
appletalk  36864  0
ax25   57344  0
ipx28672  0
p8023  16384  1 ipx
p8022  16384  1 ipx
psnap  16384  2 ipx,appletalk
llc16384  2 p8022,psnap
cpufreq_conservative16384  0
cpufreq_powersave  16384  0
cpufreq_stats  16384  0
cpufreq_userspace  16384  0
pci_stub   16384  1
vboxpci24576  0
vboxnetadp 28672  0
vboxnetflt 28672  0
vboxdrv   450560  3 vboxnetadp,vboxnetflt,vboxpci
loop   28672  0
firewire_sbp2  24576  0
intel_rapl 20480  0
iosf_mbi   16384  1 intel_rapl
hid_generic16384  0
x86_pkg_temp_thermal16384  0
intel_powerclamp   16384  0
usbhid 49152  0
coretemp   16384  0
hid   118784  2 hid_generic,usbhid
kvm_intel 163840  0
kvm   507904  1 kvm_intel
crct10dif_pclmul   16384  0
crc32_pclmul   16384  0
crc32c_intel   24576  0
joydev 20480  0
sha256_ssse3   28672  1
sha256_generic 24576  1 sha256_ssse3
arc4   16384  2
iwldvm135168  0
mac80211  626688  1 iwldvm
hmac   16384  1
drbg   24576  1
ansi_cprng 16384  0
firewire_ohci  40960  0
firewire_core  65536  2 firewire_ohci,firewire_sbp2
crc_itu_t  16384  1 firewire_core
sdhci_pci  24576  0
i915 1122304  2
sdhci  40960  1 sdhci_pci
aesni_intel   167936  6
mmc_core  126976  2 sdhci,sdhci_pci
aes_x86_64 20480  1 aesni_intel
lrw16384  1 aesni_intel
gf128mul   16384  1 lrw
glue_helper16384  1 aesni_intel
sr_mod 24576  0
ablk_helper16384  1 aesni_intel
cdrom  57344  1 sr_mod
iTCO_wdt   16384  0
iTCO_vendor_support16384  1 iTCO_wdt
evdev  20480  8
psmouse   126976  0
serio_raw  16384  0
ac 16384  0
ehci_pci   16384  0
ehci_hcd   77824  1 ehci_pci
drm_kms_helper131072  1 i915
iwlwifi   131072  1 iwldvm
cryptd 20480  2 aesni_intel,ablk_helper
sg 32768  0
pcspkr 16384  0
wmi20480  0
drm   348160  4 i915,drm_kms_helper
usbcore   233472  3 ehci_hcd,ehci_pci,usbhid
cfg80211  540672  3 iwlwifi,mac80211,iwldvm
mei_me 28672  0
thinkpad_acpi  81920  1
battery16384  0
e1000e233472  0
mei94208  1 mei_me
button 16384  1 i915
nvram  16384  1 thinkpad_acpi
rfkill 24576  3 cfg80211,thinkpad_acpi
video  36864  2 i915,thinkpad_acpi
i2c_i801   20480  0
i2c_algo_bit   16384  1 i915
snd_hda_codec_conexant24576  1
snd_hda_codec_generic73728  1 snd_hda_codec_conexant
lpc_ich24576  0
mfd_core   16384  1 lpc_ich
shpchp 36864  0
ptp20480  1 e1000e
pps_core   20480  1 ptp
usb_common 16384  1 usbcore
snd_hda_intel  36864  0
snd_hda_codec 135168  3 
snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel
snd_hda_core   65536  4 
snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep  16384  1 snd_hda_codec
snd_pcm

Processing of linux-tools_3.16.7-ckt20-1~bpo70+1_multi.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_3.16.7-ckt20-1~bpo70+1_multi.changes uploaded successfully to 
localhost
along with the files:
  linux-tools_3.16.7-ckt20-1~bpo70+1.dsc
  linux-tools_3.16.7-ckt20-1~bpo70+1.debian.tar.xz
  linux-kbuild-3.16_3.16.7-ckt20-1~bpo70+1_i386.deb
  libusbip-dev_2.0+3.16.7-ckt20-1~bpo70+1_i386.deb
  usbip_2.0+3.16.7-ckt20-1~bpo70+1_i386.deb
  linux-tools-3.16_3.16.7-ckt20-1~bpo70+1_i386.deb
  hyperv-daemons_3.16.7-ckt20-1~bpo70+1_i386.deb

Greetings,

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



linux-tools_4.4-3_source.changes ACCEPTED into unstable

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 15:07:55 +
Source: linux-tools
Binary: linux-kbuild-4.4 linux-perf-4.4 libusbip-dev usbip hyperv-daemons 
lockdep liblockdep4.4 liblockdep-dev
Architecture: source
Version: 4.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description:
 hyperv-daemons - Support daemons for Linux running on Hyper-V
 liblockdep-dev - Runtime locking correctness validator (development files)
 liblockdep4.4 - Runtime locking correctness validator (shared library)
 libusbip-dev - USB device sharing system over IP network (development files)
 linux-kbuild-4.4 - Kbuild infrastructure for Linux 4.4
 linux-perf-4.4 - Performance analysis tools for Linux 4.4
 lockdep- Runtime locking correctness validator
 usbip  - USB device sharing system over IP network
Changes:
 linux-tools (4.4-3) unstable; urgency=medium
 .
   * hyperv-daemons: Add init scripts
Checksums-Sha1:
 753282328a97307410baf013802132cdb51d90ec 2951 linux-tools_4.4-3.dsc
 6aa4fcba1ba8dd0a71dedb98f3aa5bea7e2fe1fb 35852 linux-tools_4.4-3.debian.tar.xz
Checksums-Sha256:
 b78c5c69df89379e43783268325beddbc11716bd2c11582f13a2a578cf7fad72 2951 
linux-tools_4.4-3.dsc
 1d44262fe851535806b43d99b878879a0d3fe96eaa9bcdf94886994b37315499 35852 
linux-tools_4.4-3.debian.tar.xz
Files:
 24dc538317f2a13998e7aca1de3da1c0 2951 kernel optional linux-tools_4.4-3.dsc
 2874db5f7b99f1d16ac57166038bcb54 35852 kernel optional 
linux-tools_4.4-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVsnTKOe/yOyVhhEJAQo1ERAAqRcIluFWqc974zocYzbVnEm/vgeNxNLj
AriBW04ZViZ9rWdn4rDTkGVJ6OL7ytk34lQ92Ty546ErQIJlpsEBVtIlWIceK6Pp
edCGt6stYrH3NArQc3/Qmmew3PcZkZMBWnkZl0SMtbrffysE/oNZDXOJL+Dd7npm
ImSIylF4sV9SVYHXs8VH++Hts2ADOMhFBQGa3j46ypwornV75YhG+TiGt0JIlZiO
Q+7N0DFXWVM5BsptvqbsYxS9qiplqIOFEZZ7sBThubhSgewRFuxPGhV1/tbP6kLa
qv0B8lmrOlP0WVTmzoC+DIF2VrF0l2hUZryavY1MGffremj6MjnkR0cVE5ZDHebf
vh+F+XskU1ndBbi+ssTbmZ310KGuEEw3OCU3nScgZScp/Os5QPYPxKRmZEiGjZB/
mA4YkiKvHZ0VtSv5eG3qMT8sJT27nYczH38UaKZP8KFugKrpnUqaIvHNZ9zP5YqX
4hy4fdI3DpuFBnZjTnk/Bs254PoGDAYxNYL/6P47a1yJOglmS85k/0rCbNvq4OVl
XIK4DkNsL9j+pIPZMiFaHUBAvO1JHdU3RDOugS9YiOI7IkKFBvh9o1JQKviI7nq+
zlA5EVByKo7XyzB0KC2uOcfiLsE8+pchSIfJaQmDGSDMsegH+pU0szDxRXxxWMOr
r5wjIFXW+ik=
=SDvs
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



linux-tools_3.16.7-ckt20-1~bpo70+1_source.changes REJECTED

2016-02-21 Thread Debian FTP Masters


Source-only uploads to NEW are not allowed.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



Processing of linux-tools_4.4-3_source.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_4.4-3_source.changes uploaded successfully to localhost
along with the files:
  linux-tools_4.4-3.dsc
  linux-tools_4.4-3.debian.tar.xz

Greetings,

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



Processing of linux-tools_3.16.7-ckt20-1~bpo70+1_source.changes

2016-02-21 Thread Debian FTP Masters
linux-tools_3.16.7-ckt20-1~bpo70+1_source.changes uploaded successfully to 
localhost
along with the files:
  linux-tools_3.16.7-ckt20-1~bpo70+1.dsc
  linux-tools_3.16.7-ckt20-1~bpo70+1.debian.tar.xz

Greetings,

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



linux_4.4.2-3_source.changes ACCEPTED into unstable

2016-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Feb 2016 13:11:18 +
Source: linux
Binary: linux-source-4.4 linux-support-4.4.0-1 linux-doc-4.4 linux-manual-4.4 
linux-libc-dev linux-headers-4.4.0-1-all linux-headers-4.4.0-1-all-alpha 
kernel-image-4.4.0-1-alpha-generic-di nic-modules-4.4.0-1-alpha-generic-di 
nic-wireless-modules-4.4.0-1-alpha-generic-di 
nic-shared-modules-4.4.0-1-alpha-generic-di 
serial-modules-4.4.0-1-alpha-generic-di 
usb-serial-modules-4.4.0-1-alpha-generic-di 
ppp-modules-4.4.0-1-alpha-generic-di pata-modules-4.4.0-1-alpha-generic-di 
cdrom-core-modules-4.4.0-1-alpha-generic-di 
scsi-core-modules-4.4.0-1-alpha-generic-di 
scsi-modules-4.4.0-1-alpha-generic-di loop-modules-4.4.0-1-alpha-generic-di 
btrfs-modules-4.4.0-1-alpha-generic-di ext4-modules-4.4.0-1-alpha-generic-di 
isofs-modules-4.4.0-1-alpha-generic-di jfs-modules-4.4.0-1-alpha-generic-di 
xfs-modules-4.4.0-1-alpha-generic-di fat-modules-4.4.0-1-alpha-generic-di 
md-modules-4.4.0-1-alpha-generic-di multipath-modules-4.4.0-1-alpha-generic-di 
usb-modules-4.4.0-1-alpha-generic-di
 usb-storage-modules-4.4.0-1-alpha-generic-di 
fb-modules-4.4.0-1-alpha-generic-di input-modules-4.4.0-1-alpha-generic-di 
event-modules-4.4.0-1-alpha-generic-di mouse-modules-4.4.0-1-alpha-generic-di 
nic-pcmcia-modules-4.4.0-1-alpha-generic-di 
pcmcia-modules-4.4.0-1-alpha-generic-di 
nic-usb-modules-4.4.0-1-alpha-generic-di sata-modules-4.4.0-1-alpha-generic-di 
core-modules-4.4.0-1-alpha-generic-di crc-modules-4.4.0-1-alpha-generic-di 
crypto-modules-4.4.0-1-alpha-generic-di 
crypto-dm-modules-4.4.0-1-alpha-generic-di ata-modules-4.4.0-1-alpha-generic-di 
nbd-modules-4.4.0-1-alpha-generic-di squashfs-modules-4.4.0-1-alpha-generic-di 
virtio-modules-4.4.0-1-alpha-generic-di zlib-modules-4.4.0-1-alpha-generic-di 
fuse-modules-4.4.0-1-alpha-generic-di srm-modules-4.4.0-1-alpha-generic-di 
linux-headers-4.4.0-1-common linux-image-4.4.0-1-alpha-generic 
linux-headers-4.4.0-1-alpha-generic linux-image-4.4.0-1-alpha-smp 
linux-headers-4.4.0-1-alpha-smp linux-headers-4.4.0-1-all-amd64
 kernel-image-4.4.0-1-amd64-di nic-modules-4.4.0-1-amd64-di 
nic-wireless-modules-4.4.0-1-amd64-di nic-shared-modules-4.4.0-1-amd64-di 
serial-modules-4.4.0-1-amd64-di usb-serial-modules-4.4.0-1-amd64-di 
ppp-modules-4.4.0-1-amd64-di pata-modules-4.4.0-1-amd64-di 
cdrom-core-modules-4.4.0-1-amd64-di firewire-core-modules-4.4.0-1-amd64-di 
scsi-core-modules-4.4.0-1-amd64-di scsi-modules-4.4.0-1-amd64-di 
loop-modules-4.4.0-1-amd64-di btrfs-modules-4.4.0-1-amd64-di 
ext4-modules-4.4.0-1-amd64-di isofs-modules-4.4.0-1-amd64-di 
jfs-modules-4.4.0-1-amd64-di ntfs-modules-4.4.0-1-amd64-di 
xfs-modules-4.4.0-1-amd64-di fat-modules-4.4.0-1-amd64-di 
md-modules-4.4.0-1-amd64-di multipath-modules-4.4.0-1-amd64-di 
usb-modules-4.4.0-1-amd64-di usb-storage-modules-4.4.0-1-amd64-di 
pcmcia-storage-modules-4.4.0-1-amd64-di fb-modules-4.4.0-1-amd64-di 
input-modules-4.4.0-1-amd64-di event-modules-4.4.0-1-amd64-di 
mouse-modules-4.4.0-1-amd64-di nic-pcmcia-modules-4.4.0-1-amd64-di
 pcmcia-modules-4.4.0-1-amd64-di nic-usb-modules-4.4.0-1-amd64-di 
sata-modules-4.4.0-1-amd64-di core-modules-4.4.0-1-amd64-di 
acpi-modules-4.4.0-1-amd64-di i2c-modules-4.4.0-1-amd64-di 
crc-modules-4.4.0-1-amd64-di crypto-modules-4.4.0-1-amd64-di 
crypto-dm-modules-4.4.0-1-amd64-di efi-modules-4.4.0-1-amd64-di 
ata-modules-4.4.0-1-amd64-di mmc-core-modules-4.4.0-1-amd64-di 
mmc-modules-4.4.0-1-amd64-di nbd-modules-4.4.0-1-amd64-di 
squashfs-modules-4.4.0-1-amd64-di speakup-modules-4.4.0-1-amd64-di 
virtio-modules-4.4.0-1-amd64-di uinput-modules-4.4.0-1-amd64-di 
sound-modules-4.4.0-1-amd64-di hyperv-modules-4.4.0-1-amd64-di 
udf-modules-4.4.0-1-amd64-di fuse-modules-4.4.0-1-amd64-di 
linux-image-4.4.0-1-amd64 linux-headers-4.4.0-1-amd64 
linux-image-4.4.0-1-amd64-dbg xen-linux-system-4.4.0-1-amd64 
linux-headers-4.4.0-1-common-rt linux-image-4.4.0-1-rt-amd64 
linux-headers-4.4.0-1-rt-amd64 linux-image-4.4.0-1-rt-amd64-dbg 
linux-headers-4.4.0-1-all-arm64
 kernel-image-4.4.0-1-arm64-di nic-modules-4.4.0-1-arm64-di 
nic-wireless-modules-4.4.0-1-arm64-di nic-shared-modules-4.4.0-1-arm64-di 
ppp-modules-4.4.0-1-arm64-di cdrom-core-modules-4.4.0-1-arm64-di 
scsi-core-modules-4.4.0-1-arm64-di scsi-modules-4.4.0-1-arm64-di 
loop-modules-4.4.0-1-arm64-di btrfs-modules-4.4.0-1-arm64-di 
ext4-modules-4.4.0-1-arm64-di isofs-modules-4.4.0-1-arm64-di 
jfs-modules-4.4.0-1-arm64-di xfs-modules-4.4.0-1-arm64-di 
fat-modules-4.4.0-1-arm64-di md-modules-4.4.0-1-arm64-di 
multipath-modules-4.4.0-1-arm64-di usb-modules-4.4.0-1-arm64-di 
usb-storage-modules-4.4.0-1-arm64-di input-modules-4.4.0-1-arm64-di 
event-modules-4.4.0-1-arm64-di nic-usb-modules-4.4.0-1-arm64-di 
sata-modules-4.4.0-1-arm64-di core-modules-4.4.0-1-arm64-di 
i2c-modules-4.4.0-1-arm64-di crc-modules-4.4.0-1-arm64-di 
crypto-modules-4.4.0-1-arm64-di crypto-dm-modules-4.4.0-1-arm64-di 
efi-modules-4.4.0-1-arm64-di 

Processing of linux_4.4.2-3_source.changes

2016-02-21 Thread Debian FTP Masters
linux_4.4.2-3_source.changes uploaded successfully to localhost
along with the files:
  linux_4.4.2-3.dsc
  linux_4.4.2-3.debian.tar.xz

Greetings,

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



Bug#815125: linux-image-4.4.0-1-amd64 fails to load initrd - no booting

2016-02-21 Thread Norbert Preining
Hi Ben,

On Sun, 21 Feb 2016, Ben Hutchings wrote:
> Norbert, I didn't get confirmation from you whether the problem on your
> system is fixed by the new patches I found.  If it isn't, please
> *unmerge* this bug report before reopening it.

Sorry, this is my work computer and I didn't have access to it today
after I sent the one email.

I will try tomorrow whether it fixes the problem.

Thanks for your work on that

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13




Bug#815425: linux-image-3.16.0-4-amd64: cifs kernel lockup with rsync

2016-02-21 Thread Eugene Seliverstov
Package: src:linux
Version: 3.16.7-ckt20-1+deb8u3
Severity: normal

I have a cifs mount from the NAS monitored by the inotify (minidlna
software). Usually files are transferred using the 'cp' utility. Once I invoked
rsync to copy files from the ext3 filesystem to the cifs mount. Then rsync
hanged with a following kernel message, mount.cifs and sync also hanged.

Dont's sure is it only rsync's fault because I interrupted a copy
operation before the faulty rsync invocation. Other machines can mount this
volume succesfully. Restarting samba on the NAS helped to umount a share
but subsequent remount hanged.

fstab entry:

//srv/movies /mnt/movies   cifs 
defaults,credentials=/etc/samba.cred,iocharset=utf8,uid=irix,gid=users,file_mode=0775,dir_mode=0775
  0 0


Kernel log for the crash:

Feb 21 14:40:06 atom kernel: [362565.937839] CIFS VFS: No writable handles for 
inode
a lot of times...
Feb 21 14:40:16 atom kernel: [362575.898743] CIFS VFS: No writable handles for 
inode
Feb 21 14:43:08 atom kernel: [362748.037650] INFO: task kworker/u8:1:30769 
blocked for more than 120 seconds.
Feb 21 14:43:08 atom kernel: [362748.037679]   Tainted: G C O  
3.16.0-4-amd64 #1
Feb 21 14:43:08 atom kernel: [362748.037699] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Feb 21 14:43:08 atom kernel: [362748.037732] kworker/u8:1D 880074ac2f78 
0 30769  2 0x0080
Feb 21 14:43:08 atom kernel: [362748.037744] Workqueue: writeback 
bdi_writeback_workfn (flush-cifs-5)
Feb 21 14:43:08 atom kernel: [362748.037748]  880074ac2b20 0046 
00012f00 880114e7bfd8
Feb 21 14:43:08 atom kernel: [362748.037752]  00012f00 880074ac2b20 
880114e7b9f0 88013ffbdb60
Feb 21 14:43:08 atom kernel: [362748.037755]  0002 811c1510 
880114e7b9e0 880046ba3a00
Feb 21 14:43:08 atom kernel: [362748.037759] Call Trace:
Feb 21 14:43:08 atom kernel: [362748.037768]  [] ? 
unlock_two_nondirectories+0x60/0x60
Feb 21 14:43:08 atom kernel: [362748.037772]  [] ? 
inode_wait+0xa/0x10
Feb 21 14:43:08 atom kernel: [362748.03]  [] ? 
__wait_on_bit+0x5c/0x90
Feb 21 14:43:08 atom kernel: [362748.037781]  [] ? 
__inode_wait_for_writeback+0x9b/0xc0
Feb 21 14:43:08 atom kernel: [362748.037786]  [] ? 
autoremove_wake_function+0x30/0x30
Feb 21 14:43:08 atom kernel: [362748.037796]  [] ? 
inode_wait_for_writeback+0x1d/0x30
Feb 21 14:43:08 atom kernel: [362748.037799]  [] ? 
evict+0x99/0x170
Feb 21 14:43:08 atom kernel: [362748.037803]  [] ? 
__dentry_kill+0x168/0x1d0
Feb 21 14:43:08 atom kernel: [362748.037807]  [] ? 
dput+0x9e/0x170
Feb 21 14:43:08 atom kernel: [362748.037818]  [] ? 
cifsFileInfo_put+0x23a/0x370 [cifs]
Feb 21 14:43:08 atom kernel: [362748.037827]  [] ? 
find_writable_file+0x188/0x210 [cifs]
Feb 21 14:43:08 atom kernel: [362748.037835]  [] ? 
cifs_writepages+0x355/0x680 [cifs]
Feb 21 14:43:08 atom kernel: [362748.037839]  [] ? 
__writeback_single_inode+0x39/0x220
Feb 21 14:43:08 atom kernel: [362748.037843]  [] ? 
writeback_sb_inodes+0x1a4/0x3e0
Feb 21 14:43:08 atom kernel: [362748.037847]  [] ? 
__writeback_inodes_wb+0x96/0xc0
Feb 21 14:43:08 atom kernel: [362748.037851]  [] ? 
wb_writeback+0x243/0x2d0
Feb 21 14:43:08 atom kernel: [362748.037855]  [] ? 
bdi_writeback_workfn+0x2a1/0x420
Feb 21 14:43:08 atom kernel: [362748.037859]  [] ? 
process_one_work+0x172/0x420
Feb 21 14:43:08 atom kernel: [362748.037863]  [] ? 
worker_thread+0x113/0x4f0
Feb 21 14:43:08 atom kernel: [362748.037866]  [] ? 
rescuer_thread+0x2d0/0x2d0
Feb 21 14:43:08 atom kernel: [362748.037871]  [] ? 
kthread+0xbd/0xe0
Feb 21 14:43:08 atom kernel: [362748.037875]  [] ? 
kthread_create_on_node+0x180/0x180
Feb 21 14:43:08 atom kernel: [362748.037879]  [] ? 
ret_from_fork+0x58/0x90
Feb 21 14:43:08 atom kernel: [362748.037883]  [] ? 
kthread_create_on_node+0x180/0x180
a lot of times...
Feb 21 14:54:10 atom kernel: [363411.970779] CIFS VFS: Error -104 sending data 
on socket to server
Feb 21 14:54:10 atom kernel: [363411.985478] CIFS VFS: Error -104 sending data 
on socket to server
Feb 21 14:54:10 atom kernel: [363411.999847] CIFS VFS: Error -32 sending data 
on socket to server
Feb 21 14:54:10 atom kernel: [363412.014301] CIFS VFS: Error -104 sending data 
on socket to server
Feb 21 14:54:11 atom kernel: [363412.028709] CIFS VFS: Error -104 sending data 
on socket to server
a lot of times...



-- Package-specific info:
** Version:
Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17)

** Command line:
BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/atom-root ro 
acpi_enforce_resources=lax selinux=1 security=selinux group_enable=memory 
swapaccount=1 fsck.mode=skip quiet nomodeset

** Tainted: CO (5120)
 * Module from drivers/staging has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[  

Bug#815125: linux-image-4.4.0-1-amd64 fails to load initrd - no booting

2016-02-21 Thread Ben Hutchings
Norbert, I didn't get confirmation from you whether the problem on your
system is fixed by the new patches I found.  If it isn't, please
*unmerge* this bug report before reopening it.

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.

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


Bug#815126: marked as done (linux-image-4.4.0-1-amd64 hangs after 'Loading initial ramdisk ...')

2016-02-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Feb 2016 13:23:59 +
with message-id 
and subject line Bug#815125: fixed in linux 4.4.2-3
has caused the Debian Bug report #815125,
regarding linux-image-4.4.0-1-amd64 hangs after 'Loading initial ramdisk ...'
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.)


-- 
815125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.4.2-1
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

I upgraded from linux-image-4.3.0-1-amd64 (version 4.3.5-1) to 
linux-image-4.4.0-1-amd64.
On rebooting the system I am presented with grub, and then start booting into 
Linux.
I only get to see 2 lines with the cursor below them on the lefthand side.

Loading Linux 4.4.0-1 ...
Loading initial ramdisk ...
_

The system freezes at this point and is unresponsive.
I have to hold my power button down for approx 10s to power off the laptop.
Booting back into linux-4.3.0-1-amd64 works fine.

I attempted to reinstall the kernel (from a different location/network) using:

aptitude reinstall linux-image-4.4.0-1-amd64

This made no difference.
Choosing to boot the same kernel using the (recovery mode) grub option results 
in the same problem.

Because the boot hangs so early I can't provide any useful diagnostic 
information.

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

** Model information
sys_vendor: LENOVO
product_name: 20BS0038AU
product_version: ThinkPad X1 Carbon 3rd
chassis_vendor: LENOVO
chassis_version: None
bios_vendor: LENOVO
bios_version: N14ET33W (1.11 )
board_vendor: LENOVO
board_name: 20BS0038AU
board_version: SDK0E50510 WIN

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Broadwell-U Host Bridge -OPI 
[8086:1604] (rev 09)
Subsystem: Lenovo Broadwell-U Host Bridge -OPI [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: bdw_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U 
Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2227]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915

00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller 
[8086:160c] (rev 09)
Subsystem: Lenovo Broadwell-U Audio Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:14.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB xHCI 
Controller [8086:9cb1] (rev 03) (prog-if 30 [XHCI])
Subsystem: Lenovo Wildcat Point-LP USB xHCI Controller [17aa:2227]
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: xhci_hcd
Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation Wildcat Point-LP MEI 
Controller #1 [8086:9cba] (rev 03)
Subsystem: Lenovo Wildcat Point-LP MEI Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: mei_me
Kernel modules: mei_me

00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) 
I218-LM [8086:15a2] (rev 03)
Subsystem: Lenovo Ethernet Connection (3) I218-LM [17aa:2227]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: e1000e
Kernel modules: e1000e

00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition 
Audio Controller [8086:9ca0] 

Bug#815173: marked as done (kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad X240)

2016-02-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Feb 2016 13:23:59 +
with message-id 
and subject line Bug#815125: fixed in linux 4.4.2-3
has caused the Debian Bug report #815125,
regarding kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad X240
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.)


-- 
815125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-4.4.0-1-amd64
Version: 4.4.2-1
Severity: serious

Hello,

This kernel does not boot on my Thinkpad X240.

grub loads the kernel and the initrd. Then die computer hangs. There is no 
additional output. I must switch the computer with the powerbutton.

linux-image-4.4.0-trunk-amd64 works fine.

Regards
-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts
--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.4.2-3

We believe that the bug you reported is fixed in the latest version of
linux, 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 815...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated linux 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: Sun, 21 Feb 2016 13:11:18 +
Source: linux
Binary: linux-source-4.4 linux-support-4.4.0-1 linux-doc-4.4 linux-manual-4.4 
linux-libc-dev linux-headers-4.4.0-1-all linux-headers-4.4.0-1-all-alpha 
kernel-image-4.4.0-1-alpha-generic-di nic-modules-4.4.0-1-alpha-generic-di 
nic-wireless-modules-4.4.0-1-alpha-generic-di 
nic-shared-modules-4.4.0-1-alpha-generic-di 
serial-modules-4.4.0-1-alpha-generic-di 
usb-serial-modules-4.4.0-1-alpha-generic-di 
ppp-modules-4.4.0-1-alpha-generic-di pata-modules-4.4.0-1-alpha-generic-di 
cdrom-core-modules-4.4.0-1-alpha-generic-di 
scsi-core-modules-4.4.0-1-alpha-generic-di 
scsi-modules-4.4.0-1-alpha-generic-di loop-modules-4.4.0-1-alpha-generic-di 
btrfs-modules-4.4.0-1-alpha-generic-di ext4-modules-4.4.0-1-alpha-generic-di 
isofs-modules-4.4.0-1-alpha-generic-di jfs-modules-4.4.0-1-alpha-generic-di 
xfs-modules-4.4.0-1-alpha-generic-di fat-modules-4.4.0-1-alpha-generic-di 
md-modules-4.4.0-1-alpha-generic-di multipath-modules-4.4.0-1-alpha-generic-di 
usb-modules-4.4.0-1-alpha-generic-di
 usb-storage-modules-4.4.0-1-alpha-generic-di 
fb-modules-4.4.0-1-alpha-generic-di input-modules-4.4.0-1-alpha-generic-di 
event-modules-4.4.0-1-alpha-generic-di mouse-modules-4.4.0-1-alpha-generic-di 
nic-pcmcia-modules-4.4.0-1-alpha-generic-di 
pcmcia-modules-4.4.0-1-alpha-generic-di 
nic-usb-modules-4.4.0-1-alpha-generic-di sata-modules-4.4.0-1-alpha-generic-di 
core-modules-4.4.0-1-alpha-generic-di crc-modules-4.4.0-1-alpha-generic-di 
crypto-modules-4.4.0-1-alpha-generic-di 
crypto-dm-modules-4.4.0-1-alpha-generic-di ata-modules-4.4.0-1-alpha-generic-di 
nbd-modules-4.4.0-1-alpha-generic-di squashfs-modules-4.4.0-1-alpha-generic-di 
virtio-modules-4.4.0-1-alpha-generic-di zlib-modules-4.4.0-1-alpha-generic-di 
fuse-modules-4.4.0-1-alpha-generic-di srm-modules-4.4.0-1-alpha-generic-di 
linux-headers-4.4.0-1-common linux-image-4.4.0-1-alpha-generic 
linux-headers-4.4.0-1-alpha-generic linux-image-4.4.0-1-alpha-smp 
linux-headers-4.4.0-1-alpha-smp linux-headers-4.4.0-1-all-amd64
 kernel-image-4.4.0-1-amd64-di nic-modules-4.4.0-1-amd64-di 
nic-wireless-modules-4.4.0-1-amd64-di nic-shared-modules-4.4.0-1-amd64-di 
serial-modules-4.4.0-1-amd64-di usb-serial-modules-4.4.0-1-amd64-di 
ppp-modules-4.4.0-1-amd64-di pata-modules-4.4.0-1-amd64-di 
cdrom-core-modules-4.4.0-1-amd64-di firewire-core-modules-4.4.0-1-amd64-di 
scsi-core-modules-4.4.0-1-amd64-di scsi-modules-4.4.0-1-amd64-di 
loop-modules-4.4.0-1-amd64-di btrfs-modules-4.4.0-1-amd64-di 
ext4-modules-4.4.0-1-amd64-di isofs-modules-4.4.0-1-amd64-di 
jfs-modules-4.4.0-1-amd64-di ntfs-modules-4.4.0-1-amd64-di 
xfs-modules-4.4.0-1-amd64-di fat-modules-4.4.0-1-amd64-di 
md-modules-4.4.0-1-amd64-di multipath-modules-4.4.0-1-amd64-di 
usb-modules-4.4.0-1-amd64-di usb-storage-modules-4.4.0-1-amd64-di 
pcmcia-storage-modules-4.4.0-1-amd64-di 

Bug#815404: marked as done (linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon)

2016-02-21 Thread Debian Bug Tracking System
Your message dated Sun, 21 Feb 2016 13:23:59 +
with message-id 
and subject line Bug#815125: fixed in linux 4.4.2-3
has caused the Debian Bug report #815125,
regarding linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon
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.)


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

Dear Maintainer,

This morning saw a kernel upgrade from 4.3.0 to 4.4.0. This worked fine on 
Lenovo T500, Lenovo Z201, and
Dell Precision T5400, the machines now boot to 4.4.0, without problem. However 
on a Lenovo X1 Carbon, the
upgrade seem to go without a problem, but when a reboot is attempted, the 
machine hangs on the message:

loading initial ramdisk…

At this point the machine is "locked up" and an enforced power down is 
required. The machine
boots fine to 4.3.0, hence being able to send this bug report in from the 
machine itself.

I tried reinstalling the packages in case there was simply a problem with the 
upgrade process itself, but
whilst the installation seemed to go fine, the same behaviour occured on boot: 
not able to get past the
ramdisk message.


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

** Model information
sys_vendor: LENOVO
product_name: 20BSCTO1WW
product_version: ThinkPad X1 Carbon 3rd
chassis_vendor: LENOVO
chassis_version: None
bios_vendor: LENOVO
bios_version: N14ET25W (1.03 )
board_vendor: LENOVO
board_name: 20BSCTO1WW
board_version: SDK0E50512 STD

** Network interface configuration:

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Broadwell-U Host Bridge -OPI 
[8086:1604] (rev 09)
Subsystem: Lenovo Broadwell-U Host Bridge -OPI [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: bdw_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U 
Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2227]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915

00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller 
[8086:160c] (rev 09)
Subsystem: Lenovo Broadwell-U Audio Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:14.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB xHCI 
Controller [8086:9cb1] (rev 03) (prog-if 30 [XHCI])
Subsystem: Lenovo Wildcat Point-LP USB xHCI Controller [17aa:2227]
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: xhci_hcd
Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation Wildcat Point-LP MEI 
Controller #1 [8086:9cba] (rev 03)
Subsystem: Lenovo Wildcat Point-LP MEI Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: mei_me
Kernel modules: mei_me

00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) 
I218-LM [8086:15a2] (rev 03)
Subsystem: Lenovo Ethernet Connection (3) I218-LM [17aa:2227]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: e1000e
Kernel modules: e1000e

00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition 
Audio Controller [8086:9ca0] (rev 03)
Subsystem: Lenovo Wildcat Point-LP High Definition Audio 

Processed: forcibly merging 815125 815404

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

> forcemerge 815125 815404
Bug #815125 [src:linux] linux-image-4.4.0-1-amd64 fails to load initrd - no 
booting
Bug #815126 [src:linux] linux-image-4.4.0-1-amd64 hangs after 'Loading initial 
ramdisk ...'
Bug #815173 [src:linux] kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad 
X240
Bug #815404 [src:linux] linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 
Carbon
Severity set to 'critical' from 'important'
Marked as found in versions linux/4.4.2-2.
Added tag(s) moreinfo.
Bug #815126 [src:linux] linux-image-4.4.0-1-amd64 hangs after 'Loading initial 
ramdisk ...'
Bug #815173 [src:linux] kernel-image-4.4.0-1-amd64 does not boot on my Thinkpad 
X240
Merged 815125 815126 815173 815404
> thanks
Stopping processing here.

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



Processed: severity of 793661 is important

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

> severity 793661 important
Bug #793661 [nfs-kernel-server] crashes the server
Severity set to 'important' from 'serious'
> thanks
Stopping processing here.

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



Bug#815125: Boot failure with Debian linux 4.4.2 package

2016-02-21 Thread Ben Hutchings
On Sun, 2016-02-21 at 08:40 +0100, Mateusz Kaduk wrote:
> Hi Ben,
[...]
> > - If you haven't already reported this, does the Linux 4.5-rc4 package
> >   from experimental have the same problem?
> > 
> 
> I am using 4.5.0-rc4-amd64 from experimental at the moment as that boots
> without issues.
> Only 4.4.0 seems to be affected.
> 
> > This test version is now available at
> > https://people.debian.org/~benh/packages/unstable/
> 
> 
> > Please report back whether this does or doesn't fix the problem for
> > you. 
> 
> I installed 4.4.2-3~a.test and it replaced previous 4.4.x package, but
> system is not booting either.
> 
> Let me know if you need anything.

It sounds like this is a slightly different bug; please open a new bug report.

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.

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


Bug#815404: linux-image-4.4.0-1-amd64 fails to boot on Lenovo X1 Carbon

2016-02-21 Thread Russel Winder
Package: src:linux
Version: 4.4.2-1
Severity: important

Dear Maintainer,

This morning saw a kernel upgrade from 4.3.0 to 4.4.0. This worked fine on 
Lenovo T500, Lenovo Z201, and
Dell Precision T5400, the machines now boot to 4.4.0, without problem. However 
on a Lenovo X1 Carbon, the
upgrade seem to go without a problem, but when a reboot is attempted, the 
machine hangs on the message:

loading initial ramdisk…

At this point the machine is "locked up" and an enforced power down is 
required. The machine
boots fine to 4.3.0, hence being able to send this bug report in from the 
machine itself.

I tried reinstalling the packages in case there was simply a problem with the 
upgrade process itself, but
whilst the installation seemed to go fine, the same behaviour occured on boot: 
not able to get past the
ramdisk message.


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

** Model information
sys_vendor: LENOVO
product_name: 20BSCTO1WW
product_version: ThinkPad X1 Carbon 3rd
chassis_vendor: LENOVO
chassis_version: None
bios_vendor: LENOVO
bios_version: N14ET25W (1.03 )
board_vendor: LENOVO
board_name: 20BSCTO1WW
board_version: SDK0E50512 STD

** Network interface configuration:

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Broadwell-U Host Bridge -OPI 
[8086:1604] (rev 09)
Subsystem: Lenovo Broadwell-U Host Bridge -OPI [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: bdw_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U 
Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Lenovo Broadwell-U Integrated Graphics [17aa:2227]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915

00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller 
[8086:160c] (rev 09)
Subsystem: Lenovo Broadwell-U Audio Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:14.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB xHCI 
Controller [8086:9cb1] (rev 03) (prog-if 30 [XHCI])
Subsystem: Lenovo Wildcat Point-LP USB xHCI Controller [17aa:2227]
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: xhci_hcd
Kernel modules: xhci_pci

00:16.0 Communication controller [0780]: Intel Corporation Wildcat Point-LP MEI 
Controller #1 [8086:9cba] (rev 03)
Subsystem: Lenovo Wildcat Point-LP MEI Controller [17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: mei_me
Kernel modules: mei_me

00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) 
I218-LM [8086:15a2] (rev 03)
Subsystem: Lenovo Ethernet Connection (3) I218-LM [17aa:2227]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: e1000e
Kernel modules: e1000e

00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition 
Audio Controller [8086:9ca0] (rev 03)
Subsystem: Lenovo Wildcat Point-LP High Definition Audio Controller 
[17aa:2227]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root 
Port #2 [8086:9c92] (rev e3) (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
Kernel modules: shpchp

00:1c.1 PCI bridge [0604]: Intel Corporation 

Bug#814855: Will it be fixed later ?

2016-02-21 Thread Gael Le Mignot
Hello,

This sounds like a pretty serious bug to me - making a whole serie of
hardware unusuable in Sid.

I have a SB Live! card too, and don't plan to change it anytime soon.

Will that be fixed in a later (like 4.5) kernel version ? I really hope
Stretch won't be released with such a regression.

And using an older kernel is not really an option, I plan to buy a
graphic card requiring AMDGPU driver soon, so there will no option to
have both my GPU and my soundcard working on Debian ?

I don't really know the details about NVDIMM_PFN and what it implies,
but this current situation seems problematic and I hope a solution can
be found.

Regards,



Bug#815125: Boot failure with Debian linux 4.4.2 package

2016-02-21 Thread Vincent Bernat
 ❦ 21 février 2016 03:45 GMT, Ben Hutchings  :

>> Apparently "earlyprintk=efi,keep" is likely to work better.  Jim Barber
>> was able to get a traceback this way.
>> 
>> It looks like the efi-bgrt driver is crashing, and there is an upstream
>> fix for it.  I'll upload a test version of the package shortly.
>
> This test version is now available at
> https://people.debian.org/~benh/packages/unstable/
>
> Please report back whether this does or doesn't fix the problem for
> you.

It works fine for me. Thanks!
-- 
Make sure special cases are truly special.
- The Elements of Programming Style (Kernighan & Plauger)


signature.asc
Description: PGP signature


Processed (with 1 error): notfixed 785289 in 4.5.15, fixed 785289 in 4.5.15-1, fixed 808625 in 4.4.2-1 ...

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

> # housekeeping
> notfixed 785289 4.5.15
Bug #785289 {Done: Andreas Metzler } [findutils] find(1) 
manpage about -newerXY is confusing
There is no source info for the package 'findutils' at version '4.5.15' with 
architecture ''
Unable to make a source version for version '4.5.15'
No longer marked as fixed in versions 4.5.15.
> fixed 785289 4.5.15-1
Bug #785289 {Done: Andreas Metzler } [findutils] find(1) 
manpage about -newerXY is confusing
Marked as fixed in versions findutils/4.5.15-1.
> fixed 808625 4.4.2-1
Bug #808625 {Done: Ben Hutchings } [src:linux] Module 
sun4i-ss fails to load
Marked as fixed in versions linux/4.4.2-1.
> notfixed 806442 src:imagemagick/8:6.9.2.10+dfsg-1
Unknown command or malformed arguments to command.
> fixed 806442 8:6.9.2.10+dfsg-1
Bug #806442 {Done: Bastien ROUCARIÈS } 
[src:imagemagick] Double free in coders/tga.c
Marked as fixed in versions imagemagick/8:6.9.2.10+dfsg-1.
> thanks
Stopping processing here.

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



Bug#815125: Boot failure with Debian linux 4.4.2 package

2016-02-21 Thread Guy Durrieu

Le 21/02/2016 04:45, Ben Hutchings a écrit :

 Hi Ben !

This test version is now available at
https://people.debian.org/~benh/packages/unstable/

Please report back whether this does or doesn't fix the problem for
you.

Ben.



It works for me.

Thanks !

Regards.

-- GD.



Bug#815125: Boot failure with Debian linux 4.4.2 package

2016-02-21 Thread Alexander Clouter

On Sun, Feb 21, 2016 at 03:45:24AM +, Ben Hutchings wrote:

Apparently "earlyprintk=efi,keep" is likely to work better.  Jim Barber
was able to get a traceback this way.

It looks like the efi-bgrt driver is crashing, and there is an upstream
fix for it.  I'll upload a test version of the package shortly.


This test version is now available at
https://people.debian.org/~benh/packages/unstable/

Please report back whether this does or doesn't fix the problem for
you.


Works for Me(tm)

Thanks

--
Alexander Clouter
.sigmonster says: Excellent day to have a rotten day.