Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1243088 > unrolled thread

Re: [RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI

Started by"Hillf Danton" <hillf.zj@alibaba-inc.com>
First post2015-10-09 09:30 +0200
Last post2015-10-09 09:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Re: [RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI "Hillf Danton" <hillf.zj@alibaba-inc.com> - 2015-10-09 09:30 +0200

#1243088 — Re: [RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI

From"Hillf Danton" <hillf.zj@alibaba-inc.com>
Date2015-10-09 09:30 +0200
SubjectRe: [RFC PATCH 1/2] ext4: Fix possible deadlock with local interrupts disabled and page-draining IPI
Message-ID<qhAhP-3Jz-13@gated-at.bofh.it>
> @@ -109,8 +109,8 @@ static void ext4_finish_bio(struct bio *bio)
>  			if (bio->bi_error)
>  				buffer_io_error(bh);
>  		} while ((bh = bh->b_this_page) != head);
> -		bit_spin_unlock(BH_Uptodate_Lock, &head->b_state);
>  		local_irq_restore(flags);

What if it takes 100ms to unlock after IRQ restored?

> +		bit_spin_unlock(BH_Uptodate_Lock, &head->b_state);
>  		if (!under_io) {
>  #ifdef CONFIG_EXT4_FS_ENCRYPTION
>  			if (ctx)
> --
> 2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web