public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 6.3.1
@ 2023-04-30 23:55 Greg Kroah-Hartman
  2023-04-30 23:55 ` Greg Kroah-Hartman
  2023-05-01  6:22 ` Chris Clayton
  0 siblings, 2 replies; 15+ messages in thread
From: Greg Kroah-Hartman @ 2023-04-30 23:55 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

I'm announcing the release of the 6.3.1 kernel.

All users of the 6.3 kernel series must upgrade.

The updated 6.3.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.3.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                                    |    2 -
 drivers/base/dd.c                                           |    7 ++++
 drivers/gpio/gpiolib-acpi.c                                 |   13 +++++++++
 drivers/gpu/drm/drm_fb_helper.c                             |    3 ++
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c   |    9 +++++-
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c |    5 +++
 drivers/usb/serial/option.c                                 |    6 ++++
 fs/btrfs/send.c                                             |    2 -
 fs/btrfs/volumes.c                                          |    2 -
 fs/verity/enable.c                                          |   17 ++++++++++++
 include/linux/mmc/sdio_ids.h                                |    5 ++-
 mm/mmap.c                                                   |    2 -
 net/bluetooth/hci_sock.c                                    |    9 +++++-
 13 files changed, 74 insertions(+), 8 deletions(-)

Arınç ÜNAL (1):
      USB: serial: option: add UNISOC vendor and TOZED LT70C product

Daniel Vetter (1):
      drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var

Eric Biggers (2):
      fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
      fsverity: explicitly check for buffer overflow in build_merkle_tree()

Genjian Zhang (1):
      btrfs: fix uninitialized variable warnings

Greg Kroah-Hartman (1):
      Linux 6.3.1

Jisoo Jang (1):
      wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()

Marek Vasut (1):
      wifi: brcmfmac: add Cypress 43439 SDIO ids

Ruihan Li (1):
      bluetooth: Perform careful capability checks in hci_sock_ioctl()

Stephen Boyd (1):
      driver core: Don't require dynamic_debug for initcall_debug probe timing

Vlastimil Babka (1):
      mm/mremap: fix vm_pgoff in vma_merge() case 3

Werner Sembach (1):
      gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: Linux 6.3.1
@ 2023-05-01 13:03 Ronald Warsow
  0 siblings, 0 replies; 15+ messages in thread
From: Ronald Warsow @ 2023-05-01 13:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: stable

Hi Greg

fetching new kernels via script:

https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/get-verified-tarball

it seems
https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc

doesn't contain a hash for 6.3.1


Ronald Warsow


^ permalink raw reply	[flat|nested] 15+ messages in thread
* Linux 6.3.1
@ 2023-04-30 23:41 Greg Kroah-Hartman
  2023-04-30 23:41 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 15+ messages in thread
From: Greg Kroah-Hartman @ 2023-04-30 23:41 UTC (permalink / raw)
  To: linux-kernel, akpm, torvalds, stable; +Cc: lwn, jslaby, Greg Kroah-Hartman

I'm announcing the release of the 6.3.1 kernel.

All users of the 6.3 kernel series must upgrade.

The updated 6.3.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.3.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                                    |    2 -
 drivers/base/dd.c                                           |    7 ++++
 drivers/gpio/gpiolib-acpi.c                                 |   13 +++++++++
 drivers/gpu/drm/drm_fb_helper.c                             |    3 ++
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c   |    9 +++++-
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c |    5 +++
 drivers/usb/serial/option.c                                 |    6 ++++
 fs/btrfs/send.c                                             |    2 -
 fs/btrfs/volumes.c                                          |    2 -
 fs/verity/enable.c                                          |   17 ++++++++++++
 include/linux/mmc/sdio_ids.h                                |    5 ++-
 mm/mmap.c                                                   |    2 -
 net/bluetooth/hci_sock.c                                    |    9 +++++-
 13 files changed, 74 insertions(+), 8 deletions(-)

Arınç ÜNAL (1):
      USB: serial: option: add UNISOC vendor and TOZED LT70C product

Daniel Vetter (1):
      drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var

Eric Biggers (2):
      fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds
      fsverity: explicitly check for buffer overflow in build_merkle_tree()

Genjian Zhang (1):
      btrfs: fix uninitialized variable warnings

Greg Kroah-Hartman (1):
      Linux 6.3.1

Jisoo Jang (1):
      wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()

Marek Vasut (1):
      wifi: brcmfmac: add Cypress 43439 SDIO ids

Ruihan Li (1):
      bluetooth: Perform careful capability checks in hci_sock_ioctl()

Stephen Boyd (1):
      driver core: Don't require dynamic_debug for initcall_debug probe timing

Vlastimil Babka (1):
      mm/mremap: fix vm_pgoff in vma_merge() case 3

Werner Sembach (1):
      gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU


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

end of thread, other threads:[~2023-05-06 10:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 23:55 Linux 6.3.1 Greg Kroah-Hartman
2023-04-30 23:55 ` Greg Kroah-Hartman
2023-05-01  6:22 ` Chris Clayton
2023-05-01  6:26   ` Chris Clayton
2023-05-01 21:40   ` Greg Kroah-Hartman
2023-05-01 22:28     ` Akemi Yagi
2023-05-01 23:43     ` Greg Kroah-Hartman
2023-05-02  5:07       ` Chris Clayton
2023-05-02  7:31       ` Greg Kroah-Hartman
2023-05-02 13:12         ` Chris Clayton
2023-05-06  0:52           ` Greg Kroah-Hartman
2023-05-06 10:03             ` Chris Clayton
  -- strict thread matches above, loose matches on Subject: below --
2023-05-01 13:03 Ronald Warsow
2023-04-30 23:41 Greg Kroah-Hartman
2023-04-30 23:41 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox