mbox series

[GIT,PULL] vboxsf fixes for 6.9-1

Message ID 88f45a04-4218-4d40-8338-86cbc4e3e61b@redhat.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] vboxsf fixes for 6.9-1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/vboxsf-v6.9-1

Message

Hans de Goede April 3, 2024, 3:55 p.m. UTC
Hi Linus,

Here is a pull-req with a set of vboxsf fixes for 6.9
(I am the vboxsf maintainer):

- Warning fixes
- Explicitly deny setlease attempts

Regards,

Hans


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/vboxsf-v6.9-1

for you to fetch changes up to 1ece2c43b88660ddbdf8ecb772e9c41ed9cda3dd:

  vboxsf: explicitly deny setlease attempts (2024-04-03 16:06:39 +0200)

----------------------------------------------------------------
vboxsf fixes for v6.9-1

Highlights:
- Compiler warning fixes
- Explicitly deny setlease attempts

----------------------------------------------------------------
Christophe JAILLET (2):
      vboxsf: Avoid an spurious warning if load_nls_xxx() fails
      vboxsf: Remove usage of the deprecated ida_simple_xx() API

Colin Ian King (1):
      vboxsf: remove redundant variable out_len

Jeff Layton (1):
      vboxsf: explicitly deny setlease attempts

 fs/vboxsf/file.c  | 1 +
 fs/vboxsf/super.c | 9 +++++----
 fs/vboxsf/utils.c | 3 ---
 3 files changed, 6 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org April 3, 2024, 5:35 p.m. UTC | #1
The pull request you sent on Wed, 3 Apr 2024 17:55:33 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/vboxsf-v6.9-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c85af715cac0a951eea97393378e84bb49384734

Thank you!