Linux kernel staging patches
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: [GIT PULL] Staging driver fixes for 6.9-rc2
Date: Sat, 30 Mar 2024 13:25:31 +0100	[thread overview]
Message-ID: <ZggEu9MdSTNi-9FU@kroah.com> (raw)

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/gregkh/staging.git tags/staging-6.9-rc2

for you to fetch changes up to f37e76abd614b68987abc8e5c22d986013349771:

  staging: vc04_services: fix information leak in create_component() (2024-03-25 19:10:01 +0100)

----------------------------------------------------------------
Staging driver fixes for 6.9-rc2

Here are two small staging driver fixes for the vc04_services driver
that resolve reported problems:
  - strncpy fix for information leak
  - another information leak discovered by the previous strncpy fix

Both of these have been in linux-next all this past week with no
reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Arnd Bergmann (1):
      staging: vc04_services: changen strncpy() to strscpy_pad()

Dan Carpenter (1):
      staging: vc04_services: fix information leak in create_component()

 drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

             reply	other threads:[~2024-03-30 12:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-30 12:25 Greg KH [this message]
2024-03-30 20:22 ` [GIT PULL] Staging driver fixes for 6.9-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZggEu9MdSTNi-9FU@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).