Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753095AbbKXIEf (ORCPT ); Tue, 24 Nov 2015 03:04:35 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36626 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752574AbbKXIEd (ORCPT ); Tue, 24 Nov 2015 03:04:33 -0500 Date: Tue, 24 Nov 2015 09:04:29 +0100 From: Ingo Molnar To: Christoph Hellwig Cc: Peter Zijlstra , Sreekanth.Reddy@avagotech.com, hare@suse.de, martin.petersen@oracle.com, linux-kernel@vger.kernel.org Subject: Re: MPT2SAS boot fail... due to silently loosing the driver Message-ID: <20151124080429.GA3398@gmail.com> References: <20151123124621.GF7520@twins.programming.kicks-ass.net> <20151124075149.GB29572@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151124075149.GB29572@lst.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1286 Lines: 36 * Christoph Hellwig wrote: > I wonder what the "classic" way to such transitions is. Adding a mpt2 option > that just selects mpt3 sound easy, but might be very confusing. I was hit by the same problem, and wasted some time on it before Peter did his time wasting, so a solution would be nice. An interactive SCSI_MPT2SAS option has to exist in any case, so that we can migrate those people who have it configured - and its help text should explain that it's a legacy setting that should not be used anymore. That won't be confusing. Then the MPT3 section can do something like: # Default to enabled if the config has the old driver enabled: default y if SCSI_MPT2SAS Doing this will also help bisectability: right now we cannot bisect on that system without figuring out whether to enable MPT2 or MPT3 at every single bisection step. Don't ever break configs this way. Please! Also, please pick hardware version invariant names - do we want to go through this again when MPT4 is introduced? Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/