problem with mount -o loop

2001-02-23 Thread Tim Tim
I made iso-image from cd with dd if=/dev/hdd of=/image.iso and mount it with mount -o loop /image.iso /mnt/cdrom under Linux-2.4.2-pre1 it is working but under Linux-2.4.2 do not Please help me to understand why __ Do You Yahoo!? Yahoo! Aucti

conexant modem

2001-03-13 Thread Tim Tim
i have Conexant HCF v90 usb modem but can't install if possible help me to install it __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ - To unsubscribe from this list: send the line "unsubscrib

IDE + RAID + SMP + PIII crashes

2000-10-27 Thread Tim
production machines. -- Tim Fletcher - Network manager .~. /V\ L I N U X [EMAIL PROTECTED]// \\ >Don't fear the penguin< [EMAIL PROTECTED] /( )\ ^^-^^ "First they ignore y

Reboot problems with test9 on SiS5582

2000-10-27 Thread Tim
compatible controller: Silicon Integrated Systems [SiS] 5597/5598 VGA (rev 68) The machines reboots fine with the shipped RedHat kernel (patched 2.2.16) -- Tim Fletcher - Network manager .~. /V\ L I N U X [EMAIL PROTECTED]// \\ >D

Oops in test11, test11-ac4 and test12-pre4/7

2000-12-10 Thread Tim
Runing "modprobe megaraid" triggers this: Dec 10 17:08:08 oxygen kernel: megaraid: v107 (December 22, 1999) Dec 10 17:08:08 oxygen kernel: megaraid: found 0x101e:0x9010: in 00:0c.0 Dec 10 17:08:08 oxygen kernel: scsi0 : Found a MegaRAID controller at 0xe010, IRQ: 16 Dec 10 17:08:08 oxygen kernel:

Oops in test11, test11-ac4 and test12-pre4/7 - Repost with correctdecode

2000-12-11 Thread Tim
d800-d81f : EMU10K1 dc00-dc07: Creative Labs SB Live! e000-e07f: American Megatrends Inc. MegaRAID f000-f00f: Intel Corporation 82371AB PIIX4 IDE f000-f007 : ide0 f008-f00f : ide1 -- Tim Fletcher - Network manager .~. /V\ L I N

Megaraid on 2.4.0-test11

2000-12-11 Thread Tim
I have downloaded the updated (v1e08 June 09th, 2000) driver from ami, this appers to work (apart from a tendency to reset the bus). -- Tim Fletcher - Network manager .~. /V\ L I N U X [EMAIL PROTECTED]// \\ >Don't

am33xx beaglebone mainline status?

2012-11-27 Thread Tim Sander
patchset. Any ideas where to start? Besides is there any recent git repository where the beaglebone works? The only thing which seems to run is the 3.2 kernel "repository" also found in oe? Best regards Tim -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[PATCH wireless-next] brcmsmac: fix u16 overflow warning

2013-02-07 Thread Tim Gardner
...@vger.kernel.org Cc: brcm80211-dev-l...@broadcom.com Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/wireless/brcm80211/brcmsmac/main.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/net/wireless/brcm80211/brcmsmac/main.c b/drivers/net/wireless/

[PATCH wireless-next] brcmsmac: avoid 512 byte stack variable

2013-02-07 Thread Tim Gardner
c: "Franky (Zhenhui) Lin" Cc: Hante Meuleman Cc: "John W. Linville" Cc: Seth Forshee Cc: Pieter-Paul Giesberts Cc: Hauke Mehrtens Cc: linux-wirel...@vger.kernel.org Cc: brcm80211-dev-l...@broadcom.com Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/wire

[PATCH wireless-next V2] brcmsmac: avoid 512 byte stack variable

2013-02-07 Thread Tim Gardner
c: "Franky (Zhenhui) Lin" Cc: Hante Meuleman Cc: "John W. Linville" Cc: Seth Forshee Cc: Pieter-Paul Giesberts Cc: Hauke Mehrtens Cc: linux-wirel...@vger.kernel.org Cc: brcm80211-dev-l...@broadcom.com Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/wire

[PATCH linux-next] perf/x86: x86_schedule_events(): avoid 512 byte stack variable

2013-02-08 Thread Tim Gardner
r Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Thomas Gleixner Cc: "H. Peter Anvin" Cc: x...@kernel.org Cc: # 2.6.34.y and higher Signed-off-by: Tim Gardner --- This large stack variable was introduced with 63b146490befc027a7e0923e333269e68b20d380 in

[PATCH linux-next] xen/multicall: xen_mc_callback(): avoid buffer overflow

2013-02-08 Thread Tim Gardner
ists.linux-foundation.org Cc: sta...@vger.kernel.org Signed-off-by: Tim Gardner --- This patch applies cleanly to 3.1.10 and newer. Requires a backport for 2.6.24-3.2.y arch/x86/xen/multicalls.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/xen/multicalls.c b/ar

[PATCH linux-next] drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation failure

