From mboxrd@z Thu Jan 1 00:00:00 1970 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 0B7FBC433F5 for ; Tue, 24 May 2022 20:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241730AbiEXUuV (ORCPT ); Tue, 24 May 2022 16:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241725AbiEXUuS (ORCPT ); Tue, 24 May 2022 16:50:18 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BFA8737A0 for ; Tue, 24 May 2022 13:50:13 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id EE7B0219E3; Tue, 24 May 2022 20:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1653425411; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MPNHku6piK5dWqvKjQcUMeZr5tFk3g/CcJPmOCuPN4w=; b=g89mcHONl7FFoTjfEH9rg/xl9bqZsVeP1gtdmeBn4sfciROwWBMsijA3TrZ4ruSpBPJOm8 bVcjBgmbOk061UAfbBbV52xh+rud8A7DRkCafFQECh0aPlN8izKAai+HBe7vBquODJbzGR K2qxKm8+QqPLQxq85iHrBip1qjdgpvw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1653425411; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MPNHku6piK5dWqvKjQcUMeZr5tFk3g/CcJPmOCuPN4w=; b=hPohSqZmXV9soTvNudrt4e4zTBYTBkZHyM73mlA2GYNOAiK+ThC8TSU5evY6Q+hgNLzO6s mSxpv/a4raEjaWCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D476E13ADF; Tue, 24 May 2022 20:50:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id gx/pMgNFjWJ1OAAAMHmgww (envelope-from ); Tue, 24 May 2022 20:50:11 +0000 Message-ID: Date: Tue, 24 May 2022 22:48:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 From: Vlastimil Babka Subject: [CFP LPC 2022] Kernel Memory Management Microconference To: Linux-MM layout Cc: LKML , Matthew Wilcox , Mike Rapoport Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, this year there will be a brand new Kernel Memory Management Microconference co-lead by Matthew Wilcox and myself at the Linux Plumbers Conference (LPC), September 12-14, Dublin, Ireland, or remotely. This microconference supplements the recently concluded LSF/MM event by providing an opportunity to discuss current topics with a different audience, in a different location, and at a different time of year. We would like to discuss current problems in memory management, for example: * Multi-generational LRU vs traditional LRU * Do we need three different slab allocators? * How far do we take the folio conversion? * Can we handle page pinning and page mapcount more effectively? * How can we effectively cache reflinked files? * Can we support 1GB pages other than through hugetlbfs? * How should we handle memory failures better? Please submit your proposals at: https://lpc.events/event/16/abstracts/ and select "Kernel Memory Management MC" as the track. Please do that by the 1st of July to allow us to plan the schedule on time. We're looking forward to your proposals and seeing you either in Dublin or virtually! Thanks, Vlastimil