From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760597Ab0HLUo1 (ORCPT ); Thu, 12 Aug 2010 16:44:27 -0400 Received: from pfepa.post.tele.dk ([195.41.46.235]:48248 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753336Ab0HLUo0 (ORCPT ); Thu, 12 Aug 2010 16:44:26 -0400 Date: Thu, 12 Aug 2010 22:44:25 +0200 From: Sam Ravnborg To: lkml , linux-kbuild , Linus Torvalds Subject: Upcoming cleanup patches Message-ID: <20100812204425.GA32630@merkur.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I am planning to submit to larger cleanup patches soonish. One of them rely on two patches, and I have asked Michal to get them upstream soonish. The first patch is actually a pseudo patch. It is a small script that convert the remaining *defconfig files so they follow the minimal format. I plan to ask Linus to run the script. diffstat looks impressive... Linus - if you prefer a pull request I can do so. The second patch eliminates use of unifdef-y in all the Kbuild files in include/* unifdef-y and header-y has the same functionality, and there is no reason to keep the former. But the Kbuild files has historically seen quite some chrunch so I am waiting a few more days before touching them. Sam