Re: [PATCH 0/3] Towards a re-organized submitting patches

2024-03-04 Thread Thorsten Leemhuis
On 03.03.24 17:31, Jonathan Corbet wrote: > Lukas Bulwahn writes: >> I wanted to clean up the development-process documentation. There is >> however no easy way to break the ice here: >> >> The elephant in the room is that there is some unclear relation between >> 5.Posting.rst, 6.Followthrough.rs

Re: [PATCH] Documentation: tpm_tis

2024-03-04 Thread Jarkko Sakkinen
On Tue Mar 5, 2024 at 12:53 AM EET, Randy Dunlap wrote: > > > On 3/4/24 13:27, Jarkko Sakkinen wrote: > > Based recent discussions on LKML, provide preliminary bits of tpm_tis_core > > dependent drivers. Includes only bare essentials but can be extended later > > on case by case. This way some peop

Re: [PATCH] Documentation: tpm_tis

2024-03-04 Thread Randy Dunlap
On 3/4/24 13:27, Jarkko Sakkinen wrote: > Based recent discussions on LKML, provide preliminary bits of tpm_tis_core > dependent drivers. Includes only bare essentials but can be extended later > on case by case. This way some people may even want to read it later on. > > Cc: Jonathan Corbet >

Re: [PATCH] Documentation: tpm_tis

2024-03-04 Thread Jarkko Sakkinen
Some remarks below that I noticed after sending this. On Mon Mar 4, 2024 at 11:27 PM EET, Jarkko Sakkinen wrote: > Based recent discussions on LKML, provide preliminary bits of tpm_tis_core s/Based/ Based on/ > dependent drivers. Includes only bare essentials but can be extended later > on case

[PATCH] Documentation: tpm_tis

2024-03-04 Thread Jarkko Sakkinen
Based recent discussions on LKML, provide preliminary bits of tpm_tis_core dependent drivers. Includes only bare essentials but can be extended later on case by case. This way some people may even want to read it later on. Cc: Jonathan Corbet CC: Daniel P. Smith Cc: Lino Sanfilippo Cc: Jason Gu

Re: [PATCH v2] proc: allow restricting /proc/pid/mem writes

2024-03-04 Thread Kees Cook
On Mon, Mar 04, 2024 at 02:06:43PM +, Adrian Ratiu wrote: > On Saturday, March 02, 2024 01:55 EET, Kees Cook > wrote: > > On Fri, Mar 01, 2024 at 11:34:42PM +0200, Adrian Ratiu wrote: > > > [...] > > > +# define PROC_PID_MEM_MODE S_IRUSR > > > +#else > > > +# define PROC_PID_MEM_MODE (S_IRUSR

Re: [PATCH] compiler.h: Explain how __is_constexpr() works

2024-03-04 Thread Nick Desaulniers
On Thu, Feb 29, 2024 at 8:44 PM Kees Cook wrote: > > The __is_constexpr() macro is dark magic. Shed some light on it with > a comment to explain how and why it works. > > Acked-by: Gustavo A. R. Silva > Signed-off-by: Kees Cook Is Documentation/kernel-hacking/hacking.rst perhaps a more appropri

Re: [PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support

2024-03-04 Thread Mukesh Ojha
I would really appreciate if i get review on this series.. Thank you.. -Mukesh On 1/31/2024 4:38 PM, Mukesh Ojha wrote: Abstract and PDF here: https://lpc.events/event/17/contributions/1468/ Video: https://www.youtube.com/watch?v=3vL3gtAu84s Patch 1 deals in detail documentation on minidump.

Re: [PATCH v2] proc: allow restricting /proc/pid/mem writes

2024-03-04 Thread Adrian Ratiu
On Saturday, March 02, 2024 01:55 EET, Kees Cook wrote: > On Fri, Mar 01, 2024 at 11:34:42PM +0200, Adrian Ratiu wrote: > > Prior to v2.6.39 write access to /proc//mem was restricted, > > after which it got allowed in commit 198214a7ee50 ("proc: enable > > writing to /proc/pid/mem"). Famous last