Displaying 20 results from an estimated 25 matches for "zohar".
Did you mean:
zohan
2018 May 10
2
LLVM SCEV isAddRecNeverPoison and strength reduction
+CC llvm-dev
On Tue, May 8, 2018 at 2:34 AM, Gal Zohar <Gal.Zohar at ceva-dsp.com> wrote:
> I noticed that SCEV, when trying to perform strength reduction, doesn’t use
> the ability to prove an induction variable does not signed/unsigned wrap due
> to infinite loops.
>
> Is there an easy way to use the isAddRecNeverPoison function...
2023 Mar 14
1
[PATCH v8 3/6] security: Remove security_old_inode_init_security()
...init_security(), security_old_inode_init_security() can be
now removed.
Out-of-tree kernel modules should switch to security_inode_init_security()
too.
Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
---
include/linux/security.h | 12 ------------
security/security.c | 11 -----------
2 files changed, 23 deletions(-)
diff --git a/include/linux/security.h b/include/linux/security.h
index 5984d0d550b..cd23221ce9e 100644
--- a/include/linux/security.h
+++ b/in...
2008 Nov 05
3
Porting Speex to embedded 32bit
Dear Speex developers
I am going to port Speex on LPC2368
I tested Speex encoding and the mesurments shows ~40ms cpu time for one
frame
Do you know who ported speex to NXP or other 32bit platform?
Best Regards
Zohar fox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20081105/8261e962/attachment.htm
2023 Mar 14
1
[PATCH v8 1/6] reiserfs: Switch to security_inode_init_security()
...provide an xattr (if it
is not the first to set it, its xattr will be discarded; if it is the
first, it does not have xattrs to calculate the HMAC on).
Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
---
fs/reiserfs/xattr_security.c | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/fs/reiserfs/xattr_security.c b/fs/reiserfs/xattr_security.c
index 41c0ea84fbf..6bffdf9a4fd 100644
--- a/fs/reiserfs/xattr_security.c
+++ b/fs...
2011 May 16
0
[PATCH v5 12/21] evm: add evm_inode_post_init call in btrfs
After creating the initial LSM security extended attribute, call
evm_inode_post_init_security() to create the ''security.evm''
extended attribute.
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
---
fs/btrfs/xattr.c | 39 +++++++++++++++++++++++++++++----------
1 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c
index cfd6605..df07619 100644
--- a/fs/btrfs/xattr.c
+++ b/fs/btrfs/xattr.c
@@ -22,6 +22,7 @@
#include...
2011 Jun 02
0
[PATCH v6 11/20] evm: add evm_inode_post_init call in btrfs
After creating the initial LSM security extended attribute, call
evm_inode_post_init_security() to create the ''security.evm''
extended attribute.
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
---
fs/btrfs/xattr.c | 39 +++++++++++++++++++++++++++++----------
1 files changed, 29 insertions(+), 10 deletions(-)
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c
index f3107e4..8e9afcb2 100644
--- a/fs/btrfs/xattr.c
+++ b/fs/btrfs/xattr.c
@@ -22,6 +22,7 @@
#includ...
2022 Dec 01
1
[PATCH v7 3/6] security: Remove security_old_inode_init_security()
From: Roberto Sassu <roberto.sassu at huawei.com>
As the remaining two users reiserfs and ocfs2 switched to
security_inode_init_security(), security_old_inode_init_security() can be
now removed.
Out-of-tree kernel modules should switch to security_inode_init_security()
too.
Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
Reviewed-by: Casey Schaufler <casey at
2009 Jan 05
1
Porting Speex to embedded 32bit
>Dear Speex developers
>I am going to port Speex on LPC2368
>I tested Speex encoding and the mesurments shows ~40ms cpu time for one
>frame
>Do you know who ported speex to NXP or other 32bit platform?
>Best Regards
>Zohar fox
I have an own optimisation for Speex for different versions of ARM architecture.
Here is Measurements of performance for STM32 72 MHz.
4000 kbit/sec
Encoder - 59%
Decoder - 3%
6000 kbit/sec
Encoder - 43%
Decoder - 3.8%
8000 kbit/sec
Encoder - 47%
Decoder - 4%
112...
2023 Mar 24
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...; > > > Link: https://lore.kernel.org/linux-integrity/Y1FTSIo+1x+4X0LS at archlinux/
> > > > Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
> > > > Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
> > > > Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
> > > > ---
> > > > include/linux/lsm_hook_defs.h | 3 +-
> > > > include/linux/lsm_hooks.h | 1 +
> > > > security/security.c | 119 +++++++++++++++++++++++++++++-----
> > > > security/sel...
2023 Mar 27
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...; Link: https://lore.kernel.org/linux-integrity/Y1FTSIo+1x+4X0LS at archlinux/
> > > > > Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
> > > > > Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
> > > > > Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
> > > > > ---
> > > > > include/linux/lsm_hook_defs.h | 3 +-
> > > > > include/linux/lsm_hooks.h | 1 +
> > > > > security/security.c | 119 +++++++++++++++++++++++++++++-----
> > >...
2023 Mar 14
7
[PATCH v8 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
From: Roberto Sassu <roberto.sassu at huawei.com>
One of the major goals of LSM stacking is to run multiple LSMs side by side
without interfering with each other. The ultimate decision will depend on
individual LSM decision.
Several changes need to be made to the LSM infrastructure to be able to
support that. This patch set tackles one of them: gives to each LSM the
ability to specify one
2023 Mar 24
1
[PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
...> (EVM crash)
> > > Link: https://lore.kernel.org/linux-integrity/Y1FTSIo+1x+4X0LS at archlinux/
> > > Signed-off-by: Roberto Sassu <roberto.sassu at huawei.com>
> > > Reviewed-by: Casey Schaufler <casey at schaufler-ca.com>
> > > Reviewed-by: Mimi Zohar <zohar at linux.ibm.com>
> > > ---
> > > include/linux/lsm_hook_defs.h | 3 +-
> > > include/linux/lsm_hooks.h | 1 +
> > > security/security.c | 119 +++++++++++++++++++++++++++++-----
> > > security/selinux/hooks.c | 19 +...
2023 Mar 14
2
[PATCH v8 2/6] ocfs2: Switch to security_inode_init_security()
From: Roberto Sassu <roberto.sassu at huawei.com>
In preparation for removing security_old_inode_init_security(), switch to
security_inode_init_security().
Extend the existing ocfs2_initxattrs() to take the
ocfs2_security_xattr_info structure from fs_info, and populate the
name/value/len triple with the first xattr provided by LSMs.
As fs_info was not used before, ocfs2_initxattrs() can
2023 Feb 19
1
[PATCH v7 6/6] evm: Support multiple LSMs providing an xattr
On Thu, 2022-12-01 at 11:41 +0100, Roberto Sassu wrote:
> From: Roberto Sassu <roberto.sassu at huawei.com>
>
> Currently, evm_inode_init_security() processes a single LSM xattr from
> the array passed by security_inode_init_security(), and calculates the
> HMAC on it and other inode metadata.
>
> Given that initxattrs() callbacks, called by
>
2012 Jan 15
5
Fonts issue during run time
I have installed an application and there is no error during installation.
On run time it gives message:
> Could not install 160 fonts. First Uninstalled font is 1. Please reinstall the fonts
> from the setup disks.
After ignoring above message I goto open a window made file and it says that encountered a serious error. needs to close down.
Kindly advise.
Thankyou.
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
...g John Stewart and the "sewer" that I think you can
probably see is actually encoded in the /Brothers Grimm /and maybe some
Poe--it might not be so strange to wonder if the place that we've come from
maybe isn't exactly as bright and cheery and "filled with light" as the
Zohar and your dreams might have us all believe ... on "faith" that what we
see here might just be the illusion of darkness--a joke or a game. This
thing is what's not a game--I've looked at the message that we've written
and to me it seems that we are the light, that here plain as...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...<mszeredi@suse.cz>
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Mikulas Patocka <mpatocka@redhat.com>
Milan Broz <mbroz@redhat.com>
Milo Kim <milo.kim@ti.com>
Milo(Woogyom) Kim <milo.kim@ti.com>
Milos Vyletel <milos.vyletel@sde.cz>
Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar <zohar@us.ibm.com>
Minchan Kim <minchan.kim@gmail.com>
Minchan Kim <minchan@kernel.org>
Ming Jiang <mjiang@qca.qualcomm.com>
Ming Lei <ming.lei@canonical.com>
Ming Lei <tom.leiming@gmail.com>
Minghuan Lian...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...<mszeredi@suse.cz>
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Mikulas Patocka <mpatocka@redhat.com>
Milan Broz <mbroz@redhat.com>
Milo Kim <milo.kim@ti.com>
Milo(Woogyom) Kim <milo.kim@ti.com>
Milos Vyletel <milos.vyletel@sde.cz>
Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar <zohar@us.ibm.com>
Minchan Kim <minchan.kim@gmail.com>
Minchan Kim <minchan@kernel.org>
Ming Jiang <mjiang@qca.qualcomm.com>
Ming Lei <ming.lei@canonical.com>
Ming Lei <tom.leiming@gmail.com>
Minghuan Lian...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...<mszeredi@suse.cz>
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Mikulas Patocka <mpatocka@redhat.com>
Milan Broz <mbroz@redhat.com>
Milo Kim <milo.kim@ti.com>
Milo(Woogyom) Kim <milo.kim@ti.com>
Milos Vyletel <milos.vyletel@sde.cz>
Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar <zohar@us.ibm.com>
Minchan Kim <minchan.kim@gmail.com>
Minchan Kim <minchan@kernel.org>
Ming Jiang <mjiang@qca.qualcomm.com>
Ming Lei <ming.lei@canonical.com>
Ming Lei <tom.leiming@gmail.com>
Minghuan Lian...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...<mszeredi@suse.cz>
Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Mikulas Patocka <mpatocka@redhat.com>
Milan Broz <mbroz@redhat.com>
Milo Kim <milo.kim@ti.com>
Milo(Woogyom) Kim <milo.kim@ti.com>
Milos Vyletel <milos.vyletel@sde.cz>
Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar <zohar@us.ibm.com>
Minchan Kim <minchan.kim@gmail.com>
Minchan Kim <minchan@kernel.org>
Ming Jiang <mjiang@qca.qualcomm.com>
Ming Lei <ming.lei@canonical.com>
Ming Lei <tom.leiming@gmail.com>
Minghuan Lian...