Re: [PATCH 03/11] security: commoncap: fix -Wstringop-overread warning

2021-03-25 Thread James Morris
s. > > Add a separate NULL check to tell gcc about it as well. > > Signed-off-by: Arnd Bergmann Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.12 -- James Morris ___ dri-devel mailing list dri-deve

Re: [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct

2020-04-23 Thread James Morris
al change intended. > > Signed-off-by: Emanuele Giuseppe Esposito Reviewed-by: James Morris -- James Morris ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-10 Thread James Morris
ab Acked-by: James Morris -- James Morris ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: Regression - Xorg start failed

2011-02-14 Thread James Morris
interface returns true on success, but the LSM interface returns 0 on > success. > > Signed-off-by: Chris Wright Sorry, I should have caught this. Acked-by: James Morris > --- > > I've tested this quickly (lspci behaviour is as expected). > > diff --git a/dri

Re: [PATCH v3] pci: use security_capable() when checking capablities during config space read

2011-02-15 Thread James Morris
-linus Chris Wright (1): pci: use security_capable() when checking capablities during config space read drivers/pci/pci-sysfs.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- James Morris ___ dri-devel mailing list dri-devel

Regression - Xorg start failed

2011-02-14 Thread James Morris
interface returns true on success, but the LSM interface returns 0 on > success. > > Signed-off-by: Chris Wright Sorry, I should have caught this. Acked-by: James Morris > --- > > I've tested this quickly (lspci behaviour is as expected). > > diff --git a/dri

[PATCH v3] pci: use security_capable() when checking capablities during config space read

2011-02-15 Thread James Morris
-linus Chris Wright (1): pci: use security_capable() when checking capablities during config space read drivers/pci/pci-sysfs.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- James Morris

[PATCH v5 0/3] RFC: Secure Memory Allocation Framework

2015-10-22 Thread James Morris
/8/629 Also, is there any application of this beyond DRM? - James -- James Morris

[PATCH v5 1/3] create SMAF module

2015-10-22 Thread James Morris
> Secure module is responsible of grant/revoke memory access. > This documentation is highly inadequate. What does "allocate memory that can be securing" mean? -- James Morris