2013-02-11 Thread Tim Gardner
t; Cc: Dave Airlie Cc: "Christian König" Cc: Jerome Glisse Cc: dri-de...@lists.freedesktop.org Signed-off-by: Tim Gardner --- drivers/gpu/drm/radeon/atom.c |9 +++-- drivers/gpu/drm/radeon/radeon_device.c |9 - 2 files changed, 15 insertions(+), 3 deletions

[PATCH linux-next] autofs4: autofs4_catatonic_mode(): remove redundant null check on kfree()

2013-02-12 Thread Tim Gardner
smatch analysis: fs/autofs4/waitq.c:46 autofs4_catatonic_mode() info: redundant null check on wq->name.name calling kfree() Cc: Ian Kent Cc: aut...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/autofs4/waitq.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --gi

[PATCH linux-next] befs: befs_get_block(): remove unreachable code

2013-02-12 Thread Tim Gardner
'sector_t block' is unsigned and can therefore never be '< 0'. smatch analysis: fs/befs/linuxvfs.c:131 befs_get_block() warn: unsigned 'block' is never less than zero. Cc: Al Viro Cc: Andrew Morton Cc: "Eric W. Biederman" Cc: "Kirill A. Shu

[PATCH linux-next] befs: befs_fill_super(): remove unreachable code

2013-02-12 Thread Tim Gardner
gt; u64max)' Cc: Al Viro Cc: Andrew Morton Cc: "Eric W. Biederman" Cc: "Kirill A. Shutemov" Signed-off-by: Tim Gardner --- fs/befs/linuxvfs.c |7 --- 1 file changed, 7 deletions(-) diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 2b3bda8..2ce5705

[PATCH linux-next] eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check

2013-02-12 Thread Tim Gardner
smatch analysis: fs/ecryptfs/keystore.c:1206 decrypt_pki_encrypted_session_key() info: redundant null check on msg calling kfree() Cc: Tyler Hicks Cc: Dustin Kirkland Cc: ecryp...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/ecryptfs/keystore.c |3 +-- 1 file changed, 1 insertion

[PATCH linux-next] ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check

2013-02-12 Thread Tim Gardner
smatch analysis: fs/ecryptfs/messaging.c:101 ecryptfs_msg_ctx_alloc_to_free() info: redundant null check on msg_ctx->msg calling kfree() Cc: Tyler Hicks Cc: Dustin Kirkland Cc: ecryp...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/ecryptfs/messaging.c |3 +-- 1 file changed

Re: [PATCH linux-next] befs: befs_fill_super(): remove unreachable code

2013-02-12 Thread Tim Gardner
On 02/12/2013 10:46 AM, Eric W. Biederman wrote: > Tim Gardner writes: > >> befs_sb->num_blocks is of base type u64 which is the same as sector_t. >> Therefore, num_blocks can never be larger then the maximum >> value of sector_t. > > The analysys is wrong.

[PATCH linux-next] hugetlbfs: hugetlbfs_fill_super(): remove kfree() redundant null check

2013-02-12 Thread Tim Gardner
smatch analysis: fs/hugetlbfs/inode.c:883 hugetlbfs_fill_super() info: redundant null check on sbinfo->spool calling kfree() Cc: Nadia Yvette Chambers Signed-off-by: Tim Gardner --- fs/hugetlbfs/inode.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/hugetl

[PATCH linux-next] jbd: start_this_handle(): remove kfree() redundant null check

2013-02-12 Thread Tim Gardner
smatch analysis: fs/jbd/transaction.c:236 start_this_handle() info: redundant null check on new_transaction calling kfree() Cc: Andrew Morton Cc: Jan Kara Cc: linux-e...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/jbd/transaction.c |3 +-- 1 file changed, 1 insertion(+), 2

[PATCH linux-next] lockd: nlmclnt_reclaim(): avoid stack overflow

2013-02-12 Thread Tim Gardner
/lockd/clntproc.c:620 nlmclnt_reclaim() warn: 'reqst' puts 928 bytes on stack Also remove redundant assignment of 0 after memset. Cc: Trond Myklebust Cc: "J. Bruce Fields" Cc: linux-...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/lockd/clntlock.c |

[PATCH linux-next] lockd: nlmsvc_mark_resources(): avoid stack overflow

2013-02-12 Thread Tim Gardner
() warn: 'hint' puts 512 bytes on stack Cc: Trond Myklebust Cc: "J. Bruce Fields" Cc: linux-...@vger.kernel.org Signed-off-by: Tim Gardner --- fs/lockd/svcsubs.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/fs/lockd/svcsubs.c b/fs/l

[PATCH linux-next] nfs: remove kfree() redundant null checks

2013-02-12 Thread Tim Gardner
smatch analysis: fs/nfs/getroot.c:130 nfs_get_root() info: redundant null check on name calling kfree() fs/nfs/unlink.c:272 nfs_async_unlink() info: redundant null check on devname_garbage calling kfree() Cc: Trond Myklebust Cc: linux-...@vger.kernel.org Signed-off-by: Tim Gardner --- fs

Re: RFC: right way to conditional-ize some macros for LTO

2013-04-02 Thread Tim Bird
On 04/02/2013 05:50 AM, Jon Medhurst (Tixy) wrote: > On Fri, 2013-03-29 at 11:50 -0700, Tim Bird wrote: >> The macros themselves seem empty. Can someone tell me what they do? >> What is the status of these macros? Are they even needed? > > The names of the macros are fo

GPS driver for Linux - kernel or user-space driver?

2013-04-03 Thread Tim Bird
. But I'm worried I'm missing something. Is this the correct approach, or is there an established kernel API for GPS modules - such that I should recommend that this developer writes a kernel module instead of, or in addition to, the user-space support for the hardwa

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

2013-02-25 Thread Tim Gardner
On 02/25/2013 08:02 AM, Tim Gardner wrote: > Is this an expected warning ? I'll boot a vanilla kernel just to be sure. > > rebased against ab7826595e9ec51a51f622c5fc91e2f59440481a in Linus' repo: > Same with a vanilla kernel, so it doesn't appear that any Ubunt

Re: [PATCH 2/3 v2] Optimize CRC32C calculation with PCLMULQDQ instruction

2013-02-26 Thread Tim Chen
On Tue, 2013-02-26 at 17:54 +0800, Herbert Xu wrote: > On Thu, Sep 27, 2012 at 03:44:22PM -0700, Tim Chen wrote: > > This patch adds the crc_pcl function that calculates CRC32C checksum using > > the > > PCLMULQDQ instruction on processors that support this feature. This wil

[PATCH 3.9-rc1] clk: vt8500: Fix variable name '*prate' compile error

2013-02-26 Thread Tim Gardner
-off-by: Tim Gardner --- drivers/clk/clk-vt8500.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-vt8500.c b/drivers/clk/clk-vt8500.c index b5538bb..09c6331 100644 --- a/drivers/clk/clk-vt8500.c +++ b/drivers/clk/clk-vt8500.c @@ -157,7 +157,7 @@ static int

crypto: omap-sham, omap-aes and dma_request_slave_channel_compat()

2013-02-26 Thread Tim Gardner
dense ? Reverting those 2 commits at least allows the compile complete. rtg -- Tim Gardner tim.gard...@canonical.com -- 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.

[PATCH linux-next] rt2x00: rt2x00pci_regbusy_read() - only print register access failure once

2013-02-18 Thread Tim Gardner
inux-wirel...@vger.kernel.org Cc: us...@rt2x00.serialmonkey.com Cc: net...@vger.kernel.org Cc: sta...@vger.kernel.org Signed-off-by: Tim Gardner --- This patch applies as far back as 3.0.65 (and maybe older but that is as far back as I checked). drivers/net/wireless/rt2x00/rt2x00pci.c |4 ++

[PATCH linux-next] cpqarray: do_ida_request() - reduce stack frame size

2013-02-18 Thread Tim Gardner
kernel log. drivers/block/cpqarray.c: In function ‘do_ida_request’: drivers/block/cpqarray.c:969:1: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] Cc: Chirag Kantharia Cc: iss_storage...@hp.com Signed-off-by: Tim Gardner --- drivers/block/cpqarray.c |7

[PATCH linux-next] firewire: fw_device_init: ‘minor’ may be used uninitialized

2013-02-18 Thread Tim Gardner
er Cc: linux1394-de...@lists.sourceforge.net Signed-off-by: Tim Gardner --- If this patch is correct, then it also ought to go to stable if it misses 3.8 final. drivers/firewire/core-device.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/firewire/core-device.c b/d

[PATCH linux-next v2] firewire: fw_device_init: 'minor' may be used uninitialized

2013-02-18 Thread Tim Gardner
er Cc: linux1394-de...@lists.sourceforge.net Signed-off-by: Tim Gardner --- If this patch is correct, then it also ought to go to stable if it misses 3.8 final. v2 - Better commit subject drivers/firewire/core-device.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/fire

Re: [PATCH LINUX] xen: event channel arrays are xen_ulong_t and not unsigned long

2013-02-19 Thread Tim Deegan
them) and such are a bit more > readable, it's not that uncommon in the ARM inline assembly. +1. s/read_evtchn_pending_sel/xchg_xen_ulong/ though. Tim. -- 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/

[PATCH linux/linux-next] [SCSI] mvsas: Fix compile warnings by using correct enums

2013-02-20 Thread Tim Gardner
Use enum symbols of the same value, but from the correct enum type definition. Cc: "James E.J. Bottomley" Cc: Dan Williams Cc: Greg Kroah-Hartman Cc: Jack Wang Cc: linux-s...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/scsi/mvsas/mv_sas.c |4 ++-- 1 file changed, 2

[PATCH linux/linux-next] mpt2sas: _scsih_sas_broadcast_primitive_event: Quiet unused variable warning

2013-02-20 Thread Tim Gardner
dd __maybe_unused to the definition of event_data. Cc: Nagalakshmi Nandigama Cc: Sreekanth Reddy Cc: supp...@lsi.com Cc: "James E.J. Bottomley" Cc: dl-mptfusionli...@lsi.com Cc: linux-s...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/scsi/mpt2sas/mpt2sas_scsih.c |3 ++-

[PATCH linux/linux-next] aic94xx: asd_read_flash: Fix uninitialized variable warning

2013-02-20 Thread Tim Gardner
If asd_find_flash_de() fails, then 'offs' could be used without having been initialized. Set 'offs' to zero which seems like the most reasonable value. Cc: "James E.J. Bottomley" Cc: linux-s...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/scsi/aic94xx/

[PATCH linux-next] DM RAID: validate_raid_redundancy: Silence uninitialized variable warning

2013-02-20 Thread Tim Gardner
at rebuilds_per_group could be used before set, but set it to 0 anyways just to shutup GCC. Cc: Alasdair Kergon Cc: dm-de...@redhat.com Cc: Neil Brown Cc: linux-r...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/md/dm-raid.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH linux-next v2] DM RAID: validate_raid_redundancy: Silence uninitialized variable warning

2013-02-21 Thread Tim Gardner
0 anyways to silence GCC warnings. Cc: Alasdair Kergon Cc: dm-de...@redhat.com Cc: Neil Brown Cc: linux-r...@vger.kernel.org Signed-off-by: Tim Gardner --- v2 - Added GCC comment. Update commit log with a more definite explanation. As Neil has pointed out, https://lwn.net/Articl

[PATCH] Update the links to the white papers on CRC32C calculations with PCLMULQDQ instructions.

2013-02-21 Thread Tim Chen
Herbert, The following patch update the stale link to the CRC32C white paper that was referenced. Tim Signed-off-by: Tim Chen --- arch/x86/crypto/crc32c-pcl-intel-asm_64.S |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/crypto/crc32c-pcl-intel-asm_64.S

Re: [PATCH linux-next v2] ASoC: adau1373: adau1373_hw_params: Silence overflow warning

2013-03-12 Thread Tim Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/12/2013 12:47 PM, Mark Brown wrote: > On Mon, Mar 11, 2013 at 01:18:23PM -0600, Tim Gardner wrote: >> ADAU1373_BCLKDIV_SOURCE is defined as BIT(5) which uses UL >> constants. On amd64 the result of the ones complement oper

[PATCH 3.6-rc3] wlcore: Declare MODULE_FIRMWARE usage

2012-08-29 Thread Tim Gardner
Cc: Luciano Coelho Cc: "John W. Linville" Cc: Eliad Peller Cc: Arik Nemtsov Cc: Eyal Shapira Cc: linux-wirel...@vger.kernel.org Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/wireless/ti/wlcore/main.c |1 + 1 file changed, 1 insertion(+) diff --git a/d

Re: [PATCH 3.6-rc3] wlcore: Declare MODULE_FIRMWARE usage

2012-08-29 Thread Tim Gardner
On 08/29/2012 11:01 AM, Luciano Coelho wrote: > On Wed, 2012-08-29 at 08:48 -0600, Tim Gardner wrote: >> Cc: Luciano Coelho >> Cc: "John W. Linville" >> Cc: Eliad Peller >> Cc: Arik Nemtsov >> Cc: Eyal Shapira >> Cc: linux-wirel...@vger.kerne

[PATCH 3.6-rc3 v2] wlcore: Declare MODULE_FIRMWARE usage

2012-08-29 Thread Tim Gardner
...@vger.kernel.org Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/wireless/ti/wlcore/main.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index 7254860..a55ace6 100644 --- a/drivers/net/wireless

Re: Which disk is ata4?

2012-08-30 Thread Tim Nufire
0-scsi-3:4:0:0 -> ../../sdat The SCSI ids are one less than ATA ids because they start at 0 rather than 1. So, ata4.00 is the same as scsi-3:0:0:0. On my system this means that ata4.00 is sdap. Tim On Aug 29, 2012, at 9:38 PM, Andy Lutomirski wrote: > One of my disks went out to lunch

Re: [RFC PATCH 2/2] mm: Batch page_check_references in shrink_page_list sharing the same i_mmap_mutex

2012-09-04 Thread Tim Chen
On Tue, 2012-08-21 at 17:48 -0700, Tim Chen wrote: > > Thanks to Matthew's suggestions on improving the patch. Here's the > updated version. It seems to be sane when I booted my machine up. I > will put it through more testing when I get a chance. > > Tim > M

Re: [RFC PATCH 2/2] mm: Batch page_check_references in shrink_page_list sharing the same i_mmap_mutex

2012-09-04 Thread Tim Chen
On Tue, 2012-09-04 at 08:21 -0700, Tim Chen wrote: > On Tue, 2012-08-21 at 17:48 -0700, Tim Chen wrote: > > > > > Thanks to Matthew's suggestions on improving the patch. Here's the > > updated version. It seems to be sane when I booted my machine up. I > &g

Re: [PATCH 0/3 v2] mm: Batch page reclamation under shink_page_list

2012-09-12 Thread Tim Chen
ons. I will do tests along your suggestions when I generate the next iterations of the patch. I've been playing with these patches for a while and they are based on 3.4 kernel. I'll move them to 3.6 kernel in my next iteration. > > Mel's review comments were useful, t

Re: [PATCH 1/3 v2] mm: Batch unmapping of file mapped pages in shrink_page_list

2012-09-13 Thread Tim Chen
rylock when reacquiring the page lock and > handle being unable to lock the page. > Mel, Thanks for your detailed comments and analysis. If I unlock the pages, will flusher threads be the only things that will touch them? Or do I have to worry about potentially other things done to th

Re: [PATCH 0/3 v2] mm: Batch page reclamation under shink_page_list

2012-09-13 Thread Tim Chen
t; Thanks for your detailed review of the patch series. Will incorporate your suggestions on the next version. Tim -- 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.

Re: [PATCH 14/23 -v8] Add tracing of context switches

2008-02-05 Thread Tim Bird
_TRACE_IRQFLAGS_SUPPORT=y CONFIG_TRACE_IRQFLAGS=y CONFIG_TRACER_MAX_TRACE=y CONFIG_FUNCTION_TRACER=y # CONFIG_EVENT_TRACER is not set # CONFIG_WAKEUP_TRACER is not set CONFIG_CONTEXT_SWITCH_TRACER=y -- Tim ===== Tim Bird Architecture Group Chair, CE Linux Forum Senior Staff Engi

Re: [PATCH 00/23 -v8] mcount and latency tracing utility -v8

2008-02-05 Thread Tim Bird
Thanks for the patch set. I plan to give it a test today. -- Tim ===== Tim Bird Architecture Group Chair, CE Linux Forum Senior Staff Engineer, Sony Corporation of America = -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [ 026/180] eCryptfs: Improve statfs reporting

2012-10-02 Thread Tim Gardner
cipher with 8 or 16 byte block sizes is used. In other, >> less common cases, we fall back to a safe rounded-down estimate >> when determining the eCryptfs namelen. >> >> https://launchpad.net/bugs/885744 >> >> Signed-off-by: Tyler Hicks Reported-by: >

Problem with mmc DMA on panda board in 3.6

2012-10-02 Thread Tim Bird
there any related CONFIG_ variables I could change to try alternatives? What should I try next to debug this? -- Tim ===== Tim Bird Architecture Group Chair, CE Workgroup of the Linux Foundation Senior Staff Engineer, Sony Network Entertai

Re: Problem with mmc DMA on panda board in 3.6

2012-10-02 Thread Tim Bird
On 10/02/2012 03:28 PM, Robert Nelson wrote: > On Tue, Oct 2, 2012 at 5:24 PM, Tim Bird wrote: >> This is an early report - I'm just checking if anyone else has seen this. >> >> With Linux version v3.6, my PandaBoard (OMAP-based) no longer boots. The >> system a

[PATCH 3.7-rc1] omap zoom2.c: Fix compile error by including correct header files

2012-10-03 Thread Tim Gardner
Cc: Peter Ujfalusi Cc: Jarkko Nikula Cc: Liam Girdwood Cc: Mark Brown Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: linux-o...@vger.kernel.org Cc: alsa-de...@alsa-project.org Signed-off-by: Tim Gardner --- sound/soc/omap/zoom2.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [PATCH 0/3 v2] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module

2012-10-05 Thread Tim Chen
On Fri, 2012-09-28 at 10:57 +0800, Herbert Xu wrote: > 在 2012-9-28 上午10:54,"H. Peter Anvin" 写道: > > > > On 09/27/2012 03:44 PM, Tim Chen wrote: > >> > >> Version 2 > >> This version of the patch series fixes compilation errors for > >> 3

Re: [PATCH 1/2] mm/slob: Mark zone page state to get slab usage at /proc/meminfo

2012-10-23 Thread Tim Bird
tain irony here. In embedded, we get all worked up about efficiencies in the slab allocators, but don't have a good way to track the larger memory allocations. Am I missing something, or is there really no way to track these large scale allocations? -- Tim -- To unsubscribe from this

Re: [PATCH] libata: Add MMIO support to pata_sil680

2008-02-12 Thread Tim Ellis
Hi, This change causes attached drives to no longer be detected and function on the PowerPC Buffalo Linkstation machines: <7>pata_sil680 :00:0c.0: version 0.4.8 <6>sil680: 133MHz clock. <6>scsi0 : pata_sil680 <6>scsi1 : pata_sil680 <6>ata1: PATA max UDMA/133 irq 18 <6>ata2: PATA max UDMA/1

Re: [PATCH] libata: Add MMIO support to pata_sil680

2008-02-15 Thread Tim Ellis
I are looking into arranging access to a device. Thanks! <7>pata_sil680 :00:0c.0: version 0.4.8 <6>sil680: 133MHz clock. <6>scsi0 : pata_sil680 <6>scsi1 : pata_sil680 <6>ata1: PATA max UDMA/133 irq 18 <6>ata2: PATA max UDMA/133 irq 18 Tim -- To unsubscr

[PATCH] usbduxfast: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Ian Abbott Cc: Mori Hess Cc: Greg Kroah-Hartman Cc: H Hartley Sweeten Cc: Ravishankar Karkala Mallikarjunayya Cc: de...@driverdev.osuosl.org Signed-off-by: Tim Gardner --- drivers/staging/comedi/drivers/usbduxfast.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] usbdux: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Ian Abbott Cc: Mori Hess Cc: Greg Kroah-Hartman Cc: H Hartley Sweeten Cc: de...@driverdev.osuosl.org Signed-off-by: Tim Gardner --- drivers/staging/comedi/drivers/usbdux.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/usbdux.c b

[PATCH] usbduxsigma: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Ian Abbott Cc: Mori Hess Cc: Greg Kroah-Hartman Cc: Bernd Porr Cc: Dan Carpenter Cc: H Hartley Sweeten Cc: de...@driverdev.osuosl.org Signed-off-by: Tim Gardner --- drivers/staging/comedi/drivers/usbduxsigma.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a

[PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx25840/cx25840-firmware.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/cx25840/cx25840-firmware.c b/drivers/media/video

[PATCH] cx18: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Andy Walls Cc: Mauro Carvalho Chehab Cc: ivtv-de...@ivtvdriver.org Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx18/cx18-driver.c |1 + drivers/media/video/cx18/cx18-firmware.c | 10 -- 2 files changed, 9 insertions(+), 2 deletions

Re: [PATCH v2] cx18: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Missed a firmware file in cx18-av-firmware.c rtg -- Tim Gardner tim.gard...@canonical.com >From 9b4be013f173efc12bb2776394bf6a5abb8725b6 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Thu, 26 Jul 2012 11:03:51 -0600 Subject: [PATCH v2] cx18: Declare MODULE_FIRMWARE usage Cc: Andy Walls

[PATCH] ivtv: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Andy Walls Cc: Mauro Carvalho Chehab Cc: ivtv-de...@ivtvdriver.org Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/ivtv/ivtv-firmware.c |4 1 file changed, 4 insertions(+) diff --git a/drivers/media/video/ivtv/ivtv-firmware.c b/drivers/media

[PATCH] cx231xx: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Mauro Carvalho Chehab Cc: Hans Verkuil Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx231xx/cx231xx-417.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/video/cx231xx/cx231xx-417.c b/drivers/media/video/cx231xx/cx231xx-417.c

[PATCH] cx23885: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Mauro Carvalho Chehab Cc: Steven Toth Cc: Hans Verkuil Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx23885/cx23885-417.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/video/cx23885/cx23885-417.c b/drivers/media/video/cx23885

[PATCH] pvrusb2: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Mike Isely Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/pvrusb2/pvrusb2-devattr.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b

[PATCH] vxge: Declare MODULE_FIRMWARE usage

2012-07-26 Thread Tim Gardner
Cc: Jon Mason Cc: "David S. Miller" Cc: Joe Perches Cc: Jiri Pirko Cc: Stephen Hemminger Cc: Paul Gortmaker Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/net/ethernet/neterion/vxge/vxge-main.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)

