Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-12 Thread Michael Halcrow
On Sat, Dec 09, 2006 at 11:21:30AM -0800, Andrew Morton wrote: > On Sat, 9 Dec 2006 11:04:16 -0800 > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > ecryptfs now has a dependency upon netlink. There's no > > > CONFIG_NETLINK. If CONFIG_NET=n && CONFIG_ECRYPTFS=y is > > > possible, it won't build. >

Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-09 Thread Randy Dunlap
Andrew Morton wrote: On Sat, 9 Dec 2006 11:04:16 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: ecryptfs now has a dependency upon netlink. There's no CONFIG_NETLINK. If CONFIG_NET=n && CONFIG_ECRYPTFS=y is possible, it won't build. Then shouldn't ECRYPTFS depend on CONFIG_NET ? yup, that's

Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-09 Thread Andrew Morton
On Sat, 9 Dec 2006 11:04:16 -0800 Randy Dunlap <[EMAIL PROTECTED]> wrote: > > ecryptfs now has a dependency upon netlink. There's no CONFIG_NETLINK. If > > CONFIG_NET=n && CONFIG_ECRYPTFS=y is possible, it won't build. > > Then shouldn't ECRYPTFS depend on CONFIG_NET ? yup, that's what I meant

Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-09 Thread Randy Dunlap
On Wed, 6 Dec 2006 21:55:55 -0800 Andrew Morton wrote: > On Wed, 6 Dec 2006 17:06:38 -0600 > Michael Halcrow <[EMAIL PROTECTED]> wrote: > > > This is a re-submission of the same public key patches (updated for > > 2.6.19-rc6-mm2) that were submitted for review a while back. > > I made a number o

Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-07 Thread Michael Halcrow
On Wed, Dec 06, 2006 at 09:55:55PM -0800, Andrew Morton wrote: > On Wed, 6 Dec 2006 17:06:38 -0600 > Michael Halcrow <[EMAIL PROTECTED]> wrote: > > > This is a re-submission of the same public key patches (updated for > > 2.6.19-rc6-mm2) that were submitted for review a while back. > > I made a n

Re: [PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-06 Thread Andrew Morton
On Wed, 6 Dec 2006 17:06:38 -0600 Michael Halcrow <[EMAIL PROTECTED]> wrote: > This is a re-submission of the same public key patches (updated for > 2.6.19-rc6-mm2) that were submitted for review a while back. I made a number of comments last time around, some temperate, some not. I trust the tem

[PATCH 1/2] eCryptfs: Public key; transport mechanism

2006-12-06 Thread Michael Halcrow
This is a re-submission of the same public key patches (updated for 2.6.19-rc6-mm2) that were submitted for review a while back. This is the transport code for public key functionality in eCryptfs. It manages encryption/decryption request queues with a transport mechanism. Currently, netlink is th