Commit Graph

375497 Commits

Author SHA1 Message Date
Riku Voipio
bc8d98bd54 thumb2 kernels broken as kvm guests 2013-06-21 12:59:35 +03:00
Riku Voipio
7d09d4166d configs: add kvm configs
kvm-host is for any target where we want to run kvm
 - currently only arndale
kvm-guest is for
 - currently only vexpress
2013-06-21 12:59:34 +03:00
Fathi Boudra
5ee9feec47 linaro-base.conf: disbale CONFIG_NFS_V2
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-21 12:44:13 +03:00
Fathi Boudra
486a13d9b0 distribution.conf: add CONFIG_BRIDGE=m
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-21 11:12:04 +03:00
Fathi Boudra
0f0c033939 Add CONFIG_BRIDGE_NETFILTER and CONFIG_BRIDGE_NF_EBTABLES for libvirt
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-20 08:34:09 +03:00
Fathi Boudra
85a5240936 distribution: add CONFIG_IP_NF_MANGLE and CONFIG_IP6_NF_MANGLE
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-05 09:58:23 +03:00
Fathi Boudra
7aec763cac Rename ubuntu-minimal.conf to distribution.conf:
the config fragment is now used for booting various distributions like
Fedora, OpenEmbedded, Ubuntu. It isn't specific to Ubuntu anymore.

Remove ubuntu.conf: the config fragment is unused.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-05 09:48:24 +03:00
Andrey Konovalov
335bbb44a6 ubuntu-minimal.conf: enable more options for OpenStack
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-28 22:30:25 +04:00
Fathi Boudra
ad659b412e ubuntu-minimal.conf: add CONFIG_IP[6]_NF_FILTER=m
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-05-27 10:49:08 +03:00
Andrey Konovalov
110738cdcf ubuntu-minimal.conf: add CONFIG_IP[6]_NF_IPTABLES=m
This is for OpenStack support.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-24 01:50:15 +04:00
Andrey Konovalov
89642abd42 configs: Enable NFS in linaro-base.conf
As per launchpad bug 1167446, adding NFS is requested for arndale.
vexpress[64], panda and snowball have NFS enabled in their board config
fragments already. This is natural just to move it to linaro-base.conf.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-17 23:55:18 +04:00
Andrey Konovalov
2eb2a83565 configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.conf
CONFIG_PROVE_LOCKING is an expensive option which adds significant
overhead to lock operations. The examples are 5% power consumption increase
for vexpress with this option enabled, and improving netperf on the loopback
results by ~200% after disabling DEBUG_MUTEXES (DEBUG_MUTEXES is selected by
PROVE_LOCKING).

Move CONFIG_PROVE_LOCKING to a separate debug.conf fragment, so that it
could be enabled only when it is needed.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-13 13:21:43 +01:00
Jon Medhurst
2b565d72b5 configs: android: Enable interactive cpufreq governor by default
This is Android's standard cpufreq governor and is enabled by
default in the AOSP tree.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:43 +01:00
Jon Medhurst
463d36849a configs: android: Remove obsolete config options
These options no longer exist.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:43 +01:00
Jon Medhurst
2d123066e9 configs: linaro-base: Remove CONFIG_EXPERIMENTAL
Commit 3d374d09 (final removal of CONFIG_EXPERIMENTAL) removed
CONFIG_EXPERIMENTAL from Linux.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:43 +01:00
Fathi Boudra
1cb2be9af3 ubuntu-minimal.conf: add CONFIG_CGROUPS and CONFIG_AUTOFS4_FS for systemd
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-05-13 13:21:42 +01:00
Jon Medhurst
47e3036101 configs: linaro-base: Set CONFIG_PROC_DEVICETREE=y
Both the Android and Ubuntu have QA tests which expect to be able to
validate device-tree booting by looking in /proc/device-tree, so we
should enable this for all Linaro builds.

At the same time we can remove this option from ubuntu.conf as it's not
an Ubuntu specific requirement.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:42 +01:00
Jon Medhurst
a880cf3491 configs: android: Enable CONFIG_FUSE_FS for Android 4.2
The SD card emulator expects this.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:42 +01:00
Andrey Konovalov
106ab78446 Enable the options needed to test CPU hotplug latency
Enable CONFIG_HOTPLUG in linaro-base.conf as all Linaro kernels should
have it. Enabling CONFIG_DEBUG_FS and CONFIG_FUNCTION_TRACER add no
runtime slowdown if not used, so having them in linaro-base.conf is OK
too. Now that CONFIG_HOTPLUG and CONFIG_DEBUG_FS are in linaro-base.conf,
remove them from ubuntu.conf.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-13 13:21:42 +01:00
Jon Medhurst
46164b8909 configs: linaro-base: set CONFIG_AEABI=y
We already have CONFIG_THUMB2_KERNEL=y which also selects CONFIG_AEABI
however if someone wanted to disable Thumb2 for debugging or other
reasons then they may try simply removing the Thumb2 config entry. This
however would then default to the old ABI and it seems there are some
obscure bugs in this little tested kernel variant. So, to save wasting
people's time let's make sure CONFIG_AEABI is explicitly selected.

