From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755452AbbHKRTT (ORCPT ); Tue, 11 Aug 2015 13:19:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43441 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755425AbbHKRTS (ORCPT ); Tue, 11 Aug 2015 13:19:18 -0400 From: "Herton R. Krzesinski" To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Davidlohr Bueso , Manfred Spraul , Rafael Aquini , Joe Perches , Aristeu Rozanski , djeffery@redhat.com, herton@redhat.com Subject: ipc,sem: fix use after free on IPC_RMID v2 Date: Tue, 11 Aug 2015 14:19:14 -0300 Message-Id: <1439313556-13923-1-git-send-email-herton@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a followup series for the patch sent previously, on thread: "[PATCH] ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set exits" The IPC_RMID race fix is split into a single patch with Cc: to stable including suggestions made previously. The removal of uneeded ulp->lock usage is moved into a new patch. Thanks, Herton.