kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* kernel projects for students
@ 2021-03-22 15:36 Muni Sekhar
  2021-03-22 16:46 ` Okash Khawaja
  2021-03-22 21:16 ` Jeffrey Walton
  0 siblings, 2 replies; 3+ messages in thread
From: Muni Sekhar @ 2021-03-22 15:36 UTC (permalink / raw)
  To: kernelnewbies, linux-kernel

Hi all,

What are some good Linux projects in kernel space for final year
computer.science engineering students?
Could someone help and share your ideas on this please.

-- 
Thanks,
Sekhar

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel projects for students
  2021-03-22 15:36 kernel projects for students Muni Sekhar
@ 2021-03-22 16:46 ` Okash Khawaja
  2021-03-22 21:16 ` Jeffrey Walton
  1 sibling, 0 replies; 3+ messages in thread
From: Okash Khawaja @ 2021-03-22 16:46 UTC (permalink / raw)
  To: Muni Sekhar, Speakup is a screen review system for Linux.
  Cc: linux-kernel, kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 565 bytes --]

+Speakup is a screen review system for Linux. <speakup@linux-speakup.org>

Speak up had some plans


On Mon, Mar 22, 2021 at 3:37 PM Muni Sekhar <munisekharrms@gmail.com> wrote:

> Hi all,
>
> What are some good Linux projects in kernel space for final year
> computer.science engineering students?
> Could someone help and share your ideas on this please.
>
> --
> Thanks,
> Sekhar
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

[-- Attachment #1.2: Type: text/html, Size: 1178 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel projects for students
  2021-03-22 15:36 kernel projects for students Muni Sekhar
  2021-03-22 16:46 ` Okash Khawaja
@ 2021-03-22 21:16 ` Jeffrey Walton
  1 sibling, 0 replies; 3+ messages in thread
From: Jeffrey Walton @ 2021-03-22 21:16 UTC (permalink / raw)
  To: Muni Sekhar; +Cc: LKML, kernelnewbies

On Mon, Mar 22, 2021 at 11:37 AM Muni Sekhar <munisekharrms@gmail.com> wrote:
>
> What are some good Linux projects in kernel space for final year
> computer.science engineering students?
> Could someone help and share your ideas on this please.

Hedging deployed cryptography.

Hedging can be used to keep the state of a machine unique and the
rng's in good working order to minimize/eliminate the risk associated
with low entropy devices and virtual machine resets.

You would hook the network stack and look for the other party's random
secret, like ClientHello.random in SSL/TLS [RFC 5246]. When the data
arrives you add it to the machine's entropy pools.

In addition to SSL/TLS, you also have SSH and IPsec to grab another
party's entropy. I am sure there are others, but SSH, SSL/TLS and
IPsec are the ones I would focus on.

Also see "When Virtual is Harder than Real: Resource Allocation
Challenges in Virtual Machine Based IT Environments,"
http://static.usenix.org/event/hotos05/final_papers/full_papers/garfinkel/garfinkel.pdf
; and "When Good Randomness Goes Bad: Virtual Machine Reset
Vulnerabilities and Hedging Deployed Cryptography,"
http://www.isoc.org/isoc/conferences/ndss/10/pdf/15.pdf .

Jeff

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-22 21:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 15:36 kernel projects for students Muni Sekhar
2021-03-22 16:46 ` Okash Khawaja
2021-03-22 21:16 ` Jeffrey Walton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).