Message ID | 20241203161735.2411494-1-josch@mister-muffin.de (mailing list archive) |
---|---|
Headers | show
Received: from mister-muffin.de (mister-muffin.de [144.76.155.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB4B61E2613 for <linux-kbuild@vger.kernel.org>; Tue, 3 Dec 2024 16:17:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=144.76.155.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733242673; cv=none; b=rzT55owFwDgX6kAWQMo0AkdKE0miTzULdISWhgxmS5Xsih7Q3B7V9JHR7TNjevov/HFSgM/sNmse4te3vt4bDXpQ/AdP1wfUC097edwrNi5HJBUXsL6u1kTQktznvqLPQH5Hidk6D2qO/rkxJerQgK5iG//DVilwoqLPVfVceX8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733242673; c=relaxed/simple; bh=Mp822f7t9NTXdbjoFK6m0qu8tNFS/6pieNkeS5hYKsI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=bDLa8sL07725KKqGRWYYxbU6fdJZByU8WBCHGEAz3zojua0X2U76HdKrtPGa2Rd186rMIljDXXubTYOjyeqbe1xDKq/iCAPBfvN2ppxbWEHrpYWnA1xdbGs6x0P/1BG+URWEheufxW+TPePp3p9p8YDP3RCur4zlAqctdqgG5J8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mister-muffin.de; spf=pass smtp.mailfrom=mister-muffin.de; dkim=pass (1024-bit key) header.d=mister-muffin.de header.i=@mister-muffin.de header.b=I4SqzXR5; arc=none smtp.client-ip=144.76.155.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mister-muffin.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mister-muffin.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mister-muffin.de header.i=@mister-muffin.de header.b="I4SqzXR5" Received: from localhost (ipb218f889.dynamic.kabel-deutschland.de [178.24.248.137]) by mister-muffin.de (Postfix) with ESMTPSA id 93ADF79C; Tue, 3 Dec 2024 17:17:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mister-muffin.de; s=mail; t=1733242668; bh=Mp822f7t9NTXdbjoFK6m0qu8tNFS/6pieNkeS5hYKsI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=I4SqzXR5VWSBu58fWvlH37p8U2d+EAhl7ibdHE/lLTqVT/eLwM1g9HRhJBoXFu66q BOjqYDj92qE8/wy0QASytEdUrxV+rSnydk/NtmBLE890TOj5gwXv2BAjhzajPHV6/b HD63fklgSdtVe/Dldt2KsYzez3vzt7xq8yuIh4eY= From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> To: linux-kbuild@vger.kernel.org Cc: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Subject: [PATCHv4 0/1] kbuild: deb-pkg: allow hooks also in /usr/share/kernel Date: Tue, 3 Dec 2024 17:17:34 +0100 Message-Id: <20241203161735.2411494-1-josch@mister-muffin.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <CAK7LNATQ6Gu6D6gpH3htJS=e136zPBQbCxtMLZU3YZx_bkWiLg@mail.gmail.com> References: <CAK7LNATQ6Gu6D6gpH3htJS=e136zPBQbCxtMLZU3YZx_bkWiLg@mail.gmail.com> Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: <linux-kbuild.vger.kernel.org> List-Subscribe: <mailto:linux-kbuild+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kbuild+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
kbuild: deb-pkg: allow hooks also in /usr/share/kernel
|
expand
|