From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id EEFEB1C58 for ; Sat, 1 Jun 2019 16:20:23 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CF257826 for ; Sat, 1 Jun 2019 16:20:19 +0000 (UTC) Date: Sat, 1 Jun 2019 02:43:28 -0700 From: Greg KH To: Leon Romanovsky Message-ID: <20190601094328.GB1998@kroah.com> References: <20190530060939.GA31454@mit.edu> <20190601090224.GB5261@mtr-leonro.mtl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190601090224.GB5261@mtr-leonro.mtl.com> Cc: ksummit-discuss@lists.linuxfoundation.org, Tanish Shinde Subject: Re: [Ksummit-discuss] [TECH TOPIC] Anatomy Of The Linux Kernel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Jun 01, 2019 at 12:02:24PM +0300, Leon Romanovsky wrote: > On Thu, May 30, 2019 at 02:09:39AM -0400, Theodore Ts'o wrote: > > From: Tanish Shinde > > > > [ Note: The following abstract was submitted via the Linux Plumbers > > Conference website. Per the instructions that were posted for the > > Maintainer's / Kernel Summit Call for Proposals[1], the proposal > > should also be posted on the ksummit-discuss list, so that people > > can comment on the proposal, and perhaps start a discussion before > > the summit. > > > > [1] https://lwn.net/Articles/788378/ > > > > Please note that topic proposals for both the Kernel Summit and the > > Maintainer's Summit are still welcome, and the deadline has been > > extended to June 3rd. -- Ted ] > > > > The Linux kernel is the core of a large and complex operating system, and while it's huge, it is well organized in terms of subsystems and layers. In this talk, the viewer explores the general structure of the Linux kernel and gets to know its major subsystems and core interfaces. > > > > In This Talk We Will Discuss The Following Topics > > > > * The Fundamental Architecture Of Linux > > * System Call Interface & Process Management > > * Memory Management & The Virtual File System > > * Network Stack & Device Drivers > > * Architecture Dependent Code > > IMHO, it is far too beginner topic for LPC and definitely for KS too. I agree, this really is too much of a beginner-oriented talk for this conference. thanks, greg k-h