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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Sep 2017 16:45:09 +0000
From:   "Bounine, Alexandre" <Alexandre.Bounine@....com>
To:     Andrew Morton <akpm@...ux-foundation.org>
CC:     "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "mporter@...nel.crashing.org" <mporter@...nel.crashing.org>,
        Arvind Yadav <arvind.yadav.cs@...il.com>
Subject: RE: [PATCH 0/5] constify rio_device_id

Acked-by: Alexandre Bounine <alexandre.bounine@....com>

Hi Andrew,

Please apply the patches listed below. I will forward them to you.

Thank you,  

Alex.


-----Original Message-----
From: Arvind Yadav [mailto:arvind.yadav.cs@...il.com] 
Sent: Saturday, August 26, 2017 4:04 AM
To: mporter@...nel.crashing.org; Bounine, Alexandre <Alexandre.Bounine@....com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] constify rio_device_id

rio_device_id are not supposed to change at runtime. rio driver is
working with const 'id_table'. So mark the non-const rio_device_id
structs as const.

Arvind Yadav (5):
  [PATCH 1/5] rapidio: idt_gen2: constify rio_device_id
  [PATCH 2/5] rapidio: idt_gen3: constify rio_device_id
  [PATCH 3/5] rapidio: idtcps: constify rio_device_id
  [PATCH 4/5] rapidio: tsi568: constify rio_device_id
  [PATCH 5/5] rapidio: tsi57x: constify rio_device_id

 drivers/rapidio/switches/idt_gen2.c | 2 +-
 drivers/rapidio/switches/idt_gen3.c | 2 +-
 drivers/rapidio/switches/idtcps.c   | 2 +-
 drivers/rapidio/switches/tsi568.c   | 2 +-
 drivers/rapidio/switches/tsi57x.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