From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 832F0C04AB1 for ; Mon, 13 May 2019 08:14:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 46BB321019 for ; Mon, 13 May 2019 08:14:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557735265; bh=dNA4RUmgUPTaRXLId4vdl+VumePaZKcBqYYz1aVXYc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wjRpodBooUvHTPwwnwfXdMCBcB7AxFkOXnq0fvVy9ezTvBUm3SRPVV4Hn2CbOUeAi Yl7VnUF4ilN/87Cemahl9xCeEFp60qAQcMJHhI0StGzitn0KnNAPnLf3UoMssih0Yh 4w1wQ6YJXhDqNU9CHadGrMaeYJvRkrBczGrStIk8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727555AbfEMIOY (ORCPT ); Mon, 13 May 2019 04:14:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:36410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727371AbfEMIOY (ORCPT ); Mon, 13 May 2019 04:14:24 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A154C208C3; Mon, 13 May 2019 08:14:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557735264; bh=dNA4RUmgUPTaRXLId4vdl+VumePaZKcBqYYz1aVXYc0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EFirF4XvAin4sCjsjf5gNH7jkqYCrlIfcEFtDurCd6YG4QrMGGidNjpR6oa8fjjpM svkPb+laR4BIvOF5rOGM5/yY/qi8PBcrV7UNu8hbM+OvW3uHx7rPVnYuVBXMMTC7eo 653StPx+8qFxdIYlmLtwar33ZP4mR3Q5byM8f8Ic= Date: Mon, 13 May 2019 10:14:21 +0200 From: Greg KH To: pepijn de vos Cc: mario.limonciello@dell.com, dvhart@infradead.org, pali.rohar@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] platform/x86: dell-laptop: fix rfkill functionality" failed to apply to 4.14-stable tree Message-ID: <20190513081421.GA4169@kroah.com> References: <155773326874172@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 13, 2019 at 09:56:43AM +0200, pepijn de vos wrote: > I attached a 4.15 patch to the bugzilla issue > https://bugzilla.kernel.org/show_bug.cgi?id=201427 which might also apply > to earlier branches. Please let me know if any further action is needed to > format this correctly for inclusion to the kernel. > > Regards, > Pepijn de Vos > > On Mon, May 13, 2019 at 9:41 AM wrote: > > > > > The patch below does not apply to the 4.14-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > > thanks, > > > > greg k-h > > > > ------------------ original commit in Linus's tree ------------------ > > > > From 6cc13c28da5beee0f706db6450e190709700b34a Mon Sep 17 00:00:00 2001 > > From: Mario Limonciello > > Date: Wed, 27 Mar 2019 09:25:34 -0500 > > Subject: [PATCH] platform/x86: dell-laptop: fix rfkill functionality > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=UTF-8 > > Content-Transfer-Encoding: 8bit > > > > When converting the driver two arguments were transposed leading > > to rfkill not working. > > > > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=201427 > > Reported-by: Pepijn de Vos > > Fixes: 549b49 ("platform/x86: dell-smbios: Introduce dispatcher for SMM > > calls") > > Signed-off-by: Mario Limonciello > > Acked-by: Pali Rohár > > Cc: # 4.14.x The problem is this says "4.14.x", yet 549b4930f057 ("platform/x86: dell-smbios: Introduce dispatcher for SMM calls") was not in the tree until 4.15, so I don't see how this would work on 4.14. Daren?