https://github.com/torvalds/linux
Revision ca7457236d47d8748bdb6b423d148726220ec3d8 authored by Linus Torvalds on 25 February 2022, 21:34:30 UTC, committed by Linus Torvalds on 25 February 2022, 21:34:30 UTC
Pull rdma fixes from Jason Gunthorpe:

 - Older "does not even boot" regression in qib from July

 - Bug fixes for error unwind in rtrs

 - Avoid a deadlock syzkaller found in srp

 - Fix another UAF syzkaller found in cma

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  RDMA/cma: Do not change route.addr.src_addr outside state checks
  RDMA/ib_srp: Fix a deadlock
  RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
  RDMA/rtrs-clt: Fix possible double free in error case
  IB/qib: Fix duplicate sysfs directory name
2 parent s 115ccd2 + 22e9f71
Raw File
Tip revision: ca7457236d47d8748bdb6b423d148726220ec3d8 authored by Linus Torvalds on 25 February 2022, 21:34:30 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Tip revision: ca74572
Kconfig.freezer
# SPDX-License-Identifier: GPL-2.0-only
config FREEZER
	def_bool PM_SLEEP || CGROUP_FREEZER
back to top