lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 26 Jul 2022 10:31:31 +0800 (CST)
From:   "Slark Xiao" <slark_xiao@....com>
To:     "Kalle Valo" <kvalo@...nel.org>
Cc:     davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
        pabeni@...hat.com, loic.poulain@...aro.org,
        linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
        netdev@...r.kernel.org, wcn36xx@...ts.infradead.org
Subject: Re:Re: [PATCH] wireless: ath: Fix typo 'the the' in comment

















At 2022-07-25 19:06:50, "Kalle Valo" <kvalo@...nel.org> wrote:
>Slark Xiao <slark_xiao@....com> wrote:
>
>> Replace 'the the' with 'the' in the comment.
>> 
>> Signed-off-by: Slark Xiao <slark_xiao@....com>
>
>Fails to apply, please rebase on top my ath.git master branch.
>
>error: patch failed: drivers/net/wireless/ath/ath6kl/hif.h:92
>error: drivers/net/wireless/ath/ath6kl/hif.h: patch does not apply
>error: patch failed: drivers/net/wireless/ath/ath6kl/sdio.c:1185
>error: drivers/net/wireless/ath/ath6kl/sdio.c: patch does not apply
>error: patch failed: drivers/net/wireless/ath/wcn36xx/hal.h:4142
>error: drivers/net/wireless/ath/wcn36xx/hal.h: patch does not apply
>stg import: Diff does not apply cleanly
>
>Patch set to Changes Requested.
>
>-- 
>https://patchwork.kernel.org/project/linux-wireless/patch/20220722082653.74553-1-slark_xiao@163.com/
>
>https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Bad news, I can't get your ath code completely. 
ubuntu@...0-27-ubuntu:~/ath$ !142
git clone git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Cloning into 'ath'...
remote: Enumerating objects: 202, done.
remote: Counting objects: 100% (202/202), done.
remote: Compressing objects: 100% (83/83), done.
Receiving objects: 100% (8897606/8897606), 2.47 GiB | 11.99 MiB/s, done.
remote: Total 8897606 (delta 150), reused 133 (delta 119), pack-reused 8897404
error: index-pack died of signal 984000)
fatal: index-pack failed

ubuntu@...0-27-ubuntu:~/ath$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Cloning into 'ath'...
remote: Enumerating objects: 202, done.
remote: Counting objects: 100% (202/202), done.
remote: Compressing objects: 100% (83/83), done.
remote: Total 8897606 (delta 150), reused 133 (delta 119), pack-reused 8897404
Receiving objects: 100% (8897606/8897606), 2.47 GiB | 11.88 MiB/s, done.
error: index-pack died of signal 984000)
fatal: index-pack failed

ubuntu@...0-27-ubuntu:~/ath$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/kvalo/ath.git
Cloning into 'ath'...
remote: Sending approximately 1.67 GiB ...
remote: Counting objects: 29323, done
remote: Finding sources: 100% (8897606/8897606)
remote: Total 8897606 (delta 7524073), reused 8897044 (delta 7524073)
Receiving objects: 100% (8897606/8897606), 1.67 GiB | 11.98 MiB/s, done.
error: index-pack died of signal 94073)
fatal: index-pack failed

I tried these 3 servers but all failed. Any other ideas?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