From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965022AbcA0QO0 (ORCPT ); Wed, 27 Jan 2016 11:14:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8707 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933095AbcA0QOJ (ORCPT ); Wed, 27 Jan 2016 11:14:09 -0500 Subject: Re: [PATCH v3] mptlan: add checks for dma mapping errors To: Sathya Prakash , "Martin K. Petersen" References: <56A6568B.9020707@ispras.ru> <1453744944-4065-1-git-send-email-khoroshilov@ispras.ru> <56A79FD3.2060200@redhat.com> Cc: Alexey Khoroshilov , Sreekanth Reddy , PDL-MPT-FUSIONLINUX , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org From: Tomas Henzl Message-ID: <56A8ECCD.2010102@redhat.com> Date: Wed, 27 Jan 2016 17:14:05 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27.1.2016 06:44, Sathya Prakash wrote: > There is no fusion based network card and resources exists today in > Avago(LSI) to test this patch so we prefer to leave it as is. We would > like to prevent any new changes on MPT (FC/SCSI/SAS/LAN) drivers as we > don't have support for those cards anymore, is there a way we could > remove those drivers from newer kernels or mark them as unmaintained?. There still are users of some of those drivers (mptsas for example) in certain distributions, so even if in fact they aren't directly maintained, we should keep them in mainline. Thanks, Tomas > > Thanks > Sathya > > -----Original Message----- > From: mpt-fusionlinux.pdl@avagotech.com > [mailto:mpt-fusionlinux.pdl@avagotech.com] On Behalf Of Martin K. Petersen > Sent: Tuesday, January 26, 2016 7:23 PM > To: Tomas Henzl > Cc: Alexey Khoroshilov; Sreekanth Reddy; > MPT-FusionLinux.pdl@avagotech.com; linux-scsi@vger.kernel.org; > linux-kernel@vger.kernel.org; ldv-project@linuxtesting.org > Subject: Re: [PATCH v3] mptlan: add checks for dma mapping errors > >>>>>> "Tomas" == Tomas Henzl writes: > Tomas> Other than that - previous patch for this driver came in in 2010 > Tomas> - six years ago and the driver seems unmaintained now. I'm not > Tomas> sure if we should fix hw we can't test and when there is not an > Tomas> user bug report. This example nicely shows how easy it is to add > Tomas> new bugs even when a fix looks trivial. > > Yeah, I'm inclined to leave it as is. > > If somebody provides a Tested-by: I'll reconsider. >