mbox series

[GIT,PULL] Floppy changes for 6.2

Message ID 805d7405-2e2f-ddda-8e17-97ac1934738c@linux.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Floppy changes for 6.2 | expand

Pull-request

https://github.com/evdenis/linux-floppy tags/floppy-for-6.2

Message

Denis Efremov (Oracle) Dec. 4, 2022, 3:42 p.m. UTC
The following changes since commit 85d6ce58e493ac8b7122e2fbe3f41b94d6ebdc11:

  block: remove devnode callback from struct block_device_operations (2022-12-03 09:19:48 -0700)

are available in the Git repository at:

  https://github.com/evdenis/linux-floppy tags/floppy-for-6.2

for you to fetch changes up to f8ace2e304c5dd8a7328db9cd2b8a4b1b98d83ec:

  floppy: Fix memory leak in do_floppy_init() (2022-12-04 18:03:41 +0400)

----------------------------------------------------------------
Floppy patch for 6.2

The patch from Yuan Can fixes a memory leak in floppy init code.

Signed-off-by: Denis Efremov <efremov@linux.com>

----------------------------------------------------------------
Yuan Can (1):
      floppy: Fix memory leak in do_floppy_init()

 drivers/block/floppy.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Jens Axboe Dec. 4, 2022, 3:55 p.m. UTC | #1
On 12/4/22 8:42 AM, Denis Efremov wrote:
> The following changes since commit 85d6ce58e493ac8b7122e2fbe3f41b94d6ebdc11:
> 
>   block: remove devnode callback from struct block_device_operations (2022-12-03 09:19:48 -0700)
> 
> are available in the Git repository at:
> 
>   https://github.com/evdenis/linux-floppy tags/floppy-for-6.2
> 
> for you to fetch changes up to f8ace2e304c5dd8a7328db9cd2b8a4b1b98d83ec:
> 
>   floppy: Fix memory leak in do_floppy_init() (2022-12-04 18:03:41 +0400)
> 
> ----------------------------------------------------------------
> Floppy patch for 6.2
> 
> The patch from Yuan Can fixes a memory leak in floppy init code.
> 
> Signed-off-by: Denis Efremov <efremov@linux.com>
> 
> ----------------------------------------------------------------
> Yuan Can (1):
>       floppy: Fix memory leak in do_floppy_init()
> 
>  drivers/block/floppy.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Pulled, thanks.