What's new in Linux 3.2
h-online.com
What's new in Linux 3.2
1–10 of 21 posts
Re: What's new in Linux 3.2
#2Another interesting change concerning Logitech Unifying devices is that multiple devices are now given separate /dev entries, instead of being multiplexed into one device.
Re: What's new in Linux 3.2
#3More info here: http://lwn.net/Articles/394170/
One question I have though is how to guarantee that the kernel hasn't been modified to misread the xattrs or log the passphrase. Anyone know?
Re: What's new in Linux 3.2
#4https://lwn.net/Articles/456904/
(Linked from http://kernelnewbies.org/Linux_3.2, which has more detail than the HN posted article)
Re: What's new in Linux 3.2
#5The algorithm for determining when writeback from memory to persistent storage is interesting: https://lwn.net/Articles/456904/ (Linked from http://kernelnewbies.org/Linux_3.2 , which has more detail than the HN posted article)
Re: What's new in Linux 3.2
#6The algorithm for determining when writeback from memory to persistent storage is interesting: https://lwn.net/Articles/456904/ (Linked from http://kernelnewbies.org/Linux_3.2 , which has more detail than the HN posted article)
I'm curious what is viewed as a backing device. Lets say I have a SAN exporting three volumes via iSCSI to a single server. Does this patch think those volumes share a single BDI, or does it treat them separately?
Re: What's new in Linux 3.2
#7The EVM part interests me. It provides a way of guaranteeing that a file has not been changed by using a combination of a passphrase and a key stored in the TPM, along with hashes of files stored as xattrs on disk. More info here: http://lwn.net/Articles/394170/ One question I have though is how to guarantee that the kernel hasn't been modified to misread the xattrs or log the passphrase. Anyone know?
Re: What's new in Linux 3.2
#8The algorithm for determining when writeback from memory to persistent storage is interesting: https://lwn.net/Articles/456904/ (Linked from http://kernelnewbies.org/Linux_3.2 , which has more detail than the HN posted article)
Re: What's new in Linux 3.2
#9It looks like Ubuntu ships with version 2.7 now: http://wiki.apparmor.net/index.php/AppArmor_versions
Re: What's new in Linux 3.2
#10The EVM part interests me. It provides a way of guaranteeing that a file has not been changed by using a combination of a passphrase and a key stored in the TPM, along with hashes of files stored as xattrs on disk. More info here: http://lwn.net/Articles/394170/ One question I have though is how to guarantee that the kernel hasn't been modified to misread the xattrs or log the passphrase. Anyone know?
Google invented their own verified boot system for ChromeOS: http://www.chromium.org/chromium-os/chromiumos-design-docs/v...
Or you could use upcoming UEFI secure boot: http://mjg59.dreamwidth.org/6054.html