Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
fa . linux . kernel
This is a Usenet group - learn more
Find or start a Google Group about kernel.
Group info
Language: English
Group categories: Not categorized
More group info »
Related Groups
linux-kernel@vger.kernel.org (Moderated)
High activity, Usenet
Discussion list for beginning (Linux) kernel programmers (Moderated)
Low activity, Usenet
Linux kernels, device drivers, modules.
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 213017  Older »

perf symbols: fixup kernel_maps__fixup_end end map 
  ...We better call this routine after both the kernel and modules are loaded, because as it was if there weren't modules it would be called, resulting in kernel_map->end remaining at zero, so no map would be found and consequently the kernel symtab wouldn't get loaded, i.e. no kernel symbols would be resolved.... more »
By Arnaldo Carvalho de Melo  - 11:31am - 1 new of 1 message    

perf symbols: Old versions of elf.h don't have NT_GNU_BUILD_ID 
  ...Cc: Frédéric Weisbecker <fweis...@gmail.com> Cc: Mike Galbraith <efa...@gmx.de> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Cc: Paul Mackerras <pau...@samba.org> Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> --- tools/perf/util/symbol.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)... more »
By Arnaldo Carvalho de Melo  - 11:31am - 3 new of 3 messages    

fs/ceph: Move a dereference below a NULL test 
  ...If the NULL test is necessary, then the dereference should be moved below the NULL test. The semantic patch that makes this change is as follows: ([link]). // <smpl> @@ type T; expression E; identifier i,fld; statement S; @@ - T i = E->fld; + T i; ... when != E when != i... more »
By Julia Lawall  - 10:53am - 1 new of 1 message    

JFFS2: min/max confusion? 
  MAX_SUMMARY_SIZE was meant as a limit, not as a minimum Signed-off-by: Roel Kluin <roel.kl...@gmail.com> --- fs/jffs2/summary.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) unless I am mistaken? diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c index 6caf1e1..800171d 100644 --- a/fs/jffs2/summary.c... more »
By Roel Kluin  - 10:21am - 1 new of 1 message    

cxacru: return an empty value for modulation if there is no connection 
  When there is no connection, return an empty string instead of "0" for the connection modulation. Signed-off-by: Simon Arlott <si...@fire.lp0.eu> --- Documentation/networking/cxacr u.txt | 1 + drivers/usb/atm/cxacru.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/cxa cru.txt b/Documentation/networking/cxa cru.txt... more »
By Simon Arlott  - 10:17am - 10 new of 10 messages    

2.6.32-rc8-git1: Reported regressions 2.6.30 -> 2.6.31 
  This message contains a list of some regressions introduced between 2.6.30 and 2.6.31, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions introduced between 2.6.30 and 2.6.31, please let me know either and I'll add them to the list.... more »
By Rafael J. Wysocki  - 10:15am - 9 new of 9 messages    

drivers/usb/wusbcore: introduce missing usb_free_urb 
  ...Error handling code following a usb_alloc_urb should free the allocated data. The semantic match that finds this problem is as follows: ([link]) // <smpl> @r exists@ local idexpression x; statement S; expression E; identifier f,f1,l; position p1,p2; expression *ptr != NULL;... more »
By Julia Lawall  - 10:09am - 1 new of 1 message    

imx: bit &/| confusion 
  since UCR1_UARTEN is defined 1, the port was always treated as enabled. Signed-off-by: Roel Kluin <roel.kl...@gmail.com> --- diff --git a/drivers/serial/imx.c b/drivers/serial/imx.c index 18130f1..60d665a 100644 --- a/drivers/serial/imx.c +++ b/drivers/serial/imx.c @@ -1088,7 +1088,7 @@ imx_console_get_options(struct imx_port *sport, int *baud,... more »
By Roel Kluin  - 10:03am - 1 new of 1 message    

2.6.32-rc8-git1: Reported regressions from 2.6.31 
  This message contains a list of some regressions from 2.6.31, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions from 2.6.31, please let me know either and I'll add them to the list. Also, please let me know if any of the... more »
By Rafael J. Wysocki  - 10:02am - 8 new of 8 messages    

x86: fix warning for unsynchronized TSCs (was: avoid modifying global flag tsc_unstable in unsychronized) 
  ...This is a small reminder for a patch I sent some weeks ago. It was already confirmed by Alok (see [link]). I also decided to give it a better summary. Here's the original description from last mail: The current behavior of unsynchronized_tsc() prevents the warning for... more »
By Gernot Hillier  - 9:59am - 1 new of 1 message    

1 - 10 of 213017   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google