lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 4 Jan 2012 21:20:27 +0530
From:	Ganesh Patil <patil.ganesh170@...il.com>
To:	Theodore Tso <tytso@....edu>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: kmalloc question.

Hello sir,

         I am B.E(computer)student from Pune university (India) .my
final year project is "File system level snapshot in ext4 "  so have
to take snapshot of particular file system and place somewhere(on same
filesystem or on another filesystem) .in snapshot we are going to copy
only inode of file in to another inode. as inode size in particular
filesystem   is fixed so we cant get inode from filesystem(if
filesystem filled more than half) so finally we come to decision that
we will create one structure which has fields same as that of original
inode. so we will allocate memory dynamically using kmalloc
function.but we require that allocated memory cant be destroy till we
manually not destroy it.because of that I am asking from where kmalloc
allocates memory block(from current file system,or from kernel
space(root filesystem) or from RAM(heap area)).

On 1/4/12, Theodore Tso <tytso@....edu> wrote:
>
> On Jan 4, 2012, at 9:22 AM, Ganesh Patil wrote:
>
>> where allocate kmalloc function memory?
>
> Sorry, I can't parse your question.
>
> -- Ted
>
>


-- 
Regards,
Ganesh Patil.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