From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Garrett Subject: Re: [PATCH V36 19/29] Lock down module params that specify hardware parameters (eg. ioport) Date: Mon, 29 Jul 2019 14:47:56 -0700 Message-ID: References: <20190718194415.108476-1-matthewgarrett@google.com> <20190718194415.108476-20-matthewgarrett@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190718194415.108476-20-matthewgarrett@google.com> Sender: linux-kernel-owner@vger.kernel.org To: James Morris Cc: LSM List , Linux Kernel Mailing List , Linux API , David Howells , Alan Cox , Kees Cook , Jessica Yu List-Id: linux-api@vger.kernel.org On Thu, Jul 18, 2019 at 12:45 PM Matthew Garrett wrote: > > From: David Howells > > Provided an annotation for module parameters that specify hardware > parameters (such as io ports, iomem addresses, irqs, dma channels, fixed > dma buffers and other types). > > Suggested-by: Alan Cox > Signed-off-by: David Howells > Signed-off-by: Matthew Garrett > Reviewed-by: Kees Cook > Cc: Jessica Yu Jessica, any feedback on this?