Re: [PATCH v2] IB/mlx4: silence GCC warning

2013-02-25 Thread Jack Morgenstein
On Monday 25 February 2013 19:23, Roland Dreier wrote: > On Mon, Feb 25, 2013 at 8:54 AM, Roland Dreier wrote: > > I'm finally noticing that this is in the build_mlx_header() function, > > which is pretty much a slow path. Certainly another compare isn't > > going to change performance given all

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Yasuaki Ishimatsu
Hi Yinghai, 2013/02/26 15:57, Yinghai Lu wrote: On Mon, Feb 25, 2013 at 10:09 PM, Tang Chen wrote: On 02/26/2013 12:51 PM, Martin Bligh wrote: Do you mean we can remove numaq x86 32bit code now? Wouldn't bother me at all. The machine is from 1995, end of life c. 2000? Was useful in the

Re: [Ocfs2-users] Kernel panic due to ocfs2

2013-02-25 Thread richard -rw- weinberger
On Tue, Feb 26, 2013 at 7:31 AM, Srinivas Eeda wrote: > This is due to a race in lock mastery/purge. I have recently fixed this > problem but haven't yet submitted the patch to mainline. Please file a > Service request with Oracle to get a one-off fix. Please submit the patch immediately. Why

Re: [PATCH 00/10] ipc MSG_COPY fixes

