mbox series

[GIT,PULL] First set of Counter fixes for 6.8

Message ID Zdzm51zyzSipL8T_@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] First set of Counter fixes for 6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.8b

Message

William Breathitt Gray Feb. 26, 2024, 7:30 p.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.8b

for you to fetch changes up to c83ccdc9586b3e9882da9e27507c046751999d59:

  counter: fix privdata alignment (2024-02-16 18:51:00 -0500)

----------------------------------------------------------------
First set of Counter fixes for 6.8

One fix to ensure private data in struct counter_device_allochelper has
minimum alignment for safe DMA operations.

----------------------------------------------------------------
Nuno Sa (1):
      counter: fix privdata alignment

 drivers/counter/counter-core.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Greg KH March 2, 2024, 6:54 p.m. UTC | #1
On Mon, Feb 26, 2024 at 02:30:47PM -0500, William Breathitt Gray wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.8b
> 
> for you to fetch changes up to c83ccdc9586b3e9882da9e27507c046751999d59:
> 
>   counter: fix privdata alignment (2024-02-16 18:51:00 -0500)
> 

Pulled and pushed out, thanks.

greg k-h