similar to: [PATCH] Fix request_module/modprobe deadlock in netfront accelerator

Displaying 7 results from an estimated 7 matches similar to: "[PATCH] Fix request_module/modprobe deadlock in netfront accelerator"

2007 Oct 03
0
[PATCH 6/6] Network acceleration improvements
Signed-off-by: Kieran Mansley <kmansley@solarflare.com> Cleanup vif_state on device removal diff -r f992a517aba5 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Wed Oct 03 13:41:33 2007 +0100 +++ b/drivers/xen/netfront/accel.c Wed Oct 03 13:45:55 2007 +0100 @@ -500,6 +500,30 @@ EXPORT_SYMBOL_GPL(netfront_accelerator_r /* + * Remove the hooks from a single vif state.
2007 Oct 30
0
[Patch 6/8] Netfront accelerator bug fixes
cleanup accelerators list on netfront unload Signed-off-by <kmansley@solarflare.com> diff -r fdfd708d2ec4 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Wed Oct 24 15:38:35 2007 +0100 +++ b/drivers/xen/netfront/accel.c Wed Oct 24 16:25:57 2007 +0100 @@ -75,6 +75,24 @@ void netif_init_accel(void) spin_lock_init(&accelerators_lock); } +void netif_exit_accel(void) +{
2006 Apr 03
0
request_module: runaway loop modprobe net-pf-16-proto-9
Any help about this error on domU ? request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 I am using xen_changeset : Sat Apr 1 14:59:12 2006 +0100
2006 Apr 03
0
request_module: runaway loop modprobe net-pf-16-proto-9
Any help about this error on domU ? request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 request_module: runaway loop modprobe net-pf-16-proto-9 I am using xen_changeset : Sat Apr 1 14:59:12 2006 +0100
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
AGP is deprecated for 10+ years now and not used any more on modern hardware. Old hardware should continue to work in PCI mode. Signed-off-by: Christian K?nig <christian.koenig at amd.com> --- drivers/gpu/drm/radeon/Makefile | 4 +- drivers/gpu/drm/radeon/evergreen.c | 7 - drivers/gpu/drm/radeon/r100.c | 10 +- drivers/gpu/drm/radeon/r300.c | 9 -
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
On Mon, May 11, 2020 at 1:17 PM Christian K?nig <ckoenig.leichtzumerken at gmail.com> wrote: > > AGP is deprecated for 10+ years now and not used any more on modern hardware. > > Old hardware should continue to work in PCI mode. Might want to clarify that there is no loss of functionality here. Something like: "There is no loss of functionality here. GPUs will continue to
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
Hi Christian Am 11.05.20 um 19:17 schrieb Christian K?nig: > AGP is deprecated for 10+ years now and not used any more on modern hardware. > > Old hardware should continue to work in PCI mode. > > Signed-off-by: Christian K?nig <christian.koenig at amd.com> > --- > drivers/gpu/drm/radeon/Makefile | 4 +- > drivers/gpu/drm/radeon/evergreen.c | 7 -