Re: Illegal Instruction Using sudo in Bookworm on i686

2023-10-18 Thread Ben Hutchings
On Wed, 2023-10-18 at 14:01 +0200, Ben Hutchings wrote: > On Tue, 2023-10-17 at 20:03 +0200, Ben Hutchings wrote: > > On Tue, 2023-10-17 at 10:57 -0500, Justin wrote: > > > Hello all, > > > > > > I have recently encountered a case where a VIA C3 N

Re: Illegal Instruction Using sudo in Bookworm on i686

2023-10-18 Thread Ben Hutchings
On Tue, 2023-10-17 at 20:03 +0200, Ben Hutchings wrote: > On Tue, 2023-10-17 at 10:57 -0500, Justin wrote: > > Hello all, > > > > I have recently encountered a case where a VIA C3 Nehemaiah CPU returns > > "Illegal > > Instruction" when trying to

Re: Illegal Instruction Using sudo in Bookworm on i686

2023-10-17 Thread Ben Hutchings
ENDBR32 uses one of the previously reserved hint encodings that i686 processors are supposed to ignore if they don't specifically support them. The release notes for Debian 12 "bookworm" state that the i386 architecture now requires that: https://www.debian.org/releases/testing/release

Re: HFS/HFS+ are insecure

2023-07-22 Thread Ben Hutchings
ld not have UDisks probing for any of the (many) kernel filesystems that aren't being actively maintained including responding to security issues. Beyond that, I would also like to see libmount limiting the filesystems that it will probe when the fstab type is "auto". But since UDisks n

Bug#1041643: ITP: ktls-utils -- TLS handshake utilities for in-kernel TLS consumers

2023-07-21 Thread Ben Hutchings
Package: wnpp Severity: wishlist Owner: Ben Hutchings X-Debbugs-Cc: debian-devel@lists.debian.org, debian-ker...@lists.debian.org, Steve Dickson , Chuck Lever III * Package name: ktls-utils Version : 0.9 Upstream Contact: kernel-tls-handsh...@lists.linux.dev * URL

Bug#1030280: general: General non-recognized errors (im novice) after the installation: drivers, battery, booting errors...

2023-03-04 Thread Ben Hutchings
t release, installation images for that are at <https://www.debian.org/devel/debian-installer/>. Please report back whether you still have problems after using one of these installers. Ben. -- Ben Hutchings The two most common things in the universe are hydrogen and stupidity. signature.asc Description: This is a digitally signed message part

Re: /boot partition too small

2022-10-06 Thread Ben Hutchings
# makes somewhat smaller initrd files and buys some time > COMPRESS=zstd [...] This is the default in bookworm. 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

Re: Switch default from PulseAudio to PipeWire (and WirePlumber) for audio

2022-09-14 Thread Ben Hutchings
e does, I think that's a serious limitation in PipeWire, and it is not ready for us to make it the default. Ben. -- Ben Hutchings Design a system any fool can use, and only a fool will want to use it. signature.asc Description: This is a digitally signed message part

Re: ifupdown/dhcp

2022-05-16 Thread Ben Hutchings
of whatever is the > preferred replacement. -- 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: Debian DSA-5095-1 : linux - security update

2022-03-16 Thread Ben Hutchings
ux-headers-5.10.0-11-amd64. So long as you install the metapackage linux-headers-amd64, replacements like this should be upgraded automatically. > libirs-export161_1:9.11.19+dfsg-2.1 This is the only version available in Debian. It is built separately from bind9 and is only used by the ISC DHC

Re: MBF: valgrind-if-available

2022-02-26 Thread Ben Hutchings
> > valgrind architectures in sync between my debian/control and > > debian/rules. > > if which valgrind >/dev/null; then This should use "command -v", not which, I think? Ben. -- Ben Hutchings Beware of programmers who carry screwdrivers. - Leonard Brandwein signature.asc Description: This is a digitally signed message part

Re: Future of /usr/bin/which in Debian?

