From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739560601010307072 X-Received: by 2002:a19:7d55:: with SMTP id y82mr15197983lfc.106.1569941273323; Tue, 01 Oct 2019 07:47:53 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:5965:: with SMTP id h5ls1557961lfp.1.gmail; Tue, 01 Oct 2019 07:47:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0PSk9IDdzQPGX000KHEcrmUUg96yAPOYS6hd5gRdVc7Q7g0duks+hJczcdWLNio/1y7dF X-Received: by 2002:a19:8c1d:: with SMTP id o29mr15305659lfd.73.1569941272881; Tue, 01 Oct 2019 07:47:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569941272; cv=none; d=google.com; s=arc-20160816; b=Za+zDaqNk0EBPqP6kGj/ORXyZp7xg4mWG1/afhNw6AI2E+RyEDsbwZ6Fao8TahzMOO yTyf2TeqcbGAfZwWpCl4VqrUQAhB+uXz9+XZdRF9IAVTij8DxeRYwoDf5HUinHr/oaJ7 wgKVQgf+KGQz/uLZWbkxAx3MbIoIVoT5PufChxLwrij+GplXfmKXDMQr7EGSc05IvnOT GLZZSAU71ERD8ohidDPIfoIOv0f7rxoWZXQxvSvEBhjEObkKHgu3l+o3/esDuwPFMlZW SVlRJ11nLQSq6pM+6eIbt1hkbLmyUqryjrzU05dMhUb6hfrDTxaQXX/X6GZNSCtsgL9S AHQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=uXfDssG4a7OyS0SfHtQ0de+W3U4qAmT6SmpcAI7qCgU=; b=uEIIIU4C4eS2BjpF2jIiWoGxeo2GhzPGxFTfZx1olSei1tI7cKAgPrTEI1t7uAUQcL rI6Jp4uXHfLwIUXMoHviuiUgiuwJQZ24CVgH/g1v6jIBxX4OUlouEueEwQOPKeVjS2Rh /VcGF+pXU7WaHvO216bVbcgXn9MtGXPPHZF6/YOTIGwW/rRT8ZmS+65pM1MZzWl4xW4e fBRZ9VMU81P4ge73lBVnraglnvSlcTCe+PUgxG1wrtzewrGj2fUZUD4aEAaHYYDjwc0F iS6WkD9YF02fHo0T+CDSREqOBB+FQnL099lQMQ/Wtm5CJAdz1l1sFCiIcfjYvekwQeZC UFCg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id c8si1137601lfm.4.2019.10.01.07.47.52 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Oct 2019 07:47:52 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x91Eloxu011899 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 1 Oct 2019 16:47:51 +0200 Date: Tue, 1 Oct 2019 16:47:50 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v5 00/27] Pending patches, fix for isar-bootstrap, devshell Message-ID: <20191001144750.gqq2auplfafgmskn@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: Kp1r9ci0CyAU On Sun, Sep 22, 2019 at 08:16:44PM +0200, Jan Kiszka wrote: > This is primarily a repost of most of my pending patches in their tested > order on top of current ibr/devel (I suspect that this is the next chunk > to be merged). As the highest version number of a patch included here > was v4, the series is tagged as v5. > > I think this is usefull because I had to inject the isar-bootstrap-host > sharing fix into the middle and adjust a succeeding patch. > > As a bonus, this series ports devshell support over from OE core. Applied 04-10, 12 to next, thanks. With kind regards, Baurzhan.