X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.toastin.space (mail.toastin.space [207.246.93.162]) by lists.alpinelinux.org (Postfix) with ESMTP id CF30C5C5B6F for ; Mon, 19 Nov 2018 07:53:58 +0000 (GMT) Received: from mail.toastin.space (localhost [127.0.0.1]) by mail.toastin.space (OpenSMTPD) with ESMTP id 83d1da12; Mon, 19 Nov 2018 02:53:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=toastin.space; h=subject :to:references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=ml; bh=9ZgTYUEtfxTm/w SrU0rYmpZYb8k=; b=Qf908bxHJ6Lyua+T37MPU6z6QmXJqACWerqZJXR/QD/utb E1onukjctRWSd0FGYbCu24pgcbILZrUyv5Wr96Wr4+eaVgGNGmpP82oB9RW34oas dUi9uHqV491OgiHRi0i8lW44FmO8FRV2hFeJtxa1QAzPBbMBj/dVKSh2Z4cx1P4E lyGEpAmDtrvcF8IXb7l7p9tNrXJLmvwA7qP+evrvLOuyzd+X+dJw0OCmYBfYPXui 4yl6zYPGij0feMh/kngJceTQ0AN9pfQtoKVhBFhVSPF7w8qeL38/5FP7RLVtOmix xchwNKnYaK9OUVevTbI7IQM4RiK6c6X+x9hNgkWw== DomainKey-Signature: a=rsa-sha1; c=nofws; d=toastin.space; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=ml; b=YOvG4aPo d1V9+ZXj/N/r0FJeaCxDrLTqNtl48/4i6ElkeZcVHpUxq/njkQHjzT670CVncSF+ Kd+hfVo6pN/t/BbVlI4WV6WkIM7AeQUUOsiwOy43QnccbW/vvVLoG6XklbCn0LLN gwJg5Zfj5owcbsh02Ku5hvzq6DGgshbETVPGy1OCl09xgML1R32KUEKXELqoyxoV ONQyXmGElFyNoHAdzf+QaHl9PRXwsNUr6BHeUXYdwuPA2usQ4cn9pbNGX2Vy5Qhc uPpX8iMC5YwkFRKPKTOzeSic+h0EOfdp8q1l9V6Zepg0rp7dAMJBboNNW9gkLp2X c4pPYCYbIAQJBg== Received: from [192.168.0.135] (192-222-169-215.qc.cable.ebox.net [192.222.169.215]) by mail.toastin.space (OpenSMTPD) with ESMTPSA id 83eed94a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 19 Nov 2018 02:53:50 -0500 (EST) Subject: Re: [alpine-user] /lib/modules/4.9.73-0-hardened/build missing, required by tp-smapi To: fao_ References: Cc: alpine-user@lists.alpinelinux.org From: Chloe Kudryavtsev Message-ID: Date: Mon, 19 Nov 2018 02:53:50 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:64.0) Gecko/20100101 Thunderbird/64.0 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/19/2018 12:07 AM, fao_ wrote: > Hi, it looks like the linux kernel development headers are missing*, > and there doesn't seem to be a package for them. Did I miss something? Yes, the package is usually called -dev. > /lib/modules/4.9.73-0-hardened/build I'm not sure exactly where that one's coming from. Hardened kernels were dropped (because grsec went private), and the last available package (as far as I can tell) is 4.9.65-r1 - a lower version. Summary: - linux-headers don't have a -dev variant, and are the headers for interacting with the kernel (in /usr/include) - kernel artifacts such as above are in a -dev package - you appear to be using a relatively old kernel, which does not have KPTI (that was added to the 4.9 line in 4.9.75), though my understanding is that grsec patches (as they were pre-private) aren't compatible with KPTI. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---