From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 28 Jun 2022 03:33:15 +0300 From: Vitaly Chikunov To: ALT Linux kernel packages development Message-ID: <20220628003315.dc7hzrcm4wfdfr3n@altlinux.org> References: <20220627211947.5iamv3h7xnbj2mfo@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20220627211947.5iamv3h7xnbj2mfo@altlinux.org> Subject: Re: [d-kernel] =?koi8-r?b?c3RkLWRlZjog0M/ExMXS1svBINDMwdTZIFJob2Rl?= =?koi8-r?b?b2xhICjiwcrLwcwt7Sk=?= X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2022 00:33:15 -0000 Archived-At: List-Archive: List-Post: On Tue, Jun 28, 2022 at 12:19:47AM +0300, Vitaly Chikunov wrote: > Alexey, > > On Mon, Jun 27, 2022 at 08:49:54PM +0400, Alexey Sheplyakov wrote: > > The following changes since commit 4cee111e5dd39cdf2e8ec9322c9e8dab869edce5: > > > > 2:5.10.123-alt1 (2022-06-16 18:16:21 +0300) > > > > are available in the Git repository at: > > > > git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0 > > Unable to pull nor find this commit in the fetched remote. > > (std-def/p10)$ git pull git://git.altlinux.org/people/asheplyakov/packages/linux.git e66eec560e7200411bc608badd0f621c8d40fee0 > error: Server does not allow request for unadvertised object e66eec560e7200411bc608badd0f621c8d40fee0 > > (std-def/p10)$ git remote get-url asheplyakov > https://git.altlinux.org/people/asheplyakov/packages/linux.git > (std-def/p10)$ git fetch asheplyakov > (std-def/p10)$ git log e66eec560e7200411bc608badd0f621c8d40fee0 > fatal: bad object e66eec560e7200411bc608badd0f621c8d40fee0 > > Please verify before sending. I noticed on the web link https://git.altlinux.org/people/asheplyakov/packages/linux.git?p=linux.git;a=commit;h=e66eec560e7200411bc608badd0f621c8d40fee0 that there is deltacomputers-rhodeola-support tag and able to pull it with (in case you want to reproduce): git pull git://git.altlinux.org/people/asheplyakov/packages/linux.git deltacomputers-rhodeola-support Pulled, thanks. Curiously, this didn't fetched from remote with git fetch. > > Thanks, > > > > > for you to fetch changes up to e66eec560e7200411bc608badd0f621c8d40fee0: > > > > config-aarch64: enabled Baikal-M PCI-e driver (2022-06-22 17:05:55 +0400) > > > > ---------------------------------------------------------------- > > Alexey Sheplyakov (3): > > dw-pcie: refuse to load on Baikal-M with recent firmware > > pci: PCI-E driver for Baikal-M with SDK-M 5.5 firmware > > config-aarch64: enabled Baikal-M PCI-e driver > > > > config-aarch64 | 1 + > > drivers/pci/controller/dwc/Kconfig | 12 + > > drivers/pci/controller/dwc/Makefile | 1 + > > drivers/pci/controller/dwc/pcie-baikal.c | 744 ++++++++++++++++++++++ > > drivers/pci/controller/dwc/pcie-designware-plat.c | 5 + > > 5 files changed, 763 insertions(+) > > create mode 100644 drivers/pci/controller/dwc/pcie-baikal.c > > _______________________________________________ > > devel-kernel mailing list > > devel-kernel@lists.altlinux.org > > https://lists.altlinux.org/mailman/listinfo/devel-kernel > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel