Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [PATCH] ext2/super: Fix a possible sleep-in-atomic bug in pars ...

$
0
0
Linus Torvalds writes: (Summary) Maybe we don't have any actual users that need it for now, but still..
that need it for now, but still..
Oh well.
Oh well.
I do wonder if we shouldn't just use something like I do wonder if we shouldn't just use something like "skip leading zeroes, copy to size-limited stack location instead" "skip leading zeroes, copy to size-limited stack location instead" because the input length really *is* limited once you skip leading zeroes (and whatever base marker we have). We might have at most a 64-bit value in octal, so 22 bytes max.
64-bit value in octal, so 22 bytes max.
But I guess just changing the two GFP_KERNEL's to GFP_ATOMIC is much simpler.

Viewing all articles
Browse latest Browse all 1267

Trending Articles