Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp491112pxf; Thu, 25 Mar 2021 08:12:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdSyKqmfSUZ1ouXt4Sz7+zmPJ07xo3dFxmkLs+3Ua5/Yndw5fwkfJBh0AtsK+iFouew+0t X-Received: by 2002:a17:906:7c4:: with SMTP id m4mr10069638ejc.63.1616685134351; Thu, 25 Mar 2021 08:12:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616685134; cv=none; d=google.com; s=arc-20160816; b=rW0zbAbjJR0d9dSGcV4Xo1YvdVYl5glUAR+8vbPMSApvgY5uGrvyfJT8Z8CWSfvf/V YFUxRHyBfxkhckOVQgOALFQV2vlDk0xpmP6p+yj2/X7q8UDbo5TnUwST01gbUJMf2c+G Sna2AdCmoyUYVX5AXMmEcDuYE5vJwdTHsTiX2btC4NaSx5XrGbkh2mCfeB7HnGFJbekS bf6G96+3OltPjjWzDbMeZ/DyH2KGt9L28IgzjfDmCMdoVQTW+C516HCQWf2fSHnRDCW5 9trrefzrW0WRoj1DaZHm8VWuGePJ/qylsB6WaM4LmnIhGJttPwcL+4iRwdihzlAsGGjJ t9oQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=Q+Ven09+n6Uf9znkB0hCfp8/eBAEo9Ohq65z3B643/E=; b=eS2T1ueGnngjZonZlc/rbBPz8ohRPi7Lmw1+jXtsze97Efrvof2cdW0Chicy0T7eKK KcMwsB8q+b+IDMDw9BxSmw1FREiz8GFa0RuQmq/jnRJqvTnNyn28bQ7tWVr0w2DQMnKW bKxyzT2Ri/PD2tNITV4jLViIXKDLoiexQxLTxBNZsEvHN3XCrnvLF3JDl/reCoN86IJf oaMnSmFhYH+fsRogT65Jy5XN1gyY75lZdt8kEHAHSv5BJcgUWiDd+l3MLb+W6MyYLKKB T/c5cQMEEEDc3aOLLyCy5qjP/YWQQdH8RErFvced7mfZZ1AE0/OyFTYbdMNAEQN0WGyW 47VQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z9si4862370ejr.490.2021.03.25.08.11.49; Thu, 25 Mar 2021 08:12:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230516AbhCYPIW (ORCPT + 99 others); Thu, 25 Mar 2021 11:08:22 -0400 Received: from gecko.sbs.de ([194.138.37.40]:46881 "EHLO gecko.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231151AbhCYPIH (ORCPT ); Thu, 25 Mar 2021 11:08:07 -0400 Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id 12PF7vaV028108 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 25 Mar 2021 16:07:57 +0100 Received: from [139.22.38.170] ([139.22.38.170]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 12PEvufl013703; Thu, 25 Mar 2021 15:57:56 +0100 Subject: Re: [PATCH] staging: gasket: remove it from the kernel To: Greg KH Cc: Rob Springer , Todd Poynor , Ben Chan , Richard Yeh , linux-staging@lists.linux.dev, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org References: <20210315154413.3084149-1-gregkh@linuxfoundation.org> <30ee6d6b-9206-acad-b224-591fdeb0dad7@siemens.com> From: Jan Kiszka Message-ID: <842fccfa-30a6-d40a-bf9a-8e7dea355666@siemens.com> Date: Thu, 25 Mar 2021 15:57:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.03.21 15:52, Greg KH wrote: > On Thu, Mar 25, 2021 at 03:46:10PM +0100, Jan Kiszka wrote: >> On 15.03.21 17:10, Rob Springer wrote: >>> Acked-by: Rob Springer >>> >>> >>> On Mon, Mar 15, 2021 at 8:44 AM wrote: >>>> >>>> From: Greg Kroah-Hartman >>>> >>>> As none of the proposed things that need to be changed in the gasket >>>> drivers have ever been done, and there has not been any forward progress >>>> to get this out of staging, it seems totally abandonded so remove the >>>> code entirely so that people do not spend their time doing tiny cleanups >>>> for code that will never get out of staging. >>>> >>>> If this code is actually being used, it can be reverted simply and then >>>> cleaned up properly, but as it is abandoned, let's just get rid of it. >>>> >>>> Cc: Rob Springer >>>> Cc: Todd Poynor >>>> Cc: Ben Chan >>>> Cc: Richard Yeh >>>> Signed-off-by: Greg Kroah-Hartman >> >> OK, so is there a plan of the HW vendor to improve the user experience >> for this hardware? Is there a different software architecture in sight >> which will not need a kernel driver? > > What hardware vendor makes this thing? What systems require it? And > why can't you use UIO instead? > >> Just wondering loudly while fiddling with dkms packages and starring at >> the code diffs between what was removed here and what I still have to >> install manually from remote sources. > > Where are the remote sources for this thing and why didn't they ever get > synced into the kernel tree? > Very good questions, and I'm curious to learn if someone in CC can answer them. I was just starting to play with this thing, using Google's binary Debian repo. But that is not... optimal. Even more when thinking beyond a try-out stage. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux