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
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
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
>
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
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
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
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
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.
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