Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp4988385imb; Thu, 7 Mar 2019 05:24:39 -0800 (PST) X-Google-Smtp-Source: APXvYqy+SvVy0oqEixky8DBm/kkMp7j+BtqbnKRBE/26xUNVB805mjEbEzfaqY2XBG5UZX9GPEyx X-Received: by 2002:a63:4f58:: with SMTP id p24mr11419465pgl.283.1551965079843; Thu, 07 Mar 2019 05:24:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551965079; cv=none; d=google.com; s=arc-20160816; b=REyXiqDSQJ+v0Pna+gy1Snv4u1yNwsGpDN3hGAJIG5QxaEIIz6Ac/tAViJ8AhP713e lQVNUP7yWagfJS223tlE35Fhx3ui59/rWIvbd5XMI7aBZpWhr5p0TU5XRWxF7g0NU0DS Ui8RfOMkGA8Q34VcamowAKN38UAlaOZ1hKbAWkH3FTXPp9tuUABeg78Y0eOE1QJx8O4C PEsT7oCAiJocl2HZW+VnNyduzdHEdtiwt5dTYjhTUH/7ppCRHojVXiUfGyja3S3MKiFM UoTFeuZdm7vfaXqj94vEHNFzz3iFDWmr5RXbVr4P2pJRByWz54nECttPZMEszCD5pIQU K8+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=idtmO77uuaDg952vOXEGInO7c4mEOHqQehUMVA13Ujk=; b=xHSd3Z+1FZQJQiaMxiseKf+BnUzTmGaSe81XDqJZd3lHiLoqCqSOMSAum1qHnvgQzf 8Fv6FKQkvS0PFaHl1NVuKGnXfqPDPqUmzcy06RqiOT1fM67loOZRCSJKRUm2mjFeTwJe V6U8+tc67XzzjosL2G4fGo6uSOSHrs3v7wA4gWAPoxPe0oapbvp5f8OLjiS/IFWlJDkw uRh3M1JMrkHVDgfNC17LBGGb/0LeAmPUGcuGfr95o+21kHI5wvfYggy0nPUiMxlHhj1n mnrB/Jisw9F6Spn9JgEasoyHO1Jlzao3XFvNBylHr9RnR63tXAW2HIRdNY+V6wQeYO0h gijQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d131si3919983pgc.7.2019.03.07.05.24.23; Thu, 07 Mar 2019 05:24:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726393AbfCGNX4 (ORCPT + 99 others); Thu, 7 Mar 2019 08:23:56 -0500 Received: from mx2.suse.de ([195.135.220.15]:55864 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726269AbfCGNX4 (ORCPT ); Thu, 7 Mar 2019 08:23:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0B34DAAAE; Thu, 7 Mar 2019 13:23:54 +0000 (UTC) Date: Thu, 7 Mar 2019 14:23:53 +0100 From: Michal Hocko To: Pi-Hsun Shih Cc: Andrew Morton , Matthew Wilcox , Johannes Weiner , Vlastimil Babka , Minchan Kim , Omar Sandoval , Huang Ying , Aaron Lu , Tejun Heo , Wei Yang , open list Subject: Re: [PATCH] mm/swap: Avoid undefined behavior in __swapoffset Message-ID: <20190307132353.GB30234@dhcp22.suse.cz> References: <20190307094653.119425-1-pihsun@chromium.org> <20190307122313.GA30234@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 07-03-19 20:47:52, Pi-Hsun Shih wrote: > On Thu, Mar 7, 2019 at 8:23 PM Michal Hocko wrote: > > > > On Thu 07-03-19 17:46:50, Pi-Hsun Shih wrote: > > > Use offsetof to calculate offset of a field to avoid UBSAN warning like: > > > > > > =================================================================== > > > UBSAN: Undefined behaviour in mm/swapfile.c:3010:38 > > > member access within null pointer of type 'union swap_header' > > > CPU: 6 PID: 1833 Comm: swapon Tainted: G S 4.19.23 #43 > > > Call trace: > > > dump_backtrace+0x0/0x194 > > > show_stack+0x20/0x2c > > > __dump_stack+0x20/0x28 > > > dump_stack+0x70/0x94 > > > ubsan_epilogue+0x14/0x44 > > > ubsan_type_mismatch_common+0xf4/0xfc > > > __ubsan_handle_type_mismatch_v1+0x34/0x54 > > > __se_sys_swapon+0x654/0x1084 > > > __arm64_sys_swapon+0x1c/0x24 > > > el0_svc_common+0xa8/0x150 > > > el0_svc_compat_handler+0x2c/0x38 > > > el0_svc_compat+0x8/0x18 > > > ================================================================== > > > > Could you be more specific about what exactly is undefined here and > > why offsetof is any better. AFAIR it uses the same construct unless a > > compiler defines a built in. > > > > I do not object the change itself because it is cleaner to use the > > existing helper but I am wondering why this is fixing ubsan. Is ubsan > > defining the compiler variant and consider it safe? > > > > The undefined behavior is from trying to accessing a member of NULL, > even not using it value but only use the address. Hmm, we've been using this trick for ages and I do not remember any compiler to complain as there is no real access. I am not sure what the C standard has to tell about that but I presume reasonable compilers will not abuse the UB here. > Since the compiler variant for offsetof is used for recent compiler > (GCC >= 4 has support for it), ubsan would not warn if the compiler > variant is used. For old compiler, I guess ubsan would complain on all > offsetof uses. Is this the case for all compilers? If yes then we might want to drop the non-compiler part. Btw. $ git grep "#define offsetof" drivers/gpu/drm/radeon/mkregtable.c:#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) drivers/infiniband/core/uverbs_cmd.c:#define offsetof_after(_struct, _member) \ include/linux/stddef.h:#define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) include/linux/stddef.h:#define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) include/linux/stddef.h:#define offsetofend(TYPE, MEMBER) \ samples/bpf/cookie_uid_helper_example.c:#define offsetof(type, member) __builtin_offsetof(type, member) scripts/kconfig/list.h:#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) tools/include/linux/kernel.h:#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) tools/testing/selftests/bpf/test_select_reuseport_kern.c:#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) tools/usb/usbip/libsrc/list.h:#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) so there is much more to take care of. Not to mention any open coded variants. -- Michal Hocko SUSE Labs