As we are adding this to linaro-base.conf we can remove it from
android.conf (which probably had it as a leftover from when we
had Thumb2 disabled).

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:42 +01:00
Jon Medhurst
8b98c80ea3 configs: android: Don't disable CONFIG_THUMB2_KERNEL
This was originally done to workaround a toolchain bug which
seems to have now been resolved. See
https://bugs.launchpad.net/linaro-landing-team-arm/+bug/973466

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:41 +01:00
Tushar Behera
3245e74e53 linaro/configs: ubuntu: Disable support for generic OHCI platform driver
OHCI-HCD driver does not support multiple SoC drivers during the compile
time. Hence the generic driver should be disabled in ubuntu.conf and
enabled in respective board config files.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13 13:21:41 +01:00
Jon Medhurst
b79f3aab33 configs: android: Enable CONFIG_INPUT_UINPUT to get aidb working
AIB Daemon expects this config, see bug #1026119
(https://bugs.launchpad.net/linaro-landing-team-arm/+bug/1026119)

Also enable CONFIG_INPUT_MISC as CONFIG_INPUT_UINPUT depends on it.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:41 +01:00
Jon Medhurst
b18a3a22aa configs: android: Enable FB_EARLYSUSPEND
We now have a compatibility layer in Linaro kernels for this feature
in order to stop surfacefligger spinning an eating up 100% of a CPU
core.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:41 +01:00
Ricardo Salveti de Araujo
2e964e720d config: ubuntu: ATH6KL should be platform dependent
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:41 +01:00
Ricardo Salveti de Araujo
8343975f12 configs: ubuntu: disabling CONFIG_MTD_NAND_NANDSIM=m, breaking build
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:40 +01:00
Ricardo Salveti de Araujo
f11ee8ee9b configs: ubuntu: updating configs for 3.5
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:40 +01:00
Ricardo Salveti de Araujo
831c47348d configs: ubuntu: disabling CGROUPS as default
Not yet stable enough to be used as default for all boards we currently
support at Linaro.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:40 +01:00
Ricardo Salveti de Araujo
97b8ad07b4 configs: ubuntu: disabling CODA_FS, seems to be broken atm
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:40 +01:00
Ricardo Salveti de Araujo
95e0964372 configs: ubuntu: be compatible with the enforce script
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:40 +01:00
Ricardo Salveti de Araujo
63c86d60df configs: moving previous ubuntu.conf as ubuntu-minimal and creating a full ubuntu one
The ubuntu.conf now is based on the official ubuntu packages, enabling a
large set of configs and drivers.

Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13 13:21:39 +01:00
Jon Medhurst
d278a37868 configs: Replace CONFIG_PERF_COUNTERS with CONFIG_PERF_EVENTS
CONFIG_PERF_COUNTERS was removed in comit 392d65a9 (perf: Remove
PERF_COUNTERS config option)

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:39 +01:00
Jon Medhurst
0aa8b7fe49 configs: Make CONFIG_MODULES part of linaro-base
CONFIG_MODULE was in both Ubuntu and Android configs so it would be
best if it is in the base config instead. Also, having
CONFIG_MODULE_UNLOAD in will enable the Gator module to be upgraded to a
later version via DKSM without rebooting, and allows for easier testing.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:39 +01:00
Jon Medhurst
6c9182e1a0 configs: Initial core configs
Copied from branch linaro-configs-3.4 of
git://git.linaro.org/people/jstultz/android.git

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13 13:21:39 +01:00
Linus Torvalds
f722406faa Linux 3.10-rc1 v3.10-rc1 2013-05-11 17:14:08 -07:00
Linus Torvalds
26b840ae5d Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing/kprobes update from Steven Rostedt:
 "The majority of these changes are from Masami Hiramatsu bringing
  kprobes up to par with the latest changes to ftrace (multi buffering
  and the new function probes).

  He also discovered and fixed some bugs in doing so.  When pulling in
  his patches, I also found a few minor bugs as well and fixed them.

  This also includes a compile fix for some archs that select the ring
  buffer but not tracing.

  I based this off of the last patch you took from me that fixed the
  merge conflict error, as that was the commit that had all the changes
  I needed for this set of changes."

* tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/kprobes: Support soft-mode disabling
  tracing/kprobes: Support ftrace_event_file base multibuffer
  tracing/kprobes: Pass trace_probe directly from dispatcher
  tracing/kprobes: Increment probe hit-count even if it is used by perf
  tracing/kprobes: Use bool for retprobe checker
  ftrace: Fix function probe when more than one probe is added
  ftrace: Fix the output of enabled_functions debug file
  ftrace: Fix locking in register_ftrace_function_probe()
  tracing: Add helper function trace_create_new_event() to remove duplicate code
  tracing: Modify soft-mode only if there's no other referrer
  tracing: Indicate enabled soft-mode in enable file
  tracing/kprobes: Fix to increment return event probe hit-count
  ftrace: Cleanup regex_lock and ftrace_lock around hash updating
  ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
  ftrace: Have ftrace_regex_write() return either read or error
  tracing: Return error if register_ftrace_function_probe() fails for event_enable_func()
  tracing: Don't succeed if event_enable_func did not register anything
  ring-buffer: Select IRQ_WORK
2013-05-11 17:04:59 -07:00
Linus Torvalds
607eeb0b83 Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
Pull Xen bug-fixes from Konrad Rzeszutek Wilk:
 - More fixes in the vCPU PVHVM hotplug path.
 - Add more documentation.
 - Fix various ARM related issues in the Xen generic drivers.
 - Updates in the xen-pciback driver per Bjorn's updates.
 - Mask the x2APIC feature for PV guests.

* tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/pci: Used cached MSI-X capability offset
  xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
  xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
  xen: mask x2APIC feature in PV
  xen: SWIOTLB is only used on x86
  xen/spinlock: Fix check from greater than to be also be greater or equal to.
  xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_info
  xen/vcpu: Document the xen_vcpu_info and xen_vcpu
  xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.
2013-05-11 16:19:30 -07:00
Linus Torvalds
4c4445013f Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull second SCSI update from James "Jaj B" Bottomley:
 "This is the final round of SCSI patches for the merge window.  It
  consists mostly of driver updates (bnx2fc, ibmfc, fnic, lpfc,
  be2iscsi, pm80xx, qla4x and ipr).

  There's also the power management updates that complete the patches in
  Jens' tree, an iscsi refcounting problem fix from the last pull, some
  dif handling in scsi_debug fixes, a few nice code cleanups and an
  error handling busy bug fix."

* tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (92 commits)
  [SCSI] qla2xxx: Update firmware link in Kconfig file.
  [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used
  [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_type
  [SCSI] pm80xx: thermal, sas controller config and error handling update
  [SCSI] pm80xx: NCQ error handling changes
  [SCSI] pm80xx: WWN Modification for PM8081/88/89 controllers
  [SCSI] pm80xx: Changed module name and debug messages update
  [SCSI] pm80xx: Firmware flash memory free fix, with addition of new memory region for it
  [SCSI] pm80xx: SPC new firmware changes for device id 0x8081 alone
  [SCSI] pm80xx: Added SPCv/ve specific hardware functionalities and relevant changes in common files
  [SCSI] pm80xx: MSI-X implementation for using 64 interrupts
  [SCSI] pm80xx: Updated common functions common for SPC and SPCv/ve
  [SCSI] pm80xx: Multiple inbound/outbound queue configuration
  [SCSI] pm80xx: Added SPCv/ve specific ids, variables and modify for SPC
  [SCSI] lpfc: fix up Kconfig dependencies
  [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd
  [SCSI] sd: change to auto suspend mode
  [SCSI] sd: use REQ_PM in sd's runtime suspend operation
  [SCSI] qla4xxx: Fix iocb_cnt calculation in qla4xxx_send_mbox_iocb()
  [SCSI] ufs: Correct the expected data transfersize
  ...
2013-05-11 15:24:22 -07:00
Linus Torvalds
ac4e01093f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Pull idle update from Len Brown:
 "Add support for new Haswell-ULT CPU idle power states"

* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
  intel_idle: initial C8, C9, C10 support
  tools/power turbostat: display C8, C9, C10 residency
2013-05-11 15:23:17 -07:00
Linus Torvalds
c4cc75c332 Merge git://git.infradead.org/users/eparis/audit
Pull audit changes from Eric Paris:
 "Al used to send pull requests every couple of years but he told me to
  just start pushing them to you directly.

  Our touching outside of core audit code is pretty straight forward.  A
  couple of interface changes which hit net/.  A simple argument bug
  calling audit functions in namei.c and the removal of some assembly
  branch prediction code on ppc"

* git://git.infradead.org/users/eparis/audit: (31 commits)
  audit: fix message spacing printing auid
  Revert "audit: move kaudit thread start from auditd registration to kaudit init"
  audit: vfs: fix audit_inode call in O_CREAT case of do_last
  audit: Make testing for a valid loginuid explicit.
  audit: fix event coverage of AUDIT_ANOM_LINK
  audit: use spin_lock in audit_receive_msg to process tty logging
  audit: do not needlessly take a lock in tty_audit_exit
  audit: do not needlessly take a spinlock in copy_signal
  audit: add an option to control logging of passwords with pam_tty_audit
  audit: use spin_lock_irqsave/restore in audit tty code
  helper for some session id stuff
  audit: use a consistent audit helper to log lsm information
  audit: push loginuid and sessionid processing down
  audit: stop pushing loginid, uid, sessionid as arguments
  audit: remove the old depricated kernel interface
  audit: make validity checking generic
  audit: allow checking the type of audit message in the user filter
  audit: fix build break when AUDIT_DEBUG == 2
  audit: remove duplicate export of audit_enabled
  Audit: do not print error when LSMs disabled
  ...
2013-05-11 14:29:11 -07:00
Linus Torvalds
2dbd3cac87 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
Pull nfsd fixes from Bruce Fields:
 "Small fixes for two bugs and two warnings"

* 'for-3.10' of git://linux-nfs.org/~bfields/linux:
  nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error
  SUNRPC: fix decoding of optional gss-proxy xdr fields
  SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warning
  nfsd4: don't allow owner override on 4.1 CLAIM_FH opens
2013-05-10 09:28:55 -07:00
Linus Torvalds
a77c005887 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Pull x86 platform drivers from Matthew Garrett:
 "Small set of updates, mainly trivial bugfixes and some small updates
  to deal with newer hardware.

  There's also a new driver that allows qemu guests to notify the
  hypervisor that they've just paniced, which seems useful."

* 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86:
  Add support for fan button on Ideapad Z580
  pvpanic: pvpanic device driver
  asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75A
  drivers: platform: x86: Use PTR_RET function
  sony-laptop: SVS151290S kbd backlight and gfx switch support
  hp-wmi: add more definitions for new event_id's
  dell-laptop: Fix krealloc() misuse in parse_da_table()
  hp_accel: Ignore the error from lis3lv02d_poweron() at resume
  dell: add new dell WMI format for the AIO machines
2013-05-10 09:27:40 -07:00
Linus Torvalds
3644bc2ec7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Pull stray syscall bits from Al Viro:
 "Several syscall-related commits that were missing from the original"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal:
  switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINE
  unicore32: just use mmap_pgoff()...
  unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
  x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
2013-05-10 09:21:05 -07:00
Linus Torvalds
6fad8d02ef Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Pull eCryptfs update from Tyler Hicks:
 "Improve performance when AES-NI (and most likely other crypto
  accelerators) is available by moving to the ablkcipher crypto API.
  The improvement is more apparent on faster storage devices.

  There's no noticeable change when hardware crypto is not available"

* tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs:
  eCryptfs: Use the ablkcipher crypto API
2013-05-10 09:20:01 -07:00
Linus Torvalds
f741df1f3a Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6
Pull misc fixes from David Woodhouse:
 "This is some miscellaneous cleanups that don't really belong anywhere
  else (or were ignored), that have been sitting in linux-next for some
  time.  Two of them are fixes resulting from my audit of krealloc()
  usage that don't seem to have elicited any response when I posted
  them, and the other three are patches from Artem removing dead code."

* tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6:
  pcmcia: remove RPX board stuff
  m68k: remove rpxlite stuff
  pcmcia: remove Motorola MBX860 support
  params: Fix potential memory leak in add_sysfs_param()
  dell-laptop: Fix krealloc() misuse in parse_da_table()
2013-05-10 09:09:47 -07:00
Linus Torvalds
c67723ebbb Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Gleb Natapov:
 "Most of the fixes are in the emulator since now we emulate more than
  we did before for correctness sake we see more bugs there, but there
  is also an OOPS fixed and corruption of xcr0 register."

* tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: emulator: emulate SALC
  KVM: emulator: emulate XLAT
  KVM: emulator: emulate AAM
  KVM: VMX: fix halt emulation while emulating invalid guest sate
  KVM: Fix kvm_irqfd_init initialization
  KVM: x86: fix maintenance of guest/host xcr0 state
2013-05-10 09:08:21 -07:00
Linus Torvalds
ec6671589a Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper updates from Alasdair Kergon:
 "Allow devices that hold metadata for the device-mapper thin
  provisioning target to be extended easily; allow WRITE SAME on
  multipath devices; an assortment of little fixes and clean-ups."

* tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm: (21 commits)
  dm cache: set config value
  dm cache: move config fns
  dm thin: generate event when metadata threshold passed
  dm persistent metadata: add space map threshold callback
  dm persistent data: add threshold callback to space map
  dm thin: detect metadata device resizing
  dm persistent data: support space map resizing
  dm thin: open dev read only when possible
  dm thin: refactor data dev resize
  dm cache: replace memcpy with struct assignment
  dm cache: fix typos in comments
  dm cache policy: fix description of lookup fn
  dm: document iterate_devices
  dm persistent data: fix error message typos
  dm cache: tune migration throttling
  dm mpath: enable WRITE SAME support
  dm table: fix write same support
  dm bufio: avoid a possible __vmalloc deadlock
  dm snapshot: fix error return code in snapshot_ctr
  dm cache: fix error return code in cache_create
  ...
2013-05-10 09:02:50 -07:00
Linus Torvalds
f755407dd1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID fixes from Jiri Kosina:

 - fix usage of sleeping lock in atomic context from Jiri Kosina

 - build fix for hid-steelseries under certain .config setups by Simon Wood

 - simple mismerge fix from Fernando Luis Vázquez Cao

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:
  HID: debug: fix RCU preemption issue
  HID: hid-steelseries fix led class build issue
  HID: reintroduce fix-up for certain Sony RF receivers
2013-05-10 09:00:39 -07:00
James Bottomley
297b8a0734 Merge branch 'postmerge' into for-linus
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2013-05-10 07:54:01 -07:00
James Bottomley
832e77bc11 Merge branch 'misc' into for-linus
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2013-05-10 07:53:40 -07:00