Re: [Intel-wired-lan] [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer

2024-06-12 Thread Greg Kroah-Hartman
On Tue, Jun 11, 2024 at 03:50:47PM +0200, Przemek Kitszel wrote: > On 6/11/24 15:01, Greg Kroah-Hartman wrote: > > In the quest to make struct device constant, start by making > > just curious, how far it will go? eg. do you plan to convert > get/put_device() to accept const?

Re: [Intel-wired-lan] [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer

2024-06-11 Thread Greg Kroah-Hartman
On Tue, Jun 11, 2024 at 02:22:37PM +0100, Mark Brown wrote: > On Tue, Jun 11, 2024 at 03:01:04PM +0200, Greg Kroah-Hartman wrote: > > In the quest to make struct device constant, start by making > > to_auziliary_drv() return a constant pointer so that drivers that call > >

Re: [Intel-wired-lan] [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer

2024-06-11 Thread Greg Kroah-Hartman
On Tue, Jun 11, 2024 at 01:44:07PM +, Sakari Ailus wrote: > Hi Greg, > > On Tue, Jun 11, 2024 at 03:01:04PM +0200, Greg Kroah-Hartman wrote: > > In the quest to make struct device constant, start by making > > to_auziliary_drv() return a constant pointer so that drivers

[Intel-wired-lan] [PATCH 1/6] auxbus: make to_auxiliary_drv accept and return a constant pointer

2024-06-11 Thread Greg Kroah-Hartman
not going to be a constant one in order to not break the build. Cc: Greg Kroah-Hartman Cc: Dave Ertman Cc: Ira Weiny Cc: "Rafael J. Wysocki" Cc: Sakari Ailus Cc: Bingbu Cao Cc: Tianshu Qiu Cc: Mauro Carvalho Chehab Cc: Michael Chan Cc: "David S. Miller" Cc: Eri

Re: [Intel-wired-lan] [BUG] e1000e, scheduling while atomic (stable)

2024-04-23 Thread Greg Kroah-Hartman
On Fri, Apr 19, 2024 at 12:20:05PM -0400, Jérôme Carretero wrote: > Hi Sasha, > > > Thank you, sorry for the delay but I coudln't reboot. > > Adding Greg KH because I don't know if stable will receive my e-mail > (not subscribed) but the regression was integrated in stable: > commit 0a4e3c2d976

[Intel-wired-lan] [PATCH 6.1 137/196] ice: Remove redundant pci_enable_pcie_error_reporting()

2023-10-23 Thread Greg Kroah-Hartman
6.1-stable review patch. If anyone has any objections, please let me know. -- From: Bjorn Helgaas [ Upstream commit ba153552c18d7eb839ec0bad7d7484e29ba4719c ] pci_enable_pcie_error_reporting() enables the device to send ERR_* Messages. Since f26e58bf6f54 ("PCI/AER: Enable err