2021-08-18 Thread Ben Hutchings
his is written in C. So 'which' has a very long history in csh, which was the default interactive shell in many versions of Unix. Its availability to other shells dates back to the 90s (at least) but is not portable due to there being multiple very different implementations. Ben. -- Ben Hutchings [

Re: Kernel building question (Is -j8 safe and correct?)

2021-06-14 Thread Ben Hutchings
urce.html#main-building-script-debian-rules>. > That has no effect in this case. The makefile being used is debian/rules.gen, not debian/rules. Ben. -- Ben Hutchings We get into the habit of living before acquiring the habit of thinking.

Re: Kernel building question (Is -j8 safe and correct?)

2021-06-14 Thread Ben Hutchings
[1]? Because no-one thought to add them yet. Please report this as a bug in the "kernel-handbook" package (which is the source for this web site). If you can provide a patch, that would be even better. Ben. > Best, > Antonio > > [1] > https://kernel-team.pages.debian.

Re: Missing samba DSA-4513 changelog in https://metadata.ftp-master.debian.org/changelogs/

2021-04-07 Thread Ben Hutchings
of the orig tarball. I would take this up with the FTP team. Ben. -- Ben Hutchings It is a miracle that curiosity survives formal education. - Albert Einstein signature.asc Description: This is a digitally signed message part

Re: Making Debian available

2021-01-20 Thread Ben Hutchings
e firmware. For AMD hardware the amdgpu driver absolutely requires it; the others might be semi-functional without. Ben. -- Ben Hutchings Computers are not intelligent. They only think they are. signature.asc Description: This is a digitally signed message part

Re: Bug#978636: move to merged-usr-only?

2021-01-02 Thread Ben Hutchings
on't need an initramfs are also supported options. 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

Re: Release status of i386 for Bullseye and long term support for 3 years?

2020-12-14 Thread Ben Hutchings
kernel branches (KAISER) was sufficiently different from that used upstream, that i386 support has not been added to it. As a result, stretch:i386 is still vulnerable when running the default (4.9-based) kernel. Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes i

Bug#958812: ITP: jinja-vanish -- Jinja2 environment for non-HTML auto-escaping

2020-04-25 Thread Ben Hutchings
Package: wnpp Severity: wishlist Owner: Ben Hutchings * Package name: jinja-vanish Version : 0.2~gitXXX Upstream Author : Marc Brinkmann * URL : https://github.com/mbr/jinja-vanish * License : Expat Programming Lang: Python Description : Jinja2

Re: What should I learn for applications befor, C or C++?

2020-04-15 Thread Ben Hutchings
C++? > Thanks in advance! If you hate system programming, why pick a system programming language? But if you want to do it anyway, Rust is another option to consider. Ben. -- Ben Hutchings It is a miracle that curiosity survives formal education.

Re: trends.debian.net updated

2020-04-14 Thread Ben Hutchings
ave a test suite. They might build, > but the resulting binaries might not work. Which is why I think we need to rebuild anyway, and have users of testing/unstable report such regressions. Ben. -- Ben Hutchings It is a miracle that curiosity survives formal education.

Re: trends.debian.net updated

2020-04-14 Thread Ben Hutchings
e current build tools (failure to build at all would usually be caught and reported, though) I think we should be rebuilding everything at least once per release cycle, so we don't have a nasty surprise when these "mature" packages need bug fixes. Ben. -- Ben Hutchings Everyth

Re: Y2038 - best way forward in Debian?

2020-02-18 Thread Ben Hutchings
aces" or something similar will > be implemented to solve this. Linux 5.6 introduces time namespaces - though currently they only allow offsets to monotonic clocks (so containers can have monotonic time when migrated), not CLOCK_REALTIME. Ben. -- Ben Hutchings Tomorrow will be cancelled due to lack of inter

Re: Is there still a point in installing libgcrypt to /lib instead of /usr/lib

2020-02-15 Thread Ben Hutchings
h-information.en.html#late-mounting-usr So although usrmerge is optional, I believe there is no need to install libraries under /lib except for the dynamic linkers (which the kernel loads using absolute paths). Ben. > TIA, cu Andreas -- Ben Hutchings Any sufficiently advanced bug is indistin

Re: moving mg from salsa to github?

2020-02-15 Thread Ben Hutchings
On Sat, 2020-02-15 at 18:26 +0100, Geert Stappers wrote: > On Sat, Feb 15, 2020 at 05:02:03PM +0000, Ben Hutchings wrote: > > On Sat, 2020-02-15 at 14:16 +0100, Harald Dunkel wrote: > > > Hi folks, > > > > > > I am maintainer for mg, currently on salsa. Proble

Re: Can Debian packaging changes require a CLA?

2020-02-15 Thread Ben Hutchings
it is viable to keep the Debian packaging in the upstream project's repository. Ben. -- Ben Hutchings Any sufficiently advanced bug is indistinguishable from a feature. signature.asc Description: This is a digitally signed message part

Re: moving mg from salsa to github?

2020-02-15 Thread Ben Hutchings
(or are not allowed to use) Github. Ben. > Every helpful comment is highly appreciated > Harri > > https://github.com/hboetes/mg > https://salsa.debian.org/debian/mg -- Ben Hutchings Any sufficiently advanced bug is indistinguishable from a feature. signature.asc Description: This is a digitally signed message part

Re: Y2038 - best way forward in Debian?

2020-02-09 Thread Ben Hutchings
On Sun, 2020-02-09 at 11:57 +0100, Florian Weimer wrote: > * Ben Hutchings: > > > If I recall correctly, glibc *will* provide both entry points, so there > > is no ABI break. But the size of time_t (etc.) exposed through libc- > > dev is fixed at glibc build time. >

Re: Y2038 - best way forward in Debian?

2020-02-04 Thread Ben Hutchings
it version of the functions. LFS is a great example of how *not* to do it. 23 years on, we still have open bugs for programs that should opt in but didn't. Not every program needs to handle > 2 GiB files, but there are now filesystems with 64-bit inode numbers and they break every non-LFS program that

Re: Kernel parameters protecting fifos and regular files

2020-01-29 Thread Ben Hutchings
s only Priority: important. Is there a higher priority package, independent of init system, that would be suitable for carrying the Debian sysctl policy? Ben. -- Ben Hutchings I'm not a reverse psychological virus. Please don't copy me into your signature. signature.asc Description: This is a digitally signed message part

Accepted initramfs-tools 0.136 (source) into unstable

2020-01-18 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 18 Jan 2020 18:48:51 + Source: initramfs-tools Architecture: source Version: 0.136 Distribution: unstable Urgency: medium Maintainer: Debian kernel team Changed-By: Ben Hutchings Closes: 926401 940171 942144 944929

Accepted linux-signed-arm64 5.5~rc5+1~exp1 (source) into experimental, experimental

2020-01-06 Thread Ben Hutchings
-modules-5.5.0-rc5-arm64-di mtd-core-modules-5.5.0-rc5-arm64-di linux-image-5.5.0-rc5-arm64 linux-image-arm64 Architecture: source Version: 5.5~rc5+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.5.0-rc5-arm64-di

Accepted linux-signed-i386 5.5~rc5+1~exp1 (source) into experimental, experimental

2020-01-06 Thread Ben Hutchings
: 5.5~rc5+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.5.0-rc5-686-di - ACPI support modules (udeb) acpi-modules-5.5.0-rc5-686-pae-di - ACPI support modules (udeb) ata-modules-5.5.0-rc5-686-di - ATA disk

Accepted linux-signed-amd64 5.5~rc5+1~exp1 (source) into experimental, experimental

2020-01-06 Thread Ben Hutchings
+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.5.0-rc5-amd64-di - ACPI support modules (udeb) ata-modules-5.5.0-rc5-amd64-di - ATA disk modules (udeb) btrfs-modules-5.5.0-rc5-amd64-di - BTRFS filesystem

Accepted linux 5.5~rc5-1~exp1 (source) into experimental, experimental

2020-01-06 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 06 Jan 2020 04:26:45 + Source: linux Architecture: source Version: 5.5~rc5-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Changes: linux (5.5~rc5-1~exp1

Re: Condorcet Internet Voting Service

2020-01-05 Thread Ben Hutchings
I think many of us can guess the sender's identity. Don't give him the attention. Ben. -- Ben Hutchings All the simple programs have been written, and all the good names taken signature.asc Description: This is a digitally signed message part

Accepted linux-signed-arm64 5.4.6+1 (source) into unstable, unstable

2019-12-29 Thread Ben Hutchings
-5.4.0-1-rt-arm64 linux-image-rt-arm64 Architecture: source Version: 5.4.6+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.4.0-1-arm64-di - ATA disk modules (udeb) btrfs-modules-5.4.0-1-arm64-di - BTRFS filesystem support

Accepted linux-signed-i386 5.4.6+1 (source) into unstable, unstable

2019-12-29 Thread Ben Hutchings
-image-5.4.0-1-rt-686-pae linux-image-rt-686-pae Architecture: source Version: 5.4.6+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.4.0-1-686-di - ACPI support modules (udeb) acpi-modules-5.4.0-1-686-pae-di - ACPI support

Accepted linux-signed-amd64 5.4.6+1 (source) into unstable, unstable

2019-12-28 Thread Ben Hutchings
pu: avoid using invalidate semaphore for picasso - drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9 - ALSA: hda: Fix regression by strip mask fix . [ Joe Richey ] * [amd64/cloud-amd64] tpm: Enable TPM drivers for Cloud (Closes: #946237) . [ Ben Hutchings ]

Accepted linux 5.4.6-1 (source) into unstable, unstable

2019-12-28 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 27 Dec 2019 22:17:44 + Source: linux Architecture: source Version: 5.4.6-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 944138 946237 946510 Changes: linux

Accepted odhcp6c 1.1+git20190906.e199804-1 (source) into experimental

2019-12-25 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 25 Dec 2019 22:52:53 + Source: odhcp6c Architecture: source Version: 1.1+git20190906.e199804-1 Distribution: experimental Urgency: medium Maintainer: Ben Hutchings Changed-By: Ben Hutchings Closes: 947273 Changes

Accepted kernel-package 13.018+nmu2 (source) into unstable

2019-12-25 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 25 Dec 2019 22:27:29 + Source: kernel-package Architecture: source Version: 13.018+nmu2 Distribution: unstable Urgency: medium Maintainer: Manoj Srivastava Changed-By: Ben Hutchings Closes: 947340 Changes: kernel

Re: RFH: drawxtl seg-faulting (#853829)

2019-12-22 Thread Ben Hutchings
s wrong and the delete is correct. If it has been allocated in some unusual way, then the direct call to the destructor is probably correct and the delete is wrong. Ben. -- Ben Hutchings Lowery's Law: If it jams, force it. If it breaks, it needed replacing anyway. signature.asc Description: This is a digitally signed message part

Re: d/changelog and experimental

2019-12-08 Thread Ben Hutchings
for unstable. [...] So long as the experimental versions are listed in the changelog, so that the BTS recognises the new version as based on them, you don't need to close the bugs again. Ben. -- Ben Hutchings Humour is the best antidote to reality. signature.asc Description: This is a digi

Accepted kernel-wedge 2.102 (source) into unstable

2019-11-30 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 30 Nov 2019 23:40:56 + Source: kernel-wedge Architecture: source Version: 2.102 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Ben Hutchings Closes: 826952 Changes: kernel

Re: According to one update package

2019-11-29 Thread Ben Hutchings
; pls which one I can choice for my system ? > > --- > Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 > GNU/Linux [...] You have skipped nearly 3 years of kernel updates and you are worrying about an obscure sudo se

Accepted kernel-wedge 2.101 (source) into unstable

2019-11-29 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 29 Nov 2019 18:15:16 + Source: kernel-wedge Architecture: source Version: 2.101 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Ben Hutchings Closes: 945772 Changes: kernel

Accepted linux-signed-i386 5.4+1~exp1 (source) into experimental, experimental

2019-11-27 Thread Ben Hutchings
-5.4.0-trunk-686-pae-di linux-image-5.4.0-trunk-686 linux-image-686 linux-image-5.4.0-trunk-686-pae linux-image-686-pae Architecture: source Version: 5.4+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.4.0-trunk

Accepted linux-signed-amd64 5.4+1~exp1 (source) into experimental, experimental

2019-11-27 Thread Ben Hutchings
-trunk-cloud-amd64 linux-image-cloud-amd64 Architecture: source Version: 5.4+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.4.0-trunk-amd64-di - ACPI support modules (udeb) ata-modules-5.4.0-trunk-amd64-di - ATA

Accepted linux-signed-arm64 5.4+1~exp1 (source) into experimental, experimental

2019-11-27 Thread Ben Hutchings
-di udf-modules-5.4.0-trunk-arm64-di fuse-modules-5.4.0-trunk-arm64-di mtd-core-modules-5.4.0-trunk-arm64-di linux-image-5.4.0-trunk-arm64 linux-image-arm64 Architecture: source Version: 5.4+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings

Accepted linux 5.4-1~exp1 (source) into experimental, experimental

2019-11-27 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 26 Nov 2019 01:33:11 + Source: linux Architecture: source Version: 5.4-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 927026 Changes: linux (5.4-1~exp1

Accepted linux-signed-i386 5.3.9+3 (source) into unstable

2019-11-19 Thread Ben Hutchings
Architecture: source Version: 5.3.9+3 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.3.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.3.0-2-686-di - ATA disk

Accepted linux-signed-amd64 5.3.9+3 (source) into unstable

2019-11-19 Thread Ben Hutchings
-modules-5.3.0-2-amd64-di linux-image-5.3.0-2-amd64 linux-image-amd64 linux-image-5.3.0-2-cloud-amd64 linux-image-cloud-amd64 Architecture: source Version: 5.3.9+3 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-amd64-di

Accepted linux-signed-arm64 5.3.9+3 (source) into unstable

2019-11-19 Thread Ben Hutchings
Architecture: source Version: 5.3.9+3 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.3.0-2-arm64-di - ATA disk modules (udeb) btrfs-modules-5.3.0-2-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.3.0-2-arm64-di - CDROM

Accepted linux 5.3.9-3 (source) into unstable

2019-11-18 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 19 Nov 2019 01:43:33 + Source: linux Architecture: source Version: 5.3.9-3 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Changes: linux (5.3.9-3) unstable; urgency

Accepted linux-signed-i386 5.3.9+2 (source) into unstable

2019-11-13 Thread Ben Hutchings
Architecture: source Version: 5.3.9+2 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.3.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.3.0-2-686-di - ATA disk

Accepted linux-signed-amd64 5.3.9+2 (source) into unstable

2019-11-13 Thread Ben Hutchings
-modules-5.3.0-2-amd64-di linux-image-5.3.0-2-amd64 linux-image-amd64 linux-image-5.3.0-2-cloud-amd64 linux-image-cloud-amd64 Architecture: source Version: 5.3.9+2 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-amd64-di

Accepted linux 5.3.9-2 (source) into unstable

2019-11-12 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 12 Nov 2019 15:44:08 + Source: linux Architecture: source Version: 5.3.9-2 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Changes: linux (5.3.9-2) unstable; urgency

Accepted linux-signed-arm64 5.3.9+1 (source) into unstable, unstable

2019-11-11 Thread Ben Hutchings
Architecture: source Version: 5.3.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.3.0-2-arm64-di - ATA disk modules (udeb) btrfs-modules-5.3.0-2-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.3.0-2-arm64-di - CDROM

Accepted linux-signed-i386 5.3.9+1 (source) into unstable, unstable

2019-11-10 Thread Ben Hutchings
Architecture: source Version: 5.3.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.3.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.3.0-2-686-di - ATA disk

Accepted linux-signed-amd64 5.3.9+1 (source) into unstable, unstable

2019-11-10 Thread Ben Hutchings
-modules-5.3.0-2-amd64-di linux-image-5.3.0-2-amd64 linux-image-amd64 linux-image-5.3.0-2-cloud-amd64 linux-image-cloud-amd64 Architecture: source Version: 5.3.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-2-amd64-di

Accepted kernel-wedge 2.100 (source) into unstable

2019-11-09 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 09 Nov 2019 21:38:25 + Source: kernel-wedge Architecture: source Version: 2.100 Distribution: unstable Urgency: medium Maintainer: Debian Install System Team Changed-By: Ben Hutchings Closes: 927551 Changes: kernel

Accepted linux 5.3.9-1 (source) into unstable, unstable

2019-11-09 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 09 Nov 2019 15:42:49 + Source: linux Architecture: source Version: 5.3.9-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 924705 931341 935945 942861 942881 943953

Re: Init systems and docker

2019-10-11 Thread Ben Hutchings
that said, Docker has name recognition to the point that's is almost synonymous with containers, so people are going to keep trying to use it for things it doesn't do well. Ben. -- Ben Hutchings It is easier to change the specification to fit the program than vice versa. signature.asc Descript

Accepted klibc 2.0.7-1 (source) into unstable

2019-10-07 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 08 Oct 2019 02:14:11 +0100 Source: klibc Architecture: source Version: 2.0.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 922814 931416 932926 Changes: klibc

Accepted linux-signed-i386 5.3.2+1~exp1 (source) into experimental, experimental

2019-10-03 Thread Ben Hutchings
-5.3.0-trunk-686-pae-di linux-image-5.3.0-trunk-686 linux-image-686 linux-image-5.3.0-trunk-686-pae linux-image-686-pae Architecture: source Version: 5.3.2+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0

Accepted linux-signed-arm64 5.3.2+1~exp1 (source) into experimental, experimental

2019-10-03 Thread Ben Hutchings
/Linux_5.3 - [armhf] select the dma-noncoherent symbols for all swiotlb builds (fixes FTBFS) * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.1 https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.3.2 . [ Ben Hutchings ] * [hppa

Accepted linux-signed-amd64 5.3.2+1~exp1 (source) into experimental, experimental

2019-10-03 Thread Ben Hutchings
-trunk-cloud-amd64 linux-image-cloud-amd64 Architecture: source Version: 5.3.2+1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-trunk-amd64-di - ACPI support modules (udeb) ata-modules-5.3.0-trunk-amd64-di

Accepted linux 5.3.2-1~exp1 (all source) into experimental, experimental

2019-10-03 Thread Ben Hutchings
: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 583849 941042 Description: linux-doc - Linux kernel specific documentation (meta-package) linux-doc-5.3 - Linux kernel specific documentation for version 5.3 linux-headers-5.3.0-trunk-common - Common

Re: Handling of entropy during boot

2019-09-11 Thread Ben Hutchings
id install haveged, and > this helps for general cases. But then I have corner cases like when > the root filesystem is readonly then haveged doesn't work. > > I'm not using ancient hardware I'm on a modern arm64 processor, but it > is an embedded environment with no keyboard or mouse. And no

Accepted firmware-nonfree 20190717-2 (source) into unstable

2019-09-01 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 01 Sep 2019 14:48:05 +0100 Source: firmware-nonfree Architecture: source Version: 20190717-2 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 928672 Changes: firmware

Accepted linux-signed-i386 5.3~rc5+1~exp2 (source) into experimental, experimental

2019-08-31 Thread Ben Hutchings
-By: Ben Hutchings Description: acpi-modules-5.3.0-rc5-686-di - ACPI support modules (udeb) acpi-modules-5.3.0-rc5-686-pae-di - ACPI support modules (udeb) ata-modules-5.3.0-rc5-686-di - ATA disk modules (udeb) ata-modules-5.3.0-rc5-686-pae-di - ATA disk modules (udeb) btrfs-modules-5.3.0-rc5-686

Accepted linux-signed-arm64 5.3~rc5+1~exp2 (source) into experimental, experimental

2019-08-29 Thread Ben Hutchings
-modules-5.3.0-rc5-arm64-di linux-image-5.3.0-rc5-arm64 Architecture: source Version: 5.3~rc5+1~exp2 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.3.0-rc5-arm64-di - ATA disk modules (udeb) btrfs-modules-5.3.0-rc5

Re: dput problem: Ancient sha256sum?

2019-08-28 Thread Ben Hutchings
_0.17.orig.tar.gz, but the file differs: > in dsc: 82c115920b5570e1e33c613b008736086db210bc8f9b2c2e75f970e9696d8ec5 > found: 64ca6eeb1d646e9992b134b4c89c7b0da5d2f9e141d03ffe29ff76729c4a4975 > > Please, rebuild your package against the correct file. > > Please try to fix it and re-upload. Thanks, > > -- mentors.debian.n

Accepted linux-signed-amd64 5.3~rc5+1~exp2 (source) into experimental, experimental

2019-08-28 Thread Ben Hutchings
Team Changed-By: Ben Hutchings Description: acpi-modules-5.3.0-rc5-amd64-di - ACPI support modules (udeb) ata-modules-5.3.0-rc5-amd64-di - ATA disk modules (udeb) btrfs-modules-5.3.0-rc5-amd64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.3.0-rc5-amd64-di - CDROM support (udeb

Accepted linux 5.3~rc5-1~exp2 (source) into experimental

2019-08-25 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 25 Aug 2019 16:28:41 +0100 Source: linux Architecture: source Version: 5.3~rc5-1~exp2 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Changes: linux (5.3~rc5-1~exp2

Accepted linux 5.3~rc5-1~exp1 (all source) into experimental, experimental

2019-08-24 Thread Ben Hutchings
: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: linux-doc-5.3 - Linux kernel specific documentation for version 5.3 linux-headers-5.3.0-rc5-common - Common header files for Linux 5.3.0-rc5 linux-source-5.3 - Linux kernel source for version 5.3 with Debian patches linux

Accepted initramfs-tools 0.135 (source) into unstable

2019-08-21 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 21 Aug 2019 23:06:28 +0100 Source: initramfs-tools Architecture: source Version: 0.135 Distribution: unstable Urgency: medium Maintainer: Debian kernel team Changed-By: Ben Hutchings Changes: initramfs-tools (0.135

Accepted linux-signed-i386 5.2.9+2 (source) into unstable

2019-08-21 Thread Ben Hutchings
: source Version: 5.2.9+2 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.2.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.2.0-2-686-di - ATA disk modules

Accepted linux-signed-arm64 5.2.9+2 (source) into unstable

2019-08-21 Thread Ben Hutchings
Architecture: source Version: 5.2.9+2 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.2.0-2-arm64-di - ATA disk modules (udeb) btrfs-modules-5.2.0-2-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.2.0-2-arm64

Accepted linux-signed-amd64 5.2.9+2 (source) into unstable

2019-08-21 Thread Ben Hutchings
-modules-5.2.0-2-amd64-di linux-image-5.2.0-2-amd64 linux-image-5.2.0-2-cloud-amd64 linux-image-5.2.0-2-rt-amd64 Architecture: source Version: 5.2.9+2 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-amd64-di - ACPI support

Accepted linux 5.2.9-2 (source) into unstable

2019-08-21 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 21 Aug 2019 13:48:11 +0100 Source: linux Architecture: source Version: 5.2.9-2 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 932086 935270 Changes: linux (5.2.9-2

Accepted linux-signed-i386 5.2.9+1 (source) into unstable

2019-08-20 Thread Ben Hutchings
: source Version: 5.2.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.2.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.2.0-2-686-di - ATA disk modules

Accepted linux-signed-arm64 5.2.9+1 (source) into unstable

2019-08-20 Thread Ben Hutchings
Architecture: source Version: 5.2.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.2.0-2-arm64-di - ATA disk modules (udeb) btrfs-modules-5.2.0-2-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.2.0-2-arm64

Accepted linux-signed-amd64 5.2.9+1 (source) into unstable

2019-08-20 Thread Ben Hutchings
-modules-5.2.0-2-amd64-di linux-image-5.2.0-2-amd64 linux-image-5.2.0-2-cloud-amd64 linux-image-5.2.0-2-rt-amd64 Architecture: source Version: 5.2.9+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-amd64-di - ACPI support

Accepted linux 5.2.9-1 (source) into unstable

2019-08-18 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 18 Aug 2019 22:54:21 +0100 Source: linux Architecture: source Version: 5.2.9-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 908712 925766 931707 933963 934091 934304

Accepted linux-signed-i386 5.2.7+1 (source) into unstable, unstable

2019-08-09 Thread Ben Hutchings
: source Version: 5.2.7+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-686-di - ACPI support modules (udeb) acpi-modules-5.2.0-2-686-pae-di - ACPI support modules (udeb) ata-modules-5.2.0-2-686-di - ATA disk modules

Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-08 Thread Ben Hutchings
On Fri, 2019-08-09 at 00:28 +0200, Aurelien Jarno wrote: > On 2019-08-08 22:23, Ben Hutchings wrote: [...] > > 1a. Require 32-bit build environments to be multiarch with the > > related 64-bit architecture also enabled. > > Indeed, but that looks like the first step. Fr

Accepted linux-signed-arm64 5.2.7+1 (source) into unstable, unstable

2019-08-08 Thread Ben Hutchings
Architecture: source Version: 5.2.7+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.2.0-2-arm64-di - ATA disk modules (udeb) btrfs-modules-5.2.0-2-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.2.0-2-arm64

Accepted linux-signed-amd64 5.2.7+1 (source) into unstable, unstable

2019-08-08 Thread Ben Hutchings
-modules-5.2.0-2-amd64-di linux-image-5.2.0-2-amd64 linux-image-5.2.0-2-cloud-amd64 linux-image-5.2.0-2-rt-amd64 Architecture: source Version: 5.2.7+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-2-amd64-di - ACPI support

Re: Bypassing the 2/3/4GB virtual memory space on 32-bit ports

2019-08-08 Thread Ben Hutchings
ny comments, ideas, or help here? [...] 1a. Require 32-bit build environments to be multiarch with the related 64-bit architecture also enabled. 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

Accepted linux-latest 106 (source) into unstable

2019-08-08 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 08 Aug 2019 20:24:16 +0100 Source: linux-latest Architecture: source Version: 106 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Changes: linux-latest (106) unstable; urgency

Accepted linux 5.2.7-1 (all source) into unstable, unstable

2019-08-08 Thread Ben Hutchings
: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: linux-doc-5.2 - Linux kernel specific documentation for version 5.2 linux-headers-5.2.0-2-common - Common header files for Linux 5.2.0-2 linux-headers-5.2.0-2-common-rt - Common header files for Linux

Accepted linux-signed-i386 5.2.6+1 (source) into unstable, unstable

2019-08-07 Thread Ben Hutchings
: source Version: 5.2.6+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-1-686-di - ACPI support modules (udeb) acpi-modules-5.2.0-1-686-pae-di - ACPI support modules (udeb) ata-modules-5.2.0-1-686-di - ATA disk modules

Accepted linux-signed-amd64 5.2.6+1 (source) into unstable, unstable

2019-08-07 Thread Ben Hutchings
-modules-5.2.0-1-amd64-di linux-image-5.2.0-1-amd64 linux-image-5.2.0-1-cloud-amd64 linux-image-5.2.0-1-rt-amd64 Architecture: source Version: 5.2.6+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: acpi-modules-5.2.0-1-amd64-di - ACPI support

Accepted linux-signed-arm64 5.2.6+1 (source) into unstable, unstable

2019-08-07 Thread Ben Hutchings
Architecture: source Version: 5.2.6+1 Distribution: sid Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Description: ata-modules-5.2.0-1-arm64-di - ATA disk modules (udeb) btrfs-modules-5.2.0-1-arm64-di - BTRFS filesystem support (udeb) cdrom-core-modules-5.2.0-1-arm64

Accepted linux 5.2.6-1 (all source) into unstable, unstable

2019-08-06 Thread Ben Hutchings
: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 866122 872069 914511 920651 921019 927791 928451 929938 929968 931247 931374 931752 932722 933228 933603 Description: linux-doc-5.2 - Linux kernel specific documentation for version 5.2 linux-headers-5.2.0-1

Accepted firmware-nonfree 20190717-1 (source) into unstable

2019-07-28 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 28 Jul 2019 18:27:54 +0100 Source: firmware-nonfree Architecture: source Version: 20190717-1 Distribution: unstable Urgency: medium Maintainer: Debian Kernel Team Changed-By: Ben Hutchings Closes: 919632 928631 928672

Accepted initramfs-tools 0.134 (source) into unstable

2019-07-27 Thread Ben Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 28 Jul 2019 01:10:56 +0100 Source: initramfs-tools Architecture: source Version: 0.134 Distribution: unstable Urgency: medium Maintainer: Debian kernel team Changed-By: Ben Hutchings Closes: 916696 923165 928689 928736

Bug#932769: [moreinfo] DoS via DHCP request

2019-07-23 Thread Ben Hutchings
you net-boot without an initramfs. Ben. -- Ben Hutchings You can't have everything. Where would you put it? signature.asc Description: This is a digitally signed message part

  1   2   3   4   5   6   7   8   9   10   >