Message ID | 20231020033545.2587554-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2324F20F8; Fri, 20 Oct 2023 03:35:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="qsjanOQ2" Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E361D6D; Thu, 19 Oct 2023 20:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=WfKRtL+woloB3dddf3P1CucPKoaPRM2IbXvVDmydebU=; b=qsjanOQ25ZZ+EF8xMP4u3iSGv2 LZXH6RfOFO6QJagtYHRhDSvtfZorpAQ4l4wZICFB7yDCBzR0D+OpWyKMam9q4JgylqVtYqBh16W4K 9Bsv9DqudQzPiHj/X6vNJu4jtucJ0aebuDqKbUxS6WNpa7QDcsNbW3oDSzX9SgonObpdcl7TmMzgp 4ezxo7nPSNjHVH47FuUm1NqjYocKLLu0R5IV0HpvwF9wVzQfJiRgvas6kTvzqMn2J99bbtKbey82g iE06uJKW0wYaqDsDfHjngC/DzAeAIV21R1j3OX1Sj0S2+ehKWttDSlDg2Mk6K4tCuSm7A4ooyC8aJ xuwZFVTA==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qtgIe-00Ar8z-KN; Fri, 20 Oct 2023 03:35:48 +0000 From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: Steven Rostedt <rostedt@goodmis.org> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, Kees Cook <keescook@chromium.org>, Christoph Hellwig <hch@lst.de>, Justin Stitt <justinstitt@google.com>, linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org, Kent Overstreet <kent.overstreet@linux.dev>, Petr Mladek <pmladek@suse.com>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Rasmus Villemoes <linux@rasmusvillemoes.dk>, Sergey Senozhatsky <senozhatsky@chromium.org>, linux-trace-kernel@vger.kernel.org Subject: [PATCH v2 0/1] Put seq_buf on a diet Date: Fri, 20 Oct 2023 04:35:44 +0100 Message-Id: <20231020033545.2587554-1-willy@infradead.org> X-Mailer: git-send-email 2.37.1 Precedence: bulk X-Mailing-List: linux-hardening@vger.kernel.org List-Id: <linux-hardening.vger.kernel.org> List-Subscribe: <mailto:linux-hardening+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-hardening+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Put seq_buf on a diet
|
expand
|