mbox series

[-next,0/2] Fix two issue in jbd2_fc_wait_bufs

Message ID 20220914100812.1414768-1-yebin10@huawei.com
Headers show
Series Fix two issue in jbd2_fc_wait_bufs | expand

Message

yebin (H) Sept. 14, 2022, 10:08 a.m. UTC
Ye Bin (2):
  jbd2: fix potential buffer head reference count leak
  jbd2: fix potential use-after-free in jbd2_fc_wait_bufs

 fs/jbd2/journal.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

Theodore Ts'o Sept. 30, 2022, 3:19 a.m. UTC | #1
On Wed, 14 Sep 2022 18:08:10 +0800, Ye Bin wrote:
> Ye Bin (2):
>   jbd2: fix potential buffer head reference count leak
>   jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
> 
> fs/jbd2/journal.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] jbd2: fix potential buffer head reference count leak
      commit: 53dee029ec341f5c985b880de34f64de60072688
[2/2] jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
      commit: 6e16a2d9ff8f3ea4a53e10ae4607feb446cf5c90

Best regards,