First  |  Prev |  Next  |  Last
Pages: 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
2.6.32.17-rc1 -stable review
On Fri, 30 Jul 2010 10:15:50 -0700 Greg KH <gregkh(a)suse.de> wrote: This is the start of the stable review cycle for the 2.6.32.17 release. There are 165 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If an... 2 Aug 2010 13:39
[PATCH 1/7 v2] 68328serial: check return value of copy_*_user() instead of access_ok()
As copy_*_user() calls access_ok() it should not be called explicitly. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/serial/68328serial.c | 29 +++++++++++------------------ 1 files changed, 11 insertions(+), 18 deletions(-) diff --git a/drivers/serial/68328serial.c b/drivers/serial/68328se... 1 Aug 2010 03:00
68328serial: check return value of copy_*_user() instead of access_ok()
On Sat, Jul 31, 2010 at 21:09 +0200, Dan Carpenter wrote: On Sat, Jul 31, 2010 at 09:38:00PM +0400, Kulikov Vasiliy wrote: - sizeof(struct m68k_serial))) - return -EFAULT; - copy_to_user((struct m68k_serial *) arg, + return copy_to_user((struct m68k_serial *) arg, info, ... 1 Aug 2010 03:00
act_nat: the checksum of ICMP doesn't have pseudo header
From: Herbert Xu <herbert(a)gondor.apana.org.au> Date: Fri, 30 Jul 2010 22:30:16 +0800 On Fri, Jul 30, 2010 at 10:16:05PM +0800, Changli Gao wrote: I know we need to update the ICMP checksum if we alter the payload(the inner IP header here) of ICMP. But I doubt if the update is really necessary if ... 1 Aug 2010 01:55
hwmon: f71882fg: Add support for the Fintek F71808E
On Wed, Mar 24, 2010 at 11:31:40 +0100, Hans de Goede wrote: On 03/24/2010 10:23, Giel van Schijndel wrote: On Wed, Mar 24, 2010 at 09:25:08 +0100, Hans de Goede wrote: See comments inline. On 03/24/2010 12:12 AM, Giel van Schijndel wrote: Allow device probing to recognise the Fintek F71808E... 13 Aug 2010 07:03
[PATCH 3/3 v2] cyber2000fb: add I2C support
Add I2C support for the DDC bus to cyber2000fb driver. This is only bus support, driver does not use EDID. Tested on two different CyberPro 2000 cards with i2cdetect and decode-edid. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- This is v2 with added locking and ddc things properly named. diff -... 31 Jul 2010 18:22
cyber2000fb: add I2C support
On Sat, Jul 31, 2010 at 10:55:49PM +0200, Ondrej Zary wrote: Add I2C support for the DDC bus to cyber2000fb driver. This is only bus support, driver does not use EDID. Tested on two different CyberPro 2000 cards with i2cdetect and decode-edid. I'm debating a bit about this. One thing I'm concerned about ... 1 Aug 2010 05:08
[PATCH 3/9] kconfig: change nonint_oldconfig to listnewconfig
Rename to a name that better match the other kconfig targets. listnewconfig shall read as: - list new options compared to current configuration New options are now written to stdout so one can redirect the output. Do not exit with an error code if there is new options. These are feature changes compared ... 31 Jul 2010 18:22
[PATCH 6/9] kconfig: add alldefconfig
alldefconfig create a configuration with all values set to their default value (form the Kconfig files). This may be useful when we try to use more sensible default values and may also be used in combination with the minimal defconfigs. Signed-off-by: Sam Ravnborg <sam(a)ravnborg.org> --- Documentation/kbuild... 31 Jul 2010 18:22
[PATCH 5/9] kconfig: print more info when we see a recursive dependency
From: Roman Zippel <zippel(a)linux-m68k.org> Consider following kconfig file: config TEST1 bool "test 1" depends on TEST2 config TEST2 bool "test 2" depends on TEST1 Previously kconfig would report: foo:6:error: found recursive dependency: TEST2 -> TEST1 -> TEST2 With the following patch kconfig... 31 Jul 2010 18:22
First  |  Prev |  Next  |  Last
Pages: 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280