mbox series

[GIT,PULL] 9p update for 5.10-rc1

Message ID 20201022120826.GA28295@nautica
State Not Applicable
Delegated to: David Miller
Headers show
Series [GIT,PULL] 9p update for 5.10-rc1 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-5.10-rc1

Checks

Context Check Description
jkicinski/tree_selection success Guessing tree name failed - patch did not apply

Message

Dominique Martinet Oct. 22, 2020, 12:08 p.m. UTC
Hi Linus,

another harmless cycle.
(sorry latest commit's message isn't great, I was half expecting a v2
but it didn't come and I remembered too late/didn't want to reword it
myself; and it's still worth taking as is)

Thanks,


The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

  Linux 5.9-rc8 (2020-10-04 16:04:34 -0700)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-5.10-rc1

for you to fetch changes up to 7ca1db21ef8e0e6725b4d25deed1ca196f7efb28:

  net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid (2020-10-12 10:05:47 +0200)

----------------------------------------------------------------
9p pull request for inclusion in 5.10

A couple of small fixes (loff_t overflow on 32bit, syzbot uninitialized
variable warning) and code cleanup (xen)

----------------------------------------------------------------
Anant Thazhemadam (1):
      net: 9p: initialize sun_server.sun_path to have addr's value only when addr is valid

Matthew Wilcox (Oracle) (1):
      9P: Cast to loff_t before multiplying

Ye Bin (1):
      9p/xen: Fix format argument warning

 fs/9p/vfs_file.c   | 4 ++--
 net/9p/trans_fd.c  | 2 +-
 net/9p/trans_xen.c | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Linus Torvalds Oct. 22, 2020, 4:36 p.m. UTC | #1
On Thu, Oct 22, 2020 at 5:08 AM Dominique Martinet
<asmadeus@codewreck.org> wrote:
>
> another harmless cycle.

Quick note: your email got marked as spam for me.

It's probably just gmail doing another round of spam changes, but I do
note that while your smtp setup does spf, it doesn't do dkim. Which I
think makes gmail more suspicious about it than it would otherwise
likely be.

            Linus
pr-tracker-bot@kernel.org Oct. 22, 2020, 6:05 p.m. UTC | #2
The pull request you sent on Thu, 22 Oct 2020 14:08:26 +0200:

> https://github.com/martinetd/linux tags/9p-for-5.10-rc1

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

Thank you!