[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1266907495.git.andre.goddard@gmail.com>
Date: Tue, 23 Feb 2010 04:04:22 -0300
From: André Goddard Rosa <andre.goddard@...il.com>
To: André Goddard Rosa <andre.goddard@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"Serge E . Hallyn" <serue@...ibm.com>,
Cedric Le Goater <clg@...ibm.com>,
Al Viro <viro@...iv.linux.org.uk>, linux-kernel@...r.kernel.org
Cc: André Goddard Rosa <andre.goddard@...il.com>
Subject: [PATCH 0/6] Fix file descriptor leak on user-space processes and cleanup
Fix a file descriptor leak on user-space processes and perform a cleanup,
reducing the code size:
text data bss dec hex filename
9949 72 16 10037 2735 ipc/mqueue-BEFORE.o
9885 72 16 9973 26f5 ipc/mqueue-AFTER.o
André Goddard Rosa (6):
mqueue: remove unneeded info->messages initialization
mqueue: apply mathematics distributivity on mq_bytes calculation
mqueue: simplify do_open() error handling
mqueue: only set error codes if they are really necessary
mqueue: fix typo "failues" -> "failures"
mqueue: fix mq_open() file descriptor leak on user-space processes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists