Re: [Jfs-discussion] [PATCH 25/42] jfs: simplify procfs code

2018-05-16 Thread Dave Kleikamp
On 05/16/2018 04:43 AM, Christoph Hellwig wrote: > Use remove_proc_subtree to remove the whole subtree on cleanup, and > unwind the registration loop into individual calls. Switch to use > proc_create_seq where applicable. > > Signed-off-by: Christoph Hellwig <h...@lst.de

Re: [PATCH v3 09/31] jfs: Define usercopy region in jfs_ip slab cache

2017-09-21 Thread Dave Kleikamp
Acked-by: Dave Kleikamp <dave.kleik...@oracle.com> On 09/20/2017 03:45 PM, Kees Cook wrote: > From: David Windsor <d...@nullcore.net> > > The jfs symlink pathnames, stored in struct jfs_inode_info.i_inline and > therefore contained in the jfs_ip slab cache, need to be co

Re: [2/3] 2.6.23-rc6: known regressions v2

2007-09-18 Thread Dave Kleikamp
On Tue, 2007-09-18 at 16:24 +0200, Jan Kara wrote: Subject : umount triggers a warning in jfs and takes almost a minute References : http://lkml.org/lkml/2007/9/4/73 Last known good : ? Submitter : Oliver Neukum [EMAIL PROTECTED] Caused-By : ? Handled-By

Re: 2.6.19-rc1 regression: airo suspend fails

2006-10-07 Thread Dave Kleikamp
fix, but it seems to follow the same logic as the original code. The airo driver used to break out of while loop if there were any signals pending. Since it no longer checks for signals, it at least needs to check if it needs to be frozen. Signed-off-by: Dave Kleikamp [EMAIL PROTECTED] diff -Nurp

[PATCH] [IPSEC] Avoid null pointer dereference in xfrm4_rcv_encap

2006-04-05 Thread Dave Kleikamp
I'm getting a panic that I've traced back to this changeset: http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e695633e21ffb6a443a8c2f8b3f095c7f1a48eb0 xfrm4_rcv_encap dereferences x-encap without testing it for null. Signed-off-by: Dave Kleikamp [EMAIL

Re: [PATCH] [IPSEC] Avoid null pointer dereference in xfrm4_rcv_encap

2006-04-05 Thread Dave Kleikamp
Never mind. Somehow I missed Herbert's patch for this in the netdev archives. -- David Kleikamp IBM Linux Technology Center - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at