genode/os/src/drivers
Stefan Kalkowski eeb2d95b1f block: prevent from dereferencing invalid pointers
Until now, block drivers had to deal with a pointer to the client
session component, e.g.: to acknowledge block packets already processed.
When a session was closed, the driver object wasn't informed explicitly,
which leads to defensive programming, or lastly to a race-condition in
test-blk-srv. To prevent from this class of errors, the pointer is now
private to the generic block driver base class, and not accessible to
the concrete driver implementation. Moreover, the driver gets explicitly
informed when a session got invalidated.

Ref #113
2014-02-25 14:58:02 +01:00
..
acpi acpi: print RMRR region (not just base) 2013-12-09 10:49:16 +01:00
ahci block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00
atapi block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00
audio_out/linux Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
framebuffer FB & omap4: fix mix-up of _fb_height and _fb_width 2013-12-03 10:40:23 +01:00
gpio omap4 & gpio_drv: add config lib 2013-11-14 19:56:39 +01:00
input imx53: add missing break to input driver (fix #957) 2013-11-25 09:46:08 +01:00
nic Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
pci pci_session: add free_dma_buffer call (Fix #1037) 2014-01-30 10:05:44 +01:00
platform rpi: Framebuffer and platform drivers 2013-11-25 09:46:09 +01:00
rtc/x86 Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
sd_card block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00
timer rpi: centralize spec of interrupt names 2013-11-14 19:56:39 +01:00
uart Follow-follow-up fix for "hw: basic support..." 2013-12-09 14:05:53 +01:00