From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752389AbbC2A4g (ORCPT ); Sat, 28 Mar 2015 20:56:36 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:59011 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752307AbbC2A4b (ORCPT ); Sat, 28 Mar 2015 20:56:31 -0400 Message-ID: <55174D7B.8070401@roeck-us.net> Date: Sat, 28 Mar 2015 17:55:23 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Paul Bolle CC: =?UTF-8?B?UGFsaSBSb2jDoXI=?= , Steven Honeyman , Arnd Bergmann , Greg Kroah-Hartman , Jean Delvare , Valdis Kletnieks , Jochen Eisinger , Gabriele Mazzotta , linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org Subject: Re: [PATCH 2/2] hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k References: <1427538255-10860-1-git-send-email-pali.rohar@gmail.com> <1427540660.2334.14.camel@x220> <201503282300.48749@pali> <55172939.4070100@roeck-us.net> <1427582640.3377.0.camel@tiscali.nl> In-Reply-To: <1427582640.3377.0.camel@tiscali.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020202.55174DBF.001D,ss=1,re=0.001,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.001 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 2 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/28/2015 03:44 PM, Paul Bolle wrote: > Guenter Roeck schreef op za 28-03-2015 om 15:20 [-0700]: >> Maybe that is the plan, but it is not what is happening. >> I8K selects SENSORS_DELL_SMM, so a boolean I8K forces SENSORS_DELL_SMM >> to be built into the kernel. >> >> What you suggest would work if I8K would depend on SENSORS_DELL_SMM, >> but then the symbols would not be backward-compatible. > > I haven't actually looked into this part of the patch, since as far as > I'm concerned this patch is broken. > You mean beyond the "ON" and the above problem ? Can you elaborate ? Guenter