On Tue, Oct 22, 2013 at 09:42:52AM -0400, Konrad Rzeszutek Wilk wrote:
> On Tue, Oct 22, 2013 at 10:59:33AM +0100, Jan Beulich wrote:
> > >>> On 22.10.13 at 11:45, Ian Campbell wrote:
> > > On Tue, 2013-10-22 at 10:31 +0100, Jan Beulich wrote:
> > >> >>> On 22.10.13 at 11:26, Ian Campbell wrote:
On Wed, Oct 23, 2013 at 02:53:03PM +0900, Akira Takeuchi wrote:
> Hi,
>
> On Wed, 23 Oct 2013 00:26:05 -0400
> Naoya Horiguchi wrote:
>
> > Hi,
> >
> > On Wed, Oct 23, 2013 at 11:46:53AM +0900, Akira Takeuchi wrote:
> > > This patch fixes the problem that get_unmapped_area() can return illegal
2013/10/23 Michael Chang :
> 2013/10/23 Konrad Rzeszutek Wilk :
>> On Tue, Oct 22, 2013 at 03:25:39PM +, Woodhouse, David wrote:
>>> On Tue, 2013-10-22 at 10:43 -0400, Konrad Rzeszutek Wilk wrote:
>>> >
>>> > And looking at bit deeper in the x86/linux boot spec:
>>> >
>>> > EFI HANDOVER PR
2013/10/23 Konrad Rzeszutek Wilk :
> On Tue, Oct 22, 2013 at 03:25:39PM +, Woodhouse, David wrote:
>> On Tue, 2013-10-22 at 10:43 -0400, Konrad Rzeszutek Wilk wrote:
>> >
>> > And looking at bit deeper in the x86/linux boot spec:
>> >
>> > EFI HANDOVER PROTOCOL
>> >
>> > This protocol allo
On 10/22/13 8:34 AM, Adrian Hunter wrote:
builtin-sched.c took a log time to build with
-O6 optimization. This turned out to be caused
by:
.curr_pid = { [0 ... MAX_CPUS - 1] = -1 },
Fix by initializing curr_pid programmatically.
Signed-off-by: Adrian Hunter
Acked-by: David Ahern
-
On 10/22/13 8:34 AM, Adrian Hunter wrote:
Change "struct perf_sched sched" from being global
to being local.
Signed-off-by: Adrian Hunter
---
tools/perf/builtin-sched.c | 41 -
1 file changed, 20 insertions(+), 21 deletions(-)
Acked-by: David Ahern
On 23/10/13 09:15, David Ahern wrote:
> On 10/22/13 8:34 AM, Adrian Hunter wrote:
>> +static int process_attr(struct perf_tool *tool, union perf_event *event,
>> +struct perf_evlist **pevlist)
>> +{
>> +struct perf_script *scr = container_of(tool, struct perf_script, tool);
>> +
> On 10/22/2013 01:30 PM, David Cohen wrote:
> > On 10/22/2013 12:46 PM, Alexander Shiyan wrote:
> >>> The change in the max3110 driver makes the IRQ handling threaded, now
> >>> the handler is called only once per received character. Without that
> >>> change, we had many (more than 100) interrupt
On 15/10/13 17:27, Jiri Olsa wrote:
> Adding perf_data_file__open interface to data object
> to open the perf.data file for both read and write.
>
> Signed-off-by: Jiri Olsa
> Cc: Corey Ashford
> Cc: Frederic Weisbecker
> Cc: Ingo Molnar
> Cc: Namhyung Kim
> Cc: Paul Mackerras
> Cc: Peter Zi
Florian Fainelli :
[...]
> How about scheduling the WAN drivers for removal? Does anybody
> actually use them nowadays?
There is still some interest in WAN drivers, see Christophe Leroy
posting on 2013/10/13 "[PATCH] WAN: Adding support for Infineon PEF2256
E1 chipset" (buggy but it's a different
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
v4l_for_linus
For a series of fixes for the media subsystem, including:
- Compilation fixes for GCC < 4.4.6;
- one Kbuild dependency select fix (selecting videobuf on msi3101);
Hi Minchan,
Apologies for the lateness of this review, I had forgotten I'd not
send it.
Minchan Kim wrote:
Now squashfs have used for only one stream buffer for decompression
so it hurts concurrent read performance so this patch supprts
multiple decompressor to enhance performance concurrent
On 10/22/13 8:34 AM, Adrian Hunter wrote:
+static int process_attr(struct perf_tool *tool, union perf_event *event,
+ struct perf_evlist **pevlist)
+{
+ struct perf_script *scr = container_of(tool, struct perf_script, tool);
+ struct perf_evlist *evlist;
+
Hello,
On my x86-64 PC (Intel Core i5 2500, 16GB RAM), I have the same 3.11 kernel
built for the i686 (with PAE) and x86-64 architectures. What's really troubling
me
is that the x86-64 kernel has the following problem:
When I copy large files to any storage device, be it my HDD with ext4 partiti
On Oct 18, 2013, at 1:14 PM, Christopher Covington wrote:
> Put architecture-specific assembly code where it belongs,
> allowing for support of additional architectures such as arm64 in
> the future.
>
> Signed-off-by: Christopher Covington
> ---
> arch/arm/include/asm/dcc.h | 45 ++
On 4 October 2013 18:09, Sebastian Andrzej Siewior
wrote:
> tglx, could you please take a look at this patch / thread?
Thomas, Ping!!
--
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://vge
On 10/22/13 8:34 AM, Adrian Hunter wrote:
-static int __cmd_script(struct perf_session *session)
+static int __cmd_script(struct perf_script *scr)
for naming consistency that should be *script.
{
int ret;
signal(SIGINT, sig_handler);
- ret = perf_session__process_eve
Hi,
On Wed, 23 Oct 2013 00:26:05 -0400
Naoya Horiguchi wrote:
> Hi,
>
> On Wed, Oct 23, 2013 at 11:46:53AM +0900, Akira Takeuchi wrote:
> > This patch fixes the problem that get_unmapped_area() can return illegal
> > address and result in failing mmap(2) etc.
> >
> > In case that the address h
On Tue, Oct 22, 2013 at 5:33 PM, Christoph Hellwig wrote:
> I've been looking at mtdchar as part of a bigger series touching all
> kidns of places and really wonder what the point of mtd_inodefs is.
As far I can tell it was introduced because of that issue:
http://lists.infradead.org/pipermail/li
Simon Wunderlich writes:
> The wext internal chandefs for ibss should be created using the
> cfg80211_chandef_create() functions. Otherwise the center_freq1 field
> will not be set and cfg80211_chandef_valid() will spit a warning and
> report the chandef as invalid when it should be used.
Thanks
Hi Simon,
Simon Wunderlich writes:
> Hey Dirk,
>
>> No need for censorship, I did some quick tests and stripped down my
>> wpa_supplicant.conf to a single entry. With this configuration I get a
>> lot of traces:
>>
>> ctrl_interface=/var/run/wpa_supplicant
>> eapol_version=1
>> ap_scan=1
>> fa
On 3 October 2013 21:26, Viresh Kumar wrote:
> These are V2 of my CPUIdle cleanup series.. Few patches are dropped as they
> required further modifications. Last one is rewritten as suggested by Daniel.
> Most of them are already Acked by Daniel.
>
> Viresh Kumar (16):
> cpuidle: fix indentation
Konstantin,
I did my testing with data from /dev/urandom (which I now realize
wasn't the best choice of data source), but if I use /dev/zero (which
actually causes data compression to occur), the decompressor fails. I
don't know the internal workings of the lz4hc compressor or the lz4
decompres
This patch adds documentation for perf support to SDT notes/markers.
Signed-off-by: Hemant Kumar Shaw
---
tools/perf/Documentation/perf-probe.txt | 17 +++
tools/perf/Documentation/sdt-probes.txt | 184 +++
2 files changed, 199 insertions(+), 2 deletions(-)
create
This allows perf to probe into the sdt markers/notes present in
the libraries and executables. We try to find the associated location
and handle prelinking (since, stapsdt notes section is not allocated
during runtime). Prelinking is handled with the help of base
section which is allocated during r
This patch will enable perf to list all the sdt markers present
in an elf file. The markers are present in the .note.stapsdt section
of the elf. We can traverse through this section and collect the
required info about the markers.
We can use '-M/--markers' with perf to view the SDT notes.
Currentl
This patchset helps in probing dtrace style markers(SDT) present in user space
applications through perf. Notes/markers are placed at important places by the
developers. They have a negligible overhead when not enabled. We can enable
them and probe at these places and find some important informatio
show_cpuinfo_core() has displayed cpu core information only if the
number of threads per a whole cores is strictly larger than 1. But
this condition doesn't care about the number of sockets. This doesn't
cover, for example, the system with two logical cpus consisting of two
sockets and a single cor
Signed-off-by: Haicheng Li
---
fs/f2fs/checkpoint.c |4 ++--
fs/f2fs/f2fs.h |4 ++--
fs/f2fs/node.c |4 ++--
fs/f2fs/recovery.c |8
fs/f2fs/super.c |2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/fs/f2fs/checkpoint.c b/fs/f2f
David Miller writes:
> From: fengguang...@intel.com
> Date: Tue, 22 Oct 2013 22:41:29 +0100
>
>> We noticed big netperf throughput regressions
>>
>> a4fe34bf902b8f709c63 2e685cad57906e19add7
>>
>> 707.40 -40.
On 22 October 2013 22:02, Luck, Tony wrote:
>> This patch converts existing .target() to newly defined light weight
>> .target_index() routine for this driver.
>>
>> CPUFreq core will call cpufreq_frequency_table_target() before calling this
>> routine and will pass index to it.
>>
>> Cc: Tony Luc
Hi,
On Wed, Oct 23, 2013 at 11:46:53AM +0900, Akira Takeuchi wrote:
> This patch fixes the problem that get_unmapped_area() can return illegal
> address and result in failing mmap(2) etc.
>
> In case that the address higher than PAGE_SIZE is set to
> /proc/sys/vm/mmap_min_addr, the address lower
On 10/23/2013 09:30 AM, Preeti U Murthy wrote:
> Hi Peter,
>
> On 10/23/2013 03:41 AM, Peter Zijlstra wrote:
>> On Mon, Oct 21, 2013 at 05:14:42PM +0530, Vaidyanathan Srinivasan wrote:
>>> kernel/sched/fair.c | 19 +--
>>> 1 file changed, 13 insertions(+), 6 deletions(-)
>>>
>>>
On 23 October 2013 02:36, Nicolas Pitre wrote:
> My testing of those patches took a long and winding path but finally I
> was able to do it today.
>
> So for the 4 patches:
>
> Tested-by: Nicolas Pitre
> Acked-by: Nicolas Pitre
Ahh.. Thanks Nico.. that would be pretty helpful :)
--
To unsubscri
On Wed, Oct 23, 2013 at 7:15 AM, Prarit Bhargava wrote:
> On 10/21/2013 10:35 PM, Ming Lei wrote:
>>
>> That is why NOHOTPLUG isn't encouraged to be taken, actually
>> I don't suggest you to do that too, :-)
> Okay ... I can certainly switch to HOTPLUG.
OK, that should be the right approach.
>
>
Hi Peter,
On 10/23/2013 03:41 AM, Peter Zijlstra wrote:
> On Mon, Oct 21, 2013 at 05:14:42PM +0530, Vaidyanathan Srinivasan wrote:
>> kernel/sched/fair.c | 19 +--
>> 1 file changed, 13 insertions(+), 6 deletions(-)
>>
>> diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
>>
Hi Chris,
Do you have any comments on this patch?
Thanks,
Peter.Guo
-Original Message-
From: Adam Lee [mailto:adam@canonical.com]
Sent: Wednesday, October 16, 2013 4:16 PM
To: Peter Guo; Chris Ball
Cc: Adrian Hunter; Greg Kroah-Hartman; Bill Pemberton; Guennadi Liakhovetski;
linux-
[+cc Yinghai]
On Thu, Oct 17, 2013 at 7:59 AM, Andreas Noever
wrote:
> On Wed, Oct 16, 2013 at 10:21 PM, Bjorn Helgaas wrote:
>> On Tue, Oct 15, 2013 at 03:44:52AM +0100, Matthew Garrett wrote:
>>> On Mon, Oct 14, 2013 at 05:50:38PM -0600, Bjorn Helgaas wrote:
>>> > [+cc Rafael, Mika, Kirill, li
Hi, Vivek,
Sorry I don't have time to test them carefully this week. I'll do it
in this weekend.
The updating of nr_queued_tree level by level only happens once for
each bio. We have already the computing(and maybe queue operation)
level by level for every bio, even it's passed through without be
Hi, Kim:
> -Original Message-
> From: Jaegeuk Kim [mailto:jaegeuk@samsung.com]
> Sent: Tuesday, October 22, 2013 8:24 PM
> To: Chao Yu
> Cc: linux-f2fs-de...@lists.sourceforge.net; linux-fsde...@vger.kernel.org;
> linux-kernel@vger.kernel.org; 谭姝
> Subject: Re: [f2fs-dev] [PATCH] f2fs:
pcibios_last_bus was apparently copied from x86. On mn10300, it is
statically initialized to -1 and may be set with the "pci=lastbus="
boot option, but it is never tested. This patch removes everything
related to pcibios_last_bus.
Signed-off-by: Bjorn Helgaas
---
arch/mn10300/unit-asb2305/pci-
pcibios_last_bus was apparently copied from x86. On FR-V, it is
statically initialized to -1 and never changed unless the user boots
with "pci=lastbus=". I doubt that option is used on FR-V, so this
patch removes all the code related to pcibios_last_bus.
Signed-off-by: Bjorn Helgaas
---
arch/f
pcibios_last_bus is an x86 thing that has gotten copied into mn10300
and FR-V. On mn10300, it is clearly useless because it is set but
never tested.
On FR-V, I suspect it is also useless, but it is possible that people
boot with "pci=lastbus=". Please speak up if you think it should
be kept for
Address of non-module kernel symbol should always be located
from CONFIG_PAGE_OFFSET on, so only show these legal kernel
symbols in /proc/kallsyms.
On ARM, some symbols(see below) may drop in relocatable code, so
perf can't parse kernel symbols any more from /proc/kallsyms, this
patch fixes the pr
Hi folks,
after mount pstore with efi as backend there are only 11 entries in
pstore dir. Although I have about 80 pstore entries in my nvram.
I can reproduce it 100% on my DELL XPS. And will try it on one more
vendor.
my kernel version is 3.12-rc4. Please let me know if it's not a kerne
On 10/23/2013 10:51 AM, Francois Bedard wrote:
> Our sources are on github at
> https://github.com/foss-for-synopsys-dwc-arc-processors and you can report
> problems by opening "Issues" with command lines and log outputs below against
> relevant toolchain component:
>
> For GCC:
> https://gi
On 10/23/2013 10:48 AM, Joern Rennecke wrote:
> On 23 October 2013 03:00, Chen Gang wrote:
>
>> Binutils (1 issue, ld and as information):
>>
>> when calling panic(), printk(), or memset() with R_ARC_S21W_PCREL, it may
>> be overflow (I guess it need be R_ARC_S25W_PCREL).
>>
>> /usr/local/bi
On 10/22/2013 12:02 AM, Johannes Thumshirn wrote:
Hi List,
I have a design question concerning a device driver. The device in question is
somewhere in between drivers/mfd/timberdale and drivers/ssb. It is mapped
connected via PCI and on PCI Bar 0 there is a table describing which
"sub-devices" a
This patch fixes the problem that get_unmapped_area() can return illegal
address and result in failing mmap(2) etc.
In case that the address higher than PAGE_SIZE is set to
/proc/sys/vm/mmap_min_addr, the address lower than mmap_min_addr can be
returned by get_unmapped_area(), even if you do not p
get_hw_config_num_irq() may be called by normal iss_model_init_smp()
which is a function pointer for 'init_smp' which may be called by
first_lines_of_secondary() which also need be normal too.
The related warning (with allmodconfig):
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x5814): Secti
commit 6acce3ef84520537f8a09a12c9ddbe814a584dd2
sched: Remove get_online_cpus() usage
has left one extra put_online_cpus() inside sched_setaffinity(), remove it
to fix the WARN:
[3165] Watchdog is alive
[3159] Started watchdog thread 3165
[ 58.695502] [ cut here ]---
Hi Kees,
On Thu, Oct 3, 2013 at 6:36 PM, Kees Cook wrote:
> On Fri, Oct 04, 2013 at 06:31:42AM +0900, Tetsuo Handa wrote:
>> Kees Cook wrote:
>> > +static int modpin_load_module(struct file *file)
>> > +{
>> > + struct dentry *module_root;
>> > +
>> > + if (!file) {
>> > + if (!modp
On 10/22/2013 05:26 PM, H. Peter Anvin wrote:
Wouldn't it be better to fix gzip than hacking around this in the kernel?
Or just change the build system to have /bin/gzip point to minigzip if so
desired. I have done the same to replace it with pigz.
Debian/Ubuntu provides the update-alternatives
Hi Chen,
Our sources are on github at
https://github.com/foss-for-synopsys-dwc-arc-processors and you can report
problems by opening "Issues" with command lines and log outputs below against
relevant toolchain component:
For GCC:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/i
On 10/22/2013 05:49 PM, Yang, Fei wrote:
+ if (intel_mid_identify_cpu() ==
+ INTEL_MID_CPU_CHIP_TANGIER) {
+ if (!strncmp(pentry->name,
+
On 10/23/2013 05:24 AM, Fengguang Wu wrote:
[snip]
>
>> @@ -3716,7 +3716,6 @@ long sched_setaffinity(pid_t pid, const struct cpumask
>> *in_mask)
>> p = find_process_by_pid(pid);
>> if (!p) {
>> rcu_read_unlock();
>> -put_online_cpus();
>> return -E
On 23 October 2013 03:00, Chen Gang wrote:
> Binutils (1 issue, ld and as information):
>
> when calling panic(), printk(), or memset() with R_ARC_S21W_PCREL, it may
> be overflow (I guess it need be R_ARC_S25W_PCREL).
>
> /usr/local/bin/arc-elf32-ld --build-id -X -o .tmp_vmlinux1 -T
> /and
On Tue, 2013-10-22 at 08:48 -0700, wal...@google.com wrote:
> On Thu, Oct 17, 2013 at 05:50:35PM -0700, Davidlohr Bueso wrote:
> > Linus recently pointed out[1] some of the amount of unnecessary work
> > being done with the mmap_sem held. This patchset is a very initial
> > approach on reducing s
On 10/23/2013 04:46 AM, Peter Zijlstra wrote:
> On Mon, Oct 21, 2013 at 11:28:30AM +0800, Michael wang wrote:
>> Hi, Fengguang
>>
>> On 10/19/2013 08:51 AM, Fengguang Wu wrote:
>>> Greetings,
>>
>> Will this do any helps?
>>
>> diff --git a/kernel/sched/core.c b/kernel/sched/core.c
>> index c06b8d3
> How about scheduling the WAN drivers for removal? Does anybody
> actually use them nowadays?
Perhaps at least the ISA devices? ISA hardware should be nearing
end of live by now.
Looking at the git log there doesn't seem to be any real changes,
other than tree sweeps or build fixes.
But I must
first_lines_of_secondary() is a '__init' function, but it may be called
by __cpu_up() by _cpu_up() by cpu_up() which is a normal export symbol
function. So recommend to remove '__init'.
The related warning (with allmodconfig):
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x315c): Section mism
On 10/22/13 at 01:18pm, Borislav Petkov wrote:
> On Mon, Oct 21, 2013 at 11:04:26PM +0800, Dave Young wrote:
> > > You need this to map the runtime regions in the kexec kernel, right?
> > > Please write that in the commit message.
> >
> > Yes, will do
>
> Ok, but but, why doesn't the normal code
On 10/22/2013 08:49 PM, Thierry Reding wrote:
> On Tue, Oct 22, 2013 at 04:55:09PM +0800, Mark Zhang wrote:
>> On 10/22/2013 03:24 PM, Thierry Reding wrote:
>>> On Fri, Oct 18, 2013 at 12:48:12PM +0800, Mark Zhang wrote:
>> [...]
>
Okay, I just want to set the "notify" function pointe
2013/10/22 Andi Kleen :
> On Tue, Oct 22, 2013 at 01:59:28PM -0400, David Miller wrote:
>> From: Andi Kleen
>> Date: Tue, 22 Oct 2013 09:12:26 -0700
>>
>> > From: Andi Kleen
>> >
>> > - Inline assembler defining C callable code has to be global
>> > - The function has to be visible
>> >
>> > Do t
> $sub talks about asmlinkage, yet here you insert __visible; 'sup?
I use __visible for anything with arguments, because asmlinkage
changes the ABI from register to stack on i386.
I still used "asmlinkage" as the generic patch group name as that is more
descriptive, and "asmlinkage/visible" would
They haven't '__init' in definition, but has '__init' in declaration.
And normal function start_kernel_secondary() may call setup_processor()
which will call arc_init_IRQ().
So need remove '__init' for both of them. The related warning (with
allmodconfig):
MODPOST vmlinux.o
WARNING: vmlinux
On Tue, Oct 22, 2013 at 08:36:25PM +0200, Sebastian Andrzej Siewior wrote:
>
> There is also a C function doing the same thing. Unless the asm code is
> 110% faster we could stick to the C function.
I have no idea if it is or not. But doing it this way would be
acceptable for me.
Thanks for the
On Tue, Oct 22, 2013 at 01:59:28PM -0400, David Miller wrote:
> From: Andi Kleen
> Date: Tue, 22 Oct 2013 09:12:26 -0700
>
> > From: Andi Kleen
> >
> > - Inline assembler defining C callable code has to be global
> > - The function has to be visible
> >
> > Do this in wan/sbni
> >
> > Cc: net
Most of architectures not use '__init' for setup_profiling_timer(), so
need remove it, or can generate warning (e.g. arc with allmodconfig):
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x3c682): Section mismatch in reference from the
function write_profile() to the function .init.text:setup_
On 09/23/2013 02:53 PM, Chen Gang wrote:
> On 09/23/2013 02:39 PM, Vineet Gupta wrote:
>> Hi Chen,
>>
...
>>
>> Jeremy, Claudiu, Joern maintain the gcc and rest of GNU toolchain ports for
>> ARC so
>> please add them to any future posting on toolchain issues.
>>
Firstly, sorry for so late to con
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Use devm_gpio_request_one rather than requesting and setting direction
> in two calls.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 15 --
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Add helper function to control the gpio_on signal.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 23 +++
> 1 file changed, 11
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Use gpio_is_valid rather than open coding the more restrictive != -1
> test.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 8
> 1 file ch
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Remove unused include of clk.h.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 1 -
> 1 file changed, 1 deletion(-)
--
To unsubscribe from this li
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Clean up probe error handling by checking parameters before any
> allocations and removing an obsolete error label. Also remove
> unnecessary reset of private gpio number.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Clean up get_intensity to increase readability.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 13 ++---
> 1 file changed, 6 insertions(+),
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Add missing module alias which is needed for module autoloading.
>
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
Jingoo Han
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 1 +
> 1 file changed, 1 insertion(
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> Make sure to honour gpio polarity also at remove so that the backlight
> is actually disabled on boards with active-low enable pin.
>
> Cc: sta...@vger.kernel.org
> Signed-off-by: Johan Hovold
Acked-by: Jingoo Han
Best regards,
J
Hi Seungwon,
Thanks for your reply. I'll try my best to find time and submit my patch within
the next couple days.
Thanks,
Ray
-Original Message-
From: Seungwon Jeon [mailto:tgih@samsung.com]
Sent: Tuesday, October 22, 2013 6:03 PM
To: Ray Jui; 'Chris Ball'
Cc: linux-kernel@vger.k
Andi Kleen writes:
> From: Andi Kleen
>
> Tell the compiler that the inline assembler statement
> references lguest_entry.
>
> This fixes compile problems with LTO where the variable
> and the assembler code may end up in different files.
>
> Cc: x...@kernel.org
> Cc: ru...@rustcorp.com.au
> Sign
Andi Kleen writes:
> From: Andi Kleen
>
> - Make the C code used by the paravirt stubs visible
> - Since they have to be global now, give them a more unique
> name.
>
> Cc: ru...@rustcorp.com.au
> Cc: x...@kernel.org
> Signed-off-by: Andi Kleen
Acked-by: Rusty Russell
Cheers,
Rusty.
> ---
>
Andi Kleen writes:
> From: Andi Kleen
>
> Make the ksymtab symbols for EXPORT_SYMBOL visible.
> This prevents the LTO compiler from adding a .NUMBER prefix,
> which avoids various problems in later export processing.
Applied, thanks.
Cheers,
Rusty.
> Cc: ru...@rustcorp.com.au
> Signed-off-by:
On 10/19/13 12:42, Oleg Nesterov wrote:
On 10/15, David Long wrote:
Add a weak function for any architecture-specific initialization. ARM
will use this to register the handlers for the undefined instructions it
uses to implement uprobes.
Could you explain why ARM can't simply do the necessar
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> The driver supports 16-bit brightness values, but the value returned
> from get_brightness was truncated to eight bits.
>
> Cc: sta...@vger.kernel.org
> Signed-off-by: Johan Hovold
> ---
> drivers/video/backlight/atmel-pwm-bl.c | 4
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote:
>
> These patches fix a few issues and clean up the atmel-pwm-bl driver
> somewhat.
>
> Johan
>
> Johan Hovold (9):
> backlight: atmel-pwm-bl: fix reported brightness
> backlight: atmel-pwm-bl: fix gpio polarity in remove
> backli
On Tue, Oct 22, 2013 at 06:05:31PM -0700, Dan Williams wrote:
> On Tue, Oct 22, 2013 at 4:12 PM, Jon Mason wrote:
> > On Tue, Oct 22, 2013 at 02:29:36PM -0700, Dan Williams wrote:
> >> On Fri, Oct 18, 2013 at 6:06 PM, Jon Mason wrote:
> >> > On Fri, Oct 18, 2013 at 07:35:31PM +0200, Bartlomiej Zo
On Tue, Oct 22, 2013 at 4:12 PM, Jon Mason wrote:
> On Tue, Oct 22, 2013 at 02:29:36PM -0700, Dan Williams wrote:
>> On Fri, Oct 18, 2013 at 6:06 PM, Jon Mason wrote:
>> > On Fri, Oct 18, 2013 at 07:35:31PM +0200, Bartlomiej Zolnierkiewicz wrote:
>> >> Use the generic unmap object to unmap dma bu
On 10/22/2013 5:02 PM, James Morris wrote:
> On Thu, 17 Oct 2013, Casey Schaufler wrote:
>
>> On 10/17/2013 1:02 AM, James Morris wrote:
>>> This seems like a regression in terms of separating mechanism and policy.
>>>
>>> We have several access control systems available (SELinux, at least) which
Hi Ray,
Thank you for information. Your analysis is right.
I also noticed same problem.
If you'd like to submit patch, not to report, please send it with regular form.
Or I could send similar patch I have.
Thanks,
Seungwon Jeon
On Wed, Oct 23, 2013, Ray Jui wrote:
Hi Seungwon/Chris,
We recently
On 10/23/2013 01:59 AM, Richard Guy Briggs wrote:
> On Mon, Oct 21, 2013 at 04:01:40PM +0800, Gao feng wrote:
>> As the man page of auditctl said:
>> "
>> -b backlog
>> Set max number of outstanding audit buffers allowed (Kernel
>> Default=64)
>>If all buffers are full, t
+ if (intel_mid_identify_cpu() ==
+ INTEL_MID_CPU_CHIP_TANGIER) {
+ if (!strncmp(pentry->name,
+ "r69001-ts-i2c", 13))
+
Nowadays,the IO schedulers in linux kernel have four types:
deadline,noop,Anticiptory and CFQ.CFQ is the default scheduler.But CFQ is
not a good scheduler for SSD,dealine may be a good choice.
When deadline runs,it has a mount of computation about merging and
sorting.Merge has three types: front
On 13-10-22 04:56 PM, Simon Kirby wrote:
Hello!
While trying to figure out why the request queue to sda (ext4) was
clogging up on one of our btrfs backup boxes, I noticed a megarc process
in D state, so enabled locking debugging, and got this (on 3.12-rc6):
[ 205.372823] ==
Quoting Tejun Heo (t...@kernel.org):
> On Tue, Jul 23, 2013 at 2:38 PM, Serge Hallyn wrote:
> > This doesn't delegate it into the container. It allows me, on the host,
> > to set the cgroup for a container.
>
> Hmmm? I'm a bit confused. Isn't the description saying that the patch
> allows pseudo
On Tue, 22 Oct 2013 15:29:51 -0700 Joe Perches wrote:
> This typedef is unnecessary and should just be removed.
>
> Signed-off-by: Joe Perches
> ---
> drivers/md/md.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/md/md.c b/drivers/md/md.c
> index 8a0d7
Wouldn't it be better to fix gzip than hacking around this in the kernel?
Andrew Boie wrote:
>Android OTA system computes very efficient diffs of compressed files
>if the deflate() algorithm it has access to is the same version as
>used to create the original file. Here we add support for compres
(2013/10/23 7:08), jerry.hoem...@hp.com wrote:
On Wed, Oct 23, 2013 at 12:01:18AM +0900, HATAYAMA Daisuke wrote:
This patch set is to allow kdump 2nd kernel to wake up multiple CPUs
even if 1st kernel crashs on some AP, a continueing work from:
[PATCH v3 0/2] x86, apic, kdump: Disable BSP if
This patch enables the sysfs to control I/O request merge
functionality in the plug list. While this control has been
implemented for the request queue, it was dismissed in the plug list.
Therefore, block layer merges requests together (or attempt to merge)
even if the merge capability was disable
On 10/19/13 12:36, Oleg Nesterov wrote:
On 10/15, David Long wrote:
Allow arches to customize how the instruction is filled into the xol
slot. ARM will use this to insert an undefined instruction after the
real instruction in order to simulate a single step of the instruction
without hardware
On Thu, 17 Oct 2013, Casey Schaufler wrote:
> On 10/17/2013 1:02 AM, James Morris wrote:
> > This seems like a regression in terms of separating mechanism and policy.
> >
> > We have several access control systems available (SELinux, at least) which
> > can implement this functionality with exi
1 - 100 of 611 matches
Mail list logo