From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53107 invoked by alias); 9 Nov 2016 13:28:10 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 53078 invoked by uid 89); 9 Nov 2016 13:28:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=mistakes, test-sysvsem.c, testsysvsemc, UD:test-sysvsem.c X-HELO: mail-vk0-f54.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=fDh92e32QSXl56NgBN915cngA6tB4EFpS112+ifWjiw=; b=LGfzJuglhExlRMZYRgbfGfqQ4fyR4wfudD1IQyOMFyGlD2owjUtLh8zOmtKsVrC5Ng Da9jxSl4fk5+xpTl3zZ3CB+ZKupbm6RZ0zcPlzfUdFn1/SF2gjBkYAm+nMHTySfim7hd e7YDat92s+rYbXzLLrXL1BQEkyYLHIaj1rSAvvf4w7gn79xfwb9z+JARpCRgD2aSbr+Y on6uNX01hnKCX/ZF0QmaIq2+RO9xtez/Hy3lQUK40dL+wlQqvxhoPMC6ZwQHPF/oyRTY CKmtGlcuQYbQgRZJfOFdCtsbWSH5CUIQiTzkpd4jogxLw+zRxjIQCIFu3eH7qb2LkpOp S8wQ== X-Gm-Message-State: ABUngvfOwIxhaoy5gEgbKqTRr4sSZDtWLNz8SKBRF3XPn/2VAxld1hTuOT0L01bS5eH1h7Me X-Received: by 10.31.76.134 with SMTP id z128mr11925468vka.59.1478698077203; Wed, 09 Nov 2016 05:27:57 -0800 (PST) Subject: Re: [PATCH v3 07/17] Add SYSV message queue test To: Andreas Schwab References: <1478637007-31212-1-git-send-email-adhemerval.zanella@linaro.org> <1478637007-31212-8-git-send-email-adhemerval.zanella@linaro.org> <87eg2l1xac.fsf@linux-m68k.org> Cc: libc-alpha@sourceware.org From: Adhemerval Zanella Message-ID: <3a686b47-1c2c-c6c5-02a9-85aab20c63be@linaro.org> Date: Wed, 09 Nov 2016 13:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87eg2l1xac.fsf@linux-m68k.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00331.txt.bz2 On 08/11/2016 19:23, Andreas Schwab wrote: > On Nov 08 2016, Adhemerval Zanella wrote: > >> +static void >> +remove_msq (void) >> +{ >> + /* Enforce message queue removal in case o early test failure. > > of > >> + Ignore error since the msgq maybe already being removed. */ > > may already have been > >> + /* Get message queue kernel information and do some sanitiy checks. */ > > sanity > >> + /* Check if lastest argument (IPC_NOWAIT) is correct handled. */ > > last argument, correctly > > Andreas. > Ack, I corrected all the misspelling and grammatical mistakes in my local branch. Some of them also occur in other tests (test-sysvshm.c and test-sysvsem.c) and I also correct them.