public inbox for kernel-hardening@lists.openwall.com
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Tianlin Li <tli@digitalocean.com>
Cc: kernel-hardening@lists.openwall.com
Subject: Re: Introduction and get involved
Date: Tue, 24 Sep 2019 16:12:18 -0700	[thread overview]
Message-ID: <201909241604.C4B6686@keescook> (raw)
In-Reply-To: <19962016-19D9-40F8-A2A0-B7188614A263@digitalocean.com>

On Fri, Sep 20, 2019 at 01:59:57PM -0500, Tianlin Li wrote:
> Hello everyone,

Hello!

> My name is Tina. I am working at DigitalOcean Systems/kernel team, focusing on kernel security. I would like to get involved with Kernel Self Protection Project. 
> As a new hire, I don’t have much industry experience yet. But I have some research experience about memory virtualization. 

What kinds of things keep you up at night? :) Or rather, what have you
seen that you think needs fixing?

What exactly do you mean by "memory virtualization"? That seems like it
could be a lot of stuff. :) As far as the kernel's memory management
system goes, there's lots of areas to poke at. Is there any portion
you're specifically interested in?

> Is there any initial task that I can start with? 
> It is going to be a learning exercise for me at the beginning, but I will learn fast and start contributing value to the project. 

There has been some recent work on trying to replace dangerous (or
easily misused) APIs in the kernel with safer alternatives. (See the
recent stracpy() API that was proposed[1].)

[1] https://www.openwall.com/lists/kernel-hardening/2019/07/23/16

I've been keeping a (rather terse) TODO list here:
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Work#Specific_TODO_Items

But I'd like to turn that into an actual bug list on github or the like.

I wonder if working on something like this:
- set_memory_*() needs __must_check and/or atomicity
would be interesting?

The idea there is that set_memory_*() calls can fail, so callers should
likely be handling errors correctly. Adding the "__must_check" attribute
and fixing all the callers would be nice (and certainly touches the
memory management code!)

Welcome!

-Kees

-- 
Kees Cook

  reply	other threads:[~2019-09-24 23:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-20 18:59 Introduction and get involved Tianlin Li
2019-09-24 23:12 ` Kees Cook [this message]
2019-09-26 14:57   ` Tianlin Li
2019-09-26 22:10     ` Kees Cook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201909241604.C4B6686@keescook \
    --to=keescook@chromium.org \
    --cc=kernel-hardening@lists.openwall.com \
    --cc=tli@digitalocean.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox