From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755519AbcIOVXk (ORCPT ); Thu, 15 Sep 2016 17:23:40 -0400 Received: from mail-wm0-f42.google.com ([74.125.82.42]:38379 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbcIOVXc (ORCPT ); Thu, 15 Sep 2016 17:23:32 -0400 Date: Thu, 15 Sep 2016 23:23:26 +0200 From: Richard Cochran To: John Stultz Cc: Nicolas Pitre , Thomas Gleixner , Josh Triplett , lkml Subject: Re: [PATCH v3) posix-timers: make it configurable Message-ID: <20160915212326.GC4245@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Thu, Sep 15, 2016 at 12:58:22PM -0700, John Stultz wrote: > This doesn't look too bad. Actually, it is worse than ugly. It is a disaster. With this change, registration will succeed and MAC drivers will happily report the PTP devices in 'ethtool -T', but there won't be anything behind them. IMHO, it would be better in this case to stub out the whole subsystem. That would save you ptp_clock.o, ptp_chardev.o, and ptp_sysfs.o. Thanks, Richard