[GIT,PULL] core/urgent for v6.2-rc4

Message ID Y8Pq3aWbIf8ewu31@zn.tnic
State New
Headers
Series [GIT,PULL] core/urgent for v6.2-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.2_rc4

Message

Borislav Petkov Jan. 15, 2023, noon UTC
  Hi Linus,

pls pull a single objtool fix for 6.2.

Thx.

---

The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.2_rc4

for you to fetch changes up to cad90e5381d840cf2296aaac9b3eff71a30b7c5b:

  objtool: Tolerate STT_NOTYPE symbols at end of section (2023-01-09 17:53:46 +0100)

----------------------------------------------------------------
- Have objtool ignore STT_NOTYPE symbols at the end of a section

----------------------------------------------------------------
Nicholas Piggin (1):
      objtool: Tolerate STT_NOTYPE symbols at end of section

 tools/objtool/check.c | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Comments

Borislav Petkov Jan. 15, 2023, 12:30 p.m. UTC | #1
Bah, you can ignore this one - mingo sent it to you already.

Sorry for the noise.

On Sun, Jan 15, 2023 at 01:00:29PM +0100, Borislav Petkov wrote:
> Hi Linus,
> 
> pls pull a single objtool fix for 6.2.
> 
> Thx.
> 
> ---
> 
> The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:
> 
>   Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v6.2_rc4
> 
> for you to fetch changes up to cad90e5381d840cf2296aaac9b3eff71a30b7c5b:
> 
>   objtool: Tolerate STT_NOTYPE symbols at end of section (2023-01-09 17:53:46 +0100)
> 
> ----------------------------------------------------------------
> - Have objtool ignore STT_NOTYPE symbols at the end of a section
> 
> ----------------------------------------------------------------
> Nicholas Piggin (1):
>       objtool: Tolerate STT_NOTYPE symbols at end of section
> 
>  tools/objtool/check.c | 9 +++++++++
>  1 file changed, 9 insertions(+)