First
|
Prev |
Next
|
Last
Pages: 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290
[PATCH 05/25] serial: bfin_sport_uart: rename early platform driver class string From: Sonic Zhang <sonic.zhang(a)analog.com> Clarifies command line set up for devices between consoles and early devices. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/bfin_sport_uart... 21 May 2010 13:54
[PATCH 34/38] net/sysfs: Fix the bitrot in network device kobject namespace support From: Eric W. Biederman <ebiederm(a)xmission.com> I had a couple of stupid bugs in: netns: Teach network device kobjects which namespace they are in. - I duplicated the Kconfig for the NET_NS - The build was broken when sysfs was not compiled in The sysfs breakage is because after I moved the operations for t... 21 May 2010 13:54
[PATCH 31/38] driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE From: Christoph Egger <siccegge(a)cs.fau.de> In this code section the final S of CONFIG_MODULES was missed making the whole check useless Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Cc: Mark McLoughlin <markmc(a)redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/core.c | ... 21 May 2010 13:54
[PATCH 28/38] sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree From: Eric W. Biederman <ebiederm(a)aristanetworks.com> In Al's latest vfs tree the code is reworked and S_BIAS has been removed. It turns out that checking to see if a super block is in the middle of an unmount in sysfs_exit_ns is unnecessary because we remove the super_block from the s_supers/s_instances list b... 21 May 2010 13:54
[PATCH 30/38] pci: check caps from sysfs file open to read device dependent config space From: Chris Wright <chrisw(a)sous-sol.org> The PCI config space bin_attr read handler has a hardcoded CAP_SYS_ADMIN check to verify privileges before allowing a user to read device dependent config space. This is meant to protect from an unprivileged user potentially locking up the box. When assigning a PCI dev... 21 May 2010 13:54
[PATCH 23/25] serial: bfin_sport_uart: Use resource size to fix off-by-one error From: Tobias Klauser <tklauser(a)distanz.ch> Use the resource_size function instead of manually calculating the resource size. This actually fixes an off-by-one error. Signed-off-by: Tobias Klauser <tklauser(a)distanz.ch> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@s... 21 May 2010 13:54
[PATCH 14/25] serial: TTY: new ldiscs for staging From: Pavan Savoy <pavan_savoy(a)ti.com> Push the max ldiscs by a few number to allow ldiscs to exist in the staging directory and elsewhere. Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- include/linux/tty.h | 2 +- 1 files changed, 1 insertions(+), ... 21 May 2010 13:54
[PATCH 18/38] sysfs: Basic support for multiple super blocks From: Eric W. Biederman <ebiederm(a)xmission.com> Add all of the necessary bioler plate to support multiple superblocks in sysfs. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs/sysfs/mount.c | 58 ++... 21 May 2010 13:54
[PATCH 27/38] sysfs: Don't use enums in inline function declaration. From: Eric W. Biederman <ebiederm(a)xmission.com> It appears gcc can't cope with using an enum that is only declared in an inline function declaration, that doesn't even use the variable that is so declared. Avoid the silliness and replace the enum with an int, and make gcc happy. Signed-off-by: Eric W. Biede... 21 May 2010 13:54
[PATCH 19/25] serial: timbuart: make sure last byte is sent when port is closed From: Richard Röjfors <richard.rojfors(a)pelagicore.com> Fix a problem in early versions of the FPGA IP. In certain situations the IP reports that the FIFO is empty, but a byte is still clocked out. If a flush is done at that point the currently clocked byte is canceled. This causes incompatibilities with the... 21 May 2010 13:54 |