Re: [PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
On 07/26/2012 03:59 PM, Andy Walls wrote: On Thu, 2012-07-26 at 10:44 -0600, Tim Gardner wrote: Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx25840/cx25840-firmware.c | 15 --- 1 file changed, 12 insertions

Re: [PATCH] vxge: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
On 07/26/2012 01:55 PM, Jon Mason wrote: On Thu, Jul 26, 2012 at 12:08 PM, Tim Gardner wrote: Cc: Jon Mason Cc: "David S. Miller" Cc: Joe Perches Cc: Jiri Pirko Cc: Stephen Hemminger Cc: Paul Gortmaker Cc: net...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/ne

Re: [PATCH] ivtv: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
On 07/26/2012 04:21 PM, Andy Walls wrote: > On Thu, 2012-07-26 at 12:26 -0600, Tim Gardner wrote: >> Cc: Andy Walls >> Cc: Mauro Carvalho Chehab >> Cc: ivtv-de...@ivtvdriver.org >> Cc: linux-me...@vger.kernel.org >> Signed-off-by: Tim Gardner >> --- >&

[PATCH v3] cx18: Declare MODULE_FIRMWARE usage

2012-07-27 Thread Tim Gardner
Cc: Andy Walls Cc: Mauro Carvalho Chehab Cc: ivtv-de...@ivtvdriver.org Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers/media/video/cx18/cx18-av-firmware.c |2 ++ drivers/media/video/cx18/cx18-driver.c |1 + drivers/media/video/cx18/cx18-dvb.c |6

[PATCH v2] ene_ub6250: Use macros for firmware names

2012-07-27 Thread Tim Gardner
Advertise firmware files using MODULE_FIRMWARE macros. Fix a debug string: SD_RDWR_PATTERN --> SD_RW_PATTERN Cc: Greg Kroah-Hartman Cc: linux-...@vger.kernel.org Cc: usb-stor...@lists.one-eyed-alien.net Signed-off-by: Tim Gardner --- drivers/usb/storage/ene_ub6250.c |

Re: [PATCH] cx25840: Declare MODULE_FIRMWARE usage

2012-07-30 Thread Tim Gardner
On 07/28/2012 10:52 AM, Andy Walls wrote: On Fri, 2012-07-27 at 06:06 -0600, Tim Gardner wrote: On 07/26/2012 03:59 PM, Andy Walls wrote: On Thu, 2012-07-26 at 10:44 -0600, Tim Gardner wrote: Cc: Mauro Carvalho Chehab Cc: linux-me...@vger.kernel.org Signed-off-by: Tim Gardner --- drivers

[PATCH 1/3] Rename crc32c-intel.c to crc32c-intel_glue.c

2012-09-25 Thread Tim Chen
This patch rename the crc32c-intel.c file to crc32c-intel_glue.c file in preparation for linking with the new crc32c-pcl-intel-asm.S file, which contains optimized crc32c calculation based on PCLMULQDQ instruction. Tim Signed-off-by: Tim Chen --- arch/x86/crypto/Makefile

[PATCH 2/3] Optimize CRC32C calculation with PCLMULQDQ instruction

2012-09-25 Thread Tim Chen
://download.intel.com/design/intarch/papers/323405.pdf Tim Signed-off-by: Tim Chen --- arch/x86/crypto/Makefile |2 +- arch/x86/crypto/crc32c-intel_glue.c| 75 + arch/x86/crypto/crc32c-pcl-intel-asm.S | 460 3 files changed, 536 insertions(+), 1

[PATCH 3/3] Added speed test in tcrypt for crc32c

2012-09-25 Thread Tim Chen
This patch adds a test case in tcrypt to perform speed test for crc32c checksum calculation. Tim Signed-off-by: Tim Chen --- crypto/tcrypt.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 581081d..6deb77f 100644 --- a/crypto

[PATCH 0/3] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module

2012-09-25 Thread Tim Chen
This patch series optimized CRC32C calculations with PCLMULQDQ instruction for crc32c-intel module. It speeds up the original implementation by 1.6x for 1K buffer and by 3x for buffer 4k or more. The tcrypt module was enhanced for doing speed test on crc32c calculations. Tim Signed-off-by: Tim

RFC: Bug in error handling in gpiolib.c

2013-08-27 Thread Tim Bird
other routines without having done a gpio_request() first, so maybe this is sufficient. Let me know what you think. Thanks, -- Tim Bird Senior Software Engineer, Sony Mobile Communication Architecture Group Chair, CE Workgroup, Linux Foundation Here's my patch: Subject: [PATCH] gpio: avoid

Re: [PATCH] kconfig: Make diffconfig work with Python 3

2013-08-28 Thread Tim Bird
> > -a = readconfig(file(configa_filename)) > -b = readconfig(file(configb_filename)) > +a = readconfig(open(configa_filename)) > +b = readconfig(open(configb_filename)) > > # print items in a but not b (accumulate, sort and print) > old = [] > @@ -121,

[PATCH net-next 1/1] net: neighbour: Simplify ifdefs around neigh_app_ns()

2013-08-28 Thread Tim Gardner
rches Signed-off-by: Tim Gardner --- This is an admittedly trivial change. I stumbled on it while trying to figure out why Ubuntu doesn't have CONFIG_ARPD enabled. net/core/neighbour.c |4 ++-- net/ipv4/arp.c |2 -- net/ipv6/ndisc.c |2 -- 3 files changed, 2 insertions

Re: [PATCH net-next 1/1] net: neighbour: Simplify ifdefs around neigh_app_ns()

2013-08-28 Thread Tim Gardner
On 08/28/2013 12:51 PM, Joe Perches wrote: > On Wed, 2013-08-28 at 12:24 -0600, Tim Gardner wrote: >> Drop a couple of ifdef/endif pairs by moving the ifdef >> surrounding neigh_app_ns() to the interior of neigh_app_ns(). > [] >> This is an admittedly trivial change. I stu

[PATCH] Avoid useless inodes and dentries reclamation

2013-08-28 Thread Tim Chen
| alloc_pages_current Signed-off-by: Tim Chen --- fs/super.c | 8 1 file changed, 8 insertions(+) diff --git a/fs/super.c b/fs/super.c index 68307c0..70fa26c 100644 --- a/fs/super.c +++ b/fs/super.c @@ -53,6 +53,7 @@ static char *sb_writers_name

Re: [PATCH] Avoid useless inodes and dentries reclamation

2013-08-28 Thread Tim Chen
an miss a memory hog easily this > way. Is it safe to compute sb->s_op->nr_cached_objects(sb), assuming non null s_op without holding sb_lock to increment ref count on sb? I think it is safe as we hold the shrinker_rwsem so we cannot unregister the shrinker and the s_op an

[PATCH net-next v2] net: neighbour: Remove CONFIG_ARPD

2013-08-29 Thread Tim Gardner
alico Signed-off-by: Tim Gardner --- Eric's suggestion to simply remove the config option makes sense to me. If acceptable then I'll submit a patch series that also removes CONFIG_ARPD from the various arch defconfigs. net/core/neighbour.c |2 -- net/ipv4/Kconfig | 16 --

Re: [PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file

2013-10-01 Thread Tim Chen
gt;>>> smp_mb(); > >> I wonder if a memory barrier is really needed here. > > If the compiler can reorder the while (!ACCESS_ONCE(node->locked)) check > > so that the check occurs after an instruction in the critical section, > > then the barrier may be nece

Re: [PATCH] serial: 8250_dw: Improve unwritable LCR workaround

2013-10-01 Thread Tim Kryger
On Fri, Sep 27, 2013 at 12:49 AM, Heikki Krogerus wrote: > OK. The LCR issue is only a problem when the UART is configured with > the busy functionality (UART_16550_COMPATIBLE == NO). Otherwise LRC is > always accessible and this is not necessary. Reading through the latest DW databook, I believ

[PATCH v2] serial: 8250_dw: Improve unwritable LCR workaround

2013-10-01 Thread Tim Kryger
3] serial8250: too much work for irq96 [ 27.73] serial8250: too much work for irq96 [ 27.74] serial8250: too much work for irq96 Signed-off-by: Tim Kryger Reviewed-by: Matt Porter Reviewed-by: Markus Mayer --- Changes in v2: - Rebased on tty-next - Updated comm

Re: [PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file

2013-10-01 Thread Tim Chen
On Tue, 2013-10-01 at 16:01 -0400, Waiman Long wrote: > On 10/01/2013 12:48 PM, Tim Chen wrote: > > On Mon, 2013-09-30 at 12:36 -0400, Waiman Long wrote: > >> On 09/30/2013 12:10 PM, Jason Low wrote: > >>> On Mon, 2013-09-30 at 11:51 -0400, Waiman Long wrote: > &

RE: [PATCH] slub: Proper kmemleak tracking if CONFIG_SLUB_DEBUG disabled

2013-10-02 Thread Bird, Tim
tion kmemleak calls into hooks, and all of the kmemleak stuff out from under CONFIG_SLUB_DEBUG. We'll have to see if the ifdefs get a little messy. -- Tim -- 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/

Re: [PATCH v6 5/6] MCS Lock: Restructure the MCS lock defines and locking code into its own file

2013-10-02 Thread Tim Chen
On Tue, 2013-10-01 at 21:25 -0400, Waiman Long wrote: > On 10/01/2013 05:16 PM, Tim Chen wrote: > > On Tue, 2013-10-01 at 16:01 -0400, Waiman Long wrote: > >>> > >>> The cpu could still be executing out of order load instruction from the > >>>

[PATCH v8 7/9] MCS Lock: Barrier corrections

2013-10-02 Thread Tim Chen
This patch corrects the way memory barriers are used in the MCS lock and removes ones that are not needed. Also add comments on all barriers. Signed-off-by: Jason Low --- include/linux/mcs_spinlock.h | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/include/li

[PATCH v8 1/9] rwsem: check the lock before cpmxchg in down_write_trylock

2013-10-02 Thread Tim Chen
Cmpxchg will cause the cacheline bouning when do the value checking, that cause scalability issue in a large machine (like a 80 core box). So a lock pre-read can relief this contention. Signed-off-by: Alex Shi --- include/asm-generic/rwsem.h |8 1 files changed, 4 insertions(+), 4

[PATCH v8 5/9] MCS Lock: Restructure the MCS lock defines and locking code into its own file

2013-10-02 Thread Tim Chen
We will need the MCS lock code for doing optimistic spinning for rwsem. Extracting the MCS code from mutex.c and put into its own file allow us to reuse this code easily for rwsem. Reviewed-by: Ingo Molnar Reviewed-by: Peter Zijlstra Signed-off-by: Tim Chen Signed-off-by: Davidlohr Bueso

[PATCH v8 4/9] rwsem/wake: check lock before do atomic update

2013-10-02 Thread Tim Chen
Atomic update lock and roll back will cause cache bouncing in large machine. A lock status pre-read can relieve this problem Suggested-by: Davidlohr bueso Suggested-by: Tim Chen Signed-off-by: Alex Shi --- lib/rwsem.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff

  1   2   3   4   5   6   7   8   9   10   >