linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] smb3 client fix
@ 2023-02-09  4:43 Steve French
  2023-02-09 17:02 ` Linus Torvalds
  2023-02-09 18:10 ` pr-tracker-bot
  0 siblings, 2 replies; 8+ messages in thread
From: Steve French @ 2023-02-09  4:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: CIFS, LKML

Please pull the following changes since commit
aa5465aeca3c66fecdf7efcf554aed79b4c4b211:

  cifs: Fix use-after-free in rdata->read_into_pages() (2023-02-06
22:50:25 -0600)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix

for you to fetch changes up to aa5465aeca3c66fecdf7efcf554aed79b4c4b211:

  cifs: Fix use-after-free in rdata->read_into_pages() (2023-02-06
22:50:25 -0600)

----------------------------------------------------------------
small fix for use after free in readpages

----------------------------------------------------------------

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] smb3 client fix
  2023-02-09  4:43 [GIT PULL] smb3 client fix Steve French
@ 2023-02-09 17:02 ` Linus Torvalds
  2023-02-09 17:25   ` Steve French
  2023-02-09 18:10 ` pr-tracker-bot
  1 sibling, 1 reply; 8+ messages in thread
From: Linus Torvalds @ 2023-02-09 17:02 UTC (permalink / raw)
  To: Steve French; +Cc: CIFS, LKML

On Wed, Feb 8, 2023 at 8:44 PM Steve French <smfrench@gmail.com> wrote:
>
>   git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix

Hmm. Malformed git pull request with no shortlog or diffstat?

I've pulled it, because I can see the SHA1 matching, and it is indeed
a "small fix for use after free in readpages", but I really do want to
see proper pull requests...

            Linus

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] smb3 client fix
  2023-02-09 17:02 ` Linus Torvalds
@ 2023-02-09 17:25   ` Steve French
  0 siblings, 0 replies; 8+ messages in thread
From: Steve French @ 2023-02-09 17:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: CIFS, LKML

sorry - cut and paste error

On Thu, Feb 9, 2023 at 11:02 AM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Wed, Feb 8, 2023 at 8:44 PM Steve French <smfrench@gmail.com> wrote:
> >
> >   git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix
>
> Hmm. Malformed git pull request with no shortlog or diffstat?
>
> I've pulled it, because I can see the SHA1 matching, and it is indeed
> a "small fix for use after free in readpages", but I really do want to
> see proper pull requests...
>
>             Linus



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] smb3 client fix
  2023-02-09  4:43 [GIT PULL] smb3 client fix Steve French
  2023-02-09 17:02 ` Linus Torvalds
@ 2023-02-09 18:10 ` pr-tracker-bot
  1 sibling, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2023-02-09 18:10 UTC (permalink / raw)
  To: Steve French; +Cc: Linus Torvalds, CIFS, LKML

The pull request you sent on Wed, 8 Feb 2023 22:43:48 -0600:

> git://git.samba.org/sfrench/cifs-2.6.git tags/6.2-rc8-smb3-client-fix

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] SMB3 client fix
  2023-09-30 15:33 [GIT PULL] SMB3 " Steve French
@ 2023-09-30 17:02 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2023-09-30 17:02 UTC (permalink / raw)
  To: Steve French; +Cc: Linus Torvalds, CIFS, LKML

The pull request you sent on Sat, 30 Sep 2023 10:33:34 -0500:

> git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc3-smb3-client-fix

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] SMB3 client fix
@ 2023-09-30 15:33 Steve French
  2023-09-30 17:02 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Steve French @ 2023-09-30 15:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: CIFS, LKML

Please pull the following changes since commit
6465e260f48790807eef06b583b38ca9789b6072:

  Linux 6.6-rc3 (2023-09-24 14:31:13 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc3-smb3-client-fix

for you to fetch changes up to e6e43b8aa7cd3c3af686caf0c2e11819a886d705:

  fs/smb/client: Reset password pointer to NULL (2023-09-28 14:49:51 -0500)

----------------------------------------------------------------
small smb3 client fix for password freeing potential oops (also for stable)

----------------------------------------------------------------
Quang Le (1):
      fs/smb/client: Reset password pointer to NULL

 fs/smb/client/fs_context.c | 1 +
 1 file changed, 1 insertion(+)


--
Thanks,

Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] smb3 client fix
  2023-08-18 15:55 Steve French
@ 2023-08-18 17:48 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2023-08-18 17:48 UTC (permalink / raw)
  To: Steve French; +Cc: Linus Torvalds, LKML, CIFS

The pull request you sent on Fri, 18 Aug 2023 10:55:33 -0500:

> git://git.samba.org/sfrench/cifs-2.6.git tags/6.5-rc6-smb3-client-fix

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] smb3 client fix
@ 2023-08-18 15:55 Steve French
  2023-08-18 17:48 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Steve French @ 2023-08-18 15:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, CIFS

Please pull the following changes since commit
2d7b8c6b90e4054a35eb59cd6d7c66e903e8ae4b:

  Merge tag '6.5-rc6-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2023-08-15 20:00:40 +0000)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.5-rc6-smb3-client-fix

for you to fetch changes up to 270d73e6507f9c7fff43844d74f86365df000b36:

  smb: client: fix null auth (2023-08-16 00:26:07 -0500)

----------------------------------------------------------------
small SMB mount option fix, also for stable
- fix minor regression from move to the new mount api
----------------------------------------------------------------
Scott Mayhew (1):
      smb: client: fix null auth

 fs/smb/client/fs_context.c | 4 ++++
 1 file changed, 4 insertions(+)


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-09-30 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09  4:43 [GIT PULL] smb3 client fix Steve French
2023-02-09 17:02 ` Linus Torvalds
2023-02-09 17:25   ` Steve French
2023-02-09 18:10 ` pr-tracker-bot
2023-08-18 15:55 Steve French
2023-08-18 17:48 ` pr-tracker-bot
2023-09-30 15:33 [GIT PULL] SMB3 " Steve French
2023-09-30 17:02 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).