lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 8 Jan 2020 13:24:05 -0800 From: Daniel Rosenberg <drosen@...gle.com> To: "Theodore Y. Ts'o" <tytso@....edu> Cc: linux-ext4@...r.kernel.org, Jaegeuk Kim <jaegeuk@...nel.org>, Chao Yu <chao@...nel.org>, linux-f2fs-devel@...ts.sourceforge.net, Eric Biggers <ebiggers@...nel.org>, linux-fscrypt@...r.kernel.org, Alexander Viro <viro@...iv.linux.org.uk>, Andreas Dilger <adilger.kernel@...ger.ca>, Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org, Gabriel Krisman Bertazi <krisman@...labora.com>, kernel-team@...roid.com Subject: Re: [PATCH v2 0/6] Support for Casefolding and Encryption On Wed, Jan 8, 2020 at 10:50 AM Theodore Y. Ts'o <tytso@....edu> wrote: > > On Mon, Jan 06, 2020 at 09:16:32PM -0800, Daniel Rosenberg wrote: > > changes: > > fscrypt moved to separate thread to rebase on fscrypt dev branch > > addressed feedback, plus some minor fixes > > What branch was this based on? There is no fscrypt dev branch, so I > took the fscrypt master branch, and then applied your fscrypt patches, > and then I tried to apply this patch series. I got patch conflicts > starting with the very first patch. > > Applying: TMP: fscrypt: Add support for casefolding with encryption > error: patch failed: fs/crypto/Kconfig:9 > error: fs/crypto/Kconfig: patch does not apply > error: patch failed: fs/crypto/fname.c:12 > error: fs/crypto/fname.c: patch does not apply > error: patch failed: fs/crypto/fscrypt_private.h:12 > error: fs/crypto/fscrypt_private.h: patch does not apply > error: patch failed: fs/crypto/keysetup.c:192 > error: fs/crypto/keysetup.c: patch does not apply > error: patch failed: fs/crypto/policy.c:67 > error: fs/crypto/policy.c: patch does not apply > error: patch failed: fs/inode.c:20 > error: fs/inode.c: patch does not apply > error: patch failed: include/linux/fscrypt.h:127 > error: include/linux/fscrypt.h: patch does not apply > Patch failed at 0001 TMP: fscrypt: Add support for casefolding with encryption > hint: Use 'git am --show-current-patch' to see the failed patch > When you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". > > - Ted > > -- > To unsubscribe from this group and stop receiving emails from it, send an email to kernel-team+unsubscribe@...roid.com. > This is based off of ToT master. I put in a dummy fscrypt patch so you wouldn't need to rebase on top of fscrypt, but I could just do future patch sets all on top of fscrypt-dev. I guess my attempt to make it easier just made it more confusing :(
Powered by blists - more mailing lists