From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:59180 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751809AbaFJMtf (ORCPT ); Tue, 10 Jun 2014 08:49:35 -0400 Message-ID: <5396FEDC.8010102@suse.cz> Date: Tue, 10 Jun 2014 14:49:32 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH v2 2/2] deb-pkg: Add automatic support for s390x architecture References: <1402273462.23860.62.camel@deadeye.wl.decadent.org.uk> In-Reply-To: <1402273462.23860.62.camel@deadeye.wl.decadent.org.uk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Ben Hutchings Cc: linux-kbuild , maximilian attems , debian-s390@lists.debian.org, Stephen Powell , 750925@bugs.debian.org On 2014-06-09 02:24, Ben Hutchings wrote: > The Debian s390x architecture has 64-bit userland whereas s390 has > 32-bit userland. A 64-bit kernel can be used with either. Now that > Debian supports multiarch and officially supports s390x, it makes more > sense to assign a 64-bit kernel package to s390x. > > Reported-by: Stephen Powell > References: https://bugs.debian.org/750925 > Signed-off-by: Ben Hutchings Applied to kbuild.git#misc, thanks. Michal