Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C7ECC433F5 for ; Wed, 12 Jan 2022 18:54:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356540AbiALSyN (ORCPT ); Wed, 12 Jan 2022 13:54:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344376AbiALSyA (ORCPT ); Wed, 12 Jan 2022 13:54:00 -0500 Received: from mail-yb1-xb2b.google.com (mail-yb1-xb2b.google.com [IPv6:2607:f8b0:4864:20::b2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1FD30C061748 for ; Wed, 12 Jan 2022 10:54:00 -0800 (PST) Received: by mail-yb1-xb2b.google.com with SMTP id g81so8223871ybg.10 for ; Wed, 12 Jan 2022 10:54:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VDiXGGcZpLradskpTdR9ZfOJwP4eXSYg53Oie0mB7Q4=; b=Qxf1SgnRdrjcbKSGPORBSlu/NlfikRSVgwDC/sREwNuW+qlqcnkuVRK4JncUyoMmnF yefFKpAkzoRpR6EPbHIfV7d/X8Q6tKpF897Avv3Y5eicSfXdv/Bm2/aKXvxXx8Lwl3aN mlGlwqSkq01X0KsN55z8NyFpPHjTC7VTmmYz1e5eqDxLhvwizP9sFVgjZoKaFSPgqhvW /YSztR5SNlkcO95cplDvykW+ssjg0IChaCRk/W8tanlDy/E/HgdT135HZqctP8vXXLWR 2L88qi/53PGgVv3X32SpXtMxI8TwmrqqTzlA/fCcotD1MggEdo75Auzaq8InQAOrRfrQ wOXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VDiXGGcZpLradskpTdR9ZfOJwP4eXSYg53Oie0mB7Q4=; b=vFRLKFOCwSYaulGF6anmge5Xlnao9Um73v2HQR43kJ2j5pXrAT/Ilay66fDR844ZSN 2MWrZn7tUtIDXc1Zrvt1m1wc0Ic5AgXrAl2wB4y5yj+0yUOGsENWItsUGBHTr9Petkeq vBIHF1XK26u+vUPaqVgM2sryhsrAevBCMrNzt6yU5TwKqBksX+Fw46NSnOH5pRoGE8Kt ZBJQPx8O7IhvBjTHSjNoHhuywlnKH6a0r79Dvr0AAlhC3Hnow+IMoPsY32onZtZZAM1s rzHGOYMk7FDVlfp10nz7nqfaHRlHprKYNzqn3Bi716pkFjroDftHpmd6f1QaoUJK940X zG7Q== X-Gm-Message-State: AOAM531jQWLKzmWLVvm3wV2KhNGynsp1liulUMNWT1cIa5EkHS1jArLH /TfQV6cehRI6L53Zv/XaXh/0UbPp8boeefjjd2hX8A== X-Google-Smtp-Source: ABdhPJyyqercS1kDAJ5mzYiC+yjPw41Z6Wd2bHa81ktBvON+ZCzsZy7m7UgTlE4ao53RyEGV7vACgzNato8hCl8vO2k= X-Received: by 2002:a25:a4e9:: with SMTP id g96mr1315310ybi.318.1642013639110; Wed, 12 Jan 2022 10:53:59 -0800 (PST) MIME-Version: 1.0 References: <20220111232309.1786347-1-surenb@google.com> In-Reply-To: From: Suren Baghdasaryan Date: Wed, 12 Jan 2022 10:53:48 -0800 Message-ID: Subject: Re: [PATCH v3 1/1] psi: Fix uaf issue when psi trigger is destroyed while being polled To: Eric Biggers Cc: Matthew Wilcox , Johannes Weiner , Linus Torvalds , Tejun Heo , Zefan Li , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Benjamin Segall , Mel Gorman , Daniel Bristot de Oliveira , Jonathan Corbet , "open list:DOCUMENTATION" , LKML , cgroups mailinglist , stable , kernel-team , syzbot Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 12, 2022 at 10:44 AM Eric Biggers wrote: > > On Wed, Jan 12, 2022 at 10:26:08AM -0800, Suren Baghdasaryan wrote: > > On Wed, Jan 12, 2022 at 10:16 AM Matthew Wilcox wrote: > > > > > > On Wed, Jan 12, 2022 at 09:49:00AM -0800, Suren Baghdasaryan wrote: > > > > > This happens with the following config: > > > > > > > > > > CONFIG_CGROUPS=n > > > > > CONFIG_PSI=y > > > > > > > > > > With cgroups disabled these functions are defined as non-static but > > > > > are not defined in the header > > > > > (https://elixir.bootlin.com/linux/latest/source/include/linux/psi.h#L28) > > > > > since the only external user cgroup.c is disabled. The cleanest way to > > > > > fix these I think is by doing smth like this in psi.c: > > > > > > A cleaner way to solve these is simply: > > > > > > #ifndef CONFIG_CGROUPS > > > static struct psi_trigger *psi_trigger_create(...); > > > ... > > > #endif > > > > > > I tested this works: > > > > > > $ cat foo5.c > > > static int psi(void *); > > > > > > int psi(void *x) > > > { > > > return (int)(long)x; > > > } > > > > > > int bar(void *x) > > > { > > > return psi(x); > > > } > > > $ gcc -W -Wall -O2 -c -o foo5.o foo5.c > > > $ readelf -s foo5.o > > > > > > Symbol table '.symtab' contains 4 entries: > > > Num: Value Size Type Bind Vis Ndx Name > > > 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND > > > 1: 0000000000000000 0 FILE LOCAL DEFAULT ABS foo5.c > > > 2: 0000000000000000 0 SECTION LOCAL DEFAULT 1 .text > > > 3: 0000000000000000 3 FUNC GLOBAL DEFAULT 1 bar > > > > > > > Thanks Matthew! > > That looks much cleaner. I'll post a separate patch to fix these. My > > main concern was whether it's worth adding more code to satisfy this > > warning but with this approach the code changes are minimal, so I'll > > go ahead and post it shortly. > > Why not simply move the declarations of psi_trigger_create() and > psi_trigger_destroy() in include/linux/psi.h outside of the > '#ifdef CONFIG_CGROUPS' block, to match the .c file? IIRC this was done to avoid another warning that these functions are not used outside of psi.c when CONFIG_CGROUPS=n > > They *could* be static when !CONFIG_CGROUPS, but IMO it's not worth bothering. > > - Eric