From: Ingo Molnar <mingo@elte.hu>
To: Arnd Bergmann <arnd@arndb.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>, Sam Ravnborg <sam@ravnborg.org>,
Kyle McMartin <kyle@infradead.org>,
Jaswinder Singh Rajput <jaswinderrajput@gmail.com>,
mingo@redhat.com, dwmw2@infradead.org,
linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: [patch 0/7] Use strict kernel types to fix the world
Date: Thu, 26 Feb 2009 01:56:22 +0100 [thread overview]
Message-ID: <20090226005622.GA30255@elte.hu> (raw)
In-Reply-To: <200902260152.23410.arnd@arndb.de>
* Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday 26 February 2009, H. Peter Anvin wrote:
> > I'm really of two minds regarding the patches that replace pure data
> > types (2/7-5/7). Part of me thinks it would be better to do this via a
> > script in make headers_install, but another part of me thinks that that
> > is a recipe for missing includes.
> >
> > However, if subsystem maintainers are sharing headers with other
> > platforms, it's probably the only sane road to go.
>
> The only file I found that is obviously shared across
> operating systems is linux/coda.h, and I completely left that
> one alone on the basis that the hacks in there should still
> work with the new linux/types.h.
>
> Doing an automated conversion on coda.h would guarantee
> trouble, which I see as an argument for doing the manual
> approach in general.
>
> The changes outside of mtd, netfilter, drm and pfkeyv2.h are
> actually pretty minimal. For reference, all other patches
> touching those files since 2.6.28 have a combined diffstat of
>
> include/drm/drm.h | 26 +++-
> include/drm/drm_mode.h | 271 ++++++++++++++++++++++++++++++++
> include/drm/i915_drm.h | 43 +++++-
> include/linux/agpgart.h | 1 -
> include/linux/cyclades.h | 2 -
> include/linux/dvb/audio.h | 5 -
> include/linux/dvb/video.h | 7 +-
> include/linux/if_pppol2tp.h | 2 +-
> include/linux/matroxfb.h | 2 +-
> include/linux/mroute6.h | 26 +++-
> include/linux/netfilter/x_tables.h | 2 +-
> include/linux/netfilter/xt_conntrack.h | 1 +
> include/linux/pkt_sched.h | 18 ++
> include/linux/ppp_defs.h | 2 +
> include/linux/time.h | 1 +
> include/linux/types.h | 24 ++--
> include/linux/xfrm.h | 14 ++
> include/mtd/inftl-user.h | 2 +
> include/mtd/ubi-user.h | 134 +++++++++++++---
> include/sound/asound.h | 1 +
> 20 files changed, 530 insertions(+), 54 deletions(-)
>
> As long as the netfilter, mtd and drm maintainers agree, I
> don't see anything holding up the convert-everything-now
> approach.
In addition to that we could also keep tip:core/header-fixes
feature-free and pullable. So should any maintainer run into
conflicts in that area the branch could be pulled into that
tree. (the branch is focused on fixing the situation so
generally pullable.)
Ingo
prev parent reply other threads:[~2009-02-26 0:56 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-25 23:51 [patch 0/7] Use strict kernel types to fix the world arnd
2009-02-25 23:51 ` [patch 1/7] make exported headers use strict posix types arnd
2009-02-25 23:51 ` [patch 2/7] make most exported headers use strict integer types arnd
2009-02-25 23:51 ` [patch 3/7] make MTD " arnd
2009-02-26 0:32 ` Thiago Galesi
2009-02-26 0:34 ` Arnd Bergmann
2009-02-25 23:51 ` [patch 4/7] make drm " arnd
2009-02-25 23:51 ` [patch 5/7] make netfilter " arnd
2009-02-25 23:51 ` arnd
2009-02-26 0:10 ` Jan Engelhardt
2009-02-26 0:10 ` Jan Engelhardt
2009-02-26 0:14 ` H. Peter Anvin
2009-02-26 0:39 ` Jan Engelhardt
2009-02-26 1:02 ` H. Peter Anvin
2009-02-26 0:24 ` H. Peter Anvin
2009-02-26 0:55 ` David Miller
2009-02-26 0:55 ` David Miller
2009-02-26 0:58 ` H. Peter Anvin
2009-02-26 0:59 ` David Miller
2009-02-25 23:51 ` [patch 6/7] coda_psdev: dont export internals to user space arnd
2009-02-25 23:51 ` [patch 7/7] remove __KERNEL_STRICT_NAMES arnd
2009-02-26 0:02 ` [patch 0/7] Use strict kernel types to fix the world H. Peter Anvin
2009-02-26 0:24 ` Arnd Bergmann
2009-02-26 0:24 ` Arnd Bergmann
2009-02-26 0:30 ` H. Peter Anvin
2009-02-26 0:52 ` Arnd Bergmann
2009-02-26 0:56 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090226005622.GA30255@elte.hu \
--to=mingo@elte.hu \
--cc=arnd@arndb.de \
--cc=dwmw2@infradead.org \
--cc=hpa@zytor.com \
--cc=jaswinderrajput@gmail.com \
--cc=kyle@infradead.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).