Amazonセキュリティ警告: サインインが検出されました

2020-08-31 Thread Amazon.co.jp
サインインが検出されました お客様いつもをご利用いただき、ありがとうございます。新しいデバイスからお客様のアカウントへのサインインが検出されました。 日時 [CURRENT_DATE] [CURRENT_TIME] Japan Standard Time デバイス Google Chrome Windows (デスクトップ) 付近 Tokyo, Japan これがお客様ご自身による操作だった場合、このメッセージは無視してください。 ご本人の操作ではない場合、以下のIPアドレスをクリックして、ID情報を更新してください。 支払方法の情報を更新する

Re: [PATCH v4 1/2] memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC

2020-08-31 Thread Ira Weiny
On Mon, Aug 31, 2020 at 12:19:07PM +0200, Roger Pau Monné wrote: > On Thu, Aug 20, 2020 at 01:37:41PM +0200, Roger Pau Monné wrote: > > On Tue, Aug 11, 2020 at 11:07:36PM +0200, David Hildenbrand wrote: > > > On 11.08.20 11:44, Roger Pau Monne wrote: > > > > This is in preparation for the logic

Re: [PATCH v4 1/2] memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC

2020-08-31 Thread Andrew Morton
On Tue, 11 Aug 2020 11:44:46 +0200 Roger Pau Monne wrote: > This is in preparation for the logic behind MEMORY_DEVICE_DEVDAX also > being used by non DAX devices. Acked-by: Andrew Morton . Please add it to the Xen tree when appropriate. (I'm not sure what David means by "separate type", but

Re: [bug report] device-dax: add dis-contiguous resource support

2020-08-31 Thread Joao Martins
On 8/31/20 12:32 PM, Dan Carpenter wrote: > Hello Dan Williams, > > This is a semi-automatic email about new static checker warnings. > > The patch 454c727769f5: "device-dax: add dis-contiguous resource > support" from Aug 26, 2020, leads to the following Smatch complaint: > >

Re: [PATCH] dax: Use kobj_to_dev() instead of container_of()

2020-08-31 Thread Ira Weiny
On Mon, Aug 31, 2020 at 09:32:45AM +0800, Tian Tao wrote: > Use kobj_to_dev() instead of container_of() > > Signed-off-by: Tian Tao Reviewed-by: Ira Weiny > --- > drivers/dax/bus.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/dax/bus.c

Re: [PATCH v4 1/2] memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC

2020-08-31 Thread Roger Pau Monné
On Thu, Aug 20, 2020 at 01:37:41PM +0200, Roger Pau Monné wrote: > On Tue, Aug 11, 2020 at 11:07:36PM +0200, David Hildenbrand wrote: > > On 11.08.20 11:44, Roger Pau Monne wrote: > > > This is in preparation for the logic behind MEMORY_DEVICE_DEVDAX also > > > being used by non DAX devices. > > >

[bug report] device-dax: add dis-contiguous resource support

2020-08-31 Thread Dan Carpenter
Hello Dan Williams, This is a semi-automatic email about new static checker warnings. The patch 454c727769f5: "device-dax: add dis-contiguous resource support" from Aug 26, 2020, leads to the following Smatch complaint: drivers/dax/bus.c:788 alloc_dev_dax_range() error: we previously