Fri, Jan 22, 2016 at 08:11:22PM CET, ja...@redhat.com wrote:
>The network core tries to keep track of dropped packets, but some packets
>you wouldn't really call dropped, so much as intentionally ignored, under
>certain circumstances. One such case is that of bonding and team device
>slaves that ar
vprintk_emit() disables preemption around console_trylock_for_printk()
and console_unlock() calls for a strong reason -- can_use_console()
check. The thing is that vprintl_emit() can be called on a CPU that
is not fully brought up yet (!cpu_online()), which potentially can
cause problems if console
[was: cond_resched() some of console_trylock callers]
Hello,
console_unlock() allows to cond_resched() if its caller has
set `console_may_schedule' to 1 (this functionality present
since commit 'printk: do cond_resched() between lines while
outputting to consoles').
The rules are:
-- console_loc
Every jump to `again' label will call console_cont_flush(),
which is not really something big -- it just adds one extra
raw_spin_lock_irqsave/raw_spin_unlock_irqrestore. However, to
keep the previous behaviour we can call console_cont_flush()
only when `retry' is false -- which happens once, all ju
console_unlock() allows to cond_resched() if its caller has
set `console_may_schedule' to 1, since
'commit 8d91f8b15361 ("printk: do cond_resched() between lines while
outputting to consoles")'.
The rules are:
-- console_lock() always sets `console_may_schedule' to 1
-- console_trylock() always se
Hi Brian,
On Fri, 22 Jan 2016 18:57:13 -0800
Brian Norris wrote:
> All three look good, so pushed to l2-mtd.git/next. One comment below:
Thanks.
>
> On Wed, Dec 02, 2015 at 12:01:07PM +0100, Boris Brezillon wrote:
>
> ...
>
> > +static u16 sunxi_nfc_randomizer_state(struct mtd_info *mtd, in
Remove console_trylock_for_printk() function, it can be
replaced with console_trylock() in vprintk_emit().
Signed-off-by: Sergey Senozhatsky
---
kernel/printk/printk.c | 13 +
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.
If we configure section consist of multiple segments, foreground GC will
do the garbage collection with following approach:
for each segment in victim section
blk_start_plug
for each valid block in segment
write out by OPU method
Fri, Jan 22, 2016 at 09:59:12PM CET, jay.vosbu...@canonical.com wrote:
>Jarod Wilson wrote:
>
>>The network core tries to keep track of dropped packets, but some packets
>>you wouldn't really call dropped, so much as intentionally ignored, under
>>certain circumstances. One such case is that of bo
On Fri, 22 Jan 2016 12:49:05 +0530
Shilpasri G Bhat wrote:
> Create sysfs attributes to export throttle information in
> /sys/devices/system/cpu/cpufreq/chipN. The newly added sysfs files are as
> follows:
>
> 1)/sys/devices/system/cpu/cpufreq/chip0/throttle_frequencies
> This gives the thrott
These two are both ARMv7 SoCs. They need not explicitly select
ARM_L1_CACHE_SHIFT_6 because it is enabled along with CPU_V7.
Refer to commit a092f2b15399 ("ARM: 7291/1: cache: assume 64-byte L1
cachelines for ARMv7 CPUs").
Signed-off-by: Masahiro Yamada
---
drivers/soc/tegra/Kconfig | 2 --
1
On Fri, 22 Jan 2016 12:49:02 +0530
Shilpasri G Bhat wrote:
> cpu_to_chip_id() does a DT walk through to find out the chip id by
> taking a contended device tree lock. This adds an unnecessary overhead
> in a hot path. So instead of calling cpu_to_chip_id() everytime cache
> the chip ids for all c
This driver is used by the UniPhier PH1-LD10 SoC
(arch/arm64/boot/dts/socionext/uniphier-ph1-ld10.dtsi).
Signed-off-by: Masahiro Yamada
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 18ca9fb.
This reverts commit ebd43516d3879f882a403836bba8bc5791f26a28.
We should not be sleeping inside spin_lock.
Fixes: ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")
Cc: Sirnam Swetha
Signed-off-by: Sudip Mukherjee
---
drivers/staging/panel/panel.c | 34 +++---
Hi Paul,
On Fri, Jan 22, 2016 at 9:44 PM, Paul E. McKenney
wrote:
> On Fri, Jan 22, 2016 at 09:55:44AM +0100, Geert Uytterhoeven wrote:
>> On Thu, Jan 21, 2016 at 5:06 PM, Paul E. McKenney
>> wrote:
>> > On Thu, Jan 21, 2016 at 02:22:56PM +0100, Geert Uytterhoeven wrote:
>> >> On Thu, Dec 10, 20
From: Hanjun Guo
The argument "header" for acpi_table_print_srat_entry()
is always checked before the function is called, it's
duplicate to check it again, remove it.
Signed-off-by: Hanjun Guo
---
drivers/acpi/numa.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/acpi/numa.c b/d
From: Hanjun Guo
bad_srat() and srat_disabled() are shared by arm64 and x86,
move it to common place to reduce duplication.
Signed-off-by: Hanjun Guo
---
arch/arm64/kernel/acpi_numa.c | 12
arch/x86/include/asm/acpi.h | 1 -
arch/x86/mm/numa.c| 2 +-
arch/x86/mm/sr
From: Hanjun Guo
Introduce a new file to hold ACPI based NUMA information
parsing from SRAT and SLIT.
SRAT includes the CPU ACPI ID to Proximity Domain mappings
and memory ranges to Proximity Domain mapping.
SLIT has the information of inter node
distances(relative number for access latency).
S
From: Hanjun Guo
acpi_numa is default to 0, it's set to -1 when disable acpi numa or
when a bad SRAT is parsed, and it's only consumed in srat_disabled()
(compare it with 0) to continue parse the SRAT or not, so we don't
need to set acpi_numa to 1 when we get a valid SRAT entry.
Signed-off-by: H
From: Hanjun Guo
acpi_numa_slit_init() is used by both x86 and arm64, and
the code is the same, move it to common place to simplify
the code, and mark it as __weak because the different
implimentation for ia64.
Signed-off-by: Hanjun Guo
---
arch/arm64/kernel/acpi_numa.c | 31 --
From: Hanjun Guo
Rework numa_add_memblk() to update the parameter "u64 size"
to "u64 end", this will make it consistent with x86 and
can simplify the code later.
Updates for arch/arm64/mm/numa.c should squash to core NUMA
patches from Ganapat.
Signed-off-by: Hanjun Guo
---
arch/arm64/kernel/a
From: Hanjun Guo
Add function needed for cpu to node mapping, and enable
ACPI based NUMA for ARM64 in Kconfig
Signed-off-by: Hanjun Guo
---
drivers/acpi/Kconfig | 2 +-
drivers/acpi/numa.c | 35 +++
include/linux/acpi.h | 17 -
3 files changed,
From: Hanjun Guo
After the cleanup for acpi_numa_memory_affinity_init(),
it can be used for architetures both x86 and arm64, since
CONFIG_MEMORY_HOTPLUG is not enabled for arm64, so no
worry about that.
Signed-off-by: Hanjun Guo
---
arch/arm64/kernel/acpi_numa.c | 42 --
From: Hanjun Guo
ACPI_DEBUG_PRINT is a bit fragile in acpi/numa.c, the first thing
is that component ACPI_NUMA(0x8000) is not described in the
Documentation/acpi/debug.txt, and even not defined in the struct
acpi_dlayer acpi_debug_layers which we can not dynamically enable/disable
it with /sy
From: Hanjun Guo
Cleanup acpi_numa_processor_affinity_init() and prepare
move it to common palce then it can be reused by other
arch, this should no functional change.
Signed-off-by: Hanjun Guo
---
arch/x86/mm/srat.c | 21 +
1 file changed, 5 insertions(+), 16 deletions(-)
From: Hanjun Guo
Based on Ganapat's v9 dt based NUMA patch set [1] for ARM64, this
patch set introduce the ACPI based configuration to provide
NUMA information.
ACPI 5.1 already introduced NUMA support for ARM64, which can
get the NUMA domain information from SRAT and SLIT table, so
parse those
From: Hanjun Guo
Just do some cleanups to replace printk with pr_fmt().
Signed-off-by: Hanjun Guo
---
drivers/acpi/numa.c | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c
index 72b6e9e..4e427fc 100644
--- a/drivers
From: Hanjun Guo
acpi_numa_arch_fixup() is only used for IA64, x86 introduce a dummy
function for it, when we came to a new architecture (such as ARM64),
we need to introduce another dummy one to make the code compile.
That's pretty boring so introduce ACPI_HAS_NUMA_ARCH_FIXUP and
select it for
Hi Kees,
On Fri, Jan 22, 2016 at 8:57 PM, Kees Cook wrote:
> On Fri, Jan 22, 2016 at 11:16 AM, Laura Abbott wrote:
>> Kees had previously pushed a patch to do so but it exposed a couple of
>> underlying issues, mostly with low power paths
>> (c.f. http://article.gmane.org/gmane.linux.ports.arm.k
This patch fixes 84638335900f ("mm: rework virtual memory accounting")
Before that commit RLIMIT_DATA have control only over size of the brk region.
But that change have caused problems with all existing versions of valgrind,
because it set RLIMIT_DATA to zero.
This patch fixes RLIMIT_DATA check
On Fri, Jan 22, 2016 at 04:56:02PM -0800, Andy Lutomirski wrote:
> Systems without an FPU are generally old and therefore use lazy FPU
> switching. Unsurprisingly, math emulation in eager FPU mode is a
> bit buggy. Fix it.
>
> There were two bugs involving kernel code trying to use the FPU
> reg
On Fri, Jan 22, 2016 at 04:56:05PM -0800, Andy Lutomirski wrote:
> If we have an FPU, there's no need to check CR0 for FPU emulation.
>
> Signed-off-by: Andy Lutomirski
> ---
> arch/x86/kernel/traps.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kernel/traps
On Fri, Jan 22, 2016 at 04:56:06PM -0800, Andy Lutomirski wrote:
> To try to shake out any latent issues on old hardware, this changes
> the default to eager on all CPUs. If no performance or functionality
> problems show up, a subsequent patch could remove lazy mode entirely.
Yes, I think we sho
On 23.01.16 17:39:19, Hanjun Guo wrote:
> From: Hanjun Guo
>
> acpi_numa_arch_fixup() is only used for IA64, x86 introduce a dummy
> function for it, when we came to a new architecture (such as ARM64),
> we need to introduce another dummy one to make the code compile.
>
> That's pretty boring so
Tested-by: Elias Vanderstuyft
Signed-off-by: Michal Malý
---
drivers/usb/common/Kconfig | 2 ++
drivers/usb/common/usb-skelswitch.c | 60 +
2 files changed, 62 insertions(+)
diff --git a/drivers/usb/common/Kconfig b/drivers/usb/common/Kconfig
index
This mini series adds a simple skeleton module whose only purpose is to bring
devices that at first appear as a generic USB device into another mode that
can be handled by a more specific subsystem.
This patch was originally requested by Dmitry, reasoning that loading the
entire xpad module just t
This gets rid of the need to handle such devices in more specific
drivers that will be loaded for no purpose other than to do some basic
initialization on the device.
Signed-off-by: Michal Malý
---
drivers/usb/Kconfig | 2 +
drivers/usb/common/Kconfig | 15 +++
driv
Signed-off-by: Geert Uytterhoeven
---
arch/m68k/include/asm/unistd.h | 2 +-
arch/m68k/include/uapi/asm/unistd.h | 1 +
arch/m68k/kernel/syscalltable.S | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
ind
On Sat, Jan 23, 2016 at 4:44 AM, Maxime Ripard
wrote:
> On Thu, Jan 21, 2016 at 01:26:39PM +0800, Chen-Yu Tsai wrote:
>> sun9i/A80 MMC controllers have a larger FIFO, and the FIFO DMA
>> trigger levels can be increased. Also, the mmc module clock parent
>> has a higher clock rate, and the sample a
Hi Uwe,
> That's equivalent to
>
> if (dev->of_node)
> return of_driver_match_device(dev, drv);
>
> and was already suggested in the thread referenced from my reply to
> http://article.gmane.org/gmane.linux.kernel/2083641 :-)
Did you make a proper patch out of it? Can't find
Hi,
On Sat, Jan 23, 2016 at 4:31 AM, Maxime Ripard
wrote:
> Hi,
>
> On Thu, Jan 21, 2016 at 01:26:35PM +0800, Chen-Yu Tsai wrote:
>> mmc2 and mmc3 are available on the same pins, with different mux values.
>> However, only mmc3 supports 8 bit DDR transfer modes.
>>
>> Since preference for mmc3 ov
> Perhaps is it better that I resent a version which use
> of_device_get_match_data() ?
I'd like that for both of your patches anyhow. It is more concise and
better to read IMO.
signature.asc
Description: Digital signature
I'm announcing the release of the 3.2.76 kernel.
All users of the 3.2 kernel series should upgrade.
The updated 3.2.y git tree can be found at:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
On Sat, Jan 23, 2016 at 7:13 AM, James Bottomley
wrote:
> On Thu, 2016-01-21 at 17:22 +0200, Andy Shevchenko wrote:
>> There is one user coming which would like to use those string arrays.
>> It might
>> be useful for any other user in the future.
>
> Well, let's not do it until we have an actual
On Thu 2016-01-21 20:34:07, Pali Rohár wrote:
> On Thursday 21 January 2016 19:42:34 Pavel Machek wrote:
> > Hi!
> >
> > In 4.4, n900 battery charging works. If indicator is turned off, it
> > stays off, and if I select 1.8A charge, it sticks. (There may be
> > problems after system suspend and re
Hi!
I enabled the sleep leds, and am using following script to set the
machine up for power management:
#!/bin/bash
uarts=$(find /sys/class/tty/ttyO*/device/power/ -type d)
for uart in $uarts; do
echo 3000 > $uart/autosuspend_delay_ms
done
uarts=$(find /sys/class/tty/ttyO*/power/ -typ
On Fri, Jan 22, 2016 at 05:45:20PM +0800, Peter Hung wrote:
> Hi Simon,
>
> Simon Guinot 於 2016/1/22 下午 04:58 寫道:
> >On Fri, Jan 22, 2016 at 03:23:33PM +0800, Peter Hung wrote:
> >Acked-by: Simon Guinot
> >
> >Thanks,
> >
>
> Should I resend patch V3 to add Acked-by?
Hi Peter,
I am pretty sure
Am 22.01.2016 um 21:12 schrieb One Thousand Gnomes :
>> I would have expected that the main (and IMO sufficient) reason why
>> the kernel should do it is because the particular bus used to connect
>> a BT chip to the CPU is a hw detail that a kernel that does its job
>> should keep to itself. Same
On 2016-01-20 12:15, Kieran Bingham wrote:
> lx-mounts will identify current mount points based on the 'init_task'
> namespace by default, as we do not yet have a kernel thread list
> implementation to select the current running thread.
>
> Optionally, a user can specify a PID to list from that pr
Some older GCC version (at least 4.6) emits calls to __bswapsi2() when
building the XZ decompressor. The link of the compressed image then
fails with the following error:
arch/mips/boot/compressed/decompress.o: In function '__fswab32':
include/uapi/linux/swab.h:60: undefined reference to '__bswaps
dummy.o is missing from the targets list which cause useless rebuilds.
Instead of adding it to the target list we now fill the list
automatically from $(vmlinuzobjs) to avoid having to maintain two
lists.
Building with XZ compression also lead to useless rebuilds because it
reuse source files from
Reuse the early printk code to support the serial in zboot. We copy
early_printk.c instead of referencing it because we need to build a
different object file for the normal kernel and zboot.
Signed-off-by: Alban Bedel
---
Changelog:
v2: * Properly delete the copied source files on clean
---
arch
As most platforms implement the PROM serial interface prom_putchar()
add a simple bridge to allow re-using this code for zboot.
Signed-off-by: Alban Bedel
---
Changelog:
v2: * Added a license header to uart-prom.c
---
arch/mips/Kconfig | 4
arch/mips/boot/compressed/Mak
Michal Malý writes:
> This mini series adds a simple skeleton module whose only purpose is to bring
> devices that at first appear as a generic USB device into another mode that
> can be handled by a more specific subsystem.
>
> This patch was originally requested by Dmitry, reasoning that loadin
On Thursday 21 January 2016 20:21:13 Tony Lindgren wrote:
> * joerg Reisenweber [160121 10:45]:
> > On Thu 21 January 2016 09:41:46 Tony Lindgren wrote:
> > > Then for supporting the USB host mode.. We should add regulator
> > > support to the USB PHY driver so if the ID pin is grounded, the
> > >
The driver stays the same but the initialization changes a bit.
For OF boards we now get the memory map from the OF node and use
a linear mapping instead of the legacy mapping. For legacy boards
we still use a legacy mapping and just pass down all the parameters
from the board init code.
Signed-of
On Sat, Jan 23, 2016 at 2:27 AM, Darren Hart wrote:
> On Mon, Jan 18, 2016 at 02:32:53PM -0500, Josh Boyer wrote:
>> Like the Yoga 900 models the Lenovo Yoga 700 does not have a
>> hw rfkill switch, and trying to read the hw rfkill switch through the
>> ideapad module causes it to always reported
Signed-off-by: Alban Bedel
Acked-by: Marc Zyngier
---
arch/mips/ath79/irq.c| 81 ++
arch/mips/include/asm/mach-ath79/ath79.h | 1 +
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-ath79-cpu.c | 97
Replaced explicit NULL comparision with its simplier form.
Found using coccinelle:
@replace_rule@
expression e;
@@
-e == NULL
+ !e
Signed-off-by: Bhumika Goyal
---
drivers/staging/lustre/lustre/llite/dcache.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/driver
On Fri, 22 Jan 2016 22:54:44 +0100
Ard Biesheuvel wrote:
>
> """
> kallsyms: add support for relative offsets in kallsyms address table
>
> Similar to how relative extables are implemented, it is possible to emit
> the kallsyms table in such a way that it contains offsets relative to some
> anc
Show socket filter context menu only if sort key has socket.
Otherwise the info will be incorrect.
Signed-off-by: Namhyung Kim
---
tools/perf/ui/browsers/hists.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tools/perf/ui/browsers/hists.c b/tools/perf/ui/browsers/hi
Show DSO filter and map browser context menu only if sort key has dso.
Otherwise those info will be incorrect.
Signed-off-by: Namhyung Kim
---
tools/perf/ui/browsers/hists.c | 14 --
tools/perf/util/sort.h | 1 +
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a
The script and data-switch context menu are only meaningful when it
deals with a data file. So add a check so that it cannot be shown when
perf-top is run.
Signed-off-by: Namhyung Kim
---
tools/perf/ui/browsers/hists.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --g
When sort key doesn't contain 'symbol', it shows nothing but 'Exit'
menu. However it can show other menu like thread, DSO, map and so on.
Signed-off-by: Namhyung Kim
---
tools/perf/ui/browsers/hists.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/tools/perf/ui/browser
On Wed, Dec 30, 2015 at 2:26 PM, Sudip Mukherjee
wrote:
> The build of m32r allmodconfig fails with the error:
> drivers/media/v4l2-core/videobuf2-dma-contig.c:484:2:
> error: implicit declaration of function 'dma_get_cache_alignment'
>
> The build of videobuf2-dma-contig.c depends on HAS_
At first, commit 4b7f48d395a7 ("bus: uniphier-system-bus: add UniPhier
System Bus driver") introduced this driver as a tristate one.
Then, commit 326ea45aa827 ("bus: uniphier: allow only built-in
driver") temporarily made it boolean in order to fix a link error
in case it is compiled as a module.
On Fri, Jan 22, 2016 at 02:11:22PM -0500, Jarod Wilson wrote:
> The network core tries to keep track of dropped packets, but some packets
> you wouldn't really call dropped, so much as intentionally ignored, under
> certain circumstances. One such case is that of bonding and team device
> slaves th
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit 40d24c4d8a7430aa4dfd7a665fa3faf3b05b673f upstream.
There are two issue here.
1) cnt starts as maxloop + 1 so all these loops iterate one more time
than intended.
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Paolo Bonzini
commit e5e57e7a03b1cdcb98e4aed135def2a08cbf3257 upstream.
While setting the KVM PIT counters in 'kvm_pit_load_count', if
'hpet_legacy_start' is set, the function disables the
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Sasha Levin
commit 119d6f6a3be8b424b200dcee56e74484d5445f7e upstream.
Because wakeups can (fundamentally) be late, a task might not be in
the expected state. Therefore testing against a ta
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Michael Holzheu
commit 272fa59ccb4fc802af28b1d699c2463db6a71bf7 upstream.
The print_insn() function returns strings like "lghi %r1,0". To escape the
'%' character in sprintf() a second '%'
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: "David S. Miller"
commit 5233252fce714053f0151680933571a2da9cbfb4 upstream.
Signed-off-by: David S. Miller
Signed-off-by: Ben Hutchings
Signed-off-by: Willy Tarreau
---
net/bluetooth/s
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Andrew Lunn
commit 4eba7bb1d72d9bde67d810d09bf62dc207b63c5c upstream.
When a multicast group is joined on a socket, a struct ip_mc_socklist
is appended to the sockets mc_list containing in
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Jan Stancek
commit 27f972d3e00b50639deb4cc1392afaeb08d3cecc upstream.
We encountered a panic on boot in ipmi_si on a dell per320 due to an
uninitialized timer as follows.
static int smi_s
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Dan Carpenter
commit abdc9a3b4bac97add99e1d77dc6d28623afe682b upstream.
The code expects the loop to end with "retries" set to zero but, because
it is a post-op, it will end set to -1. I
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
Fix failure paths in ext4_fill_super() that can lead to a null
dereference. This was designated CVE-2015-8324.
Mostly extracted from commit 744692dc0598 ("ext4: use
ext4_get
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Peter Hurley
commit ee9159ddce14bc1dec9435ae4e3bd3153e783706 upstream.
The N_X25 line discipline may access the previous line discipline's closed
and already-freed private data on open [1]
On 23/01/2016 00:55, Luis R. Rodriguez wrote:
> On Fri, Jan 22, 2016 at 4:30 PM, Andrew Cooper
> wrote:
>> the DMLite boot
>> protocol is OS agnostic, and will be staying that way.
> What's the DMLite boot protocol?
It is a statement of the initial state of a DMLite container.
> Is that the pro
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Jeff Layton
commit c812012f9ca7cf89c9e1a1cd512e6c3b5be04b85 upstream.
If we pass in an empty nfs_fattr struct to nfs_update_inode, it will
(correctly) not update any of the attributes, but
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Rainer Weikusat
commit 7d267278a9ece963d77eefec61630223fce08c6c upstream.
Rainer Weikusat writes:
An AF_UNIX datagram socket being the client in an n:1 association with
some server socket
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Hannes Frederic Sowa
commit 7bbadd2d1009575dad675afc16650ebb5aa10612 upstream.
Docbook does not like the definition of macros inside a field declaration
and adds a warning. Move the defini
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Johannes Berg
commit b7bb110008607a915298bf0f47d25886ecb94477 upstream.
Some users of rfkill, like NFC and cfg80211, use a dynamic name when
allocating rfkill, in those cases dev_name(). T
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Marcelo Ricardo Leitner
[ Upstream commit 01ce63c90170283a9855d1db4fe81934dddce648 ]
Dmitry Vyukov reported that SCTP was triggering a WARN on socket destroy
related to disabling sock time
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: James Bottomley
commit 3417c1b5cb1fdc10261dbed42b05cc93166a78fd upstream.
Simple enclosure implementations (mostly USB) are allowed to return only
page 8 to every diagnostic query. That r
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Willy Tarreau
This reverts commit c507639ba963bb47e3f515670a7cace76af76ab6.
As reported by Michal Kubecek, this fix doesn't handle truncated
reads correctly. Next patch from Eric fixes it b
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Jan Kara
commit c2489e07c0a71a56fb2c84bc0ee66cddfca7d068 upstream.
The following test program from Dmitry can cause softlockups or RCU
stalls as it copies 1GB from tmpfs into eventfd and w
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Eric Dumazet
commit 60bc851ae59bfe99be6ee89d6bc50008c85ec75d upstream.
Using bit fields is dangerous on ppc64/sparc64, as the compiler [1]
uses 64bit instructions to manipulate them.
If th
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Ben Hutchings
commit 0baa57d8dc32db78369d8b5176ef56c5e2e18ab3 upstream.
Compile-tested only.
Signed-off-by: Ben Hutchings
Signed-off-by: David S. Miller
Signed-off-by: Willy Tarreau
--
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: David Howells
commit b4a1b4f5047e4f54e194681125c74c0aa64d637d upstream.
This fixes CVE-2015-7550.
There's a race between keyctl_read() and keyctl_revoke(). If the revoke
happens between
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Andrew Banman
commit 5f0f2887f4de9508dcf438deab28f1de8070c271 upstream.
test_pages_in_a_zone() does not account for the possibility of missing
sections in the given pfn range. pfn_valid_w
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Peter Hurley
commit 9ce119f318ba1a07c29149301f1544b6c4bea52a upstream.
A line discipline which does not define a receive_buf() method can
can cause a GPF if data is ever received [1]. Oddl
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Andrew Honig
commit 0185604c2d82c560dab2f2933a18f797e74ab5a8 upstream.
Currently if userspace restores the pit counters with a count of 0
on channels 1 or 2 and the guest attempts to read
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Johan Hovold
commit 157f38f993919b648187ba341bfb05d0e91ad2f6 upstream.
Fix parent-device reference leak due to SPI-core taking an unnecessary
reference to the parent when allocating the ma
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Al Viro
commit 0ebf7f10d67a70e120f365018f1c5fce9ddc567d upstream.
The thing got broken back in 2002 - sysvfs does *not* have inline
symlinks; even short ones have bodies stored in the firs
[+cc linux-kernel]
Hi Олег,
On Sat, Jan 23, 2016 at 1:08 AM, Олег Мороз wrote:
> Hello. I've got a device driver for MIL-1553b card called TA1-PCI, which
> could be found at
> https://github.com/qmor/elcus-1553-driver-linux
> Card is using PLX_PCI9030 PCI controller.
> Today i've found that this
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Helge Deller
commit 71a71fb5374a23be36a91981b5614590b9e722c3 upstream.
On parisc syscalls which are interrupted by signals sometimes failed to
restart and instead returned -ENOSYS which in
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: Daniel Borkmann
[ Upstream commit 6900317f5eff0a7070c5936e5383f589e0de7a09 ]
David and HacKurx reported a following/similar size overflow triggered
in a grsecurity kernel, thanks to PaX's
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: lucien
commit ed5a377d87dc4c87fb3e1f7f698cba38cd893103 upstream.
now sctp auth cannot work well when setting a hmacid manually, which
is caused by that we didn't use the network order for
On Fri, Jan 22, 2016 at 08:25:21PM +, One Thousand Gnomes wrote:
> > The fact what include/linux/license.h:license_is_gpl_compatible includes
> > "Dual MIT/GPL" as an option seems to suggest that it is enough of a thing
> > to be validly used as the contents of a MODULE_LICENSE() thing.
>
> Ye
2.6.32-longterm review patch. If anyone has any objections, please let me know.
--
From: David Turner
commit a4dad1ae24f850410c4e60f22823cba1289b8d52 upstream.
In ext4, the bottom two bits of {a,c,m}time_extra are used to extend
the {a,c,m}time fields, deferring the year 2038
1 - 100 of 312 matches
Mail list logo