Message ID | 20221021200118.2163-1-rpearsonhpe@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Implement work queues for rdma_rxe | expand |
> Bob Pearson (18): > RDMA/rxe: Remove redundant header files > RDMA/rxe: Remove init of task locks from rxe_qp.c > RDMA/rxe: Removed unused name from rxe_task struct > RDMA/rxe: Split rxe_run_task() into two subroutines > RDMA/rxe: Make rxe_do_task static I took these patches into for-next, the rest will need reposting to address the 0-day and decide if we should strip out the work queue entirely Jason
On 10/28/22 12:04, Jason Gunthorpe wrote: >> Bob Pearson (18): >> RDMA/rxe: Remove redundant header files >> RDMA/rxe: Remove init of task locks from rxe_qp.c >> RDMA/rxe: Removed unused name from rxe_task struct >> RDMA/rxe: Split rxe_run_task() into two subroutines >> RDMA/rxe: Make rxe_do_task static > > I took these patches into for-next, the rest will need reposting to > address the 0-day and decide if we should strip out the work queue > entirely > > Jason I'm guessing you meant tasklet??
On Fri, Oct 28, 2022 at 01:16:11PM -0500, Bob Pearson wrote: > On 10/28/22 12:04, Jason Gunthorpe wrote: > >> Bob Pearson (18): > >> RDMA/rxe: Remove redundant header files > >> RDMA/rxe: Remove init of task locks from rxe_qp.c > >> RDMA/rxe: Removed unused name from rxe_task struct > >> RDMA/rxe: Split rxe_run_task() into two subroutines > >> RDMA/rxe: Make rxe_do_task static > > > > I took these patches into for-next, the rest will need reposting to > > address the 0-day and decide if we should strip out the work queue > > entirely > > > > Jason > > I'm guessing you meant tasklet?? yes Jason
On 10/28/22 13:17, Jason Gunthorpe wrote: > On Fri, Oct 28, 2022 at 01:16:11PM -0500, Bob Pearson wrote: >> On 10/28/22 12:04, Jason Gunthorpe wrote: >>>> Bob Pearson (18): >>>> RDMA/rxe: Remove redundant header files >>>> RDMA/rxe: Remove init of task locks from rxe_qp.c >>>> RDMA/rxe: Removed unused name from rxe_task struct >>>> RDMA/rxe: Split rxe_run_task() into two subroutines >>>> RDMA/rxe: Make rxe_do_task static >>> >>> I took these patches into for-next, the rest will need reposting to >>> address the 0-day and decide if we should strip out the work queue >>> entirely >>> >>> Jason >> >> I'm guessing you meant tasklet?? > > yes > > Jason What do you mean by 0-day?? Sounds like a cpu bug we used to talk about. But not sure what it has to do with work queue patches. Bob
On Fri, Oct 28, 2022 at 01:58:08PM -0500, Bob Pearson wrote: > On 10/28/22 13:17, Jason Gunthorpe wrote: > > On Fri, Oct 28, 2022 at 01:16:11PM -0500, Bob Pearson wrote: > >> On 10/28/22 12:04, Jason Gunthorpe wrote: > >>>> Bob Pearson (18): > >>>> RDMA/rxe: Remove redundant header files > >>>> RDMA/rxe: Remove init of task locks from rxe_qp.c > >>>> RDMA/rxe: Removed unused name from rxe_task struct > >>>> RDMA/rxe: Split rxe_run_task() into two subroutines > >>>> RDMA/rxe: Make rxe_do_task static > >>> > >>> I took these patches into for-next, the rest will need reposting to > >>> address the 0-day and decide if we should strip out the work queue > >>> entirely > >>> > >>> Jason > >> > >> I'm guessing you meant tasklet?? > > > > yes > > > > Jason > > What do you mean by 0-day?? Sounds like a cpu bug we used to talk > about. But not sure what it has to do with work queue patches. https://lore.kernel.org/linux-rdma/202210220559.f7taTL8S-lkp@intel.com/ Jason
Yes. I saw that. I missed the 0-day connection. Yes I'll add the 'static' declaration. Bob -----Original Message----- From: Jason Gunthorpe <jgg@nvidia.com> Sent: Friday, October 28, 2022 2:16 PM To: Bob Pearson <rpearsonhpe@gmail.com> Cc: zyjzyj2000@gmail.com; leon@kernel.org; Hack, Jenny (Ft. Collins) <jhack@hpe.com>; Ziemba, Ian <ian.ziemba@hpe.com>; matsuda-daisuke@fujitsu.com; lizhijian@fujitsu.com; haris.phnx@gmail.com; linux-rdma@vger.kernel.org Subject: Re: [PATCH v2 00/18] Implement work queues for rdma_rxe On Fri, Oct 28, 2022 at 01:58:08PM -0500, Bob Pearson wrote: > On 10/28/22 13:17, Jason Gunthorpe wrote: > > On Fri, Oct 28, 2022 at 01:16:11PM -0500, Bob Pearson wrote: > >> On 10/28/22 12:04, Jason Gunthorpe wrote: > >>>> Bob Pearson (18): > >>>> RDMA/rxe: Remove redundant header files > >>>> RDMA/rxe: Remove init of task locks from rxe_qp.c > >>>> RDMA/rxe: Removed unused name from rxe_task struct > >>>> RDMA/rxe: Split rxe_run_task() into two subroutines > >>>> RDMA/rxe: Make rxe_do_task static > >>> > >>> I took these patches into for-next, the rest will need reposting > >>> to address the 0-day and decide if we should strip out the work > >>> queue entirely > >>> > >>> Jason > >> > >> I'm guessing you meant tasklet?? > > > > yes > > > > Jason > > What do you mean by 0-day?? Sounds like a cpu bug we used to talk > about. But not sure what it has to do with work queue patches. https://lore.kernel.org/linux-rdma/202210220559.f7taTL8S-lkp@intel.com/ Jason