From: Jason Gunthorpe <jgg@mellanox.com> To: Linus Torvalds <torvalds@linux-foundation.org>, Doug Ledford <dledford@redhat.com> Cc: "linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org> Subject: [GIT PULL] Please pull RDMA subsystem changes Date: Thu, 6 Jun 2019 20:14:24 +0000 [thread overview] Message-ID: <20190606201420.GA9763@ziepe.ca> (raw) [-- Attachment #1: Type: text/plain, Size: 2980 bytes --] Hi Linus, Things are looking pretty quiet here in RDMA, not too many bug fixes rolling in right now. Here is the first batch of proposed rc fixes. Thanks, Jason The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus for you to fetch changes up to 4f240dfec6bcc852b124ea7c419fb590949fbd4c: RDMA/efa: Remove MAYEXEC flag check from mmap flow (2019-05-29 13:13:03 -0300) ---------------------------------------------------------------- 5.2 First rc pull request The usual driver bug fixes and fixes for a couple of regressions introduced in 5.2: - Fix a race on bootup with RDMA device renaming and srp. SRP also needs to rename its internal sys files - Fix a memory leak in hns - Don't leak resources in efa on certain error unwinds - Don't panic in certain error unwinds in ib_register_device - Various small user visible bug fix patches for the hfi and efa drivers - Fix the 32 bit compilation break ---------------------------------------------------------------- Gal Pressman (2): RDMA/uverbs: Pass udata on uverbs error unwind RDMA/efa: Remove MAYEXEC flag check from mmap flow Jason Gunthorpe (1): RDMA/core: Clear out the udata before error unwind Kamal Heib (1): RDMA/core: Fix panic when port_data isn't initialized Kamenee Arumugam (1): IB/hfi1: Validate page aligned for a given virtual address Leon Romanovsky (2): RDMA/srp: Rename SRP sysfs name after IB device rename trigger RDMA/hns: Fix PD memory leak for internal allocation Michal Kubecek (1): mlx5: avoid 64-bit division Mike Marciniszyn (3): IB/rdmavt: Fix alloc_qpn() WARN_ON() IB/hfi1: Insure freeze_work work_struct is canceled on shutdown IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value drivers/infiniband/core/device.c | 49 +++++++++++++++++++-------- drivers/infiniband/core/rdma_core.h | 2 ++ drivers/infiniband/core/uverbs_cmd.c | 30 +++++++++++----- drivers/infiniband/core/uverbs_std_types_cq.c | 2 +- drivers/infiniband/core/uverbs_std_types_mr.c | 2 +- drivers/infiniband/hw/efa/efa_verbs.c | 1 - drivers/infiniband/hw/hfi1/chip.c | 1 + drivers/infiniband/hw/hfi1/user_exp_rcv.c | 3 ++ drivers/infiniband/hw/hfi1/verbs.c | 2 -- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 1 + drivers/infiniband/hw/mlx5/cmd.c | 9 +++-- drivers/infiniband/hw/mlx5/main.c | 2 +- drivers/infiniband/hw/qib/qib_verbs.c | 2 -- drivers/infiniband/sw/rdmavt/mr.c | 2 ++ drivers/infiniband/sw/rdmavt/qp.c | 3 +- drivers/infiniband/ulp/srp/ib_srp.c | 18 +++++++++- include/rdma/ib_verbs.h | 1 + 17 files changed, 95 insertions(+), 35 deletions(-) [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-06-06 20:14 UTC|newest] Thread overview: 204+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-06-06 20:14 Jason Gunthorpe [this message] 2019-06-07 16:45 ` pr-tracker-bot -- strict thread matches above, loose matches on Subject: below -- 2022-08-04 18:48 Jason Gunthorpe 2022-08-05 3:26 ` pr-tracker-bot 2022-07-18 23:12 Jason Gunthorpe 2022-07-19 0:19 ` pr-tracker-bot 2022-06-30 12:57 Jason Gunthorpe 2022-06-30 17:28 ` pr-tracker-bot 2022-05-26 14:46 Jason Gunthorpe 2022-05-27 4:17 ` pr-tracker-bot 2022-05-06 16:01 Jason Gunthorpe 2022-05-06 16:57 ` Linus Torvalds 2022-05-06 17:06 ` Jason Gunthorpe 2022-05-06 16:58 ` pr-tracker-bot 2022-04-08 19:03 Jason Gunthorpe 2022-04-09 4:39 ` pr-tracker-bot 2022-03-23 19:54 Jason Gunthorpe 2022-03-25 2:47 ` pr-tracker-bot 2022-02-25 21:16 Jason Gunthorpe 2022-02-25 22:15 ` pr-tracker-bot 2022-02-04 23:59 Jason Gunthorpe 2022-02-05 0:31 ` pr-tracker-bot 2022-01-13 18:53 Jason Gunthorpe 2022-01-13 19:19 ` pr-tracker-bot 2022-01-07 1:15 Jason Gunthorpe 2022-01-07 3:05 ` pr-tracker-bot 2021-12-21 1:25 Jason Gunthorpe 2021-12-21 1:37 ` pr-tracker-bot 2021-12-09 21:07 Jason Gunthorpe 2021-12-09 21:23 ` pr-tracker-bot 2021-11-19 17:19 Jason Gunthorpe 2021-11-19 19:46 ` pr-tracker-bot 2021-11-03 13:43 Jason Gunthorpe 2021-11-03 16:01 ` pr-tracker-bot 2021-10-27 12:49 Jason Gunthorpe 2021-10-27 17:44 ` pr-tracker-bot 2021-09-30 1:02 Jason Gunthorpe 2021-09-30 21:34 ` pr-tracker-bot 2021-09-08 23:40 Jason Gunthorpe 2021-09-09 18:54 ` pr-tracker-bot 2021-09-01 23:41 Jason Gunthorpe 2021-09-02 22:42 ` pr-tracker-bot 2021-08-24 14:23 Jason Gunthorpe 2021-08-24 17:01 ` pr-tracker-bot 2021-08-06 13:30 Jason Gunthorpe 2021-08-06 18:27 ` pr-tracker-bot 2021-07-26 23:10 Jason Gunthorpe 2021-07-27 21:17 ` pr-tracker-bot 2021-07-01 1:30 Jason Gunthorpe 2021-07-01 21:58 ` pr-tracker-bot 2021-06-10 12:37 Jason Gunthorpe 2021-06-10 19:18 ` pr-tracker-bot 2021-05-20 14:37 Jason Gunthorpe 2021-05-20 16:47 ` pr-tracker-bot 2021-04-30 16:55 Jason Gunthorpe 2021-04-30 17:01 ` Jason Gunthorpe 2021-05-01 17:20 ` pr-tracker-bot 2021-04-08 19:51 Jason Gunthorpe 2021-04-08 23:40 ` pr-tracker-bot 2021-03-25 18:04 Jason Gunthorpe 2021-03-25 19:13 ` pr-tracker-bot 2021-03-05 23:35 Jason Gunthorpe 2021-03-06 1:35 ` pr-tracker-bot 2021-02-22 14:59 Jason Gunthorpe 2021-02-22 18:37 ` pr-tracker-bot 2021-01-28 14:46 Jason Gunthorpe 2021-01-15 19:21 Jason Gunthorpe 2021-01-15 23:35 ` pr-tracker-bot 2020-12-16 17:57 Jason Gunthorpe 2020-12-16 21:51 ` pr-tracker-bot 2020-12-10 15:50 Jason Gunthorpe 2020-12-10 19:11 ` pr-tracker-bot 2020-11-27 14:00 Jason Gunthorpe 2020-11-27 21:21 ` pr-tracker-bot 2020-11-19 19:29 Jason Gunthorpe 2020-11-19 23:00 ` pr-tracker-bot 2020-11-05 18:16 Jason Gunthorpe 2020-11-05 20:21 ` pr-tracker-bot 2020-10-29 18:41 Jason Gunthorpe 2020-10-29 18:53 ` Linus Torvalds 2020-10-29 19:00 ` pr-tracker-bot 2020-10-16 18:51 Jason Gunthorpe 2020-10-17 18:21 ` Linus Torvalds 2020-10-17 18:42 ` Jason Gunthorpe 2020-10-17 18:22 ` pr-tracker-bot 2020-09-25 12:57 Jason Gunthorpe 2020-09-25 17:48 ` pr-tracker-bot 2020-09-10 23:38 Jason Gunthorpe 2020-09-11 18:37 ` pr-tracker-bot 2020-08-21 14:06 Jason Gunthorpe 2020-08-21 17:16 ` pr-tracker-bot 2020-08-06 18:27 Jason Gunthorpe 2020-08-07 1:55 ` pr-tracker-bot 2020-07-31 15:17 Jason Gunthorpe 2020-07-31 16:45 ` pr-tracker-bot 2020-07-24 17:47 Jason Gunthorpe 2020-07-24 21:40 ` pr-tracker-bot 2020-07-10 17:58 Jason Gunthorpe 2020-07-10 22:10 ` pr-tracker-bot 2020-06-25 17:56 Jason Gunthorpe 2020-06-25 20:15 ` pr-tracker-bot 2020-06-04 19:51 Jason Gunthorpe 2020-06-05 21:15 ` pr-tracker-bot 2020-05-29 14:15 Jason Gunthorpe 2020-05-29 21:10 ` pr-tracker-bot 2020-05-15 19:13 Jason Gunthorpe 2020-05-15 20:15 ` pr-tracker-bot 2020-04-28 19:59 Jason Gunthorpe 2020-04-28 20:40 ` pr-tracker-bot 2020-04-01 23:01 Jason Gunthorpe 2020-04-02 2:05 ` pr-tracker-bot 2020-03-26 17:31 Jason Gunthorpe 2020-03-26 17:50 ` pr-tracker-bot 2020-03-08 0:07 Jason Gunthorpe 2020-03-08 2:00 ` pr-tracker-bot 2020-02-15 21:32 Jason Gunthorpe 2020-02-16 1:20 ` pr-tracker-bot 2020-01-31 15:16 Jason Gunthorpe 2020-01-31 23:10 ` pr-tracker-bot 2020-01-10 2:16 Jason Gunthorpe 2020-01-11 14:45 ` pr-tracker-bot 2019-11-27 0:24 Jason Gunthorpe 2019-11-27 18:19 ` Linus Torvalds 2019-11-27 19:23 ` Jason Gunthorpe 2019-11-27 18:45 ` pr-tracker-bot 2019-11-14 15:16 Jason Gunthorpe 2019-11-14 16:55 ` pr-tracker-bot 2019-10-31 18:22 Jason Gunthorpe 2019-11-01 17:10 ` pr-tracker-bot 2019-10-09 14:28 Jason Gunthorpe 2019-10-09 19:30 ` pr-tracker-bot 2019-09-19 16:34 Jason Gunthorpe 2019-09-21 17:40 ` pr-tracker-bot 2019-07-30 12:15 Jason Gunthorpe 2019-07-30 20:40 ` pr-tracker-bot 2019-07-15 15:26 Jason Gunthorpe 2019-07-16 4:35 ` pr-tracker-bot 2019-05-15 0:46 Jason Gunthorpe 2019-05-15 4:05 ` pr-tracker-bot 2019-05-09 13:37 Jason Gunthorpe 2019-05-09 16:25 ` pr-tracker-bot 2019-04-28 11:52 Jason Gunthorpe 2019-04-28 16:59 ` Linus Torvalds 2019-04-28 23:49 ` Jason Gunthorpe 2019-04-29 0:09 ` Linus Torvalds 2019-04-30 12:53 ` Jason Gunthorpe 2019-04-28 18:05 ` pr-tracker-bot 2019-04-29 6:09 ` Heiko Carstens 2019-04-29 8:40 ` Jason Gunthorpe 2019-04-29 9:00 ` Michal Kubecek 2019-04-29 9:19 ` Leon Romanovsky 2019-04-29 15:42 ` Doug Ledford 2019-04-29 16:29 ` Doug Ledford 2019-04-10 18:46 Jason Gunthorpe 2019-04-10 19:55 ` pr-tracker-bot 2019-03-18 1:04 Jason Gunthorpe 2019-03-19 18:15 ` pr-tracker-bot 2019-03-07 1:34 Jason Gunthorpe 2019-03-10 1:40 ` pr-tracker-bot 2019-02-21 23:07 Jason Gunthorpe 2019-02-22 18:40 ` pr-tracker-bot 2019-02-01 17:41 Jason Gunthorpe 2019-02-01 18:45 ` pr-tracker-bot 2019-01-18 3:56 Jason Gunthorpe 2019-01-18 5:35 ` pr-tracker-bot 2019-01-04 5:00 Jason Gunthorpe 2019-01-06 2:40 ` pr-tracker-bot 2018-12-24 22:16 Jason Gunthorpe 2018-12-29 1:30 ` pr-tracker-bot 2018-11-29 22:52 Jason Gunthorpe 2018-10-25 21:21 Jason Gunthorpe 2018-10-26 14:50 ` Linus Torvalds 2018-09-27 18:24 Jason Gunthorpe 2018-09-27 20:17 ` Greg Kroah-Hartman 2018-09-10 23:04 Jason Gunthorpe 2018-08-22 21:44 Jason Gunthorpe 2018-08-16 21:57 Jason Gunthorpe 2018-08-17 19:31 ` Linus Torvalds 2018-08-17 19:44 ` Linus Torvalds 2018-08-17 20:50 ` Linus Torvalds 2018-08-17 21:16 ` Jason Gunthorpe 2018-08-17 23:56 ` Linus Torvalds 2018-08-17 20:15 ` Jason Gunthorpe 2018-08-17 20:27 ` Linus Torvalds 2018-08-17 21:27 ` Jason Gunthorpe 2018-08-03 16:11 Jason Gunthorpe 2018-07-13 17:13 Jason Gunthorpe 2018-06-20 21:00 Jason Gunthorpe 2018-06-06 21:42 Jason Gunthorpe 2018-06-01 16:47 Jason Gunthorpe 2018-05-24 20:51 Jason Gunthorpe 2018-04-06 16:05 Jason Gunthorpe 2018-05-16 17:39 ` Eugene Syromiatnikov 2018-05-16 17:49 ` Jason Gunthorpe 2018-05-16 18:01 ` Eugene Syromiatnikov 2018-03-29 19:17 Jason Gunthorpe 2018-03-20 23:17 Jason Gunthorpe 2018-01-31 17:47 Jason Gunthorpe [not found] ` <20180131174735.GA18568-uk2M96/98Pc@public.gmane.org> 2018-01-31 20:11 ` Linus Torvalds [not found] ` <CA+55aFxmnW-iu1Na3QC8Ci8Q_Qdfn2Ak_9wDB6+A564R=Xn9Ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2018-01-31 21:04 ` Jason Gunthorpe [not found] ` <20180131210457.GE23352-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> 2018-02-01 19:12 ` Linus Torvalds [not found] ` <CA+55aFxySLoCHcmZgx2PiF6jEazVOSy=2idccRsWqOzmyK2gaw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2018-02-01 20:33 ` Jason Gunthorpe 2017-12-28 21:03 Jason Gunthorpe 2017-12-16 17:12 Jason Gunthorpe
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=20190606201420.GA9763@ziepe.ca \ --to=jgg@mellanox.com \ --cc=dledford@redhat.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-rdma@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] Please pull RDMA subsystem changes' \ /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
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).