[PATCH resent twice 2/3] vgaarb: use MIT license
Signed-off-by: Tiago Vignatti <tiago.vignatti(a)nokia.com> Cc: Henry Zhao <Henry.Zhao(a)Sun.COM> --- Jesse and Dave, that was send two times already and no one said anything. Please, pull it. Oracle's Henry Zhao is already employing it in Solaris and, after all authors agreed, we haven't changed yet the license. ... 24 May 2010 12:20
ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
On 05/24, David Howells wrote: Oleg Nesterov <oleg(a)redhat.com> wrote: Now that Mike Frysinger unified the FDPIC ptrace code, we can fix the unsafe usage of child->mm in ptrace_request(PTRACE_GETFDPIC). We have the reference to task_struct, and ptrace_check_attach() verified the tracee ... 26 May 2010 09:08
[PATCH v3 3/3] dm: lookup devices by path with name_to_dev_t
On Mon, May 24, 2010 at 6:38 AM, Alasdair G Kergon <agk(a)redhat.com> wrote: I'll apply this, [snip] Thanks! On Mon, May 24, 2010 at 6:57 AM, Alasdair G Kergon <agk(a)redhat.com> wrote: On Wed, May 19, 2010 at 01:38:24PM -0500, Will Drewry wrote: + � � char base_path[32]; �/* size from name_to_dev_t */ ... 24 May 2010 13:28
proc_dointvec() and write
The commit 00b7c3395aec3df43de5bd02a3c5a099ca51169f "sysctl: refactor integer handling proc code" modified the behaviour of writing to /proc. Before the commit, write("1\n") to /proc/sys/kernel/printk succeeded. But now it returns EINVAL. Is this intended change? If not, how about this patch? J. R. Okajim... 25 May 2010 02:39
: Fix userspace warnings in elfcore.h
On Mon, 24 May 2010 09:54:44 -0400 Prarit Bhargava wrote: Fixes compile warning: /home/rhel6/usr/include/linux/elfcore.h:104: userspace cannot call function or variable defined in the kernel /home/rhel6/usr/include/linux/elfcore.h:105: userspace cannot call function or variable defined in the kernel /... 24 May 2010 11:14
drivers/media/dvb/dvb-usb/dib0700: CodingStyle fixes
See comments below: On Mon, May 24, 2010 at 6:57 AM, Daniel Mack <daniel(a)caiaq.de> wrote: <snip /> @@ -106,28 +106,29 @@ int dib0700_ctrl_rd(struct dvb_usb_device *d, u8 *tx, u8 txlen, u8 *rx, u8 rxlen �int dib0700_set_gpio(struct dvb_usb_device *d, enum dib07x0_gpios gpio, u8 gpio_dir, u8 gpio_val) �{ ... 24 May 2010 11:13
[PATCH 3/3] Rename ramzswap to zram in documentation
Changes: - Included example to show usage as generic (non-swap) disk with ext4 filesystem. - Renamed rzscontrol with zramconfig to match with new device naming. Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> --- drivers/staging/zram/zram.txt | 51 +++++++++++++++++++++++++---------------- 1 files changed... 24 May 2010 11:13
[PATCH 0/3] zram: generic RAM based compressed R/W block devices
Creates RAM based block devices: /dev/zramX (X = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings. This is enhancement over existing ramzswap driver which creates virtual block devices (/de... 24 May 2010 11:13
BUG: using smp_processor_id() in preemptible (VFS-related)
Hi, On Sat, 22 May 2010 23:36:59 +0200 "Rafael J. Wysocki" <rjw(a)sisk.pl> wrote: [ 6.906133] EXT4-fs (sda7): mounted filesystem with ordered data mode [ 7.014359] BUG: using smp_processor_id() in preemptible [00000000] code: mount/1501 [ 7.020570] caller is dqstats_inc+0x19/0x2c [ ... 24 May 2010 11:13
[PATCH]: Fix userspace warnings in elfcore.h
Fixes compile warning: /home/rhel6/usr/include/linux/elfcore.h:104: userspace cannot call function or variable defined in the kernel /home/rhel6/usr/include/linux/elfcore.h:105: userspace cannot call function or variable defined in the kernel /home/rhel6/usr/include/linux/elfcore.h:108: userspace cannot call funct... 24 May 2010 10:07