Re: unsquashfs not preserving file capabilities

2015-10-07 Thread Prasad Koya
"uid and gids on %s, because %s\n", pathname, + strerror(errno)); + return FALSE; + } + } } else mode &= ~07000; bash% On Wed, Oct 7, 2015 at 7:28 AM, Prasa

unsquashfs not preserving file capabilities

2015-10-07 Thread Prasad Koya
Hi Not sure if there is a mailing list for squashfs-tools. I'm not seeing xattrs after unsquashing. This is how we are using: 1. Install all of our RPMs with some root dir (rpm --root xyz) 2. mksquashfs of xyz. (-comp xz -Xbcj x86). 3. To update an rpm in image, we first unsquash the fs made

not seeing PMIs on AMD 16h family processor with 3.4 or 3.15

2014-05-08 Thread Prasad Koya
Hi We are not seeing performance monitoring interrupts on AMD eKabini CPU (family 16h processor). Tried both 3.4 and 3.15 kernels. If there is more relevant group for this, I could post it there. When I write to 0xc001_0004 (as given in AMD spec for core perf counters) counter I see that it overf

Fwd: vmcore-dmesg ends with "No program header covering vaddr"

2014-03-15 Thread Prasad Koya
Forwarding to lkml. If there is any other relevant mailing list, pl let me know. -- Forwarded message -- From: Prasad Koya Date: Fri, Mar 14, 2014 at 10:39 PM Subject: vmcore-dmesg ends with "No program header covering vaddr" To: ke...@lists.infradead.org Hi I&#x

Re: [PATCH v3] mm: bootmem: fix free_all_bootmem_core with odd bitmap alignment

2013-01-11 Thread Prasad Koya
Hi I am seeing similar issue with 2.6.38 as well. [0.00] Your BIOS doesn't leave a aperture memory hole [0.00] Please enable the IOMMU option in the BIOS setup [0.00] This costs you 64 MB of RAM [0.00] Mapping aperture over 65536 KB of RAM @ b400 [0.00]

Re: vmalloc_sync_all(), 64bit kernel, patches 9c48f1c629ecfa114850c03f875c6691003214de, a79e53d85683c6dd9f99c90511028adc2043031f

2012-11-27 Thread Prasad Koya
) + vmalloc_sync_all(); return atomic_notifier_chain_register(&die_chain, nb); } EXPORT_SYMBOL_GPL(register_die_notifier); thank you. On Tue, Nov 27, 2012 at 6:55 AM, Don Zickus wrote: > On Mon, Nov 26, 2012 at 03:06:53PM -0800, Prasad Koya wrote: >> H

BSD sockets with sys_socketcall

2001-06-27 Thread Prasad Koya
How does socket(), bind() and other BSD socket API calls in user applications are handled by system socketcall(). Does the compiler (say gcc) substitute socket() in user app with socketcall(SYS_SOCKET,..)? Also, why don't I see _syscallN() macro for socketcall or any other BSD socket calls? I'd