Re: sysctl -a hangs ?

2017-03-21 Thread hiren panchasara
On 03/21/17 at 05:04P, Kurt Jaeger wrote: > Hello, > > I have a freshly installed/updated FreeBSD 11.0p8 on a supermicro > X11SSZ-TLN4F board, and > > pkg install intel-ixl-kmod > > and now: > > sysctl -a > > hangs. Any quick ideas how to debug this ? If it's just not responding to anything,

Re: 'make buildworld' failure

2017-01-04 Thread hiren panchasara
+ hrs@ On 01/04/17 at 12:43P, Oleg V. Nauman wrote: > ===> usr.sbin/inetd (all) > cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp - > B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -march=nehalem -DLOGIN_CAP -DIPSEC - > g -MD -MF.depend.inetd.o -MTinetd.o -std=gnu99

Re: Panic @306337: Duplicate free of 0xfffff8000ef61500 from zone 0xfffff8000772b000(mbuf) slab 0xfffff8000ef61f90(5)

2016-09-26 Thread hiren panchasara
On 09/26/16 at 05:11P, David Wolfskill wrote: > Source upgrade from r306307 to r306337 completed OK; this was on build > machine (laptop is "Installing everything" as I type). Serial console > (on panicked build machine) reads: Seems like my fault with r306337. Bruce also has some

Re: [CFT] packaging the base system with pkg(8)

2016-04-19 Thread hiren panchasara
On 04/19/16 at 01:36P, Nathan Whitehorn wrote: > > > On 04/19/16 13:26, Poul-Henning Kamp wrote: > > > > In message <1461096962.1232.32.ca...@freebsd.org>, Ian Lepore writes: > > > >> Oh yeah, now I remember: Because in freebsd, design is decided by a > >> race to commit rather than by

Re: TCP Stack: Challenge ACKs and Timestamps

2016-01-05 Thread hiren panchasara
bcc: current@ Moving the discussion to transport@. On 12/28/15 at 12:25P, Sam Kumar wrote: > Hello, > I am working with the code for the TCP Stack. I noticed that support for > Challenge Acks have been added since the latest release (10.2.0), and I > think I may have found a bug in how they

Re: Panic on kldload/kldunload in/near callout

2015-09-13 Thread hiren panchasara
On 09/13/15 at 08:51P, Alexander V. Chernikov wrote: > > > 12.09.2015, 20:30, "hiren panchasara" <hi...@strugglingcoder.info>: > > On 09/12/15 at 03:32P, Alexander V. Chernikov wrote: > >> ?12.09.2015, 02:22, "hiren panchasara" <hi...@strug

Re: Panic on kldload/kldunload in/near callout

2015-09-13 Thread hiren panchasara
On 09/13/15 at 01:56P, hiren panchasara wrote: > On 09/13/15 at 08:51P, Alexander V. Chernikov wrote: > > > > > > 12.09.2015, 20:30, "hiren panchasara" <hi...@strugglingcoder.info>: > > > On 09/12/15 at 03:32P, Alexander V. Chernikov wrote: >

Re: Panic on kldload/kldunload in/near callout

2015-09-12 Thread hiren panchasara
On 09/12/15 at 03:32P, Alexander V. Chernikov wrote: > 12.09.2015, 02:22, "hiren panchasara" <hi...@strugglingcoder.info>: > > On 09/11/15 at 09:06P, Hans Petter Selasky wrote: [skip] > > I'll try to get it. Meanwhile I am getting another panic on idle box: &

Re: Panic on kldload/kldunload in/near callout

2015-09-11 Thread hiren panchasara
On 09/11/15 at 09:06P, Hans Petter Selasky wrote: > On 09/10/15 21:23, hiren panchasara wrote: > > I am on 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r286760M: Thu Sep 10 > > 08:15:43 MST 2015 > > > > I get random (1 out of 10 tries) panics when I do: > > # kldunload d

Panic on kldload/kldunload in/near callout

2015-09-10 Thread hiren panchasara
I am on 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r286760M: Thu Sep 10 08:15:43 MST 2015 I get random (1 out of 10 tries) panics when I do: # kldunload dummynet ; kldunload ipfw ;kldload ipfw ; kldload dummynet I used to get panics on a couple months old -head also. kernel trap 12 with interrupts

