From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Roberts Subject: [DRAFT v3.4] - audit cmdline updates Date: Wed, 20 Nov 2013 17:29:15 -0800 Message-ID: <1384997359-23649-1-git-send-email-wroberts@tresys.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com, rgb@redhat.com List-Id: linux-audit@redhat.com Changes since last publish: * Ran all patches through checkpatch, some elluded me. * Changed cmdline copy/length API to reduce task_mm_get() mmput() calls Still need to know: * Any major objecttions to this still? * My public API changes are in proc, is this the best spot for those? As always, thanks. [PATCH 1/4] audit: Allow auditing of proc/self/cmdline value [PATCH 2/4] audit: Enable cacheing of cmdline in audit_context [PATCH 3/4] audit: dont allocate whole pages [PATCH 4/4] SQUASH audit: Change cmdline get API to reduce locking