Hi Michael,
These patches were posted a month back. We don't have any review
comments to handle at this time. Can you pull these patches to your tree?
Please, do let me know if you want me to rebase these patches to a
different tree (like Arnaldo's/tip etc).
On 02/27/2015 03:13 PM, Hemant Kum
On Mon, Mar 23, 2015 at 11:32 PM, Takashi Iwai wrote:
> At Mon, 23 Mar 2015 17:04:26 -0700,
> anish wrote:
>>
>> Hello,
>>
>> I was wondering if this patch is in any of the queue?
>
> I guess it's not. One of the reasons is that you don't know whom to
> reach; it's a problem as a subsystem mainta
Hi Shuah,
Today's linux-next merge of the kselftest tree got a conflict in
tools/testing/selftests/powerpc/Makefile between commit a908f5de3b10
("selftests/powerpc: Rename TARGETS in powerpc selftests makefile")
from the powerpc-mpe tree and commit 6faeeea44b84 ("selftests: Add
install support for
* Denys Vlasenko wrote:
> On Mon, Mar 23, 2015 at 9:38 PM, Andy Lutomirski wrote:
> > Actually, I want to remove the added comment in the code. I don't see
> > why we should have a specific comment about SS and not about, say, CS,
> > ESP, or anything else. OK?
>
> Ok.
Might be nice to plac
* Mike Travis wrote:
> Fix a bug in the oem check function that determines if the system
> is a UV system and the BIOS is compatible with the kernel's UV apic
> driver. This prevents some possibly obscure panics and guards the
> system against being started on SGI hardware that does not have th
At Mon, 23 Mar 2015 17:04:26 -0700,
anish wrote:
>
> Hello,
>
> I was wondering if this patch is in any of the queue?
I guess it's not. One of the reasons is that you don't know whom to
reach; it's a problem as a subsystem maintainer.
Also, you never seem to appear in the commit history of the
Hi Dave,
here are few more fixes I would like to still get to 4.0 if possible,
detailed info in the tag below. Please let me know if there are any
problems.
Kalle
The following changes since commit 3f1615340acea54e21f4b9d4d65921540dca84b2:
brcmfmac: Perform bound checking on vendor command bu
This patch fixes the 80 char length warnings and an indent suspect warning
identified by the checkpath.pl script for the entire ms.c file leaving
with no more warnings or errors left to be fixed for it.
Signed-off-by: Ragavendra Nagraj
---
drivers/staging/rts5208/ms.c | 43
Hi, Andrew.
2015-03-20 10:17 GMT+09:00 Joseph Qi :
> Hi Andrew,
>
> On 2015/3/20 6:23, Andrew Morton wrote:
>> On Sat, 28 Feb 2015 08:48:40 +0900 Daeseok Youn
>> wrote:
>>
>>> The use of 'status' in __ocfs2_add_entry() can return wrong
>>> status when some functions are failed.
>>>
>>> If ocfs2_
unsubscribe linux-kernel
--
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.org/lkml/
unsubscribe linux-kernel
--
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.org/lkml/
Hi Joonsoo,
On Tue, Mar 24, 2015 at 02:26:39PM +0900, Joonsoo Kim wrote:
> 2015-03-24 9:18 GMT+09:00 Namhyung Kim :
> > On Tue, Mar 24, 2015 at 02:32:17AM +0900, Joonsoo Kim wrote:
> >> 2015-03-23 15:30 GMT+09:00 Namhyung Kim :
> >> > The perf kmem command records and analyze kernel memory allocat
On Mon, Mar 23, 2015 at 10:59:24AM -0400, Benjamin Tissoires wrote:
> Hi,
>
> On Mon, Mar 23, 2015 at 5:09 AM, Borislav Petkov wrote:
> > CC people.
> >
> > On Mon, Mar 23, 2015 at 11:21:02AM +0300, Лежанкин Иван wrote:
> >> Hi,
> >>
> >> after update from 3.18.7 to 3.19.x my Logitech touchpad be
On 03/23/2015 07:04 AM, Matt Fleming wrote:
On Mon, 16 Mar, at 04:21:51PM, Jason Ekstrand wrote:
Sadly no, Dell are not doing something useful. Their use of _REV is
entirely misguided for the same reasons using _OSI(Linux) is discouraged
in drivers/acpi/osl.c; namely that working around kernel b
Support only for ETB, FUNNEL, STM are included currently.
Support for ETM, TPIU and the replicator linked to it are not included in
this version patch.
Signed-off-by: Chunyan Zhang
---
arch/arm64/boot/dts/sprd/sc9836.dtsi | 57
1 file changed, 57 insertions(+
On Mon, Mar 23, 2015 at 10:04:40PM +0100, Greg Kroah-Hartman wrote:
> On Tue, Mar 17, 2015 at 08:31:24PM +0530, Sudip Mukherjee wrote:
>
> This doesn't apply anymore, due to other changes recently to this
> driver.
>
> But even if it did, I don't think it is correct. I really don't
> understand w
debugfs_create_dir and debugfs_create_file may return -ENODEV when debugfs
is not configured, so the return value should be checked against ERROR_VALUE
as well, otherwise the later dereference of the dentry pointer would crash
the kernel.
This patch tries to solve this problem by fixing certain ch
Make PCIE_IPROC depending on both OF and ARM and default to be disabled,
so it cannot be accidentally enabled by other platforms
PCIE_IPROC is meant to be enabled by a front-end bus driver. Curenntly
it's enabled by PCIE_IPROC_PLTFM driver
Signed-off-by: Ray Jui
---
drivers/pci/host/Kconfig |
Hi Greg,
Today's linux-next merge of the staging tree got a conflict in
drivers/staging/media/mn88473/mn88473.c between commit 3b786f131645
("[media] mn88473: calculate the IF register values") from the v4l-dvb
tree and commit b4c2c314c140 ("Staging: media: mn88473: Match alignment
with open paren
2015-03-24 9:18 GMT+09:00 Namhyung Kim :
> On Tue, Mar 24, 2015 at 02:32:17AM +0900, Joonsoo Kim wrote:
>> 2015-03-23 15:30 GMT+09:00 Namhyung Kim :
>> > The perf kmem command records and analyze kernel memory allocation
>> > only for SLAB objects. This patch implement a simple page allocator
>> >
On 3/23/2015 10:18 PM, Scott Branden wrote:
> Hi Stefan,
>
> On 15-03-21 04:45 PM, Stefan Agner wrote:
>> The const declaration for char* is actually duplicated, however
>> the array of strings is currently not constant. However, typically
>> the dt_compat array is declared as const char *const.
On Monday 23 March 2015, Robert Jarzmik wrote:
> Arnd Bergmann writes:
>
> ... removed people not concerned by pxa story ...
>
> >> As for XIP support, I don't have a clear view if it's a requirement for
> >> multiplatform nor if it works in these builds.
> >
> > It would be nice to not have to
Hi Stefan,
On 15-03-21 04:45 PM, Stefan Agner wrote:
The const declaration for char* is actually duplicated, however
the array of strings is currently not constant. However, typically
the dt_compat array is declared as const char *const. Follow
that convention and also add the __initconst macro
Map bh over max size which caller defined is not needed, limit it in
f2fs_map_bh.
Signed-off-by: Chao Yu
---
v2 change log:
- use min() for cleanup code suggested by Jaegeuk Kim.
fs/f2fs/data.c | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/fs/f2fs/data.c b/fs/f
Hi Jaegeuk,
> -Original Message-
> From: Jaegeuk Kim [mailto:jaeg...@kernel.org]
> Sent: Tuesday, March 24, 2015 12:42 PM
> To: Chao Yu
> Cc: Changman Lee; linux-f2fs-de...@lists.sourceforge.net;
> linux-kernel@vger.kernel.org
> Subject: Re: [PATCH 1/4] f2fs: limit b_size of mapped bh in
This patch fixes the C99-style "// ..." comments warnings identified by the
checkpath.pl script for the entire ddk750_chip.c file by using the
appropriate C89 "/* ... */" style comments accordingly.
Signed-off-by: Ragavendra Nagraj
---
drivers/staging/sm750fb/ddk750_chip.c | 12 ++--
1
add MODULE_DEVICE_TABLE to support hot-plugging.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers/staging/sm7xxfb/sm7xxfb.c
index 6e9b2aa..15509a6 100644
--- a/drivers/staging/s
add module parameters so that we can configure X and Y resolutions
and bpp when using this driver as a module.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm7xxfb/sm7xxfb.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c
b/drivers
the lcd type as defined in the Kconfig is not matching in the code.
as a result the rs, rw and en pins were getting interchanged.
Kconfig defines the value of PANEL_LCD to be 1 if we select custom
configuration but in the code LCD_TYPE_CUSTOM is defined as 5.
my hardware is LCD_TYPE_CUSTOM, but th
On 03/24/2015 03:40 AM, "Stéphane Viau" wrote:
Hi Archit,
Hi Stephane,
On 03/14/2015 01:19 AM, Stephane Viau wrote:
Some interfaces (WB, DSI Command Mode) need to be kicked off
through a START Signal. This signal needs to be sent at the right
time and requests in some cases to keep track of
Nice catch.
Merged into cifs-2.6.git for-next
On Sat, Mar 21, 2015 at 6:08 PM, Taesoo Kim wrote:
> For example, when mount opt is redundently specified
> (e.g., "user=A,user=B,user=C"), kernel kept allocating new key/val
> with kstrdup() and overwrite previous ptr (to be freed).
>
> Althouhg mkf
Hi Chao,
On Mon, Mar 23, 2015 at 10:28:00AM +0800, Chao Yu wrote:
> Map bh over max size which caller defined is not needed, limit it in
> f2fs_map_bh.
>
> Signed-off-by: Chao Yu
> ---
> fs/f2fs/data.c | 7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/fs/f2fs/data
> The display remains dark in V4.0-rc5 except of a small white line
> at the top of the screen so I can't see anything. RC4 was good.
> The latest good kernel that I know of is at least
> 4.0.0-rc4-00199-gb314aca.
I'm hoping the fix I just sent Linus is the fix for this, otherwise Daniel
and co
(2015/03/23 23:31), Vivek Goyal wrote:
[...]
Secondly, and more importantly, the whole premise of commit
f06e5153f4ae is broken IMHO:
"This can help rare situations where kdump fails because of unstable
crashed kernel or hardware failure (memory corruption on critical
>
Now no one use pci_create_root_bus(), we could remove it
and rename __pci_create_root_bus() to pci_create_root_bus().
Signed-off-by: wangyij...@huawei.com
---
drivers/pci/probe.c | 35 +--
include/linux/pci.h |3 ---
2 files changed, 9 insertions(+), 29 delet
pci_bus_assign_domain_nr() is only called in probe.c,
Move pci_bus_assign_domain_nr() declaration into
drivers/pci/pci.h.
Signed-off-by: Yijing Wang
---
drivers/pci/pci.h |9 +
include/linux/pci.h |6 --
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/drivers
This patch separate pci_host_bridge creation out
of pci_create_root_bus(), and try to make a generic
pci_host_bridge, then we could make it hold host
bridge specific operations like
pcibios_root_bridge_prepare(). The changes are
transparent to platform host bridge drivers.
Signed-off-by: Yijing Wa
No one uses pci_scan_bus_parented() any more,
remove it.
Signed-off-by: Yijing Wang
---
drivers/pci/probe.c | 19 ---
include/linux/pci.h |2 --
2 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 8ef0375..699a238
Use it to get the first bus number of the bus
resource.
Signed-off-by: Yijing Wang
---
drivers/pci/pci.h | 11 +++
drivers/pci/probe.c | 19 ++-
2 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
index 8526790..886d
Use pci_scan_root_bus() instead of pci_create_root_bus() +
pci_scan_child_bus() for simplicity.
Signed-off-by: Yijing Wang
CC: Tanmay Inamdar
---
drivers/pci/host/pci-xgene.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/ho
Use pci_scan_root_bus() instead of pci_create_root_bus() +
pci_scan_child_bus() for simplicity.
Signed-off-by: Yijing Wang
CC: Mohit Kumar
CC: Jingoo Han
---
drivers/pci/host/pcie-designware.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/drivers/pci/host/pcie-des
Now pci_host_bridge holds the domain number,
so we could eliminate all platform specific
pci_domain_nr().
Signed-off-by: Yijing Wang
Signed-off-by: Bjorn Helgaas
---
arch/alpha/include/asm/pci.h |2 --
arch/ia64/include/asm/pci.h |1 -
arch/microblaze/pci/pci-common.c | 11 --
Introduce pci_host_assign_domain_nr() to assign domain
number for pci_host_bridge. In the later patch, we would
assign domain in pci_create_host_bridge, clean up the
pci_bus_assign_domain_nr() and move this function into
drivers/pci/host-bridge.c.
Signed-off-by: Yijing Wang
---
drivers/pci/pci.c
If there is no busn resource provided for pci_scan_root_bus(),
we would insert a default bus resource (root_bus_number, 255)
in root bus, and update the max bus number we found after
pci_scan_child_bus(). We also need to hold the default bus
resource in pci_host_bridge, then we could identify wheth
From: Yijing Wang
Sometimes, the bus resource start number is not equal to
root bus number. For example, in pci_scan_bus(), we always
add the default bus resource which start bus number is 0,
but the root bus number callers given may != 0, so
we need to update pci_host_bridge bus resource, becaus
Introduce pci_host_bridge_list to manage pci host
bridges in system, this make us have the ability
to check whether the new host would conflict with
existing one. Then we could remove bus alreay exist
check in __pci_create_root_bus().
Signed-off-by: Yijing Wang
---
drivers/pci/host-bridge.c |
Introduce new scan function pci_scan_host_bridge() to
support host bridge drivers that need to provide platform
own pci_host_bridge_ops.
Signed-off-by: Yijing Wang
---
drivers/pci/probe.c | 22 ++
include/linux/pci.h |3 +++
2 files changed, 25 insertions(+), 0 deletion
Move pcibios_root_bridge_prepare() to pci_create_host_bridge().
Signed-off-by: Yijing Wang
---
drivers/pci/host-bridge.c | 16 +---
drivers/pci/probe.c |3 ---
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/drivers/pci/host-bridge.c b/drivers/pci/host-bri
pcibios_root_bridge_prepare() in powerpc set
root bus speed, it's not the preparation for
pci host bridge. Rename it for better readability,
and we could move pcibios_root_bridge_prepare()
to pci_create_host_bridge(), in which root bus
is not created. We will clean up these weak functions,
and add
Signed-off-by: Yijing Wang
CC: Thomas Gleixner
CC: x...@kernel.org
---
arch/x86/pci/acpi.c | 37 +
1 files changed, 21 insertions(+), 16 deletions(-)
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c
index d2655d5..877acaf 100644
--- a/arch/x86/pci/acp
Save platform specific sysdata in pci_host_bridge
drvdata, host bridge specific operation need to
access it before the pci bus creation.
Signed-off-by: Yijing Wang
---
drivers/pci/host-bridge.c |3 ++-
drivers/pci/pci.h |2 +-
drivers/pci/probe.c | 20 ++--
Now we could use pci_scan_host_bridge() to scan
pci buses, provide sparc specific pci_host_bridge_ops.
Signed-off-by: Yijing Wang
CC: "David S. Miller"
CC: sparcli...@vger.kernel.org
---
arch/sparc/kernel/pci.c | 28 ++--
1 files changed, 22 insertions(+), 6 deletions(
v7->v8:
Fix some cross building errors found by kbuild test.
Drop the rename patch for find_pci_host_bridge().
v6->v7:
Drop previous patch which combined the domain and bus in one argument.
Make the pci_host_bridge hold the default busn resource, so we could
On 2015/3/24 10:29, Bjorn Helgaas wrote:
> On Mon, Mar 23, 2015 at 8:15 PM, Yijing Wang wrote:
sparse warnings: (new ones prefixed by >>)
>> drivers/pci/host-bridge.c:147:24: sparse: symbol 'pci_find_host_bridge'
>> was not declared. Should it be static?
Please review
Now we could use pci_scan_host_bridge() to scan
pci buses, provide powerpc specific pci_host_bridge_ops.
Signed-off-by: Yijing Wang
CC: Benjamin Herrenschmidt
CC: linuxppc-...@lists.ozlabs.org
---
arch/powerpc/kernel/pci-common.c | 60 +++--
1 files changed, 37
Mvebu_pcie_scan_bus() is not necessary, we could use
pci_common_init_dev() instead of pci_common_init(),
and pass the device pointer as the parent. Then
pci_scan_root_bus() will be called to scan the pci busses.
Signed-off-by: Yijing Wang
CC: Thomas Petazzoni
CC: Jason Cooper
---
drivers/pci/h
Now we save the domain number in pci_host_bridge,
we could remove pci_bus_assign_domain_nr() and
clean the domain member in pci_bus. Also move
pci_host_assign_domain_nr() to drivers/pci/host-bridge.c
for simplicity.
Signed-off-by: Yijing Wang
---
drivers/pci/host-bridge.c | 63
Now we could clean up CONFIG_PCI_DOMAINS_GENERIC.
Signed-off-by: Yijing Wang
---
arch/arm/Kconfig |3 ---
arch/arm64/Kconfig|3 ---
drivers/pci/host-bridge.c | 11 ++-
drivers/pci/pci.c |2 --
4 files changed, 6 insertions(+), 13 deletions(-)
diff
Now pci_scan_root_bus() is almost similar to
pci_create_root_bus() + pci_scan_child_bus().
So we could use common pci_scan_root_bus() in
pci_common_init_dev() to scan pci busses.
tegra_pcie_scan_bus() is redundant, remove it.
Signed-off-by: Yijing Wang
CC: Thierry Reding
CC: linux-te...@vger.ker
From: Yijing Wang
Now pci_bus_add_devices() has been ripped out
from pci_scan_root_bus(), we could use pci_scan_root_bus()
instead of pci_create_root_bus() + pci_scan_child_bus()
for simplicity.
Signed-off-by: Yijing Wang
CC: "James E.J. Bottomley"
CC: linux-par...@vger.kernel.org
---
drivers
Now no one use weak pcibios_root_bridge_prepare() and
pcibios_set_root_bus_speed, we could clean up them.
Signed-off-by: Yijing Wang
---
drivers/pci/host-bridge.c |4
drivers/pci/probe.c | 18 +-
include/linux/pci.h |2 --
3 files changed, 1 insertions(
From: Yijing Wang
Signed-off-by: Yijing Wang
CC: Tony Luck
CC: Fenghua Yu
CC: linux-i...@vger.kernel.org
---
arch/ia64/pci/pci.c | 34 +++---
1 files changed, 19 insertions(+), 15 deletions(-)
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c
index c642bc8.
Now we have weak functions like pcibios_root_bridge_prepare()
to setup pci host bridge, We could introduce pci_host_bridge_ops
which contain host bridge specific ops to setup pci_host_bridge.
Then host bridge driver could add pci_host_bridge_ops hooks
intead of weak function to setup pci_host_bridg
Save domain in pci_host_bridge, so we could get domain
from pci_host_bridge, and at the end of series, we could
clean up the arch specific pci_domain_nr(). For arm,
we pass -1 as the domain number, we would update the
domain number in core by pci_bus_assign_domain_nr().
Signed-off-by: Yijing Wang
Sometimes, we want to know the highest reserved
busnr for children bus. Because parent's bus->busn_res
may have padding in it. For example, some host drivers
don't know the bus end, so they supply the bus
resource (root_bus, 255), they want to update the
max bus number after pci scan complete. But
From: Arnd Bergmann
Use pci_scan_root_bus() instead of deprecated function
pci_scan_bus_parented().
Signed-off-by: Arnd Bergmann
Signed-off-by: Yijing Wang
CC: Konrad Rzeszutek Wilk
CC: xen-de...@lists.xenproject.org
---
drivers/pci/xen-pcifront.c | 16 +---
1 files changed, 13
(2015/03/23 16:19), Ingo Molnar wrote:
>
> * Baoquan He wrote:
>
>> CC more people ...
>>
>> On 03/07/15 at 01:31am, "Hatayama, Daisuke/畑山 大輔" wrote:
>>> The commit f06e5153f4ae2e2f3b0300f0e260e40cb7fefd45 introduced
>>> "crash_kexec_post_notifiers" kernel boot option, which toggles
>>> wheather
Hi Al,
On Fri, 13 Mar 2015 12:02:50 +1100 Stephen Rothwell
wrote:
>
> After merging the vfs tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> fs/ext4/indirect.c: In function 'ext4_ind_direct_IO':
> fs/ext4/indirect.c:653:2: error: implicit declaration of function
Good day!
Re: Fund Release Notification $10.5 Million USD
Please be informed that we have received a notification for the
release and transfer of your sum We are the Financial
consultants/Bendigo Bank Australia. This Bank which we represent in
the Australia has directed us to process the release
debugfs_create_dir and debugfs_create_file may return -ENODEV when debugfs
is not configured, so the return value should be checked against ERROR_VALUE
as well, otherwise the later dereference of the dentry pointer would crash
the kernel.
Signed-off-by: Chengyu Song
---
fs/nfsd/fault_inject.c |
From: Stephen Rothwell
Date: Tue, 24 Mar 2015 13:45:08 +1100
> After merging the net-next tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> crypto/algif_skcipher.c: In function 'skcipher_async_cb':
> crypto/algif_skcipher.c:109:2: error: implicit declaration of functio
On 2015/3/24 10:42, Bjorn Helgaas wrote:
> On Mon, Mar 23, 2015 at 9:22 PM, Jiang Liu wrote:
>> On 2015/3/24 0:48, Bjorn Helgaas wrote:
>>> On Mon, Mar 23, 2015 at 03:22:14PM +0800, Jiang Liu wrote:
Commit 63f1789ec716("Ignore resources consumed by host bridge itself")
tries to ignore re
Hi all,
After merging the net-next tree, today's linux-next build (x86_64
allmodconfig) failed like this:
crypto/algif_skcipher.c: In function 'skcipher_async_cb':
crypto/algif_skcipher.c:109:2: error: implicit declaration of function
'aio_complete' [-Werror=implicit-function-declaration]
aio_
On Mon, Mar 23, 2015 at 9:22 PM, Jiang Liu wrote:
> On 2015/3/24 0:48, Bjorn Helgaas wrote:
>> On Mon, Mar 23, 2015 at 03:22:14PM +0800, Jiang Liu wrote:
>>> Commit 63f1789ec716("Ignore resources consumed by host bridge itself")
>>> tries to ignore resources consumed by PCI host bridge itself by
>
hi, Jiri
thanks for your kind reply, and the nice advices. :)
On 2015年03月23日 23:23, Jiri Slaby wrote:
On 03/24/2015, 08:22 AM, Pan Xinhui wrote:
In gsmtty_remove, we will put dlci. when dlci's ref-count is zero,
tty_port_destructor will be called, and it will check if port->itty is
NULL
From: Michal Kubecek
Date: Mon, 23 Mar 2015 15:14:00 +0100 (CET)
> On s390x, gcc 4.8 compiles this part of tcp_v6_early_demux()
>
> struct dst_entry *dst = sk->sk_rx_dst;
>
> if (dst)
> dst = dst_check(dst, inet6_sk(sk)->rx_dst_cookie);
>
> to code reading sk->s
debugfs_create_dir and debugfs_create_file may return -ENODEV when debugfs
is not configured, so the return value should be checked against ERROR_VALUE
as well, otherwise the later dereference of the dentry pointer would crash
the kernel.
Signed-off-by: Chengyu Song
---
fs/gfs2/glock.c | 47
Fast symlink can utilize inline data flow to avoid using any
i_addr region, since we need to handle many cases such as
truncation, roll-forward recovery, and fsck/dump tools.
Signed-off-by: Wanpeng Li
---
fs/f2fs/inline.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/f2f
Enable inline_data feature by default since it brings us better
performance and space utilization and now has already stable.
Add another option noinline_data to disable it during mount.
Suggested-by: Jaegeuk Kim
Suggested-by: Chao Yu
Signed-off-by: Wanpeng Li
---
v2 -> v3:
* reuse F2FS_MOUNT_
On Fri, Mar 20, 2015 at 4:51 AM, Jeff Lauruhn (jlauruhn)
wrote:
> This device has a Page size x8: 17,600 bytes (16,384 + 1216 bytes) and
> minimum required ECC 24-bit ECC per 1100 bytes of data. Spare area needed
> for ECC would be ECC * M, where M is (codeword <= 2^m-1). In this case M=14,
>
On Tue, 2015-02-03 at 16:36 +1100, David Gibson wrote:
> The bt8xx PCI DVB driver includes a powerpc specific hack, using one of
> the powerpc specific byteswapping functions in an IO helper macro.
>
> There's no reason to use the powerpc specific function instead of a
> generic byteswap, so this
> -Original Message-
> From: Joerg Roedel [mailto:j...@8bytes.org]
> Sent: Monday, March 23, 2015 7:58 PM
> To: Wu, Feng
> Cc: dw...@infradead.org; jiang@linux.intel.com;
> io...@lists.linux-foundation.org; linux-kernel@vger.kernel.org
> Subject: Re: [v4 2/8] iommu, x86: Define new ir
On Mon, Mar 23, 2015 at 8:15 PM, Yijing Wang wrote:
>>> sparse warnings: (new ones prefixed by >>)
>>>
> drivers/pci/host-bridge.c:147:24: sparse: symbol 'pci_find_host_bridge'
> was not declared. Should it be static?
>>>
>>> Please review and possibly fold the followup patch.
>>
>> It do
From: Pablo Neira Ayuso
Date: Mon, 23 Mar 2015 13:47:23 +0100
> On Mon, Mar 23, 2015 at 02:08:41PM +1100, Stephen Rothwell wrote:
>> Hi all,
>>
>> Today's linux-next merge of the net-next tree got a conflict in
>> net/netfilter/nf_tables_core.c between commit 4017a7ee693d ("netfilter:
>> restore
Hi Dinh
On Mon, Mar 23, 2015 at 12:03 AM, Dinh Nguyen
wrote:
> Hi Walter,
>
> On 3/19/15 4:27 PM, Walter Lozano wrote:
>> Hi Dinh,
>>
>> On Mon, Mar 16, 2015 at 10:10 AM, Walter Lozano
>> wrote:
>>> On Mon, Jan 5, 2015 at 6:21 AM, Steffen Trumtrar
>>> wrote:
Hi!
On Wed, Dec 24, 2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 12/15/2014 07:46 PM, Phillip Susi wrote:
> On 11/25/2014 02:13 PM, Akers, Jason B wrote:
>> Hi Phillip, It turns out that this patch was based on an old
>> github repository that doesn't appear to be updated. Doug
>> Gilbert reached out after the
On 23 March 2015 at 22:13, Bartlomiej Zolnierkiewicz
wrote:
> Would you pick this patch up or should I resend it to Rafael?
Please resend it to Rafael and cc me and linux-pm list.. Also add my
Ack to it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a m
On 2015/3/24 0:48, Bjorn Helgaas wrote:
> On Mon, Mar 23, 2015 at 03:22:14PM +0800, Jiang Liu wrote:
>> Commit 63f1789ec716("Ignore resources consumed by host bridge itself")
>> tries to ignore resources consumed by PCI host bridge itself by
>> checking IORESOURCE_WINDOW flag, which causes regressi
Hi Linus,
Please pull some powerpc fixes for 4.0:
The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:
Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git tags/powerpc-4.0-3
f
On 2015/3/24 8:53, Huang Ying wrote:
> On Mon, 2015-03-23 at 14:18 +0800, Li, Aubrey wrote:
>> On 2015/3/20 16:38, Huang Ying wrote:
>>> FYI, we noticed the below changes on
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> commit 7486341a98f26857f383aec88ffa109500
From: Herbert Xu
Date: Tue, 24 Mar 2015 09:53:17 +1100
> rhashtable: Fix sleeping inside RCU critical section in walk_stop
>
> The commit 963ecbd41a1026d99ec7537c050867428c397b89 ("rhashtable:
> Fix use-after-free in rhashtable_walk_stop") fixed a real bug
> but created another one because we ma
Hi Linus,
a few people reported an oops that looks to be fixed in drm-next already,
so I've pulled the patch back.
Dave.
The following changes since commit 90a5a895cc8b284ac522757a01de15e36710c2b9:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-03-23
10:16:13 -0700)
a
Hi Eduardo,
Today's linux-next merge of the thermal-soc tree got a conflict in
include/linux/thermal.h between commit 33f1e05e1536 ("Thermal:
initialize thermal zone device correctly") from the thermal tree and
commit f7e41876c4b2 ("thermal: of: fix cooling device weights in device
tree") from the
This patch tries to fix the wrong values returned by various functions
such as EIO and ENOMEM.
Signed-off-by: Sanidhya Kashyap
---
fs/adfs/dir_fplus.c | 1 +
fs/adfs/super.c | 20 +++-
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/fs/adfs/dir_fplus.c b/fs/a
On 2015/3/24 0:15, Arnaldo Carvalho de Melo wrote:
> Em Mon, Mar 23, 2015 at 11:50:05AM +0800, Yunlong Song escreveu:
>> Signed-off-by: Yunlong Song
>> Signed-off-by: Namhyung Kim
>
> Humm, this doesn't seem to apply (Namhyung's S-o-B), as this patch was
> made by you and is not going thru him,
Martin Kepplinger writes:
> There is a proposed change to the miscdevice's behaviour on open(). Currently
> file->private_data stays NULL, but only because we don't have an open-entry in
> struct file_operations.
>
> This may change so that private_data, more consistently, is always set to
> struc
From: Alexander Drozdov
Date: Mon, 23 Mar 2015 09:11:13 +0300
> Introduce TP_STATUS_CSUM_VALID tp_status flag to tell the
> af_packet user that at least the transport header checksum
> has been already validated.
>
> For now, the flag may be set for incoming packets only.
>
> Signed-off-by: Ale
From: Alexander Drozdov
Date: Mon, 23 Mar 2015 09:11:12 +0300
> It is just an optimization. We don't need the value of status variable
> if the packet is filtered.
>
> Signed-off-by: Alexander Drozdov
Applied to net-next
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel
debugfs_create_dir and debugfs_create_file may return -ENODEV when debugfs
is not configured, so the return value should be checked against ERROR_VALUE
as well, otherwise the later dereference of the dentry pointer would crash
the kernel.
Signed-off-by: Chengyu Song
---
fs/dlm/debug_fs.c | 70 ++
drivers/net/usb/cx82310_eth.c:175:2-3: Unneeded semicolon
Removes unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Ondrej Zary
Signed-off-by: Fengguang Wu
---
cx82310_eth.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/usb/cx82310_
1 - 100 of 785 matches
Mail list logo