From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936828AbdLSN24 (ORCPT ); Tue, 19 Dec 2017 08:28:56 -0500 Received: from mail-pl0-f54.google.com ([209.85.160.54]:33553 "EHLO mail-pl0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935851AbdLSN2z (ORCPT ); Tue, 19 Dec 2017 08:28:55 -0500 X-Google-Smtp-Source: ACJfBovtpQeSri8p60M5HimpJ2WojqNhXHq6MeEyoygZKmFboKLWSIFS4M5KzQNCcGYSoXRsP5xJVw== From: Michal Hocko To: Andrew Morton Cc: Al Viro , Tetsuo Handa , Aliaksei Karaliou , , , LKML Subject: [resend PATCH 0/2] fix VFS register_shrinker fixup Date: Tue, 19 Dec 2017 14:28:42 +0100 Message-Id: <20171219132844.28354-1-mhocko@kernel.org> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Tetsuo has posted patch 1 already [1]. I had some minor concenrs about the changelog but the approach was already OK. Aliaksei came with an alternative patch [2] which also handles double unregistration. I have updated the changelog and moved the syzbot report to the 2nd patch because it is more related to the change there. The patch 1 is prerequisite. Maybe we should just merge those two. I've kept Tetsuo's s-o-b and his original authorship, but let me know if you disagree with the new wording or the additional change, Tetsuo. The patch 2 is based on Al's suggestion [3] and it fixes sget_userns shrinker registration code. Both of these stalled so can we have them merged finally? [1] http://lkml.kernel.org/r/1511523385-6433-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp [2] http://lkml.kernel.org/r/20171216192937.13549-1-akaraliou.dev@gmail.com [3] http://lkml.kernel.org/r/20171123145540.GB21978@ZenIV.linux.org.uk