From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ipc: Fix building compat mode without sysvipc Date: Wed, 6 Mar 2019 16:00:39 +0100 Message-ID: References: <20190306142944.834167-1-arnd@arndb.de> <3614a6b8-0c2f-747c-ce60-b58e79c5cec5@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <3614a6b8-0c2f-747c-ce60-b58e79c5cec5@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Laura Abbott Cc: y2038 Mailman List , John Stultz , Thomas Gleixner , Dominik Brodowski , Linux API , Linux Kernel Mailing List List-Id: linux-api@vger.kernel.org On Wed, Mar 6, 2019 at 3:44 PM Laura Abbott wrote: > > On 3/6/19 6:29 AM, Arnd Bergmann wrote: > > As John Stultz noticed, my y2038 syscall series caused a link > > failure when CONFIG_SYSVIPC is enabled but CONFIG_COMPAT is > > enabled: > > > > is this supposed to be "CONFIG_SYSVIPC is disabled" to match the > subject? Fixing it now, thanks! Arnd