2013-02-25 Thread Stanislav Kinsbursky
Looks good to me. Thanks you, Peter! Acked-by: Stanislav Kinsbursky Next time please, add maintainer to "To" list instead of "CC" list (no need to resend - I've added Andrew Morton to "To" list in this reply). 26.02.2013 06:21, Peter Hurley пишет: Over the weekend testing with trinity on

Re: [PATCH 1/2] gpio: gpio-generic: Fix bug in big endian bit conversion

2013-02-25 Thread Grant Likely
On Sat, 09 Feb 2013 14:58:55 +, Grant Likely wrote: > On Tue, 5 Feb 2013 11:33:02 +0100, Andreas Larsson > wrote: > > The swap to convert LE to BE in bgpio_pin2mask_be should be on byte level, > > not > > on bit level. > > > > Signed-off-by: Andreas Larsson > > --- > >

Re: [PATCH] gpio/gpio-generic: Add OF bindings

2013-02-25 Thread Grant Likely
On Fri, 7 Dec 2012 16:10:17 -0700, Jason Gunthorpe wrote: > Allow the platform driver to bind through OF. The existing > OF machinery for setting the resource names through OF is used to > configure the device, so the change is minimally intrusive and > fully featured. > > Signed-off-by: Jason

Re: [PATCH] ptrace: add ability to retrieve signals without removing from a queue (v2)

2013-02-25 Thread Andrey Wagin
Andrew, thank you for the comments. I will fix them and send a new patch. A few comments are inline. 2013/2/26 Andrew Morton : > On Mon, 25 Feb 2013 14:06:53 +0400 >> + for (i = 0; i < arg.nr; i++) { >> + off = arg.off + i; > > "long long" = "u64" + "int". > > Wanna have a little

[PATCH] proc connector: reject unprivileged listener bumps

2013-02-25 Thread Kees Cook
While PROC_CN_MCAST_LISTEN/IGNORE is entirely advisory, it was possible for an unprivileged user to turn off notifications for all listeners by sending PROC_CN_MCAST_IGNORE. Instead, require the same privileges as required for a multicast bind. Signed-off-by: Kees Cook Cc: Evgeniy Polyakov Cc:

Re: [PATCH v2] Media: remove incorrect __init/__exit markups

2013-02-25 Thread Guennadi Liakhovetski
On Mon, 25 Feb 2013, Dmitry Torokhov wrote: > Even if bus is not hot-pluggable, the devices can be unbound from the > driver via sysfs, so we should not be using __exit annotations on > remove() methods. The only exception is drivers registered with > platform_driver_probe() which specifically

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Tang Chen
On 02/26/2013 02:57 PM, Yinghai Lu wrote: That is temporary workaround and your patch and this workaround make x86 acpi numa init too messy. I don't see the point to hack SRAT to make memory hotplug working. Do you guys check and use PMTT in ACPI spec instead? Hi Yinghai, Thanks for the

[GIT PULL] scheduler fixes

2013-02-25 Thread Ingo Molnar
Linus, Please pull the latest sched-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus HEAD: 7f6575f1fb963d5231afbceecd3feadb6ab58cd3 cputime: Use local_clock() for full dynticks cputime accounting Thanks, Ingo

Re: linux-next: manual merge of the infiniband tree with Linus' tree

2013-02-25 Thread Or Gerlitz
On 26/02/2013 02:45, Stephen Rothwell wrote: Hi all, Today's linux-next merge of the infiniband tree got a conflict in drivers/net/ethernet/mellanox/mlx4/mlx4.h between commit 23537b732f5d ("net/mlx4_core: Use firmware driven flow steering hash mode") from Linus' tree and commit e448834e3545

[PATCH v2] Media: remove incorrect __init/__exit markups

2013-02-25 Thread Dmitry Torokhov
Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes. Similarly

[GIT PULL] OpenRISC updates for 3.9

2013-02-25 Thread Jonas Bonn
The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39: Linux 3.8-rc7 (2013-02-09 08:20:39 +1100) are available in the git repository at: git://openrisc.net/jonas/linux for-upstream for you to fetch changes up to 160d83781a32e94a1e337efd6722939001e62398: openrisc:

Re: [PATCH] Use config scripts to detect ncurses libs for, menuconfig/nconfig dialogs

2013-02-25 Thread justin
On 25/02/13 21:53, Yann E. MORIN wrote: > Justin, All, > > On Monday 25 February 2013 Justin wrote: >> On 25.02.2013 19:30, Yann E. MORIN wrote: >>> On Sunday 24 February 2013 Justin wrote: when ncurses is build with --with-termlib several symbols are moved to a seperate terminfo

[GIT PULL] perf fixes

2013-02-25 Thread Ingo Molnar
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: ff1fb5f6b4925a536ffb8171e5f2dbd01ccfeb97 Merge branch 'tip/perf/core' of

Re: [PATCH 02/16] virtio_ring: virtqueue_add_sgs, to add multiple sgs.

2013-02-25 Thread Paolo Bonzini
Il 24/02/2013 23:12, Michael S. Tsirkin ha scritto: > On Tue, Feb 19, 2013 at 06:26:20PM +1030, Rusty Russell wrote: >> virtio_scsi can really use this, to avoid the current hack of copying >> the whole sg array. Some other things get slightly neater, too. >> >> Signed-off-by: Rusty Russell > >

[PATCH v5 08/16] spi/spi-atmel: add dmaengine support

2013-02-25 Thread Wenyou Yang
From: Nicolas Ferre Add dmaengine support. For different SoC, the "has_dma_support" is used to select the transfer mode: dmaengine or PDC. The "has_dma_support" member of the capabilities struct is used to select the transfer mode: dmaengine or PDC. For the dmaengine transfer mode, if it

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Yinghai Lu
On Mon, Feb 25, 2013 at 10:09 PM, Tang Chen wrote: > On 02/26/2013 12:51 PM, Martin Bligh wrote: >>> >>> Do you mean we can remove numaq x86 32bit code now? >> >> >> Wouldn't bother me at all. The machine is from 1995, end of life c. 2000? >> Was useful in the early days of getting NUMA up and

[PATCH v5 07/16] spi/spi-atmel: add flag to controller data for lock operations

2013-02-25 Thread Wenyou Yang
From: Nicolas Ferre Will allow to drop the lock during DMA operations. Signed-off-by: Nicolas Ferre Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org [wenyou.y...@atmel.com: submit the patch] Signed-off-by: Wenyou Yang --- drivers/spi/spi-atmel.c | 31

[PATCH v5 06/16] spi/spi-atmel: status information passed through controller data

2013-02-25 Thread Wenyou Yang
From: Nicolas Ferre The status of transfer is stored in controller data structure so that it can be used not only by atmel_spi_msg_done() function. This will be useful for upcoming dmaengine enabled driver. Signed-off-by: Nicolas Ferre Cc: spi-devel-gene...@lists.sourceforge.net Cc:

[PATCH v5 05/16] spi/spi-atmel: call unmapping on transfers buffers

2013-02-25 Thread Wenyou Yang
From: Nicolas Ferre Signed-off-by: Nicolas Ferre Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org [wenyou.y...@atmel.com: submit the patch] Signed-off-by: Wenyou Yang --- drivers/spi/spi-atmel.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff

[PATCH v5 04/16] spi/spi-atmel: add physical base address

2013-02-25 Thread Wenyou Yang
From: Nicolas Ferre Needed for future use with dmaengine enabled driver. Signed-off-by: Nicolas Ferre Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org [wenyou.y...@atmel.com: submit the patch] Signed-off-by: Wenyou Yang --- drivers/spi/spi-atmel.c |2 ++ 1

[PATCH v5 03/16] spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0

2013-02-25 Thread Wenyou Yang
Signed-off-by: Wenyou Yang Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org --- drivers/spi/spi-atmel.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index

[PATCH v5 02/16] spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register.

2013-02-25 Thread Wenyou Yang
the "has_dma_support" needed for future use with dmaengine driver. Signed-off-by: Wenyou Yang Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org --- drivers/spi/spi-atmel.c | 70 ++- 1 file changed, 57 insertions(+), 13

[PATCH v5 01/16] spi/spi-atmel: fix master->num_chipselect wrongly set.

2013-02-25 Thread Wenyou Yang
if the spi property "cs-gpios" is set as below: cs-gpios = <0>, < 11 0>, <0>, <0>; the master->num_chipselect will wrongly be set to 0, and the spi fail to probe. Signed-off-by: Wenyou Yang Cc: spi-devel-gene...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org ---

Re: [GIT PULL] PCI changes for v3.9

2013-02-25 Thread Yinghai Lu
On Mon, Feb 25, 2013 at 9:19 PM, Linus Torvalds wrote: > On Sat, Feb 23, 2013 at 6:49 PM, Yinghai Lu wrote: >> >> Please check if attached diff is right, and hope it could save Linus some >> time. > > Hmm. I did things a bit differently, moving things around more in > drivers/acpi/internal.h.

[PATCH v5 2/8] mfd: Add commands abstraction layer for SI476X MFD

2013-02-25 Thread Andrey Smirnov
From: Andrey Smirnov This patch adds all the functions used for exchanging commands with the chip. Signed-off-by: Andrey Smirnov --- drivers/mfd/si476x-cmd.c | 1553 ++ 1 file changed, 1553 insertions(+) create mode 100644 drivers/mfd/si476x-cmd.c

[PATCH v5 1/8] mfd: Add header files and Kbuild plumbing for SI476x MFD core

2013-02-25 Thread Andrey Smirnov
From: Andrey Smirnov This patch adds all necessary header files and Kbuild plumbing for the core driver for Silicon Laboratories Si476x series of AM/FM tuner chips. The driver as a whole is implemented as an MFD device and this patch adds a core portion of it that provides all the necessary

[PATCH v5 3/8] mfd: Add the main bulk of core driver for SI476x code

2013-02-25 Thread Andrey Smirnov
From: Andrey Smirnov This patch adds main part(out of three) of the I2C driver for the "core" of MFD device. Signed-off-by: Andrey Smirnov --- drivers/mfd/si476x-i2c.c | 878 ++ 1 file changed, 878 insertions(+) create mode 100644

[PATCH v5 5/8] v4l2: Add standard controls for FM receivers

2013-02-25 Thread Andrey Smirnov
This commit introduces new class of standard controls V4L2_CTRL_CLASS_FM_RX. This class is intended to all controls pertaining to FM receiver chips. Also, two controls belonging to said class are added as a part of this commit: V4L2_CID_TUNE_DEEMPHASIS and V4L2_CID_RDS_RECEPTION. Signed-off-by:

[PATCH v5 4/8] mfd: Add chip properties handling code for SI476X MFD

2013-02-25 Thread Andrey Smirnov
From: Andrey Smirnov This patch adds code related to manipulation of the properties of SI476X chips. Signed-off-by: Andrey Smirnov --- drivers/mfd/si476x-prop.c | 234 + 1 file changed, 234 insertions(+) create mode 100644

[PATCH v5 7/8] v4l2: Add private controls base for SI476X

2013-02-25 Thread Andrey Smirnov
Add a base to be used for allocation of all the SI476X specific controls in the corresponding driver. Signed-off-by: Andrey Smirnov --- include/uapi/linux/v4l2-controls.h |4 1 file changed, 4 insertions(+) diff --git a/include/uapi/linux/v4l2-controls.h

[PATCH v5 0/8] Driver for Si476x series of chips

2013-02-25 Thread Andrey Smirnov
This is a fourth version of the patchset originaly posted here: https://lkml.org/lkml/2012/9/13/590 Second version of the patch was posted here: https://lkml.org/lkml/2012/10/5/598 Third version of the patch was posted here: https://lkml.org/lkml/2012/10/23/510 Fourth version of the patch was

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Theodore Ts'o
Dave, Here's a further thought, extending on the analogy with closed graphics hardware which requires proprietary drivers. We _could_ have made life easier for users who had the misfortune of purchasing closed hardware. We could have tied ourselves in knots and promulgated a stable kernel ABI,

Re: Regression found in loopback.c patch (0cf833a)

2013-02-25 Thread Eric Dumazet
On Mon, 2013-02-25 at 22:30 -0800, Neil Salstrom wrote: > Hello, > > I believe I have found a regression in drivers/net/loopback.c which was > introduced starting with the v3.7 kernel series (and also affects > v3.8). Oddly enough, it affects DVD playback (both physical disk and > .iso files) in

Re: Abysmal HDD/USB write speed after sleep on a UEFI system

2013-02-25 Thread Artem S. Tashkinov
Feb 26, 2013 03:57:52 AM, Bjorn Helgaas wrote: > >Where are we at with this, Artem? I assume it's still a problem. > Yes, it is, Bjorn. In order to eliminate this problem I switched back to MBR yesterday, because so far I haven't received any instructions or guidance as to how I can debug it

Regression found in loopback.c patch (0cf833a)

2013-02-25 Thread Neil Salstrom
Hello, I believe I have found a regression in drivers/net/loopback.c which was introduced starting with the v3.7 kernel series (and also affects v3.8). Oddly enough, it affects DVD playback (both physical disk and .iso files) in MythTV (I'm using v0.26 and compile from source). I don't know if

[RFC PATCH v2 3/4] arm: Add support for LZ4-compressed kernel

2013-02-25 Thread Kyungsik Lee
This patch integrates the LZ4 decompression code to the arm pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signed-off-by: Kyungsik Lee v2: - Apply CFLAGS, -Os to decompress.o to improve decompress

[RFC PATCH v2 4/4] x86: Add support for LZ4-compressed kernel

2013-02-25 Thread Kyungsik Lee
This patch integrates the LZ4 decompression code to the x86 pre-boot code. And it depends on two patchs below lib: Add support for LZ4-compressed kernel decompressor: Add LZ4 decompressor module Signed-off-by: Kyungsik Lee --- arch/x86/Kconfig | 1 +

[RFC PATCH v2 2/4] lib: Add support for LZ4-compressed kernel

2013-02-25 Thread Kyungsik Lee
This patch adds support for extracting LZ4-compressed kernel images, as well as LZ4-compressed ramdisk images in the kernel boot process. This depends on the patch below decompressor: Add LZ4 decompressor module Signed-off-by: Kyungsik Lee v2: - Clean up code - Use lz4_decompress() for

[RFC PATCH v2 1/4] decompressor: Add LZ4 decompressor module

2013-02-25 Thread Kyungsik Lee
This patch adds support for LZ4 decompression in the Linux Kernel. LZ4 Decompression APIs for kernel are based on LZ4 implementation by Yann Collet. LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html LZ4 source repository : http://code.google.com/p/lz4/ Signed-off-by: Kyungsik Lee

[RFC PATCH v2 0/4] Add support for LZ4-compressed kernel

2013-02-25 Thread Kyungsik Lee
Hi, First of all, Thank you for the comments and emails from the community. Here is the second version of support for LZ4-compressed kernel. In this version, lz4_decompress() has been added. In case of knowing the uncompressed data size, this function can be used to decompress more faster.

Re: what's the next LTSI kernel version for long-term support

2013-02-25 Thread Greg Kroah-Hartman
On Tue, Feb 26, 2013 at 01:36:09PM +0800, Barry Song wrote: > Hi Greg, > > 2013/2/26 Greg Kroah-Hartman : > > On Tue, Feb 26, 2013 at 11:46:04AM +0800, Barry Song wrote: > >> 2013/2/26 Greg Kroah-Hartman : > >> > On Tue, Feb 26, 2013 at 11:06:56AM +0800, Barry Song wrote: > >> >> Hi Greg/All, >

[GIT PULL] DMA-mapping updates for v3.9-rc1

2013-02-25 Thread Marek Szyprowski
Hi Linus, I would like to ask You for pulling some fixes and extensions to ARM dma-mapping subsystem for v3.9-rc1. The following changes since commit 19f949f52599ba7c3f67a5897ac6be14bfcb1200: Linux 3.8 (2013-02-18 15:58:34 -0800) are available in the git repository at:

RE: [PATCH 2/6] powerpc/fsl_pci: Store the platform device information corresponding to the pci controller.

2013-02-25 Thread Sethi Varun-B16395
This patch is not present in Joerg's tree and the add_device API in the PAMU driver requires this patch. -Varun > -Original Message- > From: Stuart Yoder [mailto:b08...@gmail.com] > Sent: Tuesday, February 26, 2013 5:39 AM > To: Sethi Varun-B16395 > Cc: io...@lists.linux-foundation.org;

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Tang Chen
On 02/26/2013 12:51 PM, Martin Bligh wrote: Do you mean we can remove numaq x86 32bit code now? Wouldn't bother me at all. The machine is from 1995, end of life c. 2000? Was useful in the early days of getting NUMA up and running on Linux, but is now too old to be a museum piece, really. M.

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Theodore Ts'o
On Tue, Feb 26, 2013 at 02:55:32PM +1000, Dave Airlie wrote: > > So it would be nice if LF could undertake to go and talk to Microsoft, > and get vague opinions turned into something real. Uh, folks like James and Greg K-H have talked to folks at Microsoft I haven't talked to the folks at

Re: [B.A.T.M.A.N.] batman-adv: gpf in batadv_slide_own_bcast_window

2013-02-25 Thread Marek Lindner
On Saturday, February 23, 2013 02:37:06 Sasha Levin wrote: > I'm confused about how batadv_orig_hash_del_if removes an interface from > the hashtable. I see the hashtable is using rcu to protect it, but when we > delete an entry we free it straight away by calling > batadv_orig_node_del_if() and

Re: [PATCH] thinkpad_acpi: moved hotkey_thread_mutex lock after set_freezable()

2013-02-25 Thread Artem Savkov
On Mon, Feb 25, 2013 at 03:54:45PM -0800, Andrew Morton wrote: > On Sun, 24 Feb 2013 13:22:02 +0400 > Artem Savkov wrote: > > > set_freezable() checks freezing during which no locks should be held. > > hotkey_thread_mutex lock should be moved closer to where it is actually > > needed. > > > >

Re: [PATCH] perf report: fix handling of memory sampling sort orders

2013-02-25 Thread Namhyung Kim
Hi, On Fri, 22 Feb 2013 15:43:22 -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Feb 22, 2013 at 03:28:38PM +0100, Stephane Eranian escreveu: >> >> When the memory sampling sort orders were used on perf.data >> files without memory sampling data, it would crash perf. This >> patch fixes this by

Re: [PATCH 02/16] virtio_ring: virtqueue_add_sgs, to add multiple sgs.

2013-02-25 Thread Rusty Russell
"Michael S. Tsirkin" writes: > On Tue, Feb 19, 2013 at 06:26:20PM +1030, Rusty Russell wrote: >> virtio_scsi can really use this, to avoid the current hack of copying >> the whole sg array. Some other things get slightly neater, too. >> >> Signed-off-by: Rusty Russell > > Hmm, this makes

[PULL] virtio

2013-02-25 Thread Rusty Russell
The following changes since commit 226364766f936d249e408de03821468c1bf11dda: Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux (2013-01-20 16:44:28 -0800) are available in the git repository at:

[PATCH 2/2] f2fs: introduce readahead mode of node pages

2013-02-25 Thread Jaegeuk Kim
Previously, f2fs reads several node pages ahead when get_dnode_of_data is called with RDONLY_NODE flag. And, this flag is set by the following functions. - get_data_block_ro - get_lock_data_page - do_write_data_page - truncate_blocks - truncate_hole However, this readahead mechanism is initially

[PATCH 1/2] f2fs: read with READ_SYNC when getting dnode page

2013-02-25 Thread Jaegeuk Kim
It must be set READ_SYNC not READA. Signed-off-by: Jaegeuk Kim --- fs/f2fs/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index e275218..185454f 100644 --- a/fs/f2fs/node.c +++ b/fs/f2fs/node.c @@ -930,7 +930,7 @@ repeat: if

Re: [PATCH v2] ACPI: Add sysfs links from memory device to memblocks

2013-02-25 Thread Yasuaki Ishimatsu
2013/02/26 6:02, Toshi Kani wrote: > In order to eject a memory device object represented as "PNP0C80:%d" > in sysfs, its associated memblocks (system/memory/memory%d) need to > be off-lined. However, there is no user friendly way to correlate > between a memory device object and its memblocks in

Re: what's the next LTSI kernel version for long-term support

2013-02-25 Thread Barry Song
Hi Greg, 2013/2/26 Greg Kroah-Hartman : > On Tue, Feb 26, 2013 at 11:46:04AM +0800, Barry Song wrote: >> 2013/2/26 Greg Kroah-Hartman : >> > On Tue, Feb 26, 2013 at 11:06:56AM +0800, Barry Song wrote: >> >> Hi Greg/All, >> >> we have seen 3.4 was announced to be an LTSI in Aug, 2012. I'd like to

[PATCH v3 2/2] kexec: Use min_t to simplify logic

2013-02-25 Thread Zhang Yanfei
This is just a tweak: using min_t to simplify logic of variable assignments. v3: - cast type of (PAGE_SIZE - (maddr & ~PAGE_MASK)) into size_t. v2: - Rewrite patch description as Simon suggested. - Fix an inappropriate if test introduced by v1. Thanks Simon. Cc: "Eric W. Biederman" Cc: Andrew

Re: [GIT PULL] ACPI and power management fixes for v3.9-rc1

2013-02-25 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 7:17 PM, Rafael J. Wysocki wrote: > > I wonder if this went unnoticed or there's anything wrong with it or it just > needs to wait for some more time? Just going through things slowly. It's merged in my tree now. Oh, and a request: _please_ don't use unknown TLA's like

Re: linux-next: Tree for Feb 24

2013-02-25 Thread Stephen Rothwell
Hi, On Tue, 26 Feb 2013 06:00:24 +0100 Sedat Dilek wrote: > > February 26th... Yeah :-( -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpBu5C4PhYDA.pgp Description: PGP signature

Re: [PATCH 5/6][v4]: perf: Create a sysfs entry for Power event format

2013-02-25 Thread Michael Ellerman
On Tue, Jan 22, 2013 at 10:26:13PM -0800, Sukadev Bhattiprolu wrote: > > [PATCH 5/6][v4]: perf: Create a sysfs entry for Power event format > > Create a sysfs entry, '/sys/bus/event_source/devices/cpu/format/event' > which describes the format of a POWER cpu. Did this patch go upstream? I don't

[PATCH v3 1/2] kexec: fix wrong types of some local variables

2013-02-25 Thread Zhang Yanfei
The types of the following local variables: - ubytes/mbytes in kimage_load_crash_segment()/kimage_load_normal_segment() - r in vmcoreinfo_append_str() are wrong, so fix them. Cc: "Eric W. Biederman" Cc: Andrew Morton Cc: Simon Horman Signed-off-by: Zhang Yanfei --- kernel/kexec.c |6

Re: [PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread Greg KH
On Tue, Feb 26, 2013 at 12:10:22AM -0500, David Miller wrote: > From: Greg KH > Date: Mon, 25 Feb 2013 21:03:11 -0800 > > > On Mon, Feb 25, 2013 at 11:45:29PM -0500, David Miller wrote: > >> From: Greg Kroah-Hartman > >> Date: Mon, 25 Feb 2013 20:23:43 -0800 > >> > >> > On Tue, Feb 26, 2013 at

Re: [GIT PULL] PCI changes for v3.9

2013-02-25 Thread Linus Torvalds
On Sat, Feb 23, 2013 at 6:49 PM, Yinghai Lu wrote: > > Please check if attached diff is right, and hope it could save Linus some > time. Hmm. I did things a bit differently, moving things around more in drivers/acpi/internal.h. Also, my *gut* feel is that the new _handle_hotplug_event_root()

[PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread Glen Turner
This USB ethernet adapter was purchased in anodyne packaging marked "USB2.0 to LAN" from the computer store adjacent to linux.conf.au 2013 in Canberra (Australia). A web search shows other recent purchasers in Lancaster (UK) and Seattle (USA). Just like an emergent virus, our age of e-commerce and

Re: [PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread David Miller
From: Greg KH Date: Mon, 25 Feb 2013 21:03:11 -0800 > On Mon, Feb 25, 2013 at 11:45:29PM -0500, David Miller wrote: >> From: Greg Kroah-Hartman >> Date: Mon, 25 Feb 2013 20:23:43 -0800 >> >> > On Tue, Feb 26, 2013 at 02:47:12PM +1030, Glen Turner wrote: >> >> This USB ethernet adapter was

Re: [PATCH] Documentation and source code comments updates (v1)

2013-02-25 Thread Rob Landley
On 02/25/2013 02:54:07 PM, Konrad Rzeszutek Wilk wrote: Hey, Three little patches to update the Documentation/kernel-parameters and also some of the complex x86 trampoline code. Nothing serious, just a little cleanup. Did I miss an attachment? Rob-- To unsubscribe from this list: send the

Re: [PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread Greg KH
On Mon, Feb 25, 2013 at 11:45:29PM -0500, David Miller wrote: > From: Greg Kroah-Hartman > Date: Mon, 25 Feb 2013 20:23:43 -0800 > > > On Tue, Feb 26, 2013 at 02:47:12PM +1030, Glen Turner wrote: > >> This USB ethernet adapter was purchased in anodyne packaging > >> marked "USB2.0 to LAN" from

[PATCH 2/2] perf report: Fix build with NO_NEWT=1

2013-02-25 Thread Michael Ellerman
Commit ad0de09 "Enable the runtime switching of perf data file" broke the build with NO_NEWT=1: CC builtin-report.o builtin-report.c: In function '__cmd_report': builtin-report.c:479:15: error: 'K_SWITCH_INPUT_DATA' undeclared (first use in this function) builtin-report.c:479:15: note: each

[PATCH 1/2] perf annotate: Fix build with NO_NEWT=1

2013-02-25 Thread Michael Ellerman
Commit 18c9e5c "Make it to be able to skip unannotatable symbols" broke the build with NO_NEWT=1: CC builtin-annotate.o builtin-annotate.c: In function 'hists__find_annotations': builtin-annotate.c:161:4: error: duplicate case value builtin-annotate.c:154:4: error: previously used here make:

[PATCH repost] blkcg: fix "scheduling while atomic" in blk_queue_bypass_start

2013-02-25 Thread Jun'ichi Nomura
Hello Jens, please consider to pick up this patch. Without this patch, the warning below splats every when a multipath device is created. I got acks from Vivek and Tejun when I posted this for v3.7 and this same patch is still applicable to v3.8. Since 749fefe677 in v3.7 ("block: lift the

Re: linux-next: Tree for Feb 24

2013-02-25 Thread Sedat Dilek
February 26th... - Sedat - On Tue, Feb 26, 2013 at 4:16 AM, Stephen Rothwell wrote: > Hi all, > > Please do not add any work destined for v3.10 to your -next included > branches until after Linus has release v3.9-rc1. > > Changes since 20130223: > > The kbuild tree lost its build failure. > >

Re: [PATCH] perf, x86: add Intel IvyBridge event scheduling constraints

2013-02-25 Thread yqzhang
Hi Stephane, I was wondering what the differences are between CYCLE_ACTIVITY.CYCLES_**_PENDING and CYCLE_ACTIVITY.STALLS_**_PENDING, because I could only find following events in the SDM, which seem to be different from the ones provided here. Correct me if I'm wrong. A3H 01H

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 08:43:59PM -0800, Linus Torvalds wrote: > On Mon, Feb 25, 2013 at 8:23 PM, Matthew Garrett wrote: > > > > If the user has explicitly enrolled a hash then they're stepping outside > > the trust model. > > This is the kind of totally bogus crap that no sane person should

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 08:31:08PM -0800, Linus Torvalds wrote: > On Mon, Feb 25, 2013 at 7:48 PM, Matthew Garrett wrote: > > > > Our users want to be able to boot Linux. If Microsoft blacklist a > > distribution's bootloader, that user isn't going to be able to boot > > Linux any more. How does

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Dave Airlie
On Tue, Feb 26, 2013 at 2:45 PM, Theodore Ts'o wrote: > On Tue, Feb 26, 2013 at 02:25:55PM +1000, Dave Airlie wrote: >> >> Its a simple argument, MS can revoke our keys for whatever reason, >> reducing the surface area of reasons for them to do so seems like a >> good idea. Unless someone can

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Martin Bligh
> Do you mean we can remove numaq x86 32bit code now? Wouldn't bother me at all. The machine is from 1995, end of life c. 2000? Was useful in the early days of getting NUMA up and running on Linux, but is now too old to be a museum piece, really. M. -- To unsubscribe from this list: send the

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Greg KH
On Tue, Feb 26, 2013 at 02:25:55PM +1000, Dave Airlie wrote: > >> > >> Right. We've failed at creating an alternative. That doesn't mean that > >> we get to skip the responsibilities associated with the choice we've > >> made. > > > > Wait, who is "we" here? The community? The community over-all

Re: [PATCH v2] kexec: Use min_t to simplify logic

2013-02-25 Thread Zhang Yanfei
于 2013年02月26日 07:35, Andrew Morton 写道: > On Mon, 25 Feb 2013 09:36:51 +0900 > Simon Horman wrote: > >> On Sun, Feb 24, 2013 at 10:37:21PM +0800, Zhang Yanfei wrote: >>> From: Zhang Yanfei >>> >>> This is just a tweak: using min_t to simplify logic of variable >>> assignments. >>> >>> v2: >>> -

Re: [PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread David Miller
From: Greg Kroah-Hartman Date: Mon, 25 Feb 2013 20:23:43 -0800 > On Tue, Feb 26, 2013 at 02:47:12PM +1030, Glen Turner wrote: >> This USB ethernet adapter was purchased in anodyne packaging >> marked "USB2.0 to LAN" from the computer store adjacent to >> linux.conf.au 2013 in Canberra

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Theodore Ts'o
On Tue, Feb 26, 2013 at 02:25:55PM +1000, Dave Airlie wrote: > > Its a simple argument, MS can revoke our keys for whatever reason, > reducing the surface area of reasons for them to do so seems like a > good idea. Unless someone can read the mind of the MS guy that > arbitrarily decides this in

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 8:23 PM, Matthew Garrett wrote: > > If the user has explicitly enrolled a hash then they're stepping outside > the trust model. This is the kind of totally bogus crap that no sane person should ever spout. Stop it. If the user has explicitly enrolled a hash, then that

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 7:48 PM, Matthew Garrett wrote: > > Our users want to be able to boot Linux. If Microsoft blacklist a > distribution's bootloader, that user isn't going to be able to boot > Linux any more. How does that benefit our users? How does bringing up an unlikely and bogus

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Dave Airlie
>> >> Right. We've failed at creating an alternative. That doesn't mean that >> we get to skip the responsibilities associated with the choice we've >> made. > > Wait, who is "we" here? The community? The community over-all didn't > agree with anything with Microsoft, that is between the people

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 08:13:24PM -0800, Greg KH wrote: > On Tue, Feb 26, 2013 at 04:04:56AM +, Matthew Garrett wrote: > > There's no reason for the LF or generic shim to be blacklisted, since > > neither will load anything without manual intervention. But that also > > means that anyone

Re: [PATCH] usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle

2013-02-25 Thread Greg Kroah-Hartman
On Tue, Feb 26, 2013 at 02:47:12PM +1030, Glen Turner wrote: > This USB ethernet adapter was purchased in anodyne packaging > marked "USB2.0 to LAN" from the computer store adjacent to > linux.conf.au 2013 in Canberra (Australia). A web search > shows other recent purchasers in Lancaster (UK) and

Re: sched: CPU #1's llc-sibling CPU #0 is not on the same node!

2013-02-25 Thread Yinghai Lu
On Mon, Feb 25, 2013 at 7:21 PM, Martin Bligh wrote: 4, it does not CC to TJ and other numa guys... >>> >>> attached workaround the problem for now. >>> but it will assume NUMAQ would not have SRAT table. >> >> Martin, can you confirm that numaq does not have srat? > > No, it's pre-SRAT. I

[PATCH 3/3] perf: add dwarf regs map for mips

2013-02-25 Thread liguang
Signed-off-by: liguang --- tools/perf/arch/mips/Makefile |4 +++ tools/perf/arch/mips/util/dwarf-regs.c | 33 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 tools/perf/arch/mips/Makefile create mode 100644

[PATCH 1/3] perf: sort command-list.txt by alphabet order

2013-02-25 Thread liguang
Signed-off-by: liguang --- tools/perf/command-list.txt | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/perf/command-list.txt b/tools/perf/command-list.txt index 3e86bbd..a28e31b 100644 --- a/tools/perf/command-list.txt +++ b/tools/perf/command-list.txt

[PATCH 2/3] perf: correct a build error

2013-02-25 Thread liguang
builtin-annotate.c: In function 'hists__find_annotations': builtin-annotate.c:161:4: error: duplicate case value builtin-annotate.c:154:4: error: previously used here it happened when no newt installed Signed-off-by: liguang --- tools/perf/util/hist.h |4 ++-- 1 files changed, 2

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Greg KH
On Tue, Feb 26, 2013 at 04:04:56AM +, Matthew Garrett wrote: > On Mon, Feb 25, 2013 at 07:54:16PM -0800, Greg KH wrote: > > On Tue, Feb 26, 2013 at 03:38:04AM +, Matthew Garrett wrote: > > > On Mon, Feb 25, 2013 at 07:31:56PM -0800, Greg KH wrote: > > > > So, once that proof is written,

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 07:54:16PM -0800, Greg KH wrote: > On Tue, Feb 26, 2013 at 03:38:04AM +, Matthew Garrett wrote: > > On Mon, Feb 25, 2013 at 07:31:56PM -0800, Greg KH wrote: > > > So, once that proof is written, suddenly all of the working Linux > > > distros's keys will be revoked?

Re: what's the next LTSI kernel version for long-term support

2013-02-25 Thread Greg Kroah-Hartman
On Tue, Feb 26, 2013 at 11:46:04AM +0800, Barry Song wrote: > 2013/2/26 Greg Kroah-Hartman : > > On Tue, Feb 26, 2013 at 11:06:56AM +0800, Barry Song wrote: > >> Hi Greg/All, > >> we have seen 3.4 was announced to be an LTSI in Aug, 2012. I'd like to > >> know what is the next LTSI version since

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Greg KH
On Tue, Feb 26, 2013 at 03:38:04AM +, Matthew Garrett wrote: > On Mon, Feb 25, 2013 at 07:31:56PM -0800, Greg KH wrote: > > On Tue, Feb 26, 2013 at 03:13:38AM +, Matthew Garrett wrote: > > > Because Microsoft have indicated that they'd be taking a reactive > > > approach to blacklisting

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Theodore Ts'o
On Tue, Feb 26, 2013 at 03:28:39AM +, Matthew Garrett wrote: > You're happy advising Linux vendors that they don't need to worry about > module signing because it's "not obvious" that Microsoft would actually > enforce the security model they've spent significant money developing > and

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 07:45:24PM -0800, Linus Torvalds wrote: > On Mon, Feb 25, 2013 at 7:42 PM, Matthew Garrett wrote: > > > > The user Microsoft care about isn't running Linux > > How f*cking hard is it for you to understand? > > Stop arguing about what MS wants. We do not care. We care

Re: what's the next LTSI kernel version for long-term support

2013-02-25 Thread Barry Song
2013/2/26 Greg Kroah-Hartman : > On Tue, Feb 26, 2013 at 11:06:56AM +0800, Barry Song wrote: >> Hi Greg/All, >> we have seen 3.4 was announced to be an LTSI in Aug, 2012. I'd like to >> know what is the next LTSI version since we might want to align our >> next release with LTSI. > > Who is "we"

Re: resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-25 Thread Greg KH
On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: > On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave Airlie wrote: > > On Mon, Feb 25, 2013 at 3:52 PM, Greg KH wrote: > > > Hi Ben, > > > > > > My Macbook Pro Retina fails to resume properly on 3.8. I tracked this > > > down to commit

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 7:42 PM, Matthew Garrett wrote: > > The user Microsoft care about isn't running Linux How f*cking hard is it for you to understand? Stop arguing about what MS wants. We do not care. We care bout the *user*. You are continually missing the whole point of security, and

Re: [GIT PULL] Load keys from signed PE binaries

2013-02-25 Thread Matthew Garrett
On Mon, Feb 25, 2013 at 07:40:31PM -0800, Greg KH wrote: > What "vendor" is there in this case? You released a signed shim, as did > the Linux Foundation, and lots of distros are now using it, and there > are absolutly no "orginization" behind a bunch of them. Will your > signed shim be revoked

  1   2   3   4   5   6   7   8   9   10   >