Re: E1000 mbuf leaks

2015-07-30 Thread hiren panchasara
On 07/27/15 at 01:02P, Hans Petter Selasky wrote: Hi, I'm currently doing some busdma work, and possibly stepped over some driver bugs. When bus_dmamap_load_mbuf_sg() returns ENOMEM the mbuf chain is not freed. Is there some magic in bus_dmamap_load_mbuf_sg() for that error code or is

Re: setting tunables in stable/10 vs head?

2015-06-10 Thread hiren panchasara
On 06/10/15 at 04:13P, Rick Macklem wrote: Hi, I just MFC'd a patch from head to stable/10 that defines some tunables using CTLFLAG_RDTUN. Although the MFC didn't break anything, the tunables don't get changed by the values in /boot/loader.conf. By applying a patch like this:

Re: setting tunables in stable/10 vs head?

2015-06-10 Thread hiren panchasara
On 06/10/15 at 10:07P, Ian Lepore wrote: On Wed, 2015-06-10 at 20:44 -0700, hiren panchasara wrote: On 06/10/15 at 04:13P, Rick Macklem wrote: Hi, I just MFC'd a patch from head to stable/10 that defines some tunables using CTLFLAG_RDTUN. Although the MFC didn't break anything

Re: Massive libxo-zation that breaks everything

2015-03-03 Thread hiren panchasara
On 03/02/15 at 07:33P, Alfred Perlstein wrote: On Mar 2, 2015, at 7:14 PM, Julian Elischer jul...@freebsd.org wrote: On 3/2/15 5:30 PM, Alfred Perlstein wrote: On Mar 2, 2015, at 4:22 PM, Andrey Chernov a...@freebsd.org wrote: On 02.03.2015 22:55, Julian Elischer wrote: On

Re: Starting intel driver fails on boot

2014-11-22 Thread hiren panchasara
On Sat, Nov 22, 2014 at 3:57 AM, Anders Bolt-Evensen andersb...@icloud.com wrote: Hello. Try freebsd-x11@ or #freebsd-xorg on efnet. cheers, Hiren ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: building stable/10 on -current

2014-11-13 Thread hiren panchasara
On Wed, Nov 12, 2014 at 3:53 PM, Russell L. Carter rcar...@pinyon.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On current r273808, make buildworld in a stable/10 tree fails with: building shared library libc.so.7 /usr/bin/ld: _umtx_unlock.So: relocation R_X86_64_32 against

Re: FreeBSD TCP stealth

2014-10-20 Thread hiren panchasara
I am not aware of any work but adding -net to get more networking eyeballs. On Mon, Oct 20, 2014 at 1:23 AM, Matthias Apitz g...@unixarea.de wrote: El día Monday, October 20, 2014 a las 09:25:28AM +0200, Matthias Apitz escribió: Hello, Is there any work started or in progress to implement

HP folio 9470m cannot efi boot on -CURRENT

2014-08-16 Thread hiren panchasara
I've already filed a bug with all possible details at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192655 Still thought of reaching out to larger audience to see if anyone has any ideas/workarounds. Cheers, Hiren ___ freebsd-current@freebsd.org

Re: r264048 broke kernel build

2014-04-02 Thread hiren panchasara
On Wed, Apr 2, 2014 at 7:16 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: r264048 breaks kernel build ( sys/kern/kern_et.c) , r264047 builds perfectly ... +1. cheers, Hiren rm -f .newdep make -V CFILES_NOZFS -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP=cc -E CC=cc xargs mkdep -a

Re: r264048 broke kernel build

2014-04-02 Thread hiren panchasara
+ Ian On Wed, Apr 2, 2014 at 7:17 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Wed, Apr 2, 2014 at 7:16 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: r264048 breaks kernel build ( sys/kern/kern_et.c) , r264047 builds perfectly ... +1. cheers, Hiren rm -f .newdep

Re: Help fixing clang 3.4

2014-02-19 Thread hiren panchasara
On Wed, Feb 19, 2014 at 5:19 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Can someone point to where I disable clang from issuing an error and aborting on an unknown option? % cd /usr/ports/databases/py-sqlite3 % make cc -shared -O2 -pipe -march=opteron -fno-strict-aliasing

Re: hwpstate0: set freq failed patch

2013-11-06 Thread hiren panchasara
On Tue, Oct 29, 2013 at 2:13 PM, hiren panchasara hi...@freebsd.org wrote: On Tue, Oct 29, 2013 at 8:00 AM, Mark Felder f...@freebsd.org wrote: skip PR in question: http://www.freebsd.org/cgi/query-pr.cgi?pr=167018 CCing hiren@ and avg@ I will try to get back on this soon. sbruno

Re: dhclient: send_packet: No buffer space available

2013-11-01 Thread hiren panchasara
On Fri, Nov 1, 2013 at 8:32 AM, Matthias Apitz g...@unixarea.de wrote: Hello, Since I have updated my netbook to r255948 I see from time to time in the console the message: Nov 1 16:20:28 tiny-r255948 dhclient[696]: send_packet: No buffer space available Yes, this is a knownish issue

Re: hwpstate0: set freq failed patch

2013-10-29 Thread hiren panchasara
On Tue, Oct 29, 2013 at 8:00 AM, Mark Felder f...@freebsd.org wrote: On Tue, Oct 29, 2013, at 9:27, Claudio Zumbo wrote: Hello, Would it be possible for this patch to get to 10 before it goes -release? http://lists.freebsd.org/pipermail/freebsd-stable/2012-May/067758.html I've tested it on

Re: Intermittent hangs in vmem_periodic()

2013-09-16 Thread hiren panchasara
On Sun, Sep 15, 2013 at 5:52 PM, Davide Italiano dav...@freebsd.org wrote: Thanks Gleb. I've removed DIAGNOSTIC and the problem is gone now. JFYI, I hit this problem today as well. I don't think you really need to disable DIAGNOSTIC completely in order to get rid of that. I've noticed

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
On Sep 12, 2013 2:27 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Sep 11, 2013 at 09:51:16PM -0700, hiren panchasara wrote: h I am seeing really weird system freeze for 2-3 seconds every minute or so. h h % uname -a h FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
On Thu, Sep 12, 2013 at 8:16 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Sep 12, 2013 2:27 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Sep 11, 2013 at 09:51:16PM -0700, hiren panchasara wrote: h I am seeing really weird system freeze for 2-3 seconds every minute

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
+jeff On Thu, Sep 12, 2013 at 11:17 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Thu, Sep 12, 2013 at 09:31:17AM -0700, hiren panchasara wrote: h h PMC: [INSTR_RETIRED_ANY] Samples: 117647 (100.0%) , 6885 unresolved h h h h %SAMP CALLTREE h h 75.9 fork_exit@kernel

Intermittent hangs in vmem_periodic()

2013-09-11 Thread hiren panchasara
I am seeing really weird system freeze for 2-3 seconds every minute or so. % uname -a FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255423M: Mon Sep 9 12:29:22 PDT 2013 root@flymocko ur-l7.corp.yahoo.com:/usr/obj/usr/home/hirenp/head/sys/GENERIC amd64 Simple

Re: Intermittent hangs in vmem_periodic()

2013-09-11 Thread hiren panchasara
On Wed, Sep 11, 2013 at 9:51 PM, hiren panchasara hiren.panchas...@gmail.com wrote: I am seeing really weird system freeze for 2-3 seconds every minute or so. % uname -a FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255423M: Mon Sep 9 12:29:22 PDT 2013 root

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-10 Thread hiren panchasara
On Mon, Sep 9, 2013 at 11:56 PM, Guido Falsi madpi...@freebsd.org wrote: On 09/10/13 07:20, hiren panchasara wrote: On Sat, Sep 7, 2013 at 5:10 AM, olli hauer oha...@gmx.de mailto:oha...@gmx.de wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-10 Thread hiren panchasara
On Tue, Sep 10, 2013 at 12:28 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Mon, Sep 9, 2013 at 11:56 PM, Guido Falsi madpi...@freebsd.org wrote: On 09/10/13 07:20, hiren panchasara wrote: On Sat, Sep 7, 2013 at 5:10 AM, olli hauer oha...@gmx.de mailto:oha...@gmx.de wrote

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-09 Thread hiren panchasara
On Sat, Sep 7, 2013 at 5:10 AM, olli hauer oha...@gmx.de wrote: There are 13 ports using --with-iconv=${LOCALBASE} devel/apr1 devel/apr2 devel/git irc/epic5 lang/gauche net-mgmt/ettercap net/ssltunnel-client net/yaz net/zebra-server textproc/libxml2 textproc/py-libxml2

Re: Cross-buildkernel (i386-amd64) is broken?

2013-09-06 Thread hiren panchasara
On Fri, Sep 6, 2013 at 8:12 AM, Alexey Dokuchaev da...@nsu.ru wrote: Hi there, I've been trying to cross-build an amd64 kernel on i386 host on recent -CURRENT for a while, and it fails like this: Not entirely sure but you _probably_ need to make toolchain first? cheers, Hiren $ cd

Re: patch: enable MEM_LOAD_UOPS_LLC_HIT_RETIRED on sandy bridge xeon

2013-08-16 Thread hiren panchasara
On Fri, Aug 16, 2013 at 1:35 PM, Adrian Chadd adr...@freebsd.org wrote: Attempt #2: http://people.freebsd.org/~adrian/netflix/20130816-hwpmc-sbx-1.diff Looks good. You should update the manpage for sbx too and add new counters. I've verified that I get counter events from this! But I need

Re: patch: enable MEM_LOAD_UOPS_LLC_HIT_RETIRED on sandy bridge xeon

2013-08-14 Thread hiren panchasara
2013/8/14 Davide Italiano dav...@freebsd.org: On Wed, Aug 14, 2013 at 10:58 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, This (and maybe more?) events are applicable to both the sandy bridge and sandy bridge xeon CPUs. This is from the Intel SDM June 2013 Volume #3. David/Jim, does this

Re: errors building 9-STABLE on recent HEAD

2013-07-15 Thread hiren panchasara
On Mon, Jul 15, 2013 at 8:27 PM, wen heping wenhep...@gmail.com wrote: I build 9-STABLE on head today, while failed many times last month. There were some intermittent issues but *recent* stable/9 should build fine on *recent* head. If not, please report the errors and have sjg@ look at them.

Re: Kernel build fails on ARM: Cannot fork: Cannot allocate memory

2013-07-01 Thread hiren panchasara
On Mon, Jun 24, 2013 at 8:23 PM, Jeff Roberson jrober...@jroberson.net wrote: skip Would any of the arm users be interested in testing a larger patch that changes the way the kernel allocations KVA? It also has some UMA code that lessens kernel memory utilization.

Re: revision 252095: kerenl fails to compile: nfs_clstate.c:5160:33: error: format specifies type 'long long' but the argument has type 'uint64_t'

2013-06-22 Thread hiren panchasara
On Jun 22, 2013 6:09 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: Just for notice. The most recent sources fail to compile a kernel successfully: http://svnweb.freebsd.org/changeset/base/252074 This change is the culprit. Hiren [...]

Re: Cannot build ports on fresh 10.0

2013-06-04 Thread hiren panchasara
On Tue, Jun 4, 2013 at 2:42 PM, m...@freebsd.org wrote: I installed a new VM with 10.0 today from this .iso: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/amd64/10.0/FreeBSD-10.0-CURRENT-amd64-20130601-r251213-release.iso And I'm behind a firewall and I'm not sure I can use pkg(1);

Re: Cannot unmount nullfs in current

2013-04-19 Thread hiren panchasara
On Apr 18, 2013 7:04 PM, Craig Rodrigues rodr...@freebsd.org wrote: Hi, I am trying to build some software which uses nanobsd, and mounts/unmounts many nullfs mounts while it runs. I am hitting failures where I cannot unmount nullfs file systems. I cannot figure out why. I am also

Re: Cannot unmount nullfs in current

2013-04-19 Thread hiren panchasara
On Fri, Apr 19, 2013 at 11:17 AM, Craig Rodrigues rodr...@freebsd.org wrote: On Fri, Apr 19, 2013 at 7:30 AM, hiren panchasara hi...@freebsd.org wrote: 00:02:37 ### log: /opt2/branches/freenas/os-base/amd64/_.cust.add_pkg_archivers_lzo2 I do not get this. do_build.sh: ERROR: FreeNAS

Re: Cannot unmount nullfs in current

2013-04-19 Thread hiren panchasara
On Fri, Apr 19, 2013 at 12:07 PM, Craig Rodrigues rodr...@freebsd.org wrote: On Fri, Apr 19, 2013 at 11:36 AM, hiren panchasara hi...@freebsd.org wrote: I had tried that without success. I did not get any pointer to where the error might be. I may have failed well before starting any

Re: Cannot unmount nullfs in current

2013-04-19 Thread hiren panchasara
On Fri, Apr 19, 2013 at 2:56 PM, Craig Rodrigues rodr...@freebsd.org wrote: On Fri, Apr 19, 2013 at 2:36 PM, hiren panchasara hi...@freebsd.org wrote: I believe that was the problem. Installing devel/git-subversion fixed it for me. I will poke freenas folks to add this instruction

Re: hwpmc support for haswell

2013-03-28 Thread hiren panchasara
On Sat, Mar 23, 2013 at 5:13 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Sat, Mar 23, 2013 at 8:58 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Mar 22, 2013 10:48 PM, Jim Harris jim.har...@gmail.com wrote: On Friday, March 22, 2013, hiren panchasara wrote

Re: hwpmc support for haswell

2013-03-23 Thread hiren panchasara
On Mar 23, 2013 8:28 AM, Oliver Pinter oliver.p...@gmail.com wrote: On 3/23/13, hiren panchasara hiren.panchas...@gmail.com wrote: On Thu, Jan 31, 2013 at 6:26 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Thu, Jan 31, 2013 at 5:47 PM, Davide Italiano dav...@freebsd.org wrote

Re: hwpmc support for haswell

2013-03-23 Thread hiren panchasara
On Mar 22, 2013 10:48 PM, Jim Harris jim.har...@gmail.com wrote: On Friday, March 22, 2013, hiren panchasara wrote: On Thu, Jan 31, 2013 at 6:26 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Thu, Jan 31, 2013 at 5:47 PM, Davide Italiano dav...@freebsd.org wrote: On Fri, Feb

Re: hwpmc support for haswell

2013-03-23 Thread hiren panchasara
On Sat, Mar 23, 2013 at 8:58 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Mar 22, 2013 10:48 PM, Jim Harris jim.har...@gmail.com wrote: On Friday, March 22, 2013, hiren panchasara wrote: On Thu, Jan 31, 2013 at 6:26 PM, hiren panchasara hiren.panchas...@gmail.com wrote

Re: hwpmc support for haswell

2013-03-22 Thread hiren panchasara
On Thu, Jan 31, 2013 at 6:26 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Thu, Jan 31, 2013 at 5:47 PM, Davide Italiano dav...@freebsd.org wrote: On Fri, Feb 1, 2013 at 2:17 AM, hiren panchasara hiren.panchas...@gmail.com wrote: Hi, I've prepared a patch to add core and uncore

Re: Headphone support on Thinkpad T430s

2013-03-12 Thread hiren panchasara
On Tue, Mar 12, 2013 at 12:09 AM, Johannes Dieterich dieterich@gmail.com wrote: Dear list, please see a patch to enable proper headphone support on Thinkpad T430s models. The quirk uses the same logic as the recent patch to CURRENT to enable some other Thinkpad models. Unfortunately, I

Re: Headphone support on Thinkpad T430s

2013-03-12 Thread hiren panchasara
On Tue, Mar 12, 2013 at 1:04 AM, Sergey Nasonov snaso...@bcc.ru wrote: I have T430 and to get headphone working I am using following workaround: hint.hdaa.4.nid21.config=as=1 seq=15 in /boot/device.hints So the final patch should looks like this Index: sys/dev/sound/pci/hda/hdaa_patches.c

Re: pw is broken?

2013-03-09 Thread hiren panchasara
On Mar 8, 2013 9:44 PM, KT Sin kt...@acm.org wrote: pw is crashing with seg fault due to this change? http://svnweb.freebsd.org/base/head/lib/libutil/gr_util.c?r1=245390r2=247919 I think the correct fix is committed with: http://svnweb.freebsd.org/changeset/base/248102 Hiren # gdb ./pw

hwpmc support for haswell

2013-01-31 Thread hiren panchasara
Hi, I've prepared a patch to add core and uncore events support for haswell processor. I do not have the hardware to test this. It applies cleanly and compiles fine though. http://www.strugglingcoder.info/patches/hwpmc_hw.txt This is initial version of patch and manpage is still missing. I will

Re: hwpmc support for haswell

2013-01-31 Thread hiren panchasara
On Thu, Jan 31, 2013 at 5:47 PM, Davide Italiano dav...@freebsd.org wrote: On Fri, Feb 1, 2013 at 2:17 AM, hiren panchasara hiren.panchas...@gmail.com wrote: Hi, I've prepared a patch to add core and uncore events support for haswell processor. I do not have the hardware to test

Re: hwpmc support for Ivy Bridge Xeon

2013-01-29 Thread hiren panchasara
On Mon, Jan 28, 2013 at 7:27 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara hiren.panchas...@gmail.com wrote: I've tried to update hwpmc by adding support for xeon class of Ivy bridge processors. Thanks Jim for pointing me

Re: hwpmc support for Ivy Bridge Xeon

2013-01-29 Thread hiren panchasara
On Tue, Jan 29, 2013 at 2:05 AM, Davide Italiano dav...@freebsd.org wrote: On Tue, Jan 29, 2013 at 12:29 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Mon, Jan 28, 2013 at 7:27 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara

Re: hwpmc support for Ivy Bridge Xeon

2013-01-28 Thread hiren panchasara
On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara hiren.panchas...@gmail.com wrote: I've tried to update hwpmc by adding support for xeon class of Ivy bridge processors. Thanks Jim for pointing me to the correct document. (325462-045US Jan 2013) I do not have a reference machine to test

hwpmc support for Ivy Bridge Xeon

2013-01-26 Thread hiren panchasara
I've tried to update hwpmc by adding support for xeon class of Ivy bridge processors. Thanks Jim for pointing me to the correct document. (325462-045US Jan 2013) I do not have a reference machine to test with. Any help in that regard would be appreciated. Here are the diffs against head

Re: hwpmc support for Ivy Bridge Xeon

2013-01-26 Thread hiren panchasara
Keeping sbruno in the chain. On Sat, Jan 26, 2013 at 5:41 AM, Davide Italiano dav...@freebsd.org wrote: On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara hiren.panchas...@gmail.com wrote: I've tried to update hwpmc by adding support for xeon class of Ivy bridge processors. Thanks Jim

Re: Clang warning patches

2013-01-15 Thread hiren panchasara
On Tue, Jan 15, 2013 at 3:22 PM, John-Mark Gurney j...@funkthat.com wrote: John-Mark Gurney wrote this message on Tue, Jan 15, 2013 at 15:10 -0800: hiren panchasara wrote this message on Tue, Jan 15, 2013 at 07:52 -0800: http://www.strugglingcoder.info/patches/clang_warnings_dev_bktr.txt

Re: Fixing clang warnings in hwpmc

2013-01-12 Thread hiren panchasara
On Jan 12, 2013 10:29 AM, Sean Bruno seanwbr...@gmail.com wrote: On Mon, 2013-01-07 at 16:34 -0800, hiren panchasara wrote: http://www.strugglingcoder.info/patches/hwpmc_clang_warnings.txt A trivial patch to fix a couple of clang warnings. Thanks, Hiren Ack. compiles good

Fixing clang warnings in hwpmc

2013-01-07 Thread hiren panchasara
http://www.strugglingcoder.info/patches/hwpmc_clang_warnings.txt A trivial patch to fix a couple of clang warnings. Thanks, Hiren ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: patch: hwpmc nits

2012-10-24 Thread hiren panchasara
On Tue, Oct 23, 2012 at 6:27 PM, Sean Bruno sean...@yahoo-inc.com wrote: On Sun, 2012-10-21 at 00:19 -0700, hiren panchasara wrote: http://www.strugglingcoder.info/patches/hwpmc_nits_1.txt Fixing a few typos with this patch. Please let me know if this looks okay. Thanks, Hiren

Re: patch: hwpmc nits

2012-10-22 Thread hiren panchasara
On Mon, Oct 22, 2012 at 9:25 AM, Jim Harris jim.har...@gmail.com wrote: On Sun, Oct 21, 2012 at 12:19 AM, hiren panchasara hiren.panchas...@gmail.com wrote: http://www.strugglingcoder.info/patches/hwpmc_nits_1.txt Fixing a few typos with this patch. Please let me know if this looks

patch: hwpmc nits

2012-10-21 Thread hiren panchasara
http://www.strugglingcoder.info/patches/hwpmc_nits_1.txt Fixing a few typos with this patch. Please let me know if this looks okay. Thanks, Hiren ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: [CFT]hwpmc update for sandybridge-e

2012-10-19 Thread hiren panchasara
On Thu, Oct 18, 2012 at 10:07 AM, Sean Bruno sean...@yahoo-inc.com wrote: Sure, I will separate it out. If there are no further comments, can I ask Sean to commit on my behalf? Can you do the man page to include both in the commit? Except that point seems good to me.

Re: [head tinderbox] failure on i386/i386

2012-10-17 Thread hiren panchasara
On Tue, Oct 16, 2012 at 10:35 PM, FreeBSD Tinderbox tinder...@freebsd.orgwrote: TB --- 2012-10-17 02:40:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-10-17 02:40:00 - FreeBSD freebsd-current.sentex.ca8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012

Re: [CFT]hwpmc update for sandybridge-e

2012-10-17 Thread hiren panchasara
On Wed, Oct 17, 2012 at 11:41 AM, Jim Harris jim.har...@gmail.com wrote: On Mon, Oct 15, 2012 at 5:49 PM, hiren panchasara hiren.panchas...@gmail.com wrote: snip Thanks Fabien for getting back quickly. As I am not clear about uncore support, I've removed it entirely as you suggested

Re: [CFT]hwpmc update for sandybridge-e

2012-10-17 Thread hiren panchasara
On Wed, Oct 17, 2012 at 5:00 PM, Jim Harris jim.har...@gmail.com wrote: On Wed, Oct 17, 2012 at 3:57 PM, hiren panchasara hiren.panchas...@gmail.com wrote: snip Thanks for the pointers Jim! It seems that everything works now with: http://www.strugglingcoder.info/patches

Re: [CFT]hwpmc update for sandybridge-e

2012-10-17 Thread hiren panchasara
On Wed, Oct 17, 2012 at 5:12 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Wed, Oct 17, 2012 at 5:00 PM, Jim Harris jim.har...@gmail.com wrote: On Wed, Oct 17, 2012 at 3:57 PM, hiren panchasara hiren.panchas...@gmail.com wrote: snip Thanks for the pointers Jim

Re: [CFT]hwpmc update for sandybridge-e

2012-10-17 Thread hiren panchasara
+ Sean - who got dropped from the chain somehow. On Wed, Oct 17, 2012 at 6:01 PM, Jim Harris jim.har...@gmail.com wrote: On Wed, Oct 17, 2012 at 5:55 PM, hiren panchasara hiren.panchas...@gmail.com wrote: On Wed, Oct 17, 2012 at 5:12 PM, hiren panchasara hiren.panchas...@gmail.com

Re: [CFT]hwpmc update for sandybridge-e

2012-10-15 Thread hiren panchasara
On Mon, Oct 15, 2012 at 1:12 AM, Fabien Thomas fabien.tho...@netasq.comwrote: Le 13 oct. 2012 à 00:54, hiren panchasara a écrit : On Fri, Oct 5, 2012 at 1:05 AM, Fabien Thomas fabien.tho...@netasq.com wrote: Le 5 oct. 2012 à 10:00, Fabien Thomas a écrit : Le 5 oct. 2012 à 00