From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:33629 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757789Ab1FJP0d (ORCPT ); Fri, 10 Jun 2011 11:26:33 -0400 Message-ID: <4DF23791.7060607@redhat.com> Date: Fri, 10 Jun 2011 17:26:09 +0200 From: Milan Broz MIME-Version: 1.0 Subject: Re: [GIT] kbuild fixes for 3.0 References: <20110609214241.GA4849@sepie.suse.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andy Whitcroft Cc: Ray Lee , Arnaud Lacombe , Linus Torvalds , Michal Marek , pefoley2@verizon.net, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On 06/10/2011 05:06 PM, Andy Whitcroft wrote: > As an experiment I have uploaded a 3.0 reporting kernel into Ubuntu > Oneiric. So far we have had issues with: > > - depmod -- (as above) > - procps (ps/top) -- reporting errors on startup > - glibc version checks are preventing upgrade of that package > > I am sure there will be others All tools based on libdevmapper (lvm, cryptsetup, kpartx, ...) fails in initialization. (fixed already in devel tree) mdadm is broken with 3.0 as well (it fails to auto assemble devices) because of misparsing kernel version. Fedora was quite proactive and added uts name patch "3.0-rc1", so you can see what it caused... (unbootable system in short) https://bugzilla.redhat.com/show_bug.cgi?id=710646 Milan