You are on page 1of 3

--- CHANGES3.txt 2012-12-04 18:11:32.506773161 +0200 +++ CHANGES.txt 2012-12-04 18:11:14.

030700984 +0200 @@ -1,4 +1,4 @@ -Al Viro (11): +Al Viro (12): um: get_safe_registers() should be done in flush_thread(), not start_thre ad() openrisk: fix altstack switching on sigreturn sh64: fix altstack switching on sigreturn @@ -10,6 +10,7 @@ lookup_one_len: don't accept . and .. fix off-by-one in argument passed by iterate_fd() to callbacks open*(2) compat fixes (s390, arm64) + [parisc] open(2) compat bug Amir Vadai (1): net/mlx4_en: Can set maxrate only for TC0 @@ -35,6 +36,10 @@ IXP4xx: use __iomem for MMIO Merge branch 'v3.7-samsung-fixes-4' of git://git.kernel.org/.../kgene/lin ux-samsung into fixes +Arun Kumar K (2): + [media] s5p-mfc: Bug fix of timestamp/timecode copy mechanism + [media] s5p-mfc: Handle multi-frame input buffer + Bjrn Mork (1): net: qmi_wwan: add Huawei E173 @@ -131,6 +136,9 @@ Jason Gunthorpe (1): ARM: Kirkwood: Update PCI-E fixup +Jean Delvare (1): + i7300_edac: Fix error flag testing + Jean-Franois Moine (1): tty vt: Fix a regression in command line edition @@ -183,7 +191,7 @@ [media] omap3isp: video: Fix warning caused by bad vidioc_s_crop prototyp e [media] omap3isp: Fix warning caused by bad subdev events operations prot otypes -Linus Torvalds (24): +Linus Torvalds (32): Merge branch 'for_linus' of git://git.kernel.org/.../jack/linux-fs Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm Merge tag 'mfd-for-linus-3.7' of git://git.kernel.org/.../sameo/mfd-2.6 @@ -191,6 +199,10 @@ Merge branch 'akpm' (Fixes from Andrew) Merge branch 'v4l_for_linus' of git://git.kernel.org/.../mchehab/linux-me dia Merge git://git.kernel.org/.../davem/net + fs/buffer.c: make block-size be per-page and protected by the page lock + blockdev: remove bd_block_size_semaphore again + direct-io: don't read inode->i_blkbits multiple times + blkdev_max_block: make private to fs/buffer.c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm

Merge tag 'ixp4xx-fixes' of git://git.kernel.org/.../arm/arm-soc Merge tag 'fixes-for-linus' of git://git.kernel.org/.../arm/arm-soc @@ -208,6 +220,10 @@ Merge branch 'for-3.7-fixes' of git://git.kernel.org/.../tj/wq Merge tag 'md-3.7-fixes' of git://neil.brown.name/md Merge git://git.kernel.org/.../davem/net + Merge branch 'block-dev' + Merge branch 'v4l_for_linus' of git://git.kernel.org/.../mchehab/linux-me dia + Merge git://git.kernel.org/.../mchehab/linux-edac + Linux 3.7-rc8 Mark Brown (2): mfd: wm5102: Update register patch for latest evaluation @@ -219,6 +235,11 @@ c6x: remove internal kernel symbols from exported setup.h c6x: use generic kvm_para.h +Mauro + + + + Mehak Carvalho Chehab (3): Merge tag 'v3.6' into fixes i82975x_edac: Fix dimm label initialization edac: Fix the dimm filling for csrows-based layouts Mahajan (1): openvswitch: Store flow key len if ARP opcode is not request or reply.

@@ -234,8 +255,9 @@ Michael S. Tsirkin (1): vhost: fix length for cross region descriptor -Mike Galbraith (1): +Mike Galbraith (2): workqueue: exit rescuer_thread() as TASK_RUNNING + Revert "sched, autogroup: Stop going ahead if autogroup is disabled" Mikulas Patocka (1): percpu-rwsem: use synchronize_sched_expedited @@ -272,6 +294,9 @@ Peter Ujfalusi (1): mfd: twl-core: Fix chip ID for the twl6030-pwm module +Prarit Bhargava (1): + i7core_edac: fix panic when accessing sysfs files + Roland Dreier (1): target: Fix handling of aborted commands @@ -288,8 +313,9 @@ Schoch Christian (1): sctp: Error in calculation of RTTvar -Shaik Ameer Basha (1): +Shaik Ameer Basha (2): [media] exynos-gsc: change driver compatible string + [media] exynos-gsc: Fix settings for input and output image RGB type Stanislav Kinsbursky (1): proc: check vma->vm_file before dereferencing @@ -297,10 +323,15 @@ Sukadev Bhattiprolu (1):

perf powerpc: Use uapi/unistd.h to fix build error -Sylwester Nawrocki (3): +Sylwester Nawrocki (8): [media] s5p-fimc: Don't ignore return value of vb2_queue_init() [media] s5p-csis: Select S5P_SETUP_MIPIPHY [media] s5p-fimc: Fix platform entities registration + [media] s5p-fimc: Prevent race conditions during subdevs registration + [media] s5p-fimc: Don't use mutex_lock_interruptible() in device release( ) + [media] fimc-lite: Don't use mutex_lock_interruptible() in device release () + [media] exynos-gsc: Don't use mutex_lock_interruptible() in device releas e() + [media] exynos-gsc: Add missing video device vfl_dir flag initialization Tejun Heo (1): workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay

You might also like