Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-28 Thread Luis Chamberlain
On Thu, May 28, 2020 at 08:04:50AM -0700, Ben Greear wrote: > > Could you post your devlink RFC patches somewhere public? This cover letter provided a URL to these. Luis

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-28 Thread Ben Greear
On 05/28/2020 07:27 AM, Luis Chamberlain wrote: On Wed, May 27, 2020 at 02:36:42PM -0700, Jakub Kicinski wrote: On Wed, 27 May 2020 03:19:18 + Luis Chamberlain wrote: I read your patch, and granted, I will accept I was under the incorrect assumption that this can only be used by networki

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-28 Thread Luis Chamberlain
On Wed, May 27, 2020 at 02:36:42PM -0700, Jakub Kicinski wrote: > On Wed, 27 May 2020 03:19:18 + Luis Chamberlain wrote: > > I read your patch, and granted, I will accept I was under the incorrect > > assumption that this can only be used by networking devices, however it > > the devlink approa

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-27 Thread Jakub Kicinski
On Wed, 27 May 2020 03:19:18 + Luis Chamberlain wrote: > I read your patch, and granted, I will accept I was under the incorrect > assumption that this can only be used by networking devices, however it > the devlink approach achieves getting userspace the ability with > iproute2 devlink util t

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-26 Thread Luis Chamberlain
On Tue, May 26, 2020 at 04:30:31PM -0700, Jakub Kicinski wrote: > On Tue, 26 May 2020 23:07:48 + Luis Chamberlain wrote: > > On Tue, May 26, 2020 at 03:46:06PM -0700, Jakub Kicinski wrote: > > > On Tue, 26 May 2020 14:58:07 + Luis Chamberlain wrote: > > > > To those new on CC -- this is i

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-26 Thread Jakub Kicinski
On Tue, 26 May 2020 23:07:48 + Luis Chamberlain wrote: > On Tue, May 26, 2020 at 03:46:06PM -0700, Jakub Kicinski wrote: > > On Tue, 26 May 2020 14:58:07 + Luis Chamberlain wrote: > > > To those new on CC -- this is intended to be a simple generic interface > > > to the kernel to annotate

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-26 Thread Luis Chamberlain
On Tue, May 26, 2020 at 03:46:06PM -0700, Jakub Kicinski wrote: > On Tue, 26 May 2020 14:58:07 + Luis Chamberlain wrote: > > To those new on CC -- this is intended to be a simple generic interface > > to the kernel to annotate when the firwmare has crashed leaving the > > driver or system in a

Re: [PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-26 Thread Jakub Kicinski
On Tue, 26 May 2020 14:58:07 + Luis Chamberlain wrote: > To those new on CC -- this is intended to be a simple generic interface > to the kernel to annotate when the firwmare has crashed leaving the > driver or system in a questionable state, in the worst case requiring > full system reboot. Th

[PATCH v3 0/8] kernel: taint when the driver firmware crashes

2020-05-26 Thread Luis Chamberlain
To those new on CC -- this is intended to be a simple generic interface to the kernel to annotate when the firwmare has crashed leaving the driver or system in a questionable state, in the worst case requiring full system reboot. This series is first addressing only a few networking patches, howeve