linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: akpm@osdl.org, ebiederm@xmission.com, linux-kernel@vger.kernel.org
Subject: Re: 2.6.16-rc1-mm4
Date: Mon, 30 Jan 2006 00:58:53 +0100	[thread overview]
Message-ID: <20060129235853.GD3777@stusta.de> (raw)
In-Reply-To: <20060129154002.360c7294.rdunlap@xenotime.net>

On Sun, Jan 29, 2006 at 03:40:02PM -0800, Randy.Dunlap wrote:
> On Mon, 30 Jan 2006 00:34:03 +0100 Adrian Bunk wrote:
> 
> > On Sun, Jan 29, 2006 at 02:45:33PM -0800, Andrew Morton wrote:
> > >...
> > > Changes since 2.6.16-rc1-mm3:
> > >...
> > > +i386-add-a-temporary-to-make-put_user-more-type-safe.patch
> > > 
> > >  x86 fixes/features
> > >...
> > 
> > This patch generates so many "ISO C90 forbids mixed declarations and code"
> > warnings that I start to consider Andrew's rejection of my "mark 
> > virt_to_bus/bus_to_virt as __deprecated on i386" patch due to the 
> > warnings it generates a personal insult...
> 
> I prefer to think of it as reasons why neither of them
> should be merged.


Some remarks:


I forgot the smiley.


If we want to get rid of a long deprecated API (as in the 
virt_to_bus/bus_to_virt case), adding warnings could help making 
maintainers aware of the fact that the API is deprecated.

In such cases the warnings are supposed to be present only temporarily 
until the code using the deprecated API got fixed.

It might not be visible for people only using allyesconfig/allmodconfig, 
but BROKEN_ON_SMP drivers often spit screenfuls of warnings. That's OK, 
and most of them have been fixed during the last years.

And otherwise, we could simply remove __deprecated from the kernel.

Andrew rejected my patch to add -Werror-implicit-function-declaration to 
the CFLAGS which helps us to avoid a certain class of nasty runtime 
errors because it turned virt_to_bus/bus_to_virt link errors on powerpc 
into compile errors (sic).


> ~Randy

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2006-01-29 23:58 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-29 22:45 2.6.16-rc1-mm4 Andrew Morton
2006-01-29 23:19 ` 2.6.16-rc1-mm4 Jesper Juhl
2006-01-29 23:34 ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-29 23:40   ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-01-29 23:58     ` Adrian Bunk [this message]
2006-01-30  0:51       ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-01-30  0:59         ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-29 23:42   ` 2.6.16-rc1-mm4 Adrian Bunk
2006-01-30  0:25   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-30  0:42     ` 2.6.16-rc1-mm4 Eric W. Biederman
2006-01-29 23:43 ` 2.6.16-rc1-mm4 Brice Goglin
2006-01-30  9:40 ` 2.6.16-rc1-mm4 Muli Ben-Yehuda
2006-01-30 13:52   ` 2.6.16-rc1-mm4 Mark Maule
2006-01-30 13:59     ` 2.6.16-rc1-mm4 Muli Ben-Yehuda
2006-01-30 11:23 ` 2.6.16-rc1-mm4 Marc Koschewski
2006-01-30 11:31   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-30 13:01     ` -git tree? (was Re: 2.6.16-rc1-mm4) Marc Koschewski
2006-01-30 14:01       ` Jiri Slaby
2006-01-30 14:13         ` Jiri Slaby
2006-01-30 15:47           ` Randy.Dunlap
2006-01-30 20:57             ` Andrew Morton
2006-01-30 13:20 ` 2.6.16-rc1-mm4 Al Boldi
2006-01-30 21:00   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-31 15:56     ` 2.6.16-rc1-mm4 Al Boldi
2006-01-31 22:01       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  0:50         ` 2.6.16-rc1-mm4 Randy.Dunlap
2006-02-01 13:58         ` 2.6.16-rc1-mm4 Al Boldi
2006-01-30 18:50 ` 2.6.16-rc1-mm4 Jindrich Makovicka
2006-01-31 20:24   ` vgacon scrolling problem [Was: Re: 2.6.16-rc1-mm4] Jiri Slaby
2006-01-31 20:35     ` Jindrich Makovicka
2006-01-31 21:02       ` Jiri Slaby
2006-02-01  0:36       ` Antonino A. Daplas
2006-01-30 19:04 ` 2.6.16-rc1-mm4 Martin Bligh
     [not found] ` <3aa654a40601311445t65fc9b6aqf2d565b72ded9c1a@mail.gmail.com>
2006-01-31 23:10   ` 2.6.16-rc1-mm4 Andrew Morton
     [not found]     ` <3aa654a40602010154r54e0072bp3e7bd46ce9aafa03@mail.gmail.com>
2006-02-01 10:06       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  0:19   ` 2.6.16-rc1-mm4 Dave Jones
2006-02-01  0:59     ` 2.6.16-rc1-mm4 Dave Jones
2006-02-01 10:36       ` [PATCH 1/2] 2.6.16-rc1-mm4 Thomas Renninger
2006-02-01 10:38       ` [PATCH 2/2] " Thomas Renninger
     [not found]         ` <3aa654a40602010251t2c5d8acdt85f2d85af5ef9f89@mail.gmail.com>
2006-02-01 10:59           ` Thomas Renninger
2006-02-01  1:47 ` 2.6.16-rc1-mm4: ALSA oops at remove_proc_entry Alexey Dobriyan
2006-02-01  2:23 ` 2.6.16-rc1-mm4 Yasunori Goto
2006-02-01  2:30   ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  4:38 ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  4:40   ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-01  4:57     ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  5:16       ` 2.6.16-rc1-mm4 Kurt Wall
2006-02-01  9:34     ` 2.6.16-rc1-mm4 Russell King
2006-02-01  9:53       ` 2.6.16-rc1-mm4 Andrew Morton
2006-02-02 22:28 ` 2.6.16-rc1-mm4 J.A. Magallon
2006-02-02 22:47   ` 2.6.16-rc1-mm4 Andrew Morton
2006-01-30 12:38 2.6.16-rc1-mm4 Gabriel C.
2006-02-01  2:44 2.6.16-rc1-mm4 Chuck Ebbert
2006-02-01 23:56 ` 2.6.16-rc1-mm4 Keith Owens
2006-02-02  8:58   ` 2.6.16-rc1-mm4 Gerd Hoffmann
2006-02-01  4:28 2.6.16-rc1-mm4 Chuck Ebbert

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=20060129235853.GD3777@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@osdl.org \
    --cc=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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).