From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754413AbbFOL7Z (ORCPT ); Mon, 15 Jun 2015 07:59:25 -0400 Received: from mail.emea.novell.com ([130.57.118.101]:38497 "EHLO mail.emea.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753243AbbFOL7R convert rfc822-to-8bit (ORCPT ); Mon, 15 Jun 2015 07:59:17 -0400 Message-Id: <557EDA310200007800084C43@mail.emea.novell.com> X-Mailer: Novell GroupWise Internet Agent 14.0.1 Date: Mon, 15 Jun 2015 12:59:13 +0100 From: "Jan Beulich" To: "Michal Marek" Cc: , , Subject: [PATCH 0/2] kconfig: allow use of relations other than (in)equality Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 1: allow use of relations other than (in)equality 2: re-generate *.c_shipped files after previous change Signed-off-by: Jan Beulich --- Note that while benign for the first patch, the second patch can only be applied cleanly on top of "kconfig: don't silently ignore unhandled characters" (commit 2e0d737fc7 in kbuild.git).