All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add missing IS_ERR test
@ 2011-01-24 19:55 ` Julia Lawall
  0 siblings, 0 replies; 90+ messages in thread
From: Julia Lawall @ 2011-01-24 19:55 UTC (permalink / raw)
  To: open list; +Cc: kernel-janitors

These patches perform various adjustments to error handling code related to
the possibility of an ERR_PTR value.


^ permalink raw reply	[flat|nested] 90+ messages in thread

end of thread, other threads:[~2011-01-25 17:25 UTC | newest]

Thread overview: 90+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 19:55 [PATCH 0/4] Add missing IS_ERR test Julia Lawall
2011-01-24 19:55 ` Julia Lawall
2011-01-24 19:55 ` [PATCH 1/4] fs/btrfs/inode.c: " Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 19:55 ` [PATCH 2/4] arch/arm/mach-at91/clock.c: " Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 19:56   ` Ryan Mallon
2011-01-24 19:56     ` Ryan Mallon
2011-01-24 19:56     ` Ryan Mallon
2011-01-24 20:00     ` Julia Lawall
2011-01-24 20:00       ` Julia Lawall
2011-01-24 20:00       ` Julia Lawall
2011-01-24 20:05       ` Vasiliy Kulikov
2011-01-24 20:05         ` Vasiliy Kulikov
2011-01-24 20:05         ` Vasiliy Kulikov
2011-01-24 20:09         ` Julia Lawall
2011-01-24 20:09           ` Julia Lawall
2011-01-24 20:09           ` Julia Lawall
2011-01-24 20:14           ` Vasiliy Kulikov
2011-01-24 20:14             ` Vasiliy Kulikov
2011-01-24 20:14             ` Vasiliy Kulikov
2011-01-25 10:33           ` walter harms
2011-01-25 10:33             ` walter harms
2011-01-25 10:33             ` walter harms
2011-01-25 10:43             ` Russell King - ARM Linux
2011-01-25 10:43               ` Russell King - ARM Linux
2011-01-25 10:43               ` Russell King - ARM Linux
2011-01-25 11:12               ` walter harms
2011-01-25 11:12                 ` walter harms
2011-01-25 11:12                 ` walter harms
2011-01-25 11:17                 ` Russell King - ARM Linux
2011-01-25 11:17                   ` Russell King - ARM Linux
2011-01-25 11:17                   ` Russell King - ARM Linux
2011-01-25 11:18                 ` Julia Lawall
2011-01-25 11:18                   ` Julia Lawall
2011-01-25 11:18                   ` Julia Lawall
2011-01-25 11:26                   ` Russell King - ARM Linux
2011-01-25 11:26                     ` Russell King - ARM Linux
2011-01-25 11:26                     ` Russell King - ARM Linux
2011-01-25 11:31                     ` Julia Lawall
2011-01-25 11:31                       ` Julia Lawall
2011-01-25 11:31                       ` Julia Lawall
2011-01-24 20:11         ` Ryan Mallon
2011-01-24 20:11           ` Ryan Mallon
2011-01-24 20:11           ` Ryan Mallon
2011-01-24 20:28           ` Julia Lawall
2011-01-24 20:28             ` Julia Lawall
2011-01-24 20:28             ` Julia Lawall
2011-01-24 20:38             ` Ryan Mallon
2011-01-24 20:38               ` Ryan Mallon
2011-01-24 20:38               ` Ryan Mallon
2011-01-24 21:01               ` Julia Lawall
2011-01-24 21:01                 ` Julia Lawall
2011-01-24 21:01                 ` Julia Lawall
2011-01-24 21:06                 ` Ryan Mallon
2011-01-24 21:06                   ` Ryan Mallon
2011-01-24 21:06                   ` Ryan Mallon
2011-01-24 21:31                   ` Julia Lawall
2011-01-24 21:31                     ` Julia Lawall
2011-01-24 21:31                     ` Julia Lawall
2011-01-24 21:51                     ` Ryan Mallon
2011-01-24 21:51                       ` Ryan Mallon
2011-01-24 21:51                       ` Ryan Mallon
2011-01-24 23:23                       ` Russell King - ARM Linux
2011-01-24 23:23                         ` Russell King - ARM Linux
2011-01-24 23:23                         ` Russell King - ARM Linux
2011-01-25  1:44                         ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-25  1:44                           ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-25  1:44                           ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-25  6:12                           ` Julia Lawall
2011-01-25  6:12                             ` Julia Lawall
2011-01-25  6:12                             ` Julia Lawall
2011-01-25 17:23                             ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-25 17:23                               ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-25 17:23                               ` Jean-Christophe PLAGNIOL-VILLARD
2011-01-24 19:55 ` [PATCH 3/4] drivers/video/bf537-lq035.c: " Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 20:43   ` Mike Frysinger
2011-01-24 20:43     ` Mike Frysinger
2011-01-25  6:12     ` Paul Mundt
2011-01-25  6:12       ` Paul Mundt
2011-01-25  8:36   ` Hennerich, Michael
2011-01-25  8:36     ` Hennerich, Michael
2011-01-24 19:55 ` [PATCH 4/4] arch/arm/mach-omap2/smartreflex.c: " Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 19:55   ` Julia Lawall
2011-01-24 21:24   ` Kevin Hilman
2011-01-24 21:24     ` Kevin Hilman
2011-01-24 21:24     ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.