login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
22
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_codec.c
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From:
Mariusz Kozlowski <m.kozlowski@...>
To: Takashi Iwai <tiwai@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>
Subject:
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_codec.c
Date: Wednesday, August 22, 2007 - 5:18 pm
> > This is from x86_32 with gcc 3.4.6:
quoted text
> > > > CC [M] sound/pci/hda/hda_codec.o > > sound/pci/hda/hda_codec.c: In function `snd_hda_codec_free': > > sound/pci/hda/hda_codec.c:517: sorry, unimplemented: inlining failed in call to 'free_hda_cache': function body not available > > sound/pci/hda/hda_codec.c:534: sorry, unimplemented: called from here > > sound/pci/hda/hda_codec.c:517: sorry, unimplemented: inlining failed in call to 'free_hda_cache': function body not available > > sound/pci/hda/hda_codec.c:535: sorry, unimplemented: called from here > > make[3]: *** [sound/pci/hda/hda_codec.o] Error 1 > > make[2]: *** [sound/pci/hda] Error 2 > > make[1]: *** [sound/pci] Error 2 > > make: *** [sound] Error 2 > > Since it doesn't happen with gcc-4.x, this looks like a gcc-3.x > specific problem. Does the patch below fix?
Yes - it does. Thanks, Mariusz
quoted text
> diff -r db9001b20d29 pci/hda/hda_codec.c > --- a/pci/hda/hda_codec.c Wed Aug 22 14:19:45 2007 +0200 > +++ b/pci/hda/hda_codec.c Wed Aug 22 23:06:00 2007 +0200 > @@ -514,7 +514,7 @@ static int read_widget_caps(struct hda_c > > static void init_hda_cache(struct hda_cache_rec *cache, > unsigned int record_size); > -static inline void free_hda_cache(struct hda_cache_rec *cache); > +static void free_hda_cache(struct hda_cache_rec *cache); > > /* > * codec destructor > @@ -707,7 +707,7 @@ static void __devinit init_hda_cache(str > cache->record_size = record_size; > } > > -static inline void free_hda_cache(struct hda_cache_rec *cache) > +static void free_hda_cache(struct hda_cache_rec *cache) > { > kfree(cache->buffer); > } > -
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 5:06 am)
Re: 2.6.23-rc3-mm1
,
, (Wed Aug 29, 10:04 am)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
,
, (Wed Aug 29, 1:37 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Andrew Morton
, (Wed Aug 29, 7:15 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Chuck Ebbert
, (Thu Aug 30, 12:30 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Andi Kleen
, (Sat Sep 1, 6:07 am)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Chuck Ebbert
, (Fri Sep 7, 3:39 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Andi Kleen
, (Sat Sep 8, 4:57 am)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
,
, (Sat Sep 8, 11:20 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Chuck Ebbert
, (Thu Aug 30, 12:27 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
,
, (Sat Sep 8, 8:24 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Andi Kleen
, (Sun Sep 9, 3:27 am)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
,
, (Mon Sep 10, 3:07 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
,
, (Thu Aug 30, 10:08 am)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Chuck Ebbert
, (Fri Aug 31, 5:21 pm)
Re: 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc
, Ulrich Drepper
, (Wed Aug 29, 10:46 pm)
oops at sr_block_release [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Tue Aug 28, 7:32 am)
Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]
, Andrew Morton
, (Tue Aug 28, 10:58 pm)
Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]
, Satyam Sharma
, (Tue Aug 28, 11:08 am)
Re: oops at sr_block_release [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Tue Aug 28, 11:21 am)
2.6.23-rc3-mm1: i386: -maccumulate-outgoing-args uncondition...
, Adrian Bunk
, (Mon Aug 27, 5:29 pm)
[-mm patch] iwl-base.c bugfixes
, Adrian Bunk
, (Mon Aug 27, 5:29 pm)
Re: [-mm patch] iwl-base.c bugfixes
, Tomas Winkler
, (Mon Aug 27, 6:34 pm)
[-mm patch] ivtv-fb.c bugfix
, Adrian Bunk
, (Mon Aug 27, 5:29 pm)
Re: [v4l-dvb-maintainer] [-mm patch] ivtv-fb.c bugfix
, Hans Verkuil
, (Tue Aug 28, 2:30 am)
[-mm patch] mousedev.c:mixdev_open_devices() bugfix
, Adrian Bunk
, (Mon Aug 27, 5:28 pm)
[-mm patch] unexport noautodma
, Adrian Bunk
, (Mon Aug 27, 5:28 pm)
[-mm patch] remove unwind exports
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
2.6.23-rc3-mm1: m32r defconfig compile error
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
Re: 2.6.23-rc3-mm1: m32r defconfig compile error
, Hirokazu Takata
, (Mon Aug 27, 11:50 pm)
[-mm patch] unexport sys_{open,read}
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
Re: [-mm patch] unexport sys_{open,read}
, Arjan van de Ven
, (Mon Aug 27, 6:53 pm)
Re: [-mm patch] unexport sys_{open,read}
, Adrian Bunk
, (Mon Aug 27, 7:17 pm)
[-mm patch] unexport snd_ctl_elem_{read,write}
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
[-mm patch] make do_restart_poll() static
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
[-mm patch] remove parport_device_num()
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
[-mm patch] make "struct menu_governor" static (again)
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
Re: [-mm patch] make "struct menu_governor" static (again)
, Adam Belay
, (Mon Aug 27, 6:32 pm)
X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Aug 26, 9:04 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Tue Aug 28, 7:41 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 7:44 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Andrew Morton
, (Sun Sep 9, 8:47 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 10:08 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Andi Kleen
, (Sun Sep 9, 10:17 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 10:26 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Andi Kleen
, (Sun Sep 9, 10:33 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 10:43 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Mon Sep 17, 7:09 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Andi Kleen
, (Sun Sep 9, 11:01 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 11:49 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Dave Airlie
, (Tue Sep 11, 11:18 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 10:35 am)
Re: X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
, Jiri Slaby
, (Sun Sep 9, 9:04 am)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Fri Aug 24, 7:27 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Fri Aug 24, 8:07 pm)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Fri Aug 24, 8:47 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Fri Aug 24, 11:30 pm)
Clock trouble retest results with 2.6.23-rc4-mm1 (was: 2.6.2...
, Tilman Schmidt
, (Wed Sep 5, 4:41 pm)
Re: 2.6.23-rc3-mm1
, Dave Jones
, (Sat Aug 25, 12:28 am)
Re: 2.6.23-rc3-mm1
, Paul Rolland
, (Sat Aug 25, 3:55 am)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Sat Aug 25, 7:37 pm)
Re: 2.6.23-rc3-mm1
, john stultz
, (Fri Aug 24, 8:21 pm)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Sat Aug 25, 6:39 pm)
Re: 2.6.23-rc3-mm1
, Dave Jones
, (Fri Aug 24, 8:14 pm)
RE: 2.6.23-rc3-mm1
, Pallipadi, Venkatesh
, (Fri Aug 24, 8:13 pm)
RE: 2.6.23-rc3-mm1
, Pallipadi, Venkatesh
, (Fri Aug 24, 8:38 pm)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Sat Aug 25, 7:26 pm)
Re: 2.6.23-rc3-mm1
, Randy Dunlap
, (Sat Aug 25, 7:57 pm)
Re: 2.6.23-rc3-mm1
, Tilman Schmidt
, (Mon Aug 27, 9:35 am)
2.6.23-rc3-mm1 - irda goes belly up
,
, (Thu Aug 23, 9:33 am)
Re: 2.6.23-rc3-mm1 - irda goes belly up
, Andrew Morton
, (Thu Aug 23, 5:16 pm)
[PATCH 1/2] sysctl: Properly register the irda binary sysctl...
, Eric W. Biederman
, (Thu Aug 23, 11:53 pm)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
, Samuel Ortiz
, (Sun Aug 26, 6:02 pm)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
,
, (Sat Aug 25, 4:29 am)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
, Eric W. Biederman
, (Sat Aug 25, 8:57 am)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
,
, (Sat Aug 25, 10:07 am)
[PATCH] sysctl: Update sysctl_check to handle compiled out c...
, Eric W. Biederman
, (Sat Aug 25, 2:03 pm)
Re: [PATCH] sysctl: Update sysctl_check to handle compiled o...
,
, (Tue Aug 28, 2:44 pm)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
, Eric W. Biederman
, (Sat Aug 25, 1:59 pm)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
,
, (Tue Aug 28, 2:40 pm)
Re: [PATCH 1/2] sysctl: Properly register the irda binary sy...
, Eric W. Biederman
, (Tue Aug 28, 5:06 pm)
[PATCH 2/2] sysctl: For irda update sysctl_checks list of bi...
, Eric W. Biederman
, (Thu Aug 23, 11:55 pm)
Re: [PATCH 2/2] sysctl: For irda update sysctl_checks list o...
, Samuel Ortiz
, (Sun Aug 26, 6:03 pm)
Re: 2.6.23-rc3-mm1 - irda goes belly up
, Eric W. Biederman
, (Thu Aug 23, 11:46 pm)
Re: 2.6.23-rc3-mm1 - irda goes belly up
, Eric W. Biederman
, (Thu Aug 23, 11:11 pm)
Re: 2.6.23-rc3-mm1 - irda goes belly up
, Alexey Dobriyan
, (Thu Aug 23, 1:37 pm)
Re: 2.6.23-rc3-mm1 - irda goes belly up
,
, (Thu Aug 23, 2:45 pm)
x86_64-dynticks-disable-hpet_id_legsup-hpets.patch hangs the...
, Gautham R Shenoy
, (Thu Aug 23, 7:24 am)
Re: x86_64-dynticks-disable-hpet_id_legsup-hpets.patch hangs...
, Andrew Morton
, (Thu Aug 23, 4:47 pm)
Re: x86_64-dynticks-disable-hpet_id_legsup-hpets.patch hangs...
, Thomas Gleixner
, (Thu Aug 23, 4:56 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Zan Lynx
, (Wed Aug 22, 10:08 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Jiri Kosina
, (Thu Aug 23, 5:28 am)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Andrew Morton
, (Thu Aug 23, 7:52 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Jiri Kosina
, (Thu Aug 23, 8:09 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Arjan van de Ven
, (Fri Aug 24, 12:17 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Zan Lynx
, (Thu Aug 23, 1:32 pm)
Re: 2.6.23-rc3-mm1 - memory layout change? - lost support f...
, Andrew Morton
, (Thu Aug 23, 2:57 am)
fs/xfs/xfs_bmap_btree.c - compile error (Re: 2.6.23-rc3-mm1)
, Gabriel C
, (Wed Aug 22, 7:34 pm)
Re: fs/xfs/xfs_bmap_btree.c - compile error (Re: 2.6.23-rc3...
, Randy Dunlap
, (Wed Aug 22, 11:47 pm)
drivers/char/nozomi.c - compile error ( Re: 2.6.23-rc3-mm1 )
, Gabriel C
, (Wed Aug 22, 7:30 pm)
Re: drivers/char/nozomi.c - compile error ( Re: 2.6.23-rc3-m...
, Randy Dunlap
, (Wed Aug 22, 11:45 pm)
[-mm patch] enforce noreplace-smp in alternative_instruction...
, Frederik Deweerdt
, (Wed Aug 22, 4:25 pm)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Jeremy Fitzhardinge
, (Thu Aug 23, 7:16 pm)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Frederik Deweerdt
, (Fri Aug 24, 2:06 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Andrew Morton
, (Thu Aug 23, 5:50 pm)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Frederik Deweerdt
, (Fri Aug 24, 2:04 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Jeremy Fitzhardinge
, (Fri Aug 24, 2:46 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Frederik Deweerdt
, (Fri Aug 24, 4:22 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Rusty Russell
, (Sat Aug 25, 8:07 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Frederik Deweerdt
, (Sat Aug 25, 8:23 am)
Re: [-mm patch] enforce noreplace-smp in alternative_instruc...
, Frederik Deweerdt
, (Sat Aug 25, 5:14 pm)
[PATCH] Fix lguest page-pinning logic ("lguest: bad stack pa...
, Rusty Russell
, (Mon Aug 27, 12:09 pm)
Re: [PATCH] Fix lguest page-pinning logic ("lguest: bad stac...
, Frederik Deweerdt
, (Thu Aug 30, 12:38 pm)
[PATCH] Fix out-by-one error in traps.c
, Rusty Russell
, (Thu Aug 30, 6:14 pm)
Re: [PATCH] Fix out-by-one error in traps.c
, Linus Torvalds
, (Fri Aug 31, 12:44 am)
Re: [PATCH] Fix out-by-one error in traps.c
, Rusty Russell
, (Fri Aug 31, 2:03 am)
Re: [PATCH] Fix out-by-one error in traps.c
, Linus Torvalds
, (Fri Aug 31, 3:51 am)
Re: [PATCH] Fix out-by-one error in traps.c
, Rusty Russell
, (Fri Aug 31, 1:37 pm)
Re: [PATCH] Fix out-by-one error in traps.c
, Linus Torvalds
, (Fri Aug 31, 2:24 pm)
Re: [PATCH] Fix out-by-one error in traps.c
, Rusty Russell
, (Tue Sep 4, 2:18 pm)
Re: [PATCH] Fix lguest page-pinning logic ("lguest: bad stac...
, Rusty Russell
, (Thu Aug 30, 6:12 pm)
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_c...
, Mariusz Kozlowski
, (Wed Aug 22, 4:23 pm)
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_c...
, Takashi Iwai
, (Wed Aug 22, 5:07 pm)
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_c...
, Adrian Bunk
, (Wed Aug 22, 5:44 pm)
Re: 2.6.23-rc3-mm1: inlining failures in sound/pci/hda/hda_c...
, Mariusz Kozlowski
, (Wed Aug 22, 5:18 pm)
Re: 2.6.23-rc3-mm1
, Michal Piotrowski
, (Wed Aug 22, 10:19 am)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 12:17 pm)
Re: 2.6.23-rc3-mm1
, Torsten Kaiser
, (Wed Aug 22, 1:24 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 2:14 pm)
Re: 2.6.23-rc3-mm1
, Mel Gorman
, (Wed Aug 22, 1:17 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 2:10 pm)
Re: 2.6.23-rc3-mm1
, Andi Kleen
, (Thu Aug 23, 8:07 am)
Re: 2.6.23-rc3-mm1
, Mel Gorman
, (Thu Aug 23, 12:25 pm)
Re: 2.6.23-rc3-mm1
, Andy Whitcroft
, (Thu Aug 23, 8:03 am)
Re: 2.6.23-rc3-mm1
, Sam Ravnborg
, (Thu Aug 23, 8:28 am)
Re: 2.6.23-rc3-mm1
, Sam Ravnborg
, (Thu Aug 23, 10:24 am)
Re: 2.6.23-rc3-mm1
, Andi Kleen
, (Thu Aug 23, 8:22 am)
Re: 2.6.23-rc3-mm1
, Andy Whitcroft
, (Thu Aug 23, 8:34 am)
Re: 2.6.23-rc3-mm1
, Mel Gorman
, (Thu Aug 23, 7:39 am)
drivers/net/ppp_generic - __modpost error ( Re: 2.6.23-rc3-m...
, Gabriel C
, (Wed Aug 22, 1:10 pm)
drivers/scsi/advansys.c - ld error ( Re: 2.6.23-rc3-mm1 )
, Gabriel C
, (Wed Aug 22, 12:15 pm)
Re: drivers/scsi/advansys.c - ld error ( Re: 2.6.23-rc3-mm1 )
, Matthew Wilcox
, (Wed Aug 22, 12:28 pm)
Re: drivers/scsi/advansys.c - ld error ( Re: 2.6.23-rc3-mm1 )
, Gabriel C
, (Wed Aug 22, 12:57 pm)
net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Gabriel C
, (Wed Aug 22, 11:30 am)
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Adrian Bunk
, (Wed Aug 22, 11:41 am)
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Gabriel C
, (Wed Aug 22, 12:32 pm)
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Paul E. McKenney
, (Wed Aug 22, 1:03 pm)
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Jarek Poplawski
, (Mon Aug 27, 2:36 am)
Re: net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
, Paul E. McKenney
, (Mon Aug 27, 12:23 pm)
Re: 2.6.23-rc3-mm1
, Gabriel C
, (Wed Aug 22, 9:33 am)
[-mm patch] make types.h usable for non-gcc C parsers
, Adrian Bunk
, (Mon Aug 27, 5:27 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Andrew Morton
, (Tue Aug 28, 3:37 am)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Adrian Bunk
, (Tue Aug 28, 10:42 am)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Sam Ravnborg
, (Tue Aug 28, 1:06 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Adrian Bunk
, (Tue Aug 28, 1:59 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Sam Ravnborg
, (Tue Aug 28, 2:37 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Mike Frysinger
, (Tue Aug 28, 1:42 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Sam Ravnborg
, (Tue Aug 28, 4:43 am)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Randy Dunlap
, (Tue Aug 28, 10:40 am)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Michael Matz
, (Tue Aug 28, 10:19 am)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Mike Frysinger
, (Mon Aug 27, 5:34 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Adrian Bunk
, (Mon Aug 27, 5:36 pm)
Re: [-mm patch] make types.h usable for non-gcc C parsers
, Mike Frysinger
, (Mon Aug 27, 5:42 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 12:09 pm)
Re: 2.6.23-rc3-mm1
, Gabriel C
, (Wed Aug 22, 1:01 pm)
[BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Kamalesh Babulal
, (Wed Aug 22, 9:02 am)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Andrew Morton
, (Wed Aug 22, 11:50 am)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Kay Sievers
, (Wed Aug 22, 1:58 pm)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Balbir Singh
, (Wed Aug 22, 3:04 pm)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Kay Sievers
, (Wed Aug 22, 4:55 pm)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Balbir Singh
, (Thu Aug 23, 2:59 pm)
Re: [BUG] 2.6.23-rc3-mm1 - kernel BUG at net/core/skbuff.c:95!
, Balbir Singh
, (Wed Aug 22, 5:10 pm)
[BUG] fs/xfs/xfs_bmap_btree.c:2312: error: 'b' undeclared (f...
, Michal Piotrowski
, (Wed Aug 22, 6:11 am)
Re: [BUG] fs/xfs/xfs_bmap_btree.c:2312: error: 'b' undeclare...
, Michal Piotrowski
, (Wed Aug 22, 6:27 am)
Re: [BUG] fs/xfs/xfs_bmap_btree.c:2312: error: 'b' undeclare...
, Tim Shimmin
, (Thu Aug 23, 1:27 am)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, Mariusz Kozlowski
, (Wed Aug 22, 3:16 pm)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, Ivo van Doorn
, (Wed Aug 22, 3:31 pm)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, John W. Linville
, (Wed Aug 22, 3:58 pm)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, Mariusz Kozlowski
, (Wed Aug 22, 3:54 pm)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, Ivo van Doorn
, (Wed Aug 22, 4:12 pm)
Re: 2.6.23-rc3-mm1: net/wireless/rt2x00mac.c build failure
, Rafael J. Wysocki
, (Wed Aug 22, 4:22 pm)
Re: 2.6.23-rc3-mm1: kgdb build failure on powerpc
, Mariusz Kozlowski
, (Wed Aug 22, 3:04 pm)
Re: 2.6.23-rc3-mm1: kgdb build failure on powerpc
, Andrew Morton
, (Wed Aug 22, 3:47 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Jason Wessel
, (Wed Aug 22, 6:44 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Andrew Morton
, (Wed Aug 22, 7:53 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Jason Wessel
, (Wed Aug 22, 11:25 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Pete/Piet Delaney
, (Wed Aug 29, 7:43 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Pete/Piet Delaney
, (Wed Aug 29, 9:19 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Jason Wessel
, (Wed Aug 29, 10:13 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Jason Wessel
, (Wed Aug 29, 10:07 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Randy Dunlap
, (Wed Aug 29, 9:38 pm)
Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on p...
, Pete/Piet Delaney
, (Wed Aug 29, 8:05 pm)
Re: 2.6.23-rc3-mm1: WARNING: during resume from suspend on x...
, Rafael J. Wysocki
, (Wed Aug 22, 1:30 pm)
Re: 2.6.23-rc3-mm1: locking boot-time self-test failure
, Mariusz Kozlowski
, (Wed Aug 22, 1:26 pm)
Re: 2.6.23-rc3-mm1: locking boot-time self-test failure
, Frederik Deweerdt
, (Wed Aug 22, 5:27 pm)
Re: 2.6.23-rc3-mm1: fix b43 compilation
, Rafael J. Wysocki
, (Wed Aug 22, 12:33 pm)
Re: 2.6.23-rc3-mm1: fix b43 compilation
, Michael Buesch
, (Wed Aug 22, 5:56 pm)
Re: 2.6.23-rc3-mm1: fix b43 compilation
, John W. Linville
, (Wed Aug 22, 10:56 pm)
Re: 2.6.23-rc3-mm1: fix b43 compilation
, Andrew Morton
, (Thu Aug 23, 3:07 am)
Re: 2.6.23-rc3-mm1
, Randy Dunlap
, (Wed Aug 22, 2:03 pm)
Re: 2.6.23-rc3-mm1
, Andrew Morton
, (Wed Aug 22, 2:32 pm)
Re: 2.6.23-rc3-mm1
, Andi Kleen
, (Wed Aug 22, 3:38 pm)
Re: 2.6.23-rc3-mm1
, Randy Dunlap
, (Wed Aug 22, 3:17 pm)
Re: 2.6.23-rc3-mm1
, Andi Kleen
, (Wed Aug 22, 4:53 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Srivatsa Vaddagiri
containers (was Re: -mm merge plans for 2.6.23)
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Benjamin Herrenschmidt
Re: [PATCH] Remove process freezer from suspend to RAM pathway
git
:
linux-netdev
:
Jarek Poplawski
[PATCH take 2] pkt_sched: Protect gen estimators under est_lock.
David Miller
[GIT]: Networking
Gerhard Pircher
3c59x: shared interrupt problem
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
887 guests
online.
Online users
maheshdm
strcmp
Syndicate