From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031767AbeCAPJL (ORCPT ); Thu, 1 Mar 2018 10:09:11 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:50411 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031666AbeCAPJH (ORCPT ); Thu, 1 Mar 2018 10:09:07 -0500 X-Google-Smtp-Source: AG47ELtvUDtH5OxlDcBqmHuRp2/IoZJJAlib6JxDS89GCGpu4sC+roGJAxBtBgYHr2IDqKWbIEDEVw== From: "=?UTF-8?q?Javier=20Gonz=C3=A1lez?=" X-Google-Original-From: =?UTF-8?q?Javier=20Gonz=C3=A1lez?= To: mb@lightnvm.io Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, dan.carpenter@oracle.com, =?UTF-8?q?Javier=20Gonz=C3=A1lez?= Subject: [PATCH] lightnvm: pblk: refactor init/exit sequences Date: Thu, 1 Mar 2018 16:08:55 +0100 Message-Id: <1519916936-30079-1-git-send-email-javier@cnexlabs.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The init/exit sequences have grown in a very bad way. Refactor them to eliminate dependencies across initialization modules. One of these dependencies caused a bad double free when introducing a preparation patch for 2.0 bad block identification. This was reported by Dan Carpenter and 0-DAY. Matias, Since you have not send the PR to Jens, please squash this patch with: lightnvm: pblk: refactor bad block identification You will notice that I had queued this patch on the 2.0 series. I did the rebase now, which is probably what I should have done from the beginning. Since I'll be sending a V5 for it, this should not be a problem. Thanks, Javier Javier González (1): lightnvm: pblk: refactor init/exit sequences drivers/lightnvm/pblk-init.c | 412 +++++++++++++++++++++---------------------- 1 file changed, 206 insertions(+), 206 deletions(-) -- 2.7.4