[GIT,PULL] Char/Misc driver fixes for 6.5-rc4

Message ID ZMZEFScpcIdjLiFy@kroah.com
State New
Headers
Series [GIT,PULL] Char/Misc driver fixes for 6.5-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.5-rc4

Message

Greg KH July 30, 2023, 11:05 a.m. UTC
  The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.5-rc4

for you to fetch changes up to f8ea95021022826a010f56cf19451c21f4c9c155:

  misc/genalloc: Name subpools by of_node_full_name() (2023-07-26 09:45:01 +0200)

----------------------------------------------------------------
Char driver and Documentation fixes for 6.5-rc4

Here is a char driver fix and some documentation updates for 6.5-rc4
that contain the following changes:
  - sram/genalloc bugfix for reported problem
  - security-bugs.rst update based on recent discussions
  - embargoed-hardware-issues minor cleanups and then partial revert for
    the project/company lists

All of these have been in linux-next for a while with no reported
problems, and the documentation updates have all been reviewed by the
relevant developers.

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

----------------------------------------------------------------
Greg Kroah-Hartman (4):
      Documentation: security-bugs.rst: update preferences when dealing with the linux-distros group
      Documentation: security-bugs.rst: clarify CVE handling
      Documentation: embargoed-hardware-issues.rst: clean out empty and unused entries
      Documentation: embargoed-hardware-issues.rst: add AMD to the list

Linus Walleij (1):
      misc/genalloc: Name subpools by of_node_full_name()

 .../process/embargoed-hardware-issues.rst          |  3 --
 Documentation/process/security-bugs.rst            | 39 ++++++++++------------
 drivers/misc/sram.c                                |  2 +-
 lib/genalloc.c                                     |  2 +-
 4 files changed, 20 insertions(+), 26 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 30, 2023, 7:43 p.m. UTC | #1
The pull request you sent on Sun, 30 Jul 2023 13:05:57 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.5-rc4

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

Thank you!