Bug#860236: xen pv domU crash with 3.16 kernel and xen 4.8

2017-04-19 Thread Ben Hutchings
ng 'nomce' to the kernel command line as I would expect Xen or dom0 to handle MCEs. Ben. -- Ben Hutchings Man invented language to satisfy his deep need to complain. - Lily Tomlin signature.asc Description: This is a digitally signed message part

Bug#767389: module hpsa no longer detects MSL2024 tape changer

2017-04-19 Thread Ben Hutchings
until the next maintenance window for the affected system. Have you had a chance to do this? The code that this patch touches didn't change between 3.14.15 and 3.16.3 (where you reported the regression) so I suspect that it is not a complete fix. Ben. -- Ben Hutchings Man invented langu

Bug#854348: ipv6: refcnt pb when removing a peer address

2017-04-19 Thread Ben Hutchings
ast one follow-on fix:   02bcf4e082e4 ipv6: Check rt->dst.from for the DST_NOCACHE route Ben. -- Ben Hutchings Man invented language to satisfy his deep need to complain. - Lily Tomlin signature.asc Description: This is a digitally signed message part

Re: [PATCH v2] Update to 4.11-rc6

2017-04-19 Thread Ben Hutchings
but that's no longer true. I've fixed these up and pushed to git master. Thanks. Ben. -- Ben Hutchings Man invented language to satisfy his deep need to complain. - Lily Tomlin signature.asc Description: This is a digitally signed message part

[PATCH initramfs-tools 0/9] Fix resume device configuration

2017-04-20 Thread Ben Hutchings
y have to do. If no-one finds issues with this these changes then I'm hoping to make one more release for "stretch" with just these. Ben. Ben Hutchings (9): hooks/resume: Use correct sort options to select the biggest swap partition initramfs.conf(5): Clean up split betwee

[PATCH initramfs-tools 2/9] initramfs.conf(5): Clean up split between general and NFS variables

2017-04-20 Thread Ben Hutchings
The BOOT variable selects between local and NFS mode, so it's not really an NFS-specific variable. Also reword the section heading. Signed-off-by: Ben Hutchings --- initramfs.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initramfs.conf.5 b/initramfs.conf.5

[PATCH initramfs-tools 3/9] Support setting of RESUME in initramfs.conf or anywhere in conf.d/

2017-04-20 Thread Ben Hutchings
than user configuration files (zz-resume-auto). Signed-off-by: Ben Hutchings --- hooks/resume | 6 ++ mkinitramfs | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hooks/resume b/hooks/resume index c43badd03f71..d5a987602787 100755 --- a/hooks/resume +++ b/hooks/resume

[PATCH initramfs-tools 1/9] hooks/resume: Use correct sort options to select the biggest swap partition

2017-04-20 Thread Ben Hutchings
We need a reverse *numeric* sort. Signed-off-by: Ben Hutchings --- hooks/resume | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/resume b/hooks/resume index 657775e4a465..c43badd03f71 100755 --- a/hooks/resume +++ b/hooks/resume @@ -29,7 +29,7 @@ if [ ! -r /proc/swaps

[PATCH initramfs-tools 4/9] initramfs.conf(5): Document the RESUME variable

2017-04-20 Thread Ben Hutchings
It's already mentioned in other manual pages, but not in the most obvious one. Signed-off-by: Ben Hutchings --- initramfs.conf.5 | 8 1 file changed, 8 insertions(+) diff --git a/initramfs.conf.5 b/initramfs.conf.5 index 184001ca98c2..4d142dd0950a 100644 --- a/initramfs.conf.5

[PATCH initramfs-tools 5/9] hooks/resume: Check for chroot earlier

2017-04-20 Thread Ben Hutchings
Avoid doing unnecessary work. Signed-off-by: Ben Hutchings --- hooks/resume | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hooks/resume b/hooks/resume index d5a987602787..e8a49124c3f9 100755 --- a/hooks/resume +++ b/hooks/resume @@ -22,20 +22,17 @@ if [ -n "$R

[PATCH initramfs-tools 8/9] hooks/resume: Report when we might be doing something surprising

2017-04-20 Thread Ben Hutchings
stems will need to set RESUME=none. Therefore: - If RESUME is invalid, warn about this - If RESUME is unset or invalid, and we automatically set a resume device, report this Also: - If RESUME=auto and we we fail to select a resume device, warn about this Signed-off-by: Ben Hutchings ---

[PATCH initramfs-tools 7/9] Support requesting automatic selection of resume device with RESUME=auto

2017-04-20 Thread Ben Hutchings
For now, this is effectively the same as setting RESUME to empty or not setting it. Signed-off-by: Ben Hutchings --- hooks/resume | 25 ++--- initramfs.conf.5 | 3 ++- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/hooks/resume b/hooks/resume index

[PATCH initramfs-tools 6/9] Allow disabling resume from disk at build time by setting RESUME=none

2017-04-20 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- hooks/resume | 3 ++- init | 4 ++-- initramfs.conf.5 | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hooks/resume b/hooks/resume index e8a49124c3f9..3e3f6dbbc3b6 100755 --- a/hooks/resume +++ b/hooks/resume @@ -16,7 +16,8

[PATCH initramfs-tools 9/9] NEWS: Add entry explaining the need for RESUME=none on some systems

2017-04-20 Thread Ben Hutchings
Closes: #860403 Signed-off-by: Ben Hutchings --- debian/NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index e862c6144ba9..78a0c6856edc 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,24 @@ +initramfs-tools (0.129) unstable

Re: [PATCH 3/3] builddeb: add make fastdeb-pkg target

2017-04-21 Thread Ben Hutchings
t this fastdeb-pkg target, > we will not be able to convert the script in that way. > (because we do not have a standard way to generate a particular binary > package from *.dsc) [...] We kind of do, though it's a relatively new feature: https://wiki.debian.org/BuildProfileSpec B

Re: [PATCH initramfs-tools 0/9] Fix resume device configuration

2017-04-21 Thread Ben Hutchings
If not, I may try setting RESUME var to first "auto" and if not working  > still then the device in question to see whether that helps. I welcome any  > other ideas and I am willing to report back what I find. RESUME=auto isn't supported in a released version. Ben. -- Ben Hutchings I'm not a reverse psychological virus.  Please don't copy me into your sig. signature.asc Description: This is a digitally signed message part

Re: CIFS: Enable encryption for SMB3

2017-04-22 Thread Ben Hutchings
On Sat, 2017-04-22 at 14:47 +0200, deb...@alpenjodel.de wrote: > Hi! > > It´s not possible to mount a enrypted CIFS Share yet. is it possible > to add the following Kernel changes to Debian 8? No, we don't backport big features like that. Ben. -- Ben Hutchings It is i

Re: CIFS: Enable encryption for SMB3

2017-04-22 Thread Ben Hutchings
On Sat, 2017-04-22 at 16:19 +0100, Ben Hutchings wrote: > On Sat, 2017-04-22 at 14:47 +0200, deb...@alpenjodel.de wrote: > > Hi! > > > > It´s not possible to mount a enrypted CIFS Share yet. is it possible > > to add the following Kernel changes to Debian 8? >

Re: Stable update request: kernel changes to fix PIE with large stack

2017-04-22 Thread Ben Hutchings
ahead and made these changes.  I verified that they build on all release architectures except mips/mipsel (porterboxes were down) and was able to test the result on amd64, armhf, i386, powerpc, ppc64 (standing in for ppc64el) and s390x. Ben. -- Ben Hutchings It is impossible to make anything foolproo

Uploading linux (4.9.24-1)

2017-04-22 Thread Ben Hutchings
n dak). I intend to review the symbols that we don't explicitly enable or disable, and may enable some more drivers. The other pending changes are:   [ Ben Hutchings ]   * w1: Really enable W1_MASTER_GPIO as module (Closes: #858975)   * debian/rules.real: Undefine $LANGUAGE, which can break de

Re: [PATCH] kbuild: Do not use hyphen in exported variable name

2017-04-23 Thread Ben Hutchings
led in the Debian FTP archive." I didn't write that, it's a standard message generated for bugs marked as closed in a package changelog. :-) > If so, why is this patch here? > How is the dtbs_install procedure different in the Debian package? This is the patch I applied to

Bug#861057: Today I suddenly see swap warning

2017-04-25 Thread Ben Hutchings
iced! And it was the one case I forgot to test. Anyway, I'll fix this shortly. Ben. -- Ben Hutchings Larkinson's Law: All laws are basically false. signature.asc Description: This is a digitally signed message part

Bug#861209: Only 64 cores available on arm64

2017-04-25 Thread Ben Hutchings
/bare-metal/servers/type-2a/ > > It would be nice to have CONFIG_NR_CPUS set higher on this > architecture. There's already a pending change to set it to 256. Ben. -- Ben Hutchings Larkinson's Law: All laws are basically false. signature.asc Description: This is a digitally signed message part

initramfs-tools 0.130 release

2017-04-25 Thread Ben Hutchings
up a blank or invalid RESUME value, and the NEWS file also explains the changes and the new option of RESUME=none. Ben. Ben Hutchings (12): hooks/resume: Use correct sort options to select the biggest swap partition initramfs.conf(5): Clean up split between general and NFS variables Su

Bug#861151: W: initramfs-tools configuration sets RESUME=UUID=... warning even though RESUME=none

2017-04-25 Thread Ben Hutchings
/initramfs.conf before > any files in /etc/initramfs-tools/conf.d which does not look quite > right, but maybe there are reasons for that. [...] Yes, that's what it does - and this is documented at the top of initramfs.conf(5). Arthur, please confirm whether RESUME is set somewhere e

Re: [PATCH initramfs-tools 0/9] Fix resume device configuration

2017-04-25 Thread Ben Hutchings
On Mon, 2017-04-24 at 09:27 +0200, Bjørn Mork wrote: > Ben Hutchings writes: > > > The change in version 0.128 to wait for the resume device to appear > > uncovered a number of systems for which the resume device is not > > properly configured.  In fact, systems with swap

Bug#861228: initramfs will attempt to resume from /dev/zram1

2017-04-26 Thread Ben Hutchings
pt to resume from any zram device. It shouldn't, but this is not a new bug. Use RESUME=none to disable it. Ben. -- Ben Hutchings All extremists should be taken out and shot. signature.asc Description: This is a digitally signed message part

Bug#861225: linux-image-3.16.0-4-amd64: Kernel dumps after a short while if KVM/QEMU (debian) guests are running

2017-04-26 Thread Ben Hutchings
n earlier BUG logged; please send that too. Ben. -- Ben Hutchings All extremists should be taken out and shot. signature.asc Description: This is a digitally signed message part

Bug#861225: linux-image-3.16.0-4-amd64: Kernel dumps after a short while if KVM/QEMU (debian) guests are running

2017-04-26 Thread Ben Hutchings
able a serial console, you can then use 'screen' or similar to view and capture output on that serial port. When I do this with virt-manager, the pty name is shown on the Details tab once the VM is running. I don't know how to find it out in virsh. Ben. -- Ben Hutchings All ext

Bug#861225: [Regression] Soft lockup in KVM/QEMU virtual machine

2017-04-27 Thread Ben Hutchings
nel casues guests to crash. Is that correct? If so, can you check whether the host kernel logs anything when this happens, and send that? > I would like to do that once there is a newer kernel in proposed or > security that needs to be tested anyway. Would that be OK, too? [...] But I can&#

Bug#861433: unblock: initramfs-tools/0.130

2017-04-28 Thread Ben Hutchings
esume device (by kernel name) + + -- Ben Hutchings Thu, 20 Apr 2017 23:21:32 +0100 + initramfs-tools (0.121~rc1) unstable; urgency=medium * If initramfs-tools is configured to use busybox but it is not --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +initramfs-tools (0.130) uns

Bug#861313: kernel BUG with kvm

2017-04-29 Thread Ben Hutchings
day or tomorrow, > unless someone else beats me to it. [...] Thanks for this information. I can reproduce the regression and am now doing the bisection. Ben. -- Ben Hutchings This sentence contradicts itself - no actually it doesn't. signature.asc Description: This is a digitally signed message part

Bug#861225: [Regression] Soft lockup in KVM/QEMU virtual machine

2017-04-30 Thread Ben Hutchings
rsion 3.16.43-2. That should be available on mirrors in a day or two. Let us know if it works for you. Ben. -- Ben Hutchings This sentence contradicts itself - no actually it doesn't. signature.asc Description: This is a digitally signed message part

Re: [PATCH] kbuild: Do not use hyphen in exported variable name

2017-04-30 Thread Ben Hutchings
On Sun, 2017-04-30 at 23:14 +0900, Masahiro Yamada wrote: > Hi Ben, > > > > 2017-04-23 16:23 GMT+09:00 Ben Hutchings : > > On Sun, 2017-04-23 at 15:47 +0900, Masahiro Yamada wrote: > > [...] > > > I tested dtbs_install once again by myself, but > >

Bug#856843: Arch bug, upstream bug, patch

2017-05-01 Thread Ben Hutchings
el.org/show_bug.cgi?id=194531 > Patch links in the kernel and arch bug reports. Thanks. I'll look at backporting this patch for the next upload. Ben. -- Ben Hutchings Every program is either trivial or else contains at least one bug signature.asc Description: This is a digitally signed message part

armel/marvell kernel size

2017-05-03 Thread Ben Hutchings
initramfs. I'm going to leave further decisions on the size limit and configuration to you. If armel/marvell breaks again and stays broken then I'm going to have to disable it. Ben. -- Ben Hutchings friends: People who know you well, but like you anyway. signature.asc Description:

Bug#738063: nfs-kernel-server: option to disable NFSv4 in /etc/default/nfs-kernel-server not working properly

2017-05-10 Thread Ben Hutchings
On Wed, 2017-05-10 at 16:49 -0700, Nye Liu wrote: > On Sat, Apr 15, 2017 at 05:09:18AM +0100, Ben Hutchings wrote: > > This bug report has severity 'normal', which does not justify an NMU.  > > Also, as we are approaching the release of Debian 9 'stretch', even

Bug#860543: 'Gave up waiting for suspend/resume device'

2017-05-12 Thread Ben Hutchings
tions to restore > successful system booting through the Grub menu.   One of the 'recovery mode' item under Advanced Options will enable verbose logging to the screen and will perhaps get you to a shell. In any case, you should open a *new* bug report rather than appending to this one. Be

Removing inactive members from Alioth 'kernel' project

2017-05-17 Thread Ben Hutchings
is in about a month if I don't hear any objections. Ben. -- Ben Hutchings For every complex problem there is a solution that is simple, neat, and wrong. signature.asc Description: This is a digitally signed message part

Bug#858783: Reopening bug #858783

2017-05-19 Thread Ben Hutchings
Control: reopen -1 Control: reassign -1 src:linux 4.9.13-1 This is presumably not specific to signed kernel images, so I'm reassigning and reopening it accordingly. Ben. -- Ben Hutchings If the facts do not conform to your theory, they must be disposed of. signature.asc Description: Th

Bug#859681: Reopening bug #859681

2017-05-19 Thread Ben Hutchings
Control: reopen -1 Control: reassign -1 src:linux 4.9.13-1 This is presumably not specific to signed kernel images, so I'm reassigning and reopening it accordingly. Ben. -- Ben Hutchings If the facts do not conform to your theory, they must be disposed of. signature.asc Description: Th

Bug#863290: src:linux: no warning that btrfs RAID5/6 is buggered up

2017-05-24 Thread Ben Hutchings
from upstream. > > A proposed warning patch attached. Haven't looked closely, but I'm OK with this in principle. I think we should also taint the kernel (like we do for FAN_ALL_PERM_EVENTS). Ben. -- Ben Hutchings Life would be so much easier if we could look at the source code. s

Bug#863389: linux-image-4.9.0-0.bpo.3-amd64: After update to linux-image-4.9.0.0-0.bpo.3, no route to host via IPV4

2017-05-26 Thread Ben Hutchings
't run. As there is no such interface, the IPv4 configuration can't be applied either. I don't know whether ifupdown tries to process the second interface configuration after this failure, but I would guess not. If you move all the bonding and mtu parameters into the first interface c

Bug#863389: [Fwd: Re: Bug#863389: linux-image-4.9.0-0.bpo.3-amd64: After update to linux-image-4.9.0.0-0.bpo.3, no route to host via IPV4]

2017-05-27 Thread Ben Hutchings
Forwarded Message From: Jason Wittlin-Cohen To: Ben Hutchings Subject: Re: Bug#863389: linux-image-4.9.0-0.bpo.3-amd64: After update to linux-image-4.9.0.0-0.bpo.3, no route to host via IPV4 Date: Fri, 26 May 2017 20:23:23 -0400 Message-id: Hi Ben, Thanks for the reply

Bug#863843: bugs.debian.org: Encrypted partition not accessible after resume

2017-05-31 Thread Ben Hutchings
ike once every 10 or 20 resume cycles. [...] Please send the messages that appear in the kernel log when you resume. (Run 'dmesg' as root to show the kernel log.) Ben. -- Ben Hutchings Lowery's Law:    If it jams, force it. If it breaks, it needed replacing anyway. signatu

Bug#863843: bugs.debian.org: Encrypted partition not accessible after resume

2017-06-01 Thread Ben Hutchings
On Thu, 2017-06-01 at 23:36 +0200, garj...@garjola.net wrote: > On Thu 01-Jun-2017 at 00:15:29 +0200, Ben Hutchings .uk> wrote:  > > Control: tag -1 moreinfo > > > > On Wed, 31 May 2017 21:34:59 +0200 Garjola Dindi > > wrote: > > [...] > > > For seve

Re: and conflict needs to be resolved for backports?

2017-06-02 Thread Ben Hutchings
d is to avoid the backports package, but I wonder if it would > be possible to fix this? How comes that the fix for #822396 doesn't > work for Jessie? I think it depends on changes to the glibc headers. Ben. -- Ben Hutchings The most exhausting thing in life is being insincere. -

Re: and conflict needs to be resolved for backports?

2017-06-03 Thread Ben Hutchings
On Sat, 2017-06-03 at 08:08 +0200, Harald Dunkel wrote: > On 06/02/17 11:16, Ben Hutchings wrote: > > On Thu, 2017-06-01 at 10:37 +0200, Harald Dunkel wrote: > > > > > > Workaround is to avoid the backports package, but I wonder if it > > > would > > >

Bug#863909: linux/a.out.h: should use #ifdef __linux__ not #ifdef linux, etc

2017-06-03 Thread Ben Hutchings
d > to all actively maintained Debian kernels.  I will submit it upstream. I see no urgency in fixing this. Downgrading it accordingly. Ben. -- Ben Hutchings Experience is directly proportional to the value of equipment destroyed.  - Carolyn Scheppner signature.asc Description: This is a digitally signed message part

Bug#863914: linux-libc-dev: Install separate from /usr/include

2017-06-03 Thread Ben Hutchings
into /usr/include.  (It would be fine to > symlink just the directories.) I don't understand how this would help. Ben. -- Ben Hutchings Experience is directly proportional to the value of equipment destroyed. - Carolyn Scheppner signa

Re: [LINUX-KERNEL] Kernel hung for more than 120 seconds due to tee process

2017-06-03 Thread Ben Hutchings
Please use 'reportbug' to open a bug report. This will automatically gather some other useful diagnostic information. Ben. -- Ben Hutchings Experience is directly proportional to the value of equipment destroyed. - Carolyn

Re: [LINUX-KERNEL] Kernel hung for more than 120 seconds due to tee process

2017-06-03 Thread Ben Hutchings
On Sat, 2017-06-03 at 22:24 +0100, Ben Hutchings wrote: > Please use 'reportbug' to open a bug report.  This will automatically > gather some other useful diagnostic information. More specifically, 'reportbug kernel' should do the right thing. Ben. -- Ben Hutchi

Bug#855911: linux-image-4.9.0-1-armmp: MMC failure on A20-OLinuXIno-LIME2

2017-06-03 Thread Ben Hutchings
g/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers?id=2154d94b40ea2a5de05245521371d0461bb0d669 I don't think so. That claims to fix a bug introduced in 4.10-rc1. Ben. -- Ben Hutchings Experience is directly proportional to the value of

Bug#863257: gdm3: stretch - login box displayed off-screen

2017-06-03 Thread Ben Hutchings
leave other systems broken in different ways. It's not clear to me that we should override the upstream change here. And there is a workaround available (button.lid_init_state module=method). Ben. -- Ben Hutchings It is easier to write an incorrect program than to understand a correct one. signature.asc Description: This is a digitally signed message part

Bug#863112: linux-image-4.9.0-3-686: controller of Video Games not Work fine,move the ANALOGICS move 2 AXIS same time instead 1 AXIS

2017-06-03 Thread Ben Hutchings
his fix caused a regression for other DragonRise controllers that use the same ID. So that fix was reverted: https://git.kernel.org/linus/1bcaa05ebee115213e34f1806cc6a4f7a6175a88 (that was in Linux 4.9). Hopefully this will at some point be resolved with a better fix. Ben. -- Ben Hutchings It

Re: Enlighten me, please.

2017-06-04 Thread Ben Hutchings
e? > > In the past I have downloaded Sid branch (according to Kernel Handbook) thus: > > git clone -b sid --single-branch > https://anonscm.debian.org/git/kernel/linux.git > > Notwithstanding, there are no branches for experimental, only tags, i.e, [...] The branch for experime

Bug#843448: update with both patches applied

2017-06-04 Thread Ben Hutchings
ase is in only a few weeks, time is running out for > this bug. Is the general thought that the risk of breaking other boards is > too great, or can we try to get these two patches into stretch to get XU4 > working? This has now missed stretch r0 but can still be fixed in a point rele

Bug#863914: linux-libc-dev: Install separate from /usr/include

2017-06-04 Thread Ben Hutchings
Control: tag -1 - moreinfo On Sun, 2017-06-04 at 09:14 -0400, Zack Weinberg wrote: > > On Sat, Jun 3, 2017 at 5:05 PM, Ben Hutchings wrote: > > > It would be much easier to arrange > > > this if the kernel's headers were installed in a location separate from > >

Bug#864233: unblock: linux/4.9.30-1

2017-06-05 Thread Ben Hutchings
en Jarno ] * [mips*/*-malta] Enable POWER_RESET and POWER_RESET_SYSCON. [ Uwe Kleine-König ] * [arm64] Enable DRM modules (Closes: #863344) * Ignore ABI changes in chipidea driver [ Ben Hutchings ] * Ignore ABI changes in ccp and hid-sensors * [mips*el/loongson-3] Revert "MIPS

Bug#864143: closed by Ben Hutchings (Re: Bug#864143: initramfs-tools: missing dependency on busybox?)

2017-06-05 Thread Ben Hutchings
ull the initramfs trigger, by > removing busybox, which you can do cleanly as far as apt is concerned: If cryptsetup's initramfs support was moved to a separate package, that would depend on busybox. See bug #783297. Ben. -- Ben Hutchings It is easier to write an incorrect program

Bug#855395: firmware-atheros have buggy firmwares for AR3011 bluetooth (ath3k)

2017-06-05 Thread Ben Hutchings
wtopic-t-1013336-start-0.html > Can you replace it in package, please? I have no reason to trust these files, so no. They might not even be legal to redistribute. Ben. -- Ben Hutchings Every program is either trivial or else contains at least one bug signature.asc Description: This is a digitally signed message part

Bug#844056: Missing brcmfmac43362-sdio.txt stops wireless working

2017-06-05 Thread Ben Hutchings
k the right one into place at install time based on machine ID. But I think that's beyond the scope of this package. Ben. -- Ben Hutchings Every program is either trivial or else contains at least one bug signature.asc Description: This is a digitally signed message part

Bug#844056: Missing brcmfmac43362-sdio.txt stops wireless working

2017-06-05 Thread Ben Hutchings
e same network, right? :-) Ben. -- Ben Hutchings Every program is either trivial or else contains at least one bug signature.asc Description: This is a digitally signed message part

Bug#864287: unblock: firmware-nonfree/20161130-3

2017-06-06 Thread Ben Hutchings
2x00: Downgrade Intel Pro 2200/2915 firwmare to version 3.0" +(Closes: #833551) + * Update to linux-support 4.9.0-1 + + -- Ben Hutchings Tue, 06 Jun 2017 00:56:25 +0100 + firmware-nonfree (20161130-2) unstable; urgency=medium * debian/control: Add XS-Autobuild field diff --git a/debi

Bug#864368: Expand kernel serial port configuration

2017-06-07 Thread Ben Hutchings
ded for other > packages.  Should I submit separate bugs from those? No, I'm reassigning it to the source package instead and we can mark it found in the relevant versions. Ben. -- Ben Hutchings If the facts do not conform to your theory, they must be disposed of. signature.asc Description: This is a digitally signed message part

Bug#864368: Expand kernel serial port configuration

2017-06-07 Thread Ben Hutchings
On Wed, 2017-06-07 at 18:10 +0100, Ben Hutchings wrote: > Control: reassign -1 src:linux 4.9.30-1 > Control: severity -1 important > > On Wed, 2017-06-07 at 09:38 -0700, Dave Hansen wrote: > [...] > > Please raise: > > > > CONFIG_SERIAL_8250_RUNTIME_U

Bug#864463: linux-headers-4.9.0-3-common-rt: Detecting -rt source with localversion-rt

2017-06-08 Thread Ben Hutchings
nformation, see > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864404. I see, this is related to tracepoints. As they aren't intended to be APIs, it's fine for -rt to be different here. Ben. -- Ben Hutchings It is easier to write an incorrect program than to understand a correct one. signature.asc Description: This is a digitally signed message part

Re: Bug#864233: unblock: linux/4.9.30-1

2017-06-09 Thread Ben Hutchings
On Tue, 2017-06-06 at 01:24 +0100, Ben Hutchings wrote: > On Tue, 2017-06-06 at 01:29 +0200, Axel Beckert wrote: > > Hi, > > > > Ben Hutchings wrote: > > > This includes many important bug fixes, including security fixes.  It > > > adds support for system re

Bug#860808: ocfs2 blocks jbd2

2017-06-10 Thread Ben Hutchings
I'm sorry, but I don't think there's anything we can do about these bugs until the upstream ocfs2 developers take an interest in them. Ben. -- Ben Hutchings It is easier to write an incorrect program than to understand a correct one. signature.asc Description: This is a d

Bug#864437: linux-image-4.9.0-3-amd64: Soft lockup of igb/e1000e driver at stats update

2017-06-12 Thread Ben Hutchings
; The attached patch fixes the problem and originates from: > http://git.ipfire.org/?p=people/arne_f/ipfire- > 2.x.git;a=commit;h=fcffac1340f61923786af8a860c12056a9ef3706 I'm not sure this patch is correct. Has anyone submitted it upstream (netdev or intel-wired-lan list)? Ben. -- Ben Hu

Bug#864453: fanotify07 LTP testcase hangs process

2017-06-12 Thread Ben Hutchings
), which explains why the > testcase hangs. > I didn't checked if the kernel crash fix is in 4.9.30. > > Can you backport at least the commit 05f0e38724e8 ? This appears to depend on commit 9385a84d7e1f which looks hard to backport. Ben. -- Ben Hutchings Unix is many things to m

Re: trying kernel 4.11 from experimental

2017-06-14 Thread Ben Hutchings
following the > instructions at <https://wiki.debian.org/HowToUpgradeKernel> and if > there is any special precaution that I should adopt. It should be fairly safe, though it's missing a few security fixes. In any case, 4.11 will go into unstable next week (after the release). Ben.

Re: The radvd FTBFS fix is not required for stretch

2017-06-15 Thread Ben Hutchings
xed in unstable). Right. Ben. -- Ben Hutchings It is easier to change the specification to fit the program than vice versa. signature.asc Description: This is a digitally signed message part

Bug#864453: fanotify07 LTP testcase hangs process

2017-06-18 Thread Ben Hutchings
On Sun, 2017-06-18 at 10:40 +0200, Helge Deller wrote: > On 12.06.2017 16:58, Ben Hutchings wrote: > > On Thu, 2017-06-08 at 21:23 +0200, Helge Deller wrote: > > > Can you backport at least the commit 05f0e38724e8 ? > > > > This appears to depend on commit 93

Uploading linux (4.11.6-1)

2017-06-18 Thread Ben Hutchings
: Include rules.defs before using architecture variables   * [rt] Update to 4.11.5-rt1 and reenable   * fs: Reenable HPFS_FS as module   * USB: serial: option: add two Longcheer device ids   * [armhf] PCI: Enable PCI_HOST_GENERIC Ben. -- Ben Hutchings Design a system any fool can use, and only a

Bug#865301: linux-image-4.9.0-3-amd64: /vmlinuz and /initrd.img not updated after custom kernel build and install

2017-06-20 Thread Ben Hutchings
Control: severity -1 wishlist Control: tag -1 upstream Control: found -1 4.11.6-1 This is because the upstream Debian packaging doesn't (yet) run linux- update-symlinks. Ben. -- Ben Hutchings Klipstein's 4th Law of Prototyping and Production: A

Bug#865343: linux-image-4.9.0-3-amd64: On latest kernel java exits with SIGSEGV

2017-06-20 Thread Ben Hutchings
s been changed from the default (e.g. "ulimit -s unlimited" in a startup script)? Ben. -- Ben Hutchings Klipstein's 4th Law of Prototyping and Production: A fail-safe circuit will destroy others. signature.asc Description: This is a digitally signed message part

Bug#865343: linux-image-4.9.0-3-amd64: On latest kernel java exits with SIGSEGV

2017-06-20 Thread Ben Hutchings
Control: tag -1 - moreinfo Control: notfound -1 4.9.30-2 Control: found -1 4.9.30-2+deb9u1 Control: found -1 3.16.43-2+deb8u1 Thanks for the extra information. Ben. -- Ben Hutchings Klipstein's 4th Law of Prototyping and Production:    A fail-safe circuit

Bug#865343: linux-image-4.9.0-3-amd64: On latest kernel java exits with SIGSEGV

2017-06-20 Thread Ben Hutchings
On Tue, 2017-06-20 at 21:47 +0100, Ben Hutchings wrote: > Control: tag -1 - moreinfo > Control: notfound -1 4.9.30-2 > Control: found -1 4.9.30-2+deb9u1 > Control: found -1 3.16.43-2+deb8u1 > > Thanks for the extra information. One more question: are these applications starte

Bug#865343: linux-image-4.9.0-3-amd64: On latest kernel java exits with SIGSEGV

2017-06-20 Thread Ben Hutchings
On Tue, 20 Jun 2017 23:45:03 +0200 Rene Engelhard wrote: > Hi, >  > On Tue, Jun 20, 2017 at 09:52:05PM +0100, Ben Hutchings wrote: > > On Tue, 2017-06-20 at 21:47 +0100, Ben Hutchings wrote: > > > Control: tag -1 - moreinfo > > > Control: notfound -1 4.9.30-2

Re: linux_4.9.30-2+deb9u1~bpo8+1_multi.changes REJECTED

2017-06-20 Thread Ben Hutchings
concerns. Please decruft linux in unstable. Ben. -- Ben Hutchings The most exhausting thing in life is being insincere. - Anne Morrow Lindberg signature.asc Description: This is a digitally signed message part

Re: Bug#865303: libreoffice: Libreoffice crashes silently upon startup after complaining about canberra module and murrine engine

2017-06-20 Thread Ben Hutchings
tuff is affected or more JDK usage (besides > #865311...), but... I don't have a suitable VM to test this, so could you check whether it also crashes under linux 4.11.6-1 (from unstable)? That has a later version of the stack clash fix. Ben. -- Ben Hutchings The most exhausting thing in li

Bug#865311: jsvc: SIGSEV in child process when starting jsvc

2017-06-20 Thread Ben Hutchings
ble has a later version of the fix and that *doesn't* cause jsvc to crash. So we should probably switch to that version soon. Ben. -- Ben Hutchings The most exhausting thing in life is being insincere. - Anne Morrow Lindberg signature.asc Description: This is a digitally signed message part

Bug#865301: linux-image-4.9.0-3-amd64: /vmlinuz and /initrd.img not updated after custom kernel build and install

2017-06-21 Thread Ben Hutchings
On Wed, 2017-06-21 at 09:17 +0200, Ricardo Fraile wrote: > Hi,  > > The files under "linux-source-4.9/debian/tmp/DEBIAN/" are created by the > content of the file "linux-source-4.9/scripts/package/builddeb"  [...] You don't need to explain all this. I know e

Bug#865303: SIGSEGV in jsvc / LibreOffice after kernel update

2017-06-22 Thread Ben Hutchings
/{wheezy,jessie,stretch}-security.) I have tested these using Charles Leclerc's sample jsvc service and my own stack clash test program, but would appreciate other testing results. Ben. -- Ben Hutchings Sturgeon's Law: Ninety percent of everything is crap. signature.asc Description:

Bug#865549: linux-image-3.16.0-4-powerpc64le: stackguard fix incorrect; probably causes cargo to segfault on ppc64el

2017-06-22 Thread Ben Hutchings
stros applied an incorrect one. Can you please test with this candidate fix? https://people.debian.org/~benh/packages/CVE-2017-1000364/ Ben. -- Ben Hutchings Sturgeon's Law: Ninety percent of everything is crap. signature.asc Description: This is a digitally signed message part

Bug#865549: linux-image-3.16.0-4: stackguard fix incorrect

2017-06-24 Thread Ben Hutchings
lugin < > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699772>;, > commons-daemon, ...). Yes, that's what I worked out from bug #865303 and those merged with it. Ben. > Can confirm that the updated patch fixes the problem (amd64). -- Ben Hutchings Sturgeon's L

Bug#865984: linux-image-4.9.0-3-amd64: hairpin NAT doesn't work across bridges

2017-06-26 Thread Ben Hutchings
Control: tag -1 upstream wontfix This doesn't look like a sane network configuration to me. You should put the WAN and LAN traffic on separate VLANs and set the router's switch port to trunked mode. Ben. -- Ben Hutchings Never put off till tomorrow what you can avoid al

Bug#865984: linux-image-4.9.0-3-amd64: hairpin NAT doesn't work across bridges

2017-06-26 Thread Ben Hutchings
On Tue, 2017-06-27 at 07:54 +1000, Russell Stuart wrote: > On Mon, 2017-06-26 at 16:57 +0100, Ben Hutchings wrote: > > Control: tag -1 upstream wontfix > > I'll file it upstream.  I'm never quite sure whether the maintainer is > supposed to do that or the bug sub

Bug#866127: initramfs-tools: Please allow fully disabling initramfs generation

2017-06-27 Thread Ben Hutchings
he package relations should be changed so that they Recommend, rather than Depend-ing on, an initramfs generator. Ben. -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer signature.asc Description: This is a digitally signed message part

Bug#866314: linux-image-4.9.0-3-686-pae: 100+ times slower disk writes on 4.x+/i386/16+RAM, compared to 3.x

2017-06-28 Thread Ben Hutchings
y for this issue. Why don't you assign a smaller amount of RAM to the 32-bit VMs? Are there packages that need this much to build? Ben. -- Ben Hutchings Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer signature.asc Description: This is a digitally signed message part

Bug#866404: linux-image-4.7.0-1-amd64: HP ZBook freeze when using suspend to ram with the NVidia video card

2017-06-29 Thread Ben Hutchings
n, they would be welcome. [] Try reporting this to nouv...@lists.freedesktop.org Ben. -- Ben Hutchings When in doubt, use brute force. - Ken Thompson signature.asc Description: This is a digitally signed message part

Bug#865549: [Pkg-rust-maintainers] cargo still segfaults / rustc still FTBFS with the newest fixed kernel

2017-06-29 Thread Ben Hutchings
nd grep stack /proc/32472/maps > 3ffd-4000 rw-p 00:00 0   > [stack] > > Setting `ulimit -s 24576` still works, though. Do you know how much stack space this function needs? Can you get the page fault address? (I don't remember how to do that in gdb.) Ben. -- Ben Hutchings When in doubt, use brute force. - Ken Thompson signature.asc Description: This is a digitally signed message part

Bug#866691: linux-image-*-dbg metapackages are installable

2017-06-30 Thread Ben Hutchings
Package: src:linux-latest Version: 80 Severity: serious src:linux version 4.9.25-1 moved the debug info packages back to the main archive and changed their name suffix from -dbgsym back to -dbg. src:linux-latest needs to be changed accordingly. Ben. -- System Information: Debian Release: 9.0 A

Bug#866692: stretch-pu: package linux-latest/80+deb9u1

2017-06-30 Thread Ben Hutchings
+linux-latest (80+deb9u1) stretch; urgency=medium + + * Revert changes to debug symbol meta-packages (Closes: #866691) + + -- Ben Hutchings Sat, 01 Jul 2017 01:31:49 +0100 + linux-latest (80) unstable; urgency=medium * Re-introduce xen-linux-system-amd64 *again* as transitional package diff --git

Bug#867011: linux 4.9.30-2+deb9u1 wifi problem

2017-07-03 Thread Ben Hutchings
g) - the wifi device ID (from lsusb) - the version of firmware-misc-nonfree (from dpkg -s) Please also use the 'reportbug' command in future, as that will collect this sort of information automatically. Ben. -- Ben Hutchings Larkinson's Law: All laws are basically false. signature.asc Description: This is a digitally signed message part

Bug#867011: linux 4.9.30-2+deb9u1 wifi problem

2017-07-03 Thread Ben Hutchings
The only updates since the initial release are for CVE-2017-1000364, which have no effect on any wireless driver. So that's not the problem. Most likely this is triggered by using wifi in a different way (different network, different location, different program managing it).   I

Bug#865549: [Pkg-rust-maintainers] Bug#865549: cargo still segfaults / rustc still FTBFS with the newest fixed kernel

2017-07-04 Thread Ben Hutchings
Control: tag -1 upstream patch moreinfo On Fri, 30 Jun 2017 08:57:00 + Ximin Luo wrote: > Ben Hutchings: > > On Thu, 2017-06-29 at 17:45 +, Ximin Luo wrote: > >> Ximin Luo: > >>> [..] > >>> > >>> The segfault occurs on vari

Bug#866511: kernel BUG at nvme/host/pci.c

2017-07-05 Thread Ben Hutchings
ebian.org/ch-common-tasks.html#s-common-official Ben. -- Ben Hutchings Anthony's Law of Force: Don't force it, get a larger hammer. From: Nikita Yushchenko Date: Wed, 11 Jan 2017 21:56:31 +0300 Subject: swiotlb: ensure that page-sized mappings are page-aligned Origin: https://git.kerne

Bug#865303: LibreOffice Writer still closes silently on 32-bit Stretch and Sid

2017-07-05 Thread Ben Hutchings
> > Please fix LibreOffice Writer problem on 32bit Debian. I've been discussing this regression with upstream develo[pers. It's now understood and we have several possible fixes but we have not yet settled on the best one. You should also be able to work around it by temporarily

<    4   5   6   7   8   9   10   11   12   13   >