Replace deprecated __initcall
Cc: Alexander Viro
Cc: Andrew Morton
Signed-off-by: Fabian Frederick
---
fs/aio.c | 2 +-
fs/compat_ioctl.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/aio.c b/fs/aio.c
index 12a3de0e..6279d88 100644
--- a/fs/aio.c
+++ b/fs/a
Drop Andreas' old email address from CC as it keeps bouncing.
On Sat, Apr 19, 2014 at 03:52:20PM +0200, Borislav Petkov wrote:
> > -static void __init pci_enable_pci_io_ecs(void)
> > +static void __init pci_enable_pci_io_ecs(u8 bus, u8 slot)
> > {
> > #ifdef CONFIG_AMD_NB
> > unsigned int i,
On Fri, Apr 18, 2014 at 08:53:31PM -0600, Myron Stowe wrote:
> From: Suravee Suthikulpanit
>
> * Refactoring of the early_fill_mp_bus_info function into multiple helper
> functions since it is getting long, and difficult to follow.
Much better.
> * Merge early_fill_mp_bus_info into amd_postco
Linus,
Please pull the latest perf-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
perf-urgent-for-linus
# HEAD: fd741edc25600e1660abd00b5c1bbe967018c6a0 Merge tag
'perf-urgent-for-mingo' of
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/pe
Hi David,
On Sun, Apr 20, 2014 at 4:26 AM, Davidlohr Bueso wrote:
> Performing vma lookups without taking the mm->mmap_sem is asking
> for trouble. While doing the search, the vma in question can be
> modified or even removed before returning to the caller. Take the
> lock (shared) in order to av
Commit-ID: acb61fc8ed73eb477a9044272d7a1b1f5a572f91
Gitweb: http://git.kernel.org/tip/acb61fc8ed73eb477a9044272d7a1b1f5a572f91
Author: Alexander Yarygin
AuthorDate: Wed, 9 Apr 2014 16:21:59 +0200
Committer: Jiri Olsa
CommitDate: Sun, 20 Apr 2014 00:14:08 +0200
perf kvm: Fix 'Min time'
Commit-ID: 922d0e4d9f042f68baea28e5b3bd7bb708875f2e
Gitweb: http://git.kernel.org/tip/922d0e4d9f042f68baea28e5b3bd7bb708875f2e
Author: Vladimir Nikulichev
AuthorDate: Thu, 17 Apr 2014 08:27:01 -0700
Committer: Jiri Olsa
CommitDate: Sun, 20 Apr 2014 00:15:11 +0200
perf tools: Adjust sym
Commit-ID: ffa91880a992ec1aaee4b4f7c9ddffda0c277ba9
Gitweb: http://git.kernel.org/tip/ffa91880a992ec1aaee4b4f7c9ddffda0c277ba9
Author: Adrien BAK
AuthorDate: Fri, 18 Apr 2014 11:00:43 +0900
Committer: Jiri Olsa
CommitDate: Sun, 20 Apr 2014 00:15:12 +0200
perf tools: Improve error repor
I did and it doesn't fix the issue.
In this case please open up a new bugreport on
https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
DRM/Radeon as component.
Additional to that please provide a dmesg output generated with
drm.debug=0xE for both the good and the bad case.
Tha
From: navin patidar
This patch series refactors and performs various cleanups on the driver's code
responsible for led functionality.
navin patidar (10):
staging: rtl8188eu: Remove empty header file
staging: rtl8188eu: Remove rtw_led_blink_cmd() function.
staging: rtl8188eu: Remove _ReadLE
drv_types_linux.h is empty, so remove the header file and its
reference.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/drv_types.h |1 -
.../staging/rtl8188eu/include/drv_types_linux.h| 24
2 files changed, 25 deletions(-)
delete mode 100
rtw_led_blink_cmd() isn't being used by driver.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/rtw_cmd.c| 35 ---
drivers/staging/rtl8188eu/include/rtw_cmd.h |1 -
2 files changed, 36 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw
_ReadLEDSetting() doesn't read led settings this function actually
initialize member variables of struct led_priv, we should do that
inside rtl8188eu_InitSwLeds().
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188eu_led.c |4
drivers/staging/rtl8188eu/hal/usb_halin
driver has code to blink the led in 7 different ways.
struct led_priv contains an enum LED_STRATEGY_871x variable which is
initialized to SW_LED_MODE1 inside rtl8188eu_InitSwLeds() function.
it means driver is hard coded to use only SW_LED_MODE1 blinking strategy.
so we can remove the code related
Now driver has only one type of led blinking strategy, so we don't
need enum LED_STRATEGY_871x variable to store led blinking strategy
type.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/rtl8188eu_led.c |1 -
drivers/staging/rtl8188eu/include/rtw_led.h | 18 --
struct led_priv contains two variables SwLed0 and SwLed1 but only
SwLed0 is being used by SwLedControlModel1() function.
SwLedControlModel1() function performs led operations.
This patch removes SwLed1 and code which uses SwLed1.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/core/
_InitHWLed() function does nothing.
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/hal/usb_halinit.c | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/usb_halinit.c
b/drivers/staging/rtl8188eu/hal/usb_halinit.c
index 0dfd62b..617e4c6
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_led.h | 31 ---
1 file changed, 31 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_led.h
b/drivers/staging/rtl8188eu/include/rtw_led.h
index ed1c687..2f81fab 100644
--- a/drivers/sta
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_led.h | 30 +--
1 file changed, 10 insertions(+), 20 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_led.h
b/drivers/staging/rtl8188eu/include/rtw_led.h
index 2f81fab..2ad7e4a 100644
Signed-off-by: navin patidar
---
drivers/staging/rtl8188eu/include/rtw_led.h | 26 --
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_led.h
b/drivers/staging/rtl8188eu/include/rtw_led.h
index 2ad7e4a..c5194b6 100644
Fix sparse warning "cast removes address space of expression"
Add lost flag "__user" due to cast
Signed-off-by: Camille Bordignon
---
diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c
index cfe4bc8..952c4ae 100644
--- a/drivers/staging/android/binder.c
+++ b/drivers
On Fri, Apr 18, 2014 at 07:11:33AM +0300, Nadav Amit wrote:
> When using address-size override prefix with string instructions in long-mode,
> ESI/EDI/ECX are zero extended if they are affected by the instruction
> (incremented/decremented). Currently, the KVM emulator does not do so.
>
> In addi
Hi Linus,
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
tags/iommu-fixes-v3.15-rc1
for you to fetch changes up to
From: Julia Lawall
A label just before a brace needs a following semicolon (empty statement).
Signed-off-by: Julia Lawall
---
drivers/isdn/hisax/icc.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/isdn/hisax/icc.c b/drivers/isdn/hisax/icc.c
index 51dae91..96d1
Hi KyongHo Cho,
Please find the comments inline.
On Fri, Mar 14, 2014 at 10:36 AM, Cho KyongHo wrote:
> This patch adds dts entries for the System MMU devices found on
> Exynos4 and Exynos5 SoC series and the System MMU binding
> documentation.
>
> CC: Rob Herring
> CC: Sylwester Nawrocki
> Si
On 2014.04.20 at 10:27 +0200, Christian König wrote:
> > I did and it doesn't fix the issue.
> In this case please open up a new bugreport on
> https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
> DRM/Radeon as component.
>
> Additional to that please provide a dmesg output genera
On 2014.04.20 at 11:56 +0200, Markus Trippelsdorf wrote:
> On 2014.04.20 at 10:27 +0200, Christian König wrote:
> > > I did and it doesn't fix the issue.
> > In this case please open up a new bugreport on
> > https://bugs.freedesktop.org/enter_bug.cgi?product=DRI and select
> > DRM/Radeon as comp
On Fri, Apr 18, 2014 at 08:53:39PM -0600, Myron Stowe wrote:
> The vast majority of platforms are not supplying ACPI _PXM (proximity)
> information corresponding to host bridge (PNP0A03/PNP0A08) devices
> resulting in sysfs "numa_node" values of -1 (NUMA_NO_NODE) [1]:
> # for i in /sys/devices/pc
So far there's only x86 libdw unwind support merged in perf.
Disable it on all other architectures in case libdw unwind
support is detected in system.
Cc: Arnaldo Carvalho de Melo
Cc: Corey Ashford
Cc: David Ahern
Cc: Frederic Weisbecker
Cc: Ingo Molnar
Cc: Jean Pihet
Cc: Josh Boyer
Cc: Nam
On 2014/4/19 4:44, Benjamin Tissoires wrote:
> On Wed, Apr 16, 2014 at 8:05 AM, Jin Yao wrote:
>> A crash is triggered on the ASUS T100TA Baytrail-T because of a irq
>> descriptor conflict. There are two gpio triggered acpi events in this
>> device, GPIO 6 and 18. These gpios are translated to i
Hi Andrew,
Please do not apply this set for the time being, because I still have
doubts about the end picture I had in mind when submitting it.
Besides, it won't apply cleanly on top of the mm tree after "slab:
get_online_mems for kmem_cache_{create,destroy,shrink}" has been merged.
I'm going to
Hi,
>From my pov one of the biggest problems in kmemcg implementation is how
to handle per memcg kmem caches that have objects when the owner memcg
is turned offline. Actually there are two issues here. First, when and
where we should initiate cache destruction (e.g. schedule destruction
work from
On Fri, Apr 18, 2014 at 08:53:46PM -0600, Myron Stowe wrote:
> With the amd_bus.c updates to support additional AMD processors (11h, 12h,
> 14h 15h and 16h) 'quirk_amd_nb_node' seems to be redundant. This patch
> removes it.
>
> Signed-off-by: Myron Stowe
Good idea. Has this been tested, thoug
Hello,
On Sun, Apr 20, 2014 at 11:56:02AM +0800, Lai Jiangshan wrote:
> On Sun, Apr 20, 2014 at 7:51 AM, Tejun Heo wrote:
> > $SUBJ: idr: remove useless #ifndef TEST
> >
> > On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote:
> >> "#ifndef TEST" can't work for user space test now, just
On Sat 2014-04-19 13:37:27, Geyslan Gregório Bem wrote:
> Pavel,
>
> Thank you.
>
> Maintainers, is there some chance to fix it or a.out is really
> doomed?
There should be chance to fix it.
Do you have some idea when it stopped working?
For the issue that touch screen doesn't work, could you check power
state of LPSS devices? For example:
cd /sys/bus/acpi/devices
grep -H . */power_state
If they are D3cold, it should be the reason why touch screen doesn't
work. That's another issue, unrelated to this gpio patch.
On 2014/4/20 18:
On Sat 2014-03-29 11:09:45, Jonathan Cameron wrote:
> On 01/03/14 20:22, Sebastian Reichel wrote:
> >Update rx51-battery driver to use the new IIO API of
> >twl4030-madc and add DT support.
> >
> >Signed-off-by: Sebastian Reichel
> This looks fine to me. I'd love to see a more generic solution, b
On Sat 2014-03-01 21:22:45, Sebastian Reichel wrote:
> Add devicetree binding documentation for rx51-battery,
> which is a simple A/D converter consumer.
>
> Signed-off-by: Sebastian Reichel
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http
Hi,
On Wed, Apr 16, 2014 at 09:50:15AM +0800, micky wrote:
> From: Micky Ching
>
> To avoid dead lock, we need make sure host->lock is always acquire
> before pcr->lock. But in irq handler, we acquired pcr->lock in rtsx mfd
> driver, and sd_isr_done_transfer() is called during pcr->lock already
>
Hey guys,
while we're on the topic, I'm seeing this on an older F14h laptop
(E-350). I'm guessing the UVD won't get up on that machine, maybe we
want to tone down the output a bit. I mean, for your sake, before it
hits a release and people flood you with bug reports.
:-)
[1.448294] [drm] Ini
While updating how mmap enabled kernfs files are handled by lockdep,
9b2db6e18945 ("sysfs: bail early from kernfs_file_mmap() to avoid
spurious lockdep warning") inadvertently dropped error return check
from kernfs_file_mmap(). The intention was just dropping "if
(ops->mmap)" check as the control
From: Terence Eden
This is my first patch submission. Please let me know if I have made a mistake
anywhere.
Signed-off-by: Terence Eden
---
arch/arc/kernel/entry.S | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel/entr
This series includes two fixes for dma_generic_alloc_coherent(), based
on top of the patchset 'enhance DMA CMA on x86' which has been added
in -mm tree.
Akinobu Mita (2):
x86: fix dma_generic_alloc_coherent() when CONFIG_DMA_CMA is enabled
x86: avoid duplicated memset in dma_generic_alloc_cohe
dma_generic_alloc_coherent() firstly attempts to allocate by
dma_alloc_from_contiguous() if CONFIG_DMA_CMA is enabled. But the memory
region allocated by it may not fit within the device's DMA mask.
This change makes it fall back to usual alloc_pages_node() allocation
for such cases.
Signed-off-by
This patch fixes duplicated memset that is introduced by the patch
x86-make-dma_alloc_coherent-return-zeroed-memory-if-cma-is-enabled.patch
in -mm tree, and this change should be folded into it.
If dma_generic_alloc_coherent() is called with __GFP_ZERO, it does a
duplicated memset to the memory ar
Is this a regression? UVD is released for quite a while.
Make sure you have updated firmware installed as well.
Christian.
Am 20.04.2014 14:26, schrieb Borislav Petkov:
Hey guys,
while we're on the topic, I'm seeing this on an older F14h laptop
(E-350). I'm guessing the UVD won't get up on th
On Sun, Apr 20, 2014 at 6:31 AM, Jin, Yao wrote:
>
>
> On 2014/4/19 4:44, Benjamin Tissoires wrote:
>> On Wed, Apr 16, 2014 at 8:05 AM, Jin Yao wrote:
>>> A crash is triggered on the ASUS T100TA Baytrail-T because of a irq
>>> descriptor conflict. There are two gpio triggered acpi events in this
Für die Achtung der: Executive Officer,
Ihr Firmenprofil Operationen und meine Aufmerksamkeit, im Einklang mit meinem
aktuellen Diversifizierung und Expansion in die Schaffung von strategischen
Partnerschaft würde ich gerne wissen, ob es verfügbar Partnerschaft Optionen
und Öffnungen für neue
Hi!
> >> I just glance wmbattery code. I find the code in the acpi.c is
> >> already
> >> using the new sysfs battery interfaces, right?
> >
> > By default, wmbattery appears to default to using upower as abstraction
> > level, instead of querying sysfs itself directly.
> >
> > http://git.k
On Sun, Apr 20, 2014 at 02:47:43PM +0200, Christian König wrote:
> Is this a regression? UVD is released for quite a while.
Well, that's a laptop which I seldomly boot - the previous installed
kernel is 3.13-rc2+.
> Make sure you have updated firmware installed as well.
Yep, that was it. Now the
On Sun, Apr 20, 2014 at 4:54 AM, Borislav Petkov wrote:
> On Fri, Apr 18, 2014 at 08:53:46PM -0600, Myron Stowe wrote:
>> With the amd_bus.c updates to support additional AMD processors (11h, 12h,
>> 14h 15h and 16h) 'quirk_amd_nb_node' seems to be redundant. This patch
>> removes it.
>>
>> Sign
On Fri 2014-04-18 14:38:34, Sebastian Capella wrote:
> Thanks Russell, Alan!
>
> So we're OK with the current patch + replacing while(1) after
> kernel_halt at the end of power_down in hibernate.c with a while (1)
> cpu_relax()?
>
> Any other changes needed?
>
> If not, I'll send a follow up pat
Hi!
Subject pretty much says it all, git should be at
https://gitorious.org/suspend-utils/suspend-utils/
. (Rodolfo was too shy to announce it himself, and sorry it took me so
long.)
Pavel
--
(english) http://www.livejourn
Fix wrong overflow check in radio-bcm2048.
Signed-off-by: Pali Rohár
Signed-off-by: Pavel Machek
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c
b/drivers/staging/media/bcm2048/radio-bcm2048.c
index b2cd3a8..bbf236e 100644
--- a/drivers/staging/media/bcm2048/radio-bcm2048.c
+++ b/
On Thu 2014-04-10 13:37:26, Andy Lutomirski wrote:
> On Thu, Apr 10, 2014 at 1:32 PM, Theodore Ts'o wrote:
> > On Thu, Apr 10, 2014 at 12:14:27PM -0700, Andy Lutomirski wrote:
> >>
> >> This is the second time in a week that someone has asked for a way to
> >> have a struct file (or struct inode o
Hey Linus,
Back from long weekend here in India and now the time to send fixes for slave
dmaengine.
- Dan's fix of sirf xlate code
- Jean's fix for timberland
- Edma fixes by Sekhar for SG handling and Yuan for changing init call
The following changes since commit c9eaa447e77efe77b7fa4c953bd6
The first patch makes trace_stack to skip 4 instead of 3 function
return addresses on the stack when ftrace_ops_list_func is used in ftrace,
and added a function to check for this.
The second correct the documentation of two functions in ftrace.c
Jiaxing Wang (2):
tracing/trace_stack:Skip 4 in
Signed-off-by: Jiaxing Wang
---
kernel/trace/ftrace.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index e7e7302..57cdaba 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel/trace/ftrace.c
@@ -3644,8 +3644,7 @@ int ftrace_set_
When using ftrace_ops_list_func, we should skip 4 instead of 3,
to avoid ftrace_call+0x5/0xb appearing in the stack trace:
DepthSize Location(110 entries)
-
0) 2956 0 update_curr+0xe/0x1e0
1) 2956 68 ftrace_call+0x5/0xb
On Sun, Apr 20, 2014 at 10:19:14AM +0530, Kumar Gaurav wrote:
> Hi All,
>
> Any update on below patch. Do i need to make any modification?
Please give an overworked maintainer a chance to catch up on his email.
If after a week you haven't heard anything, then ask again.
thanks,
greg k-h
--
To u
On Sun, 2014-04-20 at 20:08 +0800, Jin, Yao wrote:
> For the issue that touch screen doesn't work, could you check power
> state of LPSS devices? For example:
>
> cd /sys/bus/acpi/devices
> grep -H . */power_state
>
> If they are D3cold, it should be the reason why touch screen doesn't
> work. Th
On Tue 2014-03-04 23:05:43, Sebastian Reichel wrote:
> Update twl4030-madc driver to use managed resources.
>
> Signed-off-by: Sebastian Reichel
> Acked-by: Lee Jones
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.cun
On Tue 2014-03-04 23:05:44, Sebastian Reichel wrote:
> This converts twl4030-madc module to use the Industrial IO ADC
> framework and adds device tree support.
>
> Signed-off-by: Sebastian Reichel
Reviewed-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
Hi!
> Some style fixes in twl4030-madc driver.
>
> Reported-by: Jonathan Cameron
> Signed-off-by: Sebastian Reichel
> Acked-by: Lee Jones
Reviewed-by: Pavel Machek
> @@ -665,10 +660,6 @@ out:
> }
> EXPORT_SYMBOL_GPL(twl4030_madc_conversion);
>
> -/*
> - * Return channel value
> - * Or
Zynq soc contains a dual role usb controller and this IP is from synopsys. We
observed that there is driver available for this controller from freescale and
decided to reuse this driver for zynq use.
Here is the link for zynq soc TRM. Please refer chapter 15 for usb controller
related information.
Since zynq soc usb controller is a synopsys IP and there is a driver
available for this controller from freescale in opensource, reusing this
driver for zynq use.
Signed-off-by: Punnaiah Choudary Kalluri
---
drivers/usb/gadget/Kconfig|2 +-
drivers/usb/gadget/Makefile |1 +
Since zynq soc usb controller is a synopsys IP and there is a driver
available for this controller from freescale in opensource, reusing this
driver for zynq use.
Signed-off-by: Punnaiah Choudary Kalluri
---
drivers/usb/host/Kconfig|2 +-
drivers/usb/host/ehci-fsl.c | 63 ++
Since zynq soc usb controller is a synopsys IP and there is a driver
available for this controller from freescale in opensource, reusing this
driver for zynq use.
Signed-off-by: Punnaiah Choudary Kalluri
---
drivers/usb/gadget/Kconfig|2 +-
drivers/usb/gadget/Makefile |1 +
Since zynq soc usb controller is a synopsys IP and there is a driver
available for this controller from freescale in opensource, reusing this
driver for zynq use.
Signed-off-by: Punnaiah Choudary Kalluri
---
drivers/usb/host/Kconfig|2 +-
drivers/usb/host/ehci-fsl.c | 63 ++
Zynq soc contains a dual role usb controller and this IP is from synopsys. We
observed that there is driver available for this controller from freescale and
decided to reuse this driver for zynq use.
Here is the link for zynq soc TRM. Please refer chapter 15 for usb controller
related information.
On Sat, 2014-04-19 at 22:13 +0200, Ortwin Glück wrote:
> On 03.04.2014 15:50, Eric Dumazet wrote:
> > On Thu, 2014-04-03 at 06:19 -0700, Eric Dumazet wrote:
> >
> >> It seems TSO support is broken.
>
> I finally found time to bisect this:
>
> 53d6471cef17262d3ad1c7ce8982a234244f68ec is the first
Am 20.04.2014 14:29, schrieb Tejun Heo:
> While updating how mmap enabled kernfs files are handled by lockdep,
> 9b2db6e18945 ("sysfs: bail early from kernfs_file_mmap() to avoid
> spurious lockdep warning") inadvertently dropped error return check
> from kernfs_file_mmap(). The intention was just
On Sun, Apr 20, 2014 at 09:57:03PM +0530, Punnaiah Choudary Kalluri wrote:
> Zynq soc contains a dual role usb controller and this IP is from synopsys. We
> observed that there is driver available for this controller from freescale and
> decided to reuse this driver for zynq use.
>
> Here is the l
On 04/20/2014 05:33 AM, Terence Eden wrote:
> From: Terence Eden
>
> This is my first patch submission. Please let me know if I have made a
> mistake anywhere.
>
> Signed-off-by: Terence Eden
trivial's email address is triv...@kernel.org (cc-ed).
> ---
> arch/arc/kernel/entry.S | 12 +
On Fri, Apr 18, 2014 at 06:15:40AM +0200, Michael Kerrisk wrote:
> (One of us is misunderstanding fanotify; it might be me.)
No I think you are right, and that the misunderstanding is on my part.
I had not realized that fanotify did not provide create/delete events,
only access events.
> Did you
On Sun, 20 Apr 2014, Punnaiah Choudary Kalluri wrote:
> Zynq soc contains a dual role usb controller and this IP is from synopsys. We
> observed that there is driver available for this controller from freescale and
> decided to reuse this driver for zynq use.
>
> Here is the link for zynq soc TRM
К ак пр о д вин у т ь са йт в Я н дек с е?
Про йд и ОБУ ЧЕН ИЕ П Р ОД В И ЖЕН И Ю САЙ ТОВ в М о ск в е.
Только до 20 апреля - действуют скидки!
ТЕЛЕФОН 8 49 5644 6 5 67
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messa
> Port hid-lg4ff to ff-memless-next
Signed-off-by: Simon Wood
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux
> ff-memless-next (MLNX) is a largely improved version of the current
> ff-memless
> (FFML) driver. MLNX supports all force feedback effects currently
> available in
> the Linux force feedback userspace API. All effects are handled in
> accordance
> with Microsoft's DirectInput/XInput.
Hi all,
I g
On 04/20/2014 12:45 AM, Linus Torvalds wrote:
Should be fixed in current git by commit ea431643d6c.
Yes, that commit did fix my issue.
Thanks,
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordo
Gidday,
The Linux man-pages maintainer proudly announces:
man-pages-3.65 - man pages for Linux
Tarball download:
http://www.kernel.org/doc/man-pages/download.html
Git repository:
https://git.kernel.org/cgit/docs/man-pages/man-pages.git/
Online changelog:
http://man7.org/linux/man
On 04/20/2014 06:27 PM, Punnaiah Choudary Kalluri wrote:
> Zynq soc contains a dual role usb controller and this IP is from synopsys. We
> observed that there is driver available for this controller from freescale and
> decided to reuse this driver for zynq use.
Have a look drivers/usb/chipidea. I
Junio C Hamano wrote:
> * transport-helper, fast-import and fast-export have been updated to
>allow the ref mapping and ref deletion in a way similar to the
>natively supported transports.
Have they?
% git --version
git version 2.0.0.rc0
% git push origin origin master:foo
On Wed, Apr 09, 2014 at 09:28:11AM +0200, Linus Walleij wrote:
> Implement device tree probing for the tc3589x keypad driver.
> This is modeled on the STMPE keypad driver and tested on the
> Ux500 TVK1281618 UIB.
>
> Signed-off-by: Linus Walleij
> ---
> ChangeLog v2->v3:
> - Use two local u32 var
"And on the seventh day the rc release rose again, in accordance with
the Scriptures laid down at the kernel summit of the year 2004"
It's been a week, so here's another rc. And while -rc1 was one of the
biggest rc's in memory, rc2 looks fairly normal. We had a few niggling
issues fixed, but it re
On Wed, Apr 16, 2014 at 12:20:01AM +0200, Pavel Machek wrote:
> Hi!
> >
> > Input: misc - Add driver for Intel Bay Trail GPIO buttons
> >
> > From: Lejun Zhu
> >
> > This patch adds support for the GPIO buttons on some Intel Bay Trail
> > tablets originally running Windows 8. The ACPI descripti
On Fri, Apr 18, 2014 at 04:48:25PM -0400, John Stoffel wrote:
> > "Andrew" == Andrew Morton writes:
>
> Andrew> On Tue, 8 Apr 2014 09:22:58 +0100 Mel Gorman wrote:
> >> Changelog since v1
> >> o topology comment updates
> >>
> >> When it was introduced, zone_reclaim_mode made sense as NUMA
On Sunday, April 20, 2014 04:45:49 PM Pavel Machek wrote:
> Hi!
>
> Subject pretty much says it all, git should be at
>
> https://gitorious.org/suspend-utils/suspend-utils/
>
> . (Rodolfo was too shy to announce it himself, and sorry it took me so
> long.)
Well, in fact I should have done that.
Felipe Contreras writes:
> Junio C Hamano wrote:
>> * transport-helper, fast-import and fast-export have been updated to
>>allow the ref mapping and ref deletion in a way similar to the
>>natively supported transports.
>
> Have they?
Yikes, no. This was me mischaracterizingg the merge
Hello,
I have one rented Vserver which is hosted on Xenserver 6.2 at Hoster
A. I can use my own kernels there, and I use the kernel that also run
on my bare metal servers.
This works fine up to and including 3.13.2 (didn't try any higher 3.13
kernel).
Linux 3.14, however, does not yet beyond the
Linus,
The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus
for you to fetch changes up to a8c60be4f1bb3a4eead20e3fa
From: Rafael J. Wysocki
The "freeze" system sleep state introduced by commit 7e73c5ae6e79
(PM: Introduce suspend state PM_SUSPEND_FREEZE) requires cpuidle
to be functional when freeze_enter() is executed to work correctly
(that is, to be able to save any more energy than runtime idle),
but that i
make rcutorture specific variables in tree.c depend on CONFIG_RCU_TORTURE_TEST
This avoid having to have them when no torture tests are running.
Also cleanup some macros which are rcutorture specific.
Tested with rcutorture both in-built and as a module
Signed-off-by: Pranith Kumar
---
include
On Wed, Apr 9, 2014 at 1:24 PM, Michal Malý
wrote:
> Port hid-lgff to ff-memless-next
>
> Signed-off-by: Michal Malý
> ---
> drivers/hid/Kconfig| 2 +-
> drivers/hid/hid-lgff.c | 63
> ++
> 2 files changed, 44 insertions(+), 21 deletions(-)
>
On Sun, Apr 20, 2014 at 7:27 PM, wrote:
> Hi all,
> I got a chance to build this series of patches and test with the
> controllers I have (*). Without specific instructions I wasn't sure
> exactly what to test, but it seems to be OK and the devices
> rumbled/wobbled appropriately,
> Simon
>
> tes
(2014/04/18 22:34), Denys Vlasenko wrote:
> In 64-bit mode, AMD and Intel CPUs treat 0x66 prefix before branch
> insns differently. For near branches, it affects decode too since
> immediate offset's width is different.
>
> Signed-off-by: Denys Vlasenko
Acked-by: Masami Hiramatsu
Thank you!
>
On Wed, Apr 9, 2014 at 1:24 PM, Michal Malý
wrote:
> Port hid-lg3ff to ff-memless-next
>
> Signed-off-by: Michal Malý
> ---
> drivers/hid/Kconfig | 2 +-
> drivers/hid/hid-lg3ff.c | 56
> +++--
> 2 files changed, 37 insertions(+), 21 deletions(-)
From: Kenjiro Nakayama
Date: Thu, 17 Apr 2014 01:25:01 +0900
> This patch adds a TCP_FASTOPEN socket option to get a max backlog on its
> listener to getsockopt().
>
> Signed-off-by: Kenjiro Nakayama
Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the bod
From: "Luis R. Rodriguez"
Date: Thu, 17 Apr 2014 18:22:53 -0700
> Here's a few changes that can help automate the backport of 6lowpan.
> I've been carrying them around for a while, I think its best to just
> merge these upstream as its nothing controversial.
Series applied.
--
To unsubscribe fro
On Fri, Apr 18, 2014 at 6:15 AM, Michael Kerrisk wrote:
> On Thu, Apr 17, 2014 at 11:28 PM, Lennart Sorensen
> wrote:
>> On Thu, Apr 17, 2014 at 11:00:37PM +0200, Jos Huisken wrote:
>>> I was trying to maintain a local and remote directory in sync with
>>> lsync, using inotify.
>>> I happen to ha
1 - 100 of 198 matches
Mail